aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4671 from senky/ticket/13605Marc Alexander2017-04-261-0/+11
|\ | | | | | | [ticket/13605] Add core.ucp_pm_compose_predefined_message event
| * [ticket/13605] Add core.ucp_pm_compose_predefined_message eventJakub Senko2017-01-231-0/+11
| | | | | | | | PHPBB3-13605
* | Merge pull request #4780 from marc1706/ticket/8116Tristan Darricau2017-04-214-12/+272
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8116] Add pagination for IP tables and post info * github.com:phpbb/phpbb: [ticket/8116] Add missing new line [ticket/8116] Correctly get other users who posted under IP [ticket/8116] Improve code and add tests for helper functions [ticket/8116] Add pagination for IP tables on post info
| * | [ticket/8116] Add missing new lineMarc Alexander2017-04-191-1/+1
| | | | | | | | | | | | PHPBB3-8116
| * | [ticket/8116] Correctly get other users who posted under IPMarc Alexander2017-04-182-21/+3
| | | | | | | | | | | | PHPBB3-8116
| * | [ticket/8116] Improve code and add tests for helper functionsMarc Alexander2017-03-293-36/+158
| | | | | | | | | | | | PHPBB3-8116
| * | [ticket/8116] Add pagination for IP tables on post infoMarc Alexander2017-03-282-8/+164
| | | | | | | | | | | | | | | | | | Diff from previous patch by nickvergessen. PHPBB3-8116
* | | Merge pull request #4670 from senky/ticket/13608Tristan Darricau2017-04-191-0/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13608] Add core.ucp_restore_permissions event * github.com:phpbb/phpbb: [ticket/13608] Add core.ucp_restore_permissions event
| * | | [ticket/13608] Add core.ucp_restore_permissions eventJakub Senko2017-01-231-0/+12
| | |/ | |/| | | | | | | PHPBB3-13608
* | | Merge pull request #4669 from senky/ticket/13609Tristan Darricau2017-04-191-0/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13609] Add core.ucp_switch_permissions event * github.com:phpbb/phpbb: [ticket/13609] Add core.ucp_switch_permissions event
| * | | [ticket/13609] Add core.ucp_switch_permissions eventJakub Senko2017-01-231-0/+13
| |/ / | | | | | | | | | PHPBB3-13609
* | | 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 #4798 from javiexin/ticket/13735Tristan Darricau2017-04-191-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13735] Fix input type number for Firefox in prosilver * github.com:phpbb/phpbb: [ticket/13735] Fix input type number for Firefox in prosilver
| * | | | [ticket/13735] Fix input type number for Firefox in prosilverjaviexin2017-04-171-1/+1
| |/ / / | | | | | | | | | | | | PHPBB3-13735
* | | | 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