| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-15163
|
|\
| |
| |
| |
| |
| |
| | |
[ticket/15084] Fix wrong order of breadcrumbs in module management
* github.com:phpbb/phpbb:
[ticket/15084] fix wrong order of breadcrumbs on module management
|
| |
| |
| |
| | |
PHPBB3-15084
|
|\ \
| | |
| | |
| | |
| | | |
* 3.1.x:
[ticket/15108] Remove duplicate code in request->context
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/15108] Remove duplicate code in request->overwrite
* github.com:phpbb/phpbb:
[ticket/15108] Remove duplicate code in request->context
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-15108
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-15180
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
[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.
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/15142] Check extension updates on current branch
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14990
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14990
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14990
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15087] Optimize creation of metadata objects by caching
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Caching is done in ext_manager, and metadata_manager is further simplified
by reducing the number of parameters needed. Also, move template output
function from metadata_manager to acp_extensions, where it belongs.
PHPBB3-15087
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Code for [ticket/15080] Save unneeded file loads for extension
metadata for phpbb 3.2.
PHPBB3-15087
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Code for [ticket/14938] Inconsistency in ext_mgr all_available vs
is_available for phpbb 3.2.
PHPBB3-15087
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/15090] Ensure send stats module exists before removing
* github.com:phpbb/phpbb:
[ticket/15090] Ensure send stats module exists before removing
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15090
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | | |
[ticket/14950] Add possibility to delete a template block
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Adds a new mode to alter_block_array to allow for the deletion of
a certain block of template variables. The selection method is the
same as for the other modes for alter_block_array. The passed in
vararray is ignored, and an out of bounds index is considered an error.
Added tests for the new function, fixed.
PHPBB3-14950
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Adds a new mode to alter_block_array to allow for the deletion of
a certain block of template variables. The selection method is the
same as for the other modes for alter_block_array. The passed in
vararray is ignored, and an out of bounds index is considered an error.
PHPBB3-14944
|
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | |
| | | | | | |
PHPBB3-15142
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15142
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15142
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15142
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/14557] Simplify updating overloaded events for extensions
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14557
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14557
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14557
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/15134] Replace php native functions for filesystem service methods
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15134
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15134
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15134
|
|\ \ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
* 3.1.x:
[ticket/15143] Fix display of version update in ACP
|
| | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15143
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15135
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15135
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/15123] Check if extension was enabled/disabled before enable or disable
* rubencm/ticket/15123:
[ticket/15123] modified return error codes
[ticket/15123] modified language strings
[ticket/15123] modified language string
[ticket/15123] removed blank spaces
[ticket/15123] add check before enable or disable extension
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15123
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15123
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15123
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15123
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15123
|