aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15187] Fail gracefully if template service is unavailablekasimi2017-04-281-21/+22
|
* [ticket/15187] Add paths of newly enabled extensions to templatekasimi2017-04-281-0/+36
| | | | | | | | When enabling an extension its paths aren't added immediately to the template which results in ACP events not being registered in the compiled template files. PHPBB3-15187
* Merge pull request #4763 from javiexin/ticket/15146Tristan Darricau2017-04-191-1/+1
|\ | | | | | | | | | | | | [ticket/15146] Date profile field validation incorrect * github.com:phpbb/phpbb: [ticket/15146] Date profile field validation incorrect
| * [ticket/15146] Date profile field validation incorrectjaviexin2017-03-241-1/+1
| | | | | | | | | | | | Fix by changing select input field options to match validation range PHPBB3-15146
* | Merge pull request #4718 from javiexin/ticket/15108Tristan Darricau2017-04-181-6/+0
|\ \ | | | | | | | | | | | | | | | | | | [ticket/15108] Remove duplicate code in request->overwrite * github.com:phpbb/phpbb: [ticket/15108] Remove duplicate code in request->context
| * | [ticket/15108] Remove duplicate code in request->contextjaviexin2017-03-021-6/+0
| |/ | | | | | | PHPBB3-15108
* | Merge pull request #4689 from javiexin/ticket/15080Marc Alexander2017-04-171-45/+15
|\ \ | | | | | | | | | [ticket/15080] Save unneeded file loads for extension metadata
| * | [ticket/15080] Save unneeded file loads for extension metadatajaviexin2017-02-091-45/+15
| |/ | | | | | | PHPBB3-15080
* | Merge pull request #4592 from javiexin/ticket/14938Marc Alexander2017-04-162-21/+17
|\ \ | | | | | | | | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_available
| * | [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 pull request #4761 from VSEphpbb/ticket/15142Marc Alexander2017-04-111-0/+63
|\ \ | | | | | | | | | [ticket/15142] Check extension updates on current branch
| * | [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
* | | [ticket/15143] Fix display of version update in ACPMatt Friedman2017-03-221-5/+5
|/ / | | | | | | PHPBB3-15143
* | 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 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 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
* | | | 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
* | | | | Merge pull request #4598 from javiexin/ticket/14944Marc Alexander2017-02-193-0/+108
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | [ticket/14944] Add search for template loop indexes by key
| * | | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2017-01-283-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2017-01-081-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/14944] Add possibility to search for template loop indexes by keyjaviexin2016-12-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. PHPBB3-14944
| * | | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2016-12-283-0/+96
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. PHPBB3-14944
* | | | Merge pull request #4523 from senky/ticket/13429Marc Alexander2017-02-111-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13429] Replace @change with @changed in event docblocks
| * | | | [ticket/13429] Replace @change with @changedJakub Senko2017-01-232-5/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-13429
| * | | | [ticket/13429] Replace @changed with @change in event docblocksJakub Senko2016-11-202-6/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-13429
* | | | | Merge pull request #4660 from marc1706/ticket/13250Tristan Darricau2017-02-051-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13250] Replace slashes in cache file names * marc1706/ticket/13250: [ticket/13250] Use faster str_replace() instead of preg_replace() [ticket/13250] Replace slashes in cache file names
| * | | | | [ticket/13250] Use faster str_replace() instead of preg_replace()Marc Alexander2017-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13250
| * | | | | [ticket/13250] Replace slashes in cache file namesMarc Alexander2017-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13250
* | | | | | Merge pull request #4673 from senky/ticket/13601Tristan Darricau2017-02-051-1/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13601] Add core.acl_clear_prefetch_after event * senky/ticket/13601: [ticket/13601] Add core.acl_clear_prefetch_after event
| * | | | | | [ticket/13601] Add core.acl_clear_prefetch_after eventJakub Senko2017-01-231-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13601
* | | | | | | [ticket/14968] Update docblock and ensure method returns arrayMarc Alexander2017-01-221-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14968
* | | | | | | [ticket/14968] Add method for retrieving updates on current branchMarc Alexander2017-01-221-0/+39
| |/ / / / / |/| | | | | | | | | | | | | | | | | PHPBB3-14968
* | | | | | [ticket/15011] Output meaningful errors when validating all metadataMarc Alexander2017-01-151-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15011
* | | | | | Merge pull request #4646 from javiexin/ticket/15011Tristan Darricau2017-01-151-1/+4
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15011] Error not checked on metadata load failure * javiexin/ticket/15011: [ticket/15011] Error not checked on metadata load failure
| * | | | | [ticket/15011] Error not checked on metadata load failurejaviexin2017-01-141-1/+4
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-15011
* | | | | Merge pull request #4613 from rxu/ticket/14958Marc Alexander2017-01-061-2/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14958] Optimize Twig extension lang() function
| * | | | | [ticket/14958] Optimize Twig extension lang() functionrxu2017-01-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14958
* | | | | | Merge pull request #4595 from DavidIQ/ticket/14941Marc Alexander2017-01-041-9/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | [ticket/14941] Apply changes individually for MySQL fulltext search