aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14990] Move dispatcher object to the front of the options arrayrxu2017-04-1612-10/+15
| | | | PHPBB3-14990
* [ticket/14990] Fix event name, email parsing, installer and dispatcher callsrxu2017-04-164-17/+25
| | | | PHPBB3-14990
* [ticket/14990] Add core events to the Twig environmentrxu2017-04-162-1/+32
| | | | PHPBB3-14990
* Merge pull request #4795 from marc1706/ticket/14938Marc Alexander2017-04-161-1/+4
|\ | | | | | | [ticket/14938] Add missing language class to extension manager mock
| * [ticket/14938] Add missing language class to extension manager mockMarc Alexander2017-04-161-1/+4
|/ | | | PHPBB3-14938
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-04-161-0/+2
|\
| * Merge pull request #4592 from javiexin/ticket/14938Marc Alexander2017-04-163-21/+19
| |\ | | | | | | | | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_available
| | * [ticket/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2017-02-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2017-02-102-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * [ticket/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2017-02-091-18/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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
| | * [ticket/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2016-12-301-17/+3
| | | | | | | | | | | | | | | | | | | | | 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
| | * [ticket/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2016-12-261-1/+23
| | | | | | | | | | | | | | | | | | Made is_available much more strict, in line with the checks in all_available PHPBB3-14938
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-04-160-0/+0
|\ \ \ | |/ /
| * | Merge pull request #4581 from javiexin/ticket/14919Marc Alexander2017-04-161-62/+62
| |\ \ | | | | | | | | | | | | [ticket/14919] Do not directly use globals in acp_extensions
| | * | [ticket/14919] Do not directly use globals in acp_extensionsjaviexin2016-12-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Declare all used variables (u_action, tpl_name, page_title). Fix typo. PHPBB3-14919
| | * | [ticket/14919] Do not directly use globals in acp_extensionsjaviexin2016-12-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Declare all used variables (u_action, tpl_name, page_title). PHPBB3-14919
| | * | [ticket/14919] Do not directly use globals in acp_extensionsjaviexin2016-12-171-66/+65
| | |/ | | | | | | | | | PHPBB3-14919
* | | Merge pull request #4698 from javiexin/ticket/15087Marc Alexander2017-04-165-218/+174
|\ \ \ | | | | | | | | | | | | [ticket/15087] Optimize creation of metadata objects by caching
| * | | [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fix constructor in test cases. PHPBB3-15087
| * | | [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-124-86/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-48/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Code for [ticket/15080] Save unneeded file loads for extension metadata for phpbb 3.2. PHPBB3-15087
| * | | [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-17/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Code for [ticket/14938] Inconsistency in ext_mgr all_available vs is_available for phpbb 3.2. PHPBB3-15087
| * | | [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-73/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Code for [ticket/14919] Do not directly use globals in acp_extensions for phpbb 3.2. PHPBB3-15087
* | | | Merge pull request #4793 from marc1706/ticket/15090Tristan Darricau2017-04-161-4/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15090] Ensure send stats module exists before removing * github.com:phpbb/phpbb: [ticket/15090] Ensure send stats module exists before removing
| * | | | [ticket/15090] Ensure send stats module exists before removingMarc Alexander2017-04-151-4/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-15090
* | | | | Merge pull request #4612 from javiexin/ticket/14950Marc Alexander2017-04-153-3/+93
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | [ticket/14950] Add possibility to delete a template block
| * | | | [ticket/14950] Add possibility to delete a template blockjaviexin2017-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | [ticket/14950] Add possibility to delete a template blockjaviexin2017-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | [ticket/14950] Add possibility to delete a template blockjaviexin2017-01-081-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | [ticket/14950] Add possibility to delete a template blockjaviexin2017-01-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | [ticket/14950] Add possibility to delete a template blockjaviexin2017-01-071-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | [ticket/14950] Add possibility to delete a template blockjaviexin2017-01-042-2/+43
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-04-110-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #4761 from VSEphpbb/ticket/15142Marc Alexander2017-04-113-6/+358
| |\ \ \ | | | | | | | | | | | | | | | [ticket/15142] Check extension updates on current branch
* | \ \ \ Merge pull request #4790 from VSEphpbb/ticket/15142-merge32xMarc Alexander2017-04-114-6/+363
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15142] merge32x
| * \ \ \ \ [ticket/15142] Merge branch 'ticket/15142' into 32xMatt Friedman2017-04-104-6/+363
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | PHPBB3-15142
| | * | | | [ticket/15142] Remove duplicate codeMatt Friedman2017-04-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15142
| | * | | | [ticket/15142] Add ext branch update testsMatt Friedman2017-03-241-0/+292
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15142
| | * | | | [ticket/15142] Handle versions for unmatched branchesMatt Friedman2017-03-241-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15142
| | * | | | [ticket/15142] Check extension updates on current branchMatt Friedman2017-03-242-6/+59
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15142
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-04-091-6/+6
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #4778 from marc1706/ticket/15139Marc Alexander2017-04-091-6/+7
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15139] Assigned 'topics_per_page' before template included
| | * | | | | [ticket/15139] Assigned 'topics_per_page' before template includedupstrocker2017-03-281-6/+7
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Merge pull request #4775 from hanakin/ticket/15157Marc Alexander2017-03-282-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | [ticket/15157] Add proper google font call
| * | | | | [ticket/15157] simple headerhanakin2017-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15157
| * | | | | [ticket/15157] Add proper google font callhanakin2017-03-281-1/+1
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-15157
* | | | | Merge pull request #4530 from senky/ticket/14557Marc Alexander2017-03-261-0/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14557] Simplify updating overloaded events for extensions
| * | | | | [ticket/14557] Rename $offset to $subarrayJakub Senko2016-12-271-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14557
| * | | | | [ticket/14557] Don't return $valueJakub Senko2016-12-271-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14557
| * | | | | [ticket/14557] Simplify updating overloaded events for extensionsJakub Senko2016-12-261-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14557