| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
[ticket/15080] Save unneeded file loads for extension metadata
|
| |
| |
| |
| | |
PHPBB3-15080
|
|\ \
| | |
| | |
| | | |
[ticket/14938] Inconsistency in ext_mgr all_available vs is_available
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Made is_available much more strict, in line with the checks in all_available
Refactor all_available to use is_available, saving duplicate code.
Further simplify is_available by using metadata_manager.
Make optional the template object on metadata_manager creation.
Fix extension_manager_mock to have config and user components.
PHPBB3-14938
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Made is_available much more strict, in line with the checks in all_available
Refactor all_available to use is_available, saving duplicate code.
Further simplify is_available by using metadata_manager.
Make optional the template object on metadata_manager creation.
PHPBB3-14938
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Made is_available much more strict, in line with the checks in all_available
Refactor all_available to use is_available, saving duplicate code.
Further simplify is_available by using metadata_manager.
PHPBB3-14938
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Made is_available much more strict, in line with the checks in all_available
Refactor all_available to use is_available, saving duplicate code.
PHPBB3-14938
|
| |/
| |
| |
| |
| |
| | |
Made is_available much more strict, in line with the checks in all_available
PHPBB3-14938
|
|\ \
| | |
| | |
| | | |
[ticket/14919] Do not directly use globals in acp_extensions
|
| | |
| | |
| | |
| | |
| | |
| | | |
Declare all used variables (u_action, tpl_name, page_title). Fix typo.
PHPBB3-14919
|
| | |
| | |
| | |
| | |
| | |
| | | |
Declare all used variables (u_action, tpl_name, page_title).
PHPBB3-14919
|
| |/
| |
| |
| | |
PHPBB3-14919
|
|\ \
| | |
| | |
| | | |
[ticket/15142] Check extension updates on current branch
|
| | |
| | |
| | |
| | | |
PHPBB3-15142
|
| | |
| | |
| | |
| | | |
PHPBB3-15142
|
| | |
| | |
| | |
| | | |
PHPBB3-15142
|
| | |
| | |
| | |
| | | |
PHPBB3-15142
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/15139] Assigned 'topics_per_page' before template included
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The element $config['topics_per_page'] was assigned a value after the
template was included, which led to incorrect page number display in the
header when pagination.
Now this var is assigned the correct value before the template is included
PHPBB3-15139
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
[ticket/15143] Fix display of version update in ACP
* github.com:phpbb/phpbb:
[ticket/15143] Fix display of version update in ACP
|
|/ /
| |
| |
| | |
PHPBB3-15143
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* mukeshkharita-ticket/14758:
[ticket/14758] Improve the ACP Parameter wording
fixes #4724
|
|/ /
| |
| |
| | |
PHPBB3-14758
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14806] Fix ACP test emails authentication failure
* github.com:phpbb/phpbb:
[ticket/14806] Fix ACP test emails authentication failure
|
| | |
| | |
| | |
| | | |
PHPBB3-14806
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/15122] Add cache driver for memcached
* marc1706/ticket/15122:
[ticket/15122] Add cache driver for memcached
|
| |/ /
| | |
| | |
| | | |
PHPBB3-15122
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13558] Add smtp SSL context configuration options
* rxu/ticket/13558:
[ticket/13558] Change options prefix and add settings precautions.
[ticket/13558] Make SSL context specific options more SMTP general
[ticket/13558] Add smtp SSL context configuration options
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13558
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13558
|
| |/ /
| | |
| | |
| | | |
PHPBB3-13558
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14844] Add CSS classes for strong and italics text to BBCodes
* marc1706/ticket/14844:
[ticket/14844] Add CSS classes for strong and italics text to BBCodes
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14844
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14849] Add core.acp_extensions_run_action
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Rename event to core.acp_extensions_run_action_before
PHPBB-14849
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Moved the event to a slightly modified position.
Added an extra variable to the event.
Additional event to be run after the execution of the action in ACP.
Added a new action to allow for extension execution control.
PHPBB-14849
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Additional event to be run after the execution of the action in ACP.
Adding missing var as input to event.
PHPBB-14849
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Additional event to be run after the execution of the action in ACP
PHPBB-14849
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Moved the event to a slightly modified position to perform common
checks before calling the event, added an extra variable to allow
execution control, honor the extension modified value of u_action
(if any)
PHPBB-14849
|
|\ \ \ \
| |_|/ /
|/| | |
| | | | |
[ticket/15011] All errors on metadata throw exceptions
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
There is inconsistency in the way error are treated in metadata_manager.
Some method return false on error, others throw exception. With this,
the usage is homogeneus, and the uses of these are also adapted.
Using same ticket as it is the same issue, solved in a different way.
PHPBB3-15011
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | | |
[ticket/14820] Add style version in ACP
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14820
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14943] Fix template loop access by index
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning. Name incorrectly set on insert.
If block was empty, the insertion process should create it.
Checking for out of bounds indexes.
PHPBB3-14943
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning. Name incorrectly set on insert.
Added more tests.
PHPBB3-14943
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning. Name incorrectly set on insert.
Added tests.
PHPBB3-14943
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning. Name incorrectly set on insert.
PHPBB3-14943
|
|\ \ \ \ \ \ |
|