aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | [ticket/9657] Initialise variable outside of the loopJoas Schilling2013-07-111-0/+1
* | | [ticket/9657] Use the service instead of the static classJoas Schilling2013-07-114-16/+24
* | | [ticket/9657] Add , to last element of an arrayJoas Schilling2013-07-111-6/+6
* | | [ticket/9657] DO not use \" inside of double quotesJoas Schilling2013-07-111-4/+4
* | | [ticket/9657] Populate data about post's delete status in mcp_postJoas Schilling2013-03-121-0/+31
* | | [ticket/9657] Correctly split disapproving from perma deleting postsJoas Schilling2013-03-111-9/+54
* | | [ticket/9657] Fix missing global $phpbb_containerJoas Schilling2013-03-111-1/+1