aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-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 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 #4761 from VSEphpbb/ticket/15142Marc Alexander2017-04-113-6/+358
|\ \ | | | | | | | | | [ticket/15142] Check extension updates on current branch
| * | [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 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 #4757 from VSEphpbb/ticket/15143Tristan Darricau2017-03-242-9/+6
|\ \ \ | |/ / |/| | | | | | | | | | | | | | [ticket/15143] Fix display of version update in ACP * github.com:phpbb/phpbb: [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 branch 'mukeshkharita-ticket/14758' into 3.1.xTristan Darricau2017-03-191-1/+1
|\ \ | | | | | | | | | | | | | | | | | | * mukeshkharita-ticket/14758: [ticket/14758] Improve the ACP Parameter wording fixes #4724
| * | [ticket/14758] Improve the ACP Parameter wordingMukesh Kumar Kharita2017-03-191-1/+1
|/ / | | | | | | PHPBB3-14758
* | 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
* | | 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-194-1/+54
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-194-16/+15
| | | | | | | | | | | | | | | | PHPBB3-13558
| * | | [ticket/13558] Make SSL context specific options more SMTP generalrxu2017-03-181-12/+12
| | | | | | | | | | | | | | | | PHPBB3-13558
| * | | [ticket/13558] Add smtp SSL context configuration optionsrxu2017-03-174-0/+54
| |/ / | | | | | | | | | PHPBB3-13558
* | | Merge pull request #4749 from marc1706/ticket/14844Tristan Darricau2017-03-192-2/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14844] Add CSS classes for strong and italics text to BBCodes * marc1706/ticket/14844: [ticket/14844] Add CSS classes for strong and italics text to BBCodes
| * | | [ticket/14844] Add CSS classes for strong and italics text to BBCodesMarc Alexander2017-03-192-2/+10
| | | | | | | | | | | | | | | | PHPBB3-14844
* | | | Merge pull request #4578 from javiexin/ticket/14849Marc Alexander2017-03-191-15/+47
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14849] Add core.acp_extensions_run_action
| * | | | [ticket/14849] Add core.acp_extensions_run_actionjaviexin2017-02-191-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename event to core.acp_extensions_run_action_before PHPBB-14849
| * | | | [ticket/14849] Add core.acp_extensions_run_actionjaviexin2016-12-301-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved the event to a slightly modified position. Added an extra variable to the event. Additional event to be run after the execution of the action in ACP. Added a new action to allow for extension execution control. PHPBB-14849
| * | | | [ticket/14849] Add core.acp_extensions_run_action_afterjaviexin2016-12-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional event to be run after the execution of the action in ACP. Adding missing var as input to event. PHPBB-14849
| * | | | [ticket/14849] Add core.acp_extensions_run_action_afterjaviexin2016-12-161-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional event to be run after the execution of the action in ACP PHPBB-14849
| * | | | [ticket/14849] Add core.acp_extensions_run_actionjaviexin2016-12-111-9/+21
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved the event to a slightly modified position to perform common checks before calling the event, added an extra variable to allow execution control, honor the extension modified value of u_action (if any) PHPBB-14849
* | | | Merge pull request #4703 from javiexin/ticket/15011Marc Alexander2017-03-192-57/+33
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/15011] All errors on metadata throw exceptions
| * | | Merge branch '3.1.x' into ticket/15011javiexin2017-02-1580-409/+914
| |\ \ \
| * | | | [ticket/15011] All errors on metadata throw exceptionsjaviexin2017-02-152-47/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #4743 from rubencm/ticket/14820Marc Alexander2017-03-193-0/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | [ticket/14820] Add style version in ACP
| * | | | [ticket/14820] Add style version in ACPRubén Calvo2017-03-163-0/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-14820
* | | | | Merge pull request #4605 from javiexin/ticket/14943Marc Alexander2017-02-232-31/+169
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [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-071-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | [ticket/14943] Fix template loop access by indexjaviexin2017-01-071-2/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/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 remote-tracking branch 'origin/ticket/14927' into 3.1.xMarc Alexander2017-02-221-4/+6
|\ \ \ \ \ \