aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4717 from rmcgirr83/ticket/15107Marc Alexander2017-05-251-1/+3
|\ | | | | | | [ticket/15107] Add message_parser to event
| * [ticket/15107] Add message_parser to eventRichard McGirr2017-03-071-1/+1
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-15107 PHPBB3-15107
| * [ticket/15107] Add message_parser to eventRMcGirr832017-03-021-1/+3
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-15107 PHPBB3-15107
* | Merge pull request #4838 from marc1706/ticket/15020Marc Alexander2017-05-212-0/+16
|\ \ | | | | | | | | | [ticket/15020] Add Event for mcp_topic_postrow_post_subject
| * | [ticket/15020] Add Event for mcp_topic_postrow_post_subjectDaniel Mota2017-05-212-0/+16
|/ / | | | | | | | | | | | | | | Add 2 events: mcp_topic_postrow_post_subject_before mcp_topic_postrow_post_subject_after PHPBB3-15020
* | Merge pull request #4837 from marc1706/ticket/14996Marc Alexander2017-05-212-0/+8
|\ \ | | | | | | | | | [ticket/14996] Add Event for search_results_topic_title_after
| * | [ticket/14996] Add Event for search_results_topic_title_afterDaniel Mota2017-05-212-0/+8
|/ / | | | | | | PHPBB3-14996
* | Merge pull request #4832 from marc1706/ticket/15226Tristan Darricau2017-05-121-0/+51
|\ \ | | | | | | | | | | | | | | | | | | [ticket/15226] Add index for latest topics to topics table * github.com:phpbb/phpbb: [ticket/15226] Add index for latest topics to topics table
| * | [ticket/15226] Add index for latest topics to topics tableMarc Alexander2017-05-111-0/+51
|/ / | | | | | | PHPBB3-15226
* | Merge pull request #4815 from kasimi/ticket/15187Marc Alexander2017-05-021-0/+9
|\ \ | | | | | | | | | [ticket/15187] Add paths of newly enabled extensions to template
| * | [ticket/15187] Use $this->template propertykasimi2017-04-291-1/+1
| | |
| * | [ticket/15187] Add ACP style after enabling an extensionkasimi2017-04-291-0/+9
| | |
| * | [ticket/15187] Reverted commits e6b7def & 90a80b7kasimi2017-04-281-37/+0
| | | | | | | | | | | | PHPBB3-15187
| * | [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 #4657 from marc1706/ticket/7336Tristan Darricau2017-04-282-7/+54
|\ \ | | | | | | | | | | | | | | | | | | | | | [ticket/7336] Index first post when splitting topics * github.com:phpbb/phpbb: [ticket/7336] Index first post when splitting topics [ticket/7336] Add tests for indexing first post after splitting topics
| * | [ticket/7336] Index first post when splitting topicsMarc Alexander2017-01-161-0/+42
| | | | | | | | | | | | PHPBB3-7336
| * | [ticket/7336] Add tests for indexing first post after splitting topicsMarc Alexander2017-01-161-7/+12
| | | | | | | | | | | | PHPBB3-7336
* | | Merge pull request #4674 from senky/ticket/13730Marc Alexander2017-04-261-1/+29
|\ \ \ | | | | | | | | | | | | [ticket/13730] Add core.delete_post_end event
| * | | [ticket/13730] Add core.delete_post_after eventJakub Senko2017-02-081-1/+29
| | | | | | | | | | | | | | | | PHPBB3-13730
* | | | Merge pull request #4672 from senky/ticket/13603Marc Alexander2017-04-263-0/+12
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13603] Add index_body_stat_blocks_after event
| * | | | [ticket/13603] Add index_body_stat_blocks_after eventJakub Senko2017-01-233-0/+12
| |/ / / | | | | | | | | | | | | PHPBB3-13603
* | | | 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