aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2045 from rxu/ticket/12213Nathan Guse2014-02-191-0/+11
|\
| * [ticket/12213] Add MCP events for custom quick moderation optionsrxu2014-02-201-0/+11
* | [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-038-8/+0
|/
* Merge pull request #1889 from prototech/ticket/11963Nathan Guse2013-12-302-11/+37
|\
| * [ticket/11963] Fix undefined variable: post_data when mass-approving topics.Cesar G2013-11-231-5/+28
| * [ticket/11963] Delete topic_in_queue notifications in MCP approve_details modeCesar G2013-11-231-0/+5
| * [ticket/11963] Don't depend on user_notify flag to delete report notifications.Cesar G2013-11-231-6/+4
* | Merge remote-tracking branch 'nickvergessen/feature/pagination-class' into de...Dhruv2013-12-258-25/+30
|\ \
| * | [ticket/11849] Fix more function callsJoas Schilling2013-12-183-8/+13
| * | [ticket/11849] Update more MCP calls to pagination classJoas Schilling2013-12-185-17/+17
| |/
* | [ticket/11672] Move the reapply_sid() call before meta_refresh() is called.Cesar G2013-11-212-11/+6
* | [ticket/11672] The json response call exits so the else is not necessary.Cesar G2013-11-191-23/+11
* | [ticket/11672] Remove the messages for lock/unlock/change topic type.Cesar G2013-11-191-22/+22
* | [ticket/11672] Clean up the logic in mcp_queue.php.Cesar G2013-11-191-97/+75
* | [ticket/11672] Remove some messages that were missed in mcp_queue.php.Cesar G2013-11-191-2/+10
* | [ticket/11672] Replace sprintf() usage with $user->lang().Cesar G2013-11-191-1/+1
* | [ticket/11672] Removed unnecessary text from alerts.callumacrae2013-11-191-1/+5
|/
* Merge remote-tracking branch 'prototech/ticket/11890' into developAndreas Fischer2013-10-081-1/+1
|\
| * [ticket/11890] Fix untranslated string when deleting posts through MCP.Cesar G2013-10-081-1/+1
* | [ticket/11892] Fix undefined variables: to_forum_id & to_topic_idCesar G2013-10-082-39/+15
|/
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-166-55/+15
|\
| * Merge remote-tracking branch 'remotes/upstream/develop-olympus' into developNathan Guse2013-09-122-0/+2
| |\
| | * [ticket/11829] Use report_closed to determine status in MCP report_detailsrechosen2013-09-042-0/+2
| * | Merge branch 'develop-olympus' into developAndreas Fischer2013-08-151-2/+2
| |\ \ | | |/
| | * [ticket/11775] Fix error when moving the last post to another topicJoas Schilling2013-08-081-2/+2
| * | [ticket/11774] Fix constant to avoid PHP errorsOliver Schramm2013-08-081-1/+1
| * | Merge remote-tracking branch 'brunoais/ticket/11642' into developJoas Schilling2013-08-031-11/+2
| |\ \
| | * | [ticket/11642] Use $parse_flagsBruno Ais2013-08-011-1/+2
| | * | [ticket/11642] Fixed typo in the variable name.Bruno Ais2013-07-201-1/+1
| | * | [ticket/11642] generate_text_for_display on mcp/mcp_post.phpBruno Ais2013-07-161-11/+1
| * | | Merge remote-tracking branch 'brunoais/ticket/11643' into developJoas Schilling2013-08-031-11/+2
| |\ \ \
| | * | | [ticket/11643] Use $parse_flagsBruno Ais2013-08-011-1/+2
| | * | | [ticket/11643] Fixed typo in the variable name.Bruno Ais2013-07-201-1/+1
| | * | | [ticket/11643] generate_text_for_display on mcp/mcp_queue.phpBruno Ais2013-07-161-11/+1
| | |/ /
| * | | Merge remote-tracking branch 'brunoais/ticket/11641' into developJoas Schilling2013-08-031-10/+2
| |\ \ \
| | * | | [ticket/11641] Use $parse_flagsBruno Ais2013-08-011-1/+2
| | * | | [ticket/11641] generate_text_for_display on mcp/mcp_pm_reports.phpBruno Ais2013-07-161-10/+1
| | |/ /
| * | | Merge remote-tracking branch 'brunoais/ticket/11653' into developJoas Schilling2013-08-011-7/+2
| |\ \ \
| | * | | [ticket/11653] Use $parse_flagsBruno Ais2013-08-011-1/+2
| | * | | [ticket/11653] generate_text_for_display on mcp/mcp_topic.phpBruno Ais2013-07-161-7/+1
| | |/ /
| * | | Merge pull request #1586 from brunoais/ticket/11654Nathan Guse2013-07-291-13/+2
| |\ \ \
| | * | | [ticket/11654] Moved some code to reduce line width.Bruno Ais2013-07-231-1/+2
| | * | | [ticket/11654] first parameter failBruno Ais2013-07-201-1/+1
| | * | | [ticket/11654] generate_text_for_display on mcp/mcp_warn.phpBruno Ais2013-07-181-13/+1
| | |/ /
* | | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-164-14/+14
* | | | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-143-9/+9
|/ / /
* | | [ticket/9657] Keep approval state of posts/topics when copying themJoas Schilling2013-07-131-6/+35
* | | [ticket/9657] Fix a little error when moving softdeleted topicsJoas Schilling2013-07-121-1/+0
* | | [ticket/9657] Notifications do not require emails or jabber anymoreJoas Schilling2013-07-111-2/+2
* | | [ticket/9657] Use include instead of include_onceJoas Schilling2013-07-111-3/+9