aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14990] Move dispatcher object to the front of the options arrayrxu2017-04-164-6/+6
| | | | PHPBB3-14990
* [ticket/14990] Fix event name, email parsing, installer and dispatcher callsrxu2017-04-163-16/+23
| | | | PHPBB3-14990
* [ticket/14990] Add core events to the Twig environmentrxu2017-04-162-1/+32
| | | | PHPBB3-14990
* Merge pull request #4698 from javiexin/ticket/15087Marc Alexander2017-04-164-215/+173
|\ | | | | | | [ticket/15087] Optimize creation of metadata objects by caching
| * [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-152-2/+43
|\ \ \ | |/ / |/| | | | | [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-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 pull request #4790 from VSEphpbb/ticket/15142-merge32xMarc Alexander2017-04-113-6/+66
|\ \ \ | | | | | | | | | | | | [ticket/15142] merge32x
| * \ \ [ticket/15142] Merge branch 'ticket/15142' into 32xMatt Friedman2017-04-103-6/+66
| |\ \ \ | | | | | | | | | | | | | | | PHPBB3-15142
| | * | | [ticket/15142] Remove duplicate codeMatt Friedman2017-04-031-1/+0
| | | | | | | | | | | | | | | | | | | | 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
|\ \ \ \ \
| * | | | | [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
* | | | | | [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
* | | | | | Merge pull request #4762 from Nicofuma/ticket/15137Marc Alexander2017-03-251-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15137] Global Announcements shouldn't always be never ending
| * | | | | | [ticket/15137] Global Announcements shouldn't always be never endingTristan Darricau2017-03-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15137
* | | | | | | Merge pull request #4750 from rubencm/ticket/15134Marc Alexander2017-03-251-4/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15134] Replace php native functions for filesystem service methods
| * | | | | | | [ticket/15134] Return false if errorRubén Calvo2017-03-201-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15134
| * | | | | | | [ticket/15134] Follow coding guidelinessRubén Calvo2017-03-191-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15134
| * | | | | | | [ticket/15134] Replace php native functions for filesystem service methodsRubén Calvo2017-03-191-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15134
* | | | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-03-242-9/+6
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | | * 3.1.x: [ticket/15143] Fix display of version update in ACP
| * | | | | | [ticket/15143] Fix display of version update in ACPMatt Friedman2017-03-222-9/+6
| | |_|/ / / | |/| | | | | | | | | | | | | | | | PHPBB3-15143
* | | | | | Merge pull request #4751 from marc1706/ticket/15135Tristan Darricau2017-03-242-5/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15135] Parse language files in acp_extensions instead of md manager * github.com:phpbb/phpbb: [ticket/15135] Correctly pass exception arguments and add back link again [ticket/15135] Parse language files in acp_extensions instead of md manager
| * | | | | | [ticket/15135] Correctly pass exception arguments and add back link againMarc Alexander2017-03-232-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15135
| * | | | | | [ticket/15135] Parse language files in acp_extensions instead of md managerMarc Alexander2017-03-192-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15135
* | | | | | | Merge pull request #4752 from nomind60s/ticket/15137Tristan Darricau2017-03-212-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15137] Global Announcements shouldn't always be never ending * github.com:phpbb/phpbb: [ticket/15137] Missed one language string change [ticket/15137] Global announcements can stick for a non-zero number of days fixes #4752
| * | | | | | [ticket/15137] Missed one language string changenomind60s2017-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change STICKY_ANNOUNCE_TIME_LIMIT for consistency PHPBB3-15137
| * | | | | | [ticket/15137] Global announcements can stick for a non-zero number of daysnomind60s2017-03-203-5/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To be consistent with Sticky and Announcements topic types, Global announcements can now stick for a non-zero number of days, i.e. they are no longer never ending. Before this change, if the topic type was Global and a non-zero number of days where set to stick topic, the number was silently ignored and a Global announcement was always never ending. PHPBB3-15137
* | | | | | Merge pull request #4711 from javiexin/ticket/15102Tristan Darricau2017-03-191-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15102] Missing parameter calling version_check * github.com:phpbb/phpbb: [ticket/15102] Missing parameter calling version_check
| * | | | | | [ticket/15102] Missing parameter calling version_checkjaviexin2017-02-241-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | PHPBB3-15102
* | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-03-191-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | * 3.1.x: [ticket/14758] Improve the ACP Parameter wording
| * | | | | [ticket/14758] Improve the ACP Parameter wordingMukesh Kumar Kharita2017-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14758
* | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-03-191-2/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14806] Fix ACP test emails authentication failure
| * | | | | Merge pull request #4734 from rxu/ticket/14806Tristan Darricau2017-03-191-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14806] Fix ACP test emails authentication failure * github.com:phpbb/phpbb: [ticket/14806] Fix ACP test emails authentication failure
| | * | | | | [ticket/14806] Fix ACP test emails authentication failurerxu2017-03-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14806
* | | | | | | [ticket/14928] fixing valid stability %sRishabh04-022017-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14928
* | | | | | | Merge pull request #4736 from rubencm/ticket/15123Tristan Darricau2017-03-193-0/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
| * | | | | | | [ticket/15123] modified return error codesRubén Calvo2017-03-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15123