aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14990] Move dispatcher object to the front of the options arrayrxu2017-04-161-2/+2
| | | | PHPBB3-14990
* [ticket/14990] Fix event name, email parsing, installer and dispatcher callsrxu2017-04-161-14/+18
| | | | PHPBB3-14990
* [ticket/14990] Add core events to the Twig environmentrxu2017-04-161-1/+31
| | | | PHPBB3-14990
* Merge pull request #4698 from javiexin/ticket/15087Marc Alexander2017-04-163-145/+68
|\ | | | | | | [ticket/15087] Optimize creation of metadata objects by caching
| * [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-123-82/+38
| | | | | | | | | | | | | | | | 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
* | 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
* | | [ticket/15142] Merge branch 'ticket/15142' into 32xMatt Friedman2017-04-102-2/+65
|\ \ \ | | | | | | | | | | | | 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-241-0/+56
| | | | | | | | | | | | | | | | PHPBB3-15142
* | | | 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 #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-241-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/15143] Fix display of version update in ACP
| * | | | | | [ticket/15143] Fix display of version update in ACPMatt Friedman2017-03-221-5/+5
| | |_|/ / / | |/| | | | | | | | | | | | | | | | PHPBB3-15143
* | | | | | [ticket/15135] Correctly pass exception arguments and add back link againMarc Alexander2017-03-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15135
* | | | | | [ticket/15135] Parse language files in acp_extensions instead of md managerMarc Alexander2017-03-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15135
* | | | | | Merge pull request #4736 from rubencm/ticket/15123Tristan Darricau2017-03-192-0/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
| * | | | | | [ticket/15123] modified language stringsRubén Calvo2017-03-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15123
| * | | | | | [ticket/15123] modified language stringRubén Calvo2017-03-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15123
| * | | | | | [ticket/15123] removed blank spacesRubén Calvo2017-03-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15123
| * | | | | | [ticket/15123] add check before enable or disable extensionRubén Calvo2017-03-132-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15123
* | | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-03-191-0/+134
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/15122] Add cache driver for memcached
| * | | | | | Merge pull request #4737 from marc1706/ticket/15122Tristan Darricau2017-03-191-0/+134
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15122] Add cache driver for memcached * marc1706/ticket/15122: [ticket/15122] Add cache driver for memcached
| | * | | | | | [ticket/15122] Add cache driver for memcachedMarc Alexander2017-03-121-0/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15122
* | | | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-03-191-0/+32
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | / / / / | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | * 3.1.x: [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
| * | | | | | Merge pull request #4745 from rxu/ticket/13558Tristan Darricau2017-03-191-0/+32
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
| | * | | | | | [ticket/13558] Change options prefix and add settings precautions.rxu2017-03-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13558
| | * | | | | | [ticket/13558] Add smtp SSL context configuration optionsrxu2017-03-171-0/+32
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-13558
* | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-03-191-47/+25
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #4703 from javiexin/ticket/15011Marc Alexander2017-03-191-47/+25
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | [ticket/15011] All errors on metadata throw exceptions
| | * | | | | Merge branch '3.1.x' into ticket/15011javiexin2017-02-1522-37/+186
| | |\ \ \ \ \
| | * | | | | | [ticket/15011] All errors on metadata throw exceptionsjaviexin2017-02-151-37/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/15126] Disable HTML entities in quote helperJoshyPHP2017-03-151-2/+2
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | PHPBB3-15126
* | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-231-29/+40
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #4605 from javiexin/ticket/14943Marc Alexander2017-02-231-29/+40
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14943] Fix template loop access by index
| | * | | | | | [ticket/14943] Fix template loop access by indexjaviexin2017-01-121-30/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | | [ticket/14943] Fix template loop access by indexjaviexin2017-01-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows inserting elements in a loop specified as 'outer[3].inner'. This was coded, but malfunctioning. Name incorrectly set on insert. PHPBB3-14943