| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-15163
|
|
|
|
| |
PHPBB3-14990
|
|
|
|
| |
PHPBB3-14990
|
|
|
|
| |
PHPBB3-14938
|
|\ |
|
| |\
| | |
| | |
| | | |
[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
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/15087] Optimize creation of metadata objects by caching
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix constructor in test cases.
PHPBB3-15087
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[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.
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.
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.
Added tests for the new function.
PHPBB3-14950
|
|\ \ \ \
| | |_|/
| |/| |
| | | | |
PHPBB3-15142
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-15142
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14732] Remove PHP Code syntax highlighting references
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14732
|
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[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.
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
|
|\ \ \ \ \
| |/ / / / |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14944] Add search for template loop indexes by key
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Adds a new function to the template interface, and implements it in the
context class. The function returns the ordinal index for a specified key,
with the same structure that the key for alter_block_array.
Reuses same code. Remove unneeded references, do nothing for int keys.
Check out of bounds or wrong blockname errors. Added tests.
Remove default parameter value.
PHPBB3-14944
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adds a new function to the template interface, and implements it in the
context class. The function returns the ordinal index for a specified key,
with the same structure that the key for alter_block_array.
Reuses same code. Remove unneeded references, do nothing for int keys.
Check out of bounds or wrong blockname errors. Added tests.
PHPBB3-14944
|
|\ \ \ \ \
| |/ / / /
| | | / /
| |_|/ /
|/| | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13429] Replace @change with @changed in event docblocks
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13429
|
| | |/ /
| | | |
| | | |
| | | | |
PHPBB3-13429
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/15037] Make imagesets retina
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15037
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15037
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15037
|
|/ / / /
| | | |
| | | |
| | | | |
PHPBB3-15045
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/15036] Unlink install_config during functional testing
* marc1706/ticket/15036:
[ticket/15036] Unlink install_config during functional testing
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15036
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 3.1.x:
[ticket/14968] Use earlier version as written in comment
[ticket/14968] Update docblock and ensure method returns array
[ticket/14968] Display possible upgrade on acp index and update page
[ticket/14968] Add method for retrieving updates on current branch
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14968
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14968
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14968
|
| |/ / /
|/| | |
| | | |
| | | | |
PHPBB3-14790
|
|\ \ \ \
| |_|_|/
|/| | |
| | | | |
[ticket/15016] Fixed an issue with some parentheses in smilies
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-15016
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14989] Allow more admin-configurable schemes in post links
* VSEphpbb/ticket/14989:
[ticket/14989] Allow more admin-configurable schemes in post links
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14989
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14985] Decode HTML special chars in plain text columns
* JoshyPHP/ticket/14985:
[ticket/14985] Added functional tests for BBCodes and smilies
[ticket/14985] Decode HTML special chars in plain text columns
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14985
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Will effectively disable emoji shortname and won't replace emoji
with images but will not prevent a browser or OS from displaying
emoji as images.
PHPBB3-15008
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14971
|