aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_mcp.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x'Marc Alexander2015-03-061-23/+51
|\
| * Merge pull request #3450 from brunoais/ticket/13142Marc Alexander2015-03-061-23/+51
| |\ | | | | | | | | | [ticket/13142] Before query to get the total number of reports
| | * [ticket/13142] Default $total to -1 before the event for more flexibilitybrunoais2015-02-271-0/+3
| | | | | | | | | | | | PHPBB3-13142
| | * [ticket/13142] Removed surperfulous spacebrunoais2015-02-271-1/+1
| | | | | | | | | | | | PHPBB3-13142
| | * [ticket/13142] Removed surperfulous new linebrunoais2015-02-271-1/+0
| | | | | | | | | | | | PHPBB3-13142
| | * [ticket/13142] Place the event in the most meaningful placebrunoais2015-02-261-1/+49
| | | | | | | | | | | | | | | | | | | | | | | | The event now has nearly all variables and it is in the place where it can most influence this method's outcome without requiring the extension to re-process phpBB's code. PHPBB3-13142
| | * [ticket/13142] Delete event in order to move it.brunoais2015-02-261-22/+0
| | | | | | | | | | | | PHPBB3-13142
* | | Merge branch '3.1.x'Joas Schilling2015-02-261-1/+1
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/includes/functions_mcp.php
| * | [ticket/13652] Added $phpbb_dispatcher from global to phpbb_mcp_sorting()brunoais2015-02-251-1/+1
| |/ | | | | | | PHPBB3-13652
* | Merge branch '3.1.x'Joas Schilling2015-02-201-0/+22
|\ \ | |/
| * Merge pull request #3197 from brunoais/ticket/13142Joas Schilling2015-02-201-0/+22
| |\ | | | | | | | | | [ticket/13142] Before query to list unapproved and deleted posts
| | * [ticket/13142] BUMPed versionbrunoais2015-02-111-1/+1
| | | | | | | | | | | | PHPBB3-13142
| | * [ticket/13142] Fix typo: unaproved -> unapprovedbrunoais2014-11-281-1/+1
| | | | | | | | | | | | PHPBB3-13142
| | * [ticket/13142] BUMPing versionbrunoais2014-11-281-1/+1
| | | | | | | | | | | | PHPBB3-13142
| | * [ticket/13142] Adding core.mcp_sorting_unapproved_deleted_posts_query_beforebrunoais2014-11-281-0/+22
| | | | | | | | | | | | PHPBB3-13142
* | | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-4/+4
| | | | | | | | | | | | PHPBB3-13455
* | | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+1
|/ / | | | | | | PHPBB3-13450
* | [ticket/12966] Sort by post_time and post_id where applicableMarc Alexander2014-08-231-4/+13
|/ | | | | | | This change was not applied to the search as this would require a larger rewrite of the search methods. PHPBB3-12966
* [ticket/12612] Prefix check_ids() with phpbb_Joas Schilling2014-06-231-1/+1
| | | | PHPBB3-12612
* [ticket/12612] Prefix mcp_sorting() with phpbb_Joas Schilling2014-06-231-1/+1
| | | | PHPBB3-12612
* [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused globalJoas Schilling2014-06-231-5/+5
| | | | PHPBB3-12612
* [ticket/12612] Prefix module url functions with phpbb_Joas Schilling2014-06-231-15/+15
| | | | PHPBB3-12612
* [ticket/12612] Move functions from mcp.php to functions_mcp.phpJoas Schilling2014-06-181-0/+666
PHPBB3-12612