aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_mcp.php
Commit message (Collapse)AuthorAgeFilesLines
* 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/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