aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_mcp.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-121-8/+8
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-6/+6
* Merge pull request #4868 from javiexin/ticket/15266Marc Alexander2017-12-271-2/+4
|\
| * [ticket/15266] Expand functionality of content_visibilityjaviexin2017-12-271-2/+4
* | [ticket/14325] Preserve event variable BCMate Bartus2015-11-301-48/+47
* | [ticket/14234] Fix change version and remove more referencesMarc Alexander2015-10-121-10/+26
* | Merge branch '3.1.x'Andreas Fischer2015-09-221-2/+2
|\ \ | |/
| * [ticket/14186] Do correct string concatenation in phpbb_mcp_sorting()Marc Alexander2015-09-221-2/+2
* | 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] Default $total to -1 before the event for more flexibilitybrunoais2015-02-271-0/+3
| | * [ticket/13142] Removed surperfulous spacebrunoais2015-02-271-1/+1
| | * [ticket/13142] Removed surperfulous new linebrunoais2015-02-271-1/+0
| | * [ticket/13142] Place the event in the most meaningful placebrunoais2015-02-261-1/+49
| | * [ticket/13142] Delete event in order to move it.brunoais2015-02-261-22/+0
* | | Merge branch '3.1.x'Joas Schilling2015-02-261-1/+1
|\ \ \ | |/ /
| * | [ticket/13652] Added $phpbb_dispatcher from global to phpbb_mcp_sorting()brunoais2015-02-251-1/+1
| |/
* | 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] BUMPed versionbrunoais2015-02-111-1/+1
| | * [ticket/13142] Fix typo: unaproved -> unapprovedbrunoais2014-11-281-1/+1
| | * [ticket/13142] BUMPing versionbrunoais2014-11-281-1/+1
| | * [ticket/13142] Adding core.mcp_sorting_unapproved_deleted_posts_query_beforebrunoais2014-11-281-0/+22
* | | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-4/+4
* | | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+1
|/ /
* | [ticket/12966] Sort by post_time and post_id where applicableMarc Alexander2014-08-231-4/+13
|/
* [ticket/12612] Prefix check_ids() with phpbb_Joas Schilling2014-06-231-1/+1
* [ticket/12612] Prefix mcp_sorting() with phpbb_Joas Schilling2014-06-231-1/+1
* [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused globalJoas Schilling2014-06-231-5/+5
* [ticket/12612] Prefix module url functions with phpbb_Joas Schilling2014-06-231-15/+15
* [ticket/12612] Move functions from mcp.php to functions_mcp.phpJoas Schilling2014-06-181-0/+666