aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4781 from nomind60s/ticket/15151Tristan Darricau2017-04-192-4/+7
|\ | | | | | | | | | | | | | | | | [ticket/15151] ACP Cookie settings add explanatory text * github.com:phpbb/phpbb: [ticket/15151] Use redirected link for consistency [ticket/15151] ACP Cookie settings explanatory text [ticket/15151] ACP Cookie settings add explanatory text where it was missing
| * [ticket/15151] Use redirected link for consistencynomind60s2017-04-191-1/+1
| | | | | | | | | | | | | | Other phpbb.com links used in the core use a redirect rather than a direct link so change to make the Cookie settings link a redirect also. PHPBB3-15151
| * [ticket/15151] ACP Cookie settings explanatory textnomind60s2017-03-291-1/+1
| | | | | | | | | | | | Fixed extraneous whitespace at end of line. PHPBB3-15151
| * [ticket/15151] ACP Cookie settings add explanatory text where it was missingnomind60s2017-03-292-4/+7
| | | | | | | | | | | | | | Improve the lead section to include a link to the phpBB.com Knowledge Base and add explanation text for the Cookie domain, Cookie name and Cookie path fields. PHPBB3-15151
* | Merge pull request #4796 from marc1706/ticket/15174Tristan Darricau2017-04-181-7/+14
|\ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15174] Increase timeout for loading indicator * github.com:phpbb/phpbb: [ticket/15174] Split timeout message to extra method and set timeout to 60s [ticket/15174] Increase timeout for loading indicator
| * | [ticket/15174] Split timeout message to extra method and set timeout to 60sMarc Alexander2017-04-171-7/+14
| | | | | | | | | | | | PHPBB3-15174
| * | [ticket/15174] Increase timeout for loading indicatorMarc Alexander2017-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The timeout is rather low with 15 seconds until reporting a timed out request. 25 seconds will be compatible with almost any setup. A lot more changes would be needed to do proper timeout checks on slow requests like purging the board cache. PHPBB3-15174
* | | 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-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
| |\ \ \ \ | | | |_|/ | | |/| |