aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_main.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2903 from rxu/ticket/13006Tristan Darricau2014-09-111-1/+5
|\
| * [ticket/13006] Add variables to the 'core.modify_quickmod_actions' eventrxu2014-08-221-1/+5
* | [ticket/12966] Sort by post_time and post_id where applicableMarc Alexander2014-08-231-1/+1
|/
* [ticket/11520] Re-adjust userpost count on topic forkGeolim42014-08-081-2/+1
* [ticket/11520] Coding guideline complianceGeolim42014-08-081-8/+7
* [ticket/11520] Re-adjust userpost count on topic forkGeolim42014-08-081-2/+28
* [ticket/12612] Prefix check_ids() with phpbb_Joas Schilling2014-06-231-8/+8
* [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused globalJoas Schilling2014-06-231-11/+11
* [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacyTristan Darricau2014-06-161-2/+2
* [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy rulesetTristan Darricau2014-06-161-1/+1
* Merge pull request #2357 from Nicofuma/ticket/11942Joas Schilling2014-05-301-8/+6
|\
| * [ticket/11942] Don't change the reason to '' when hard deletingTristan Darricau2014-05-291-2/+2
| * [ticket/11942] Always display delete reasonTristan Darricau2014-05-111-2/+0
| * [ticket/11942] Adding the reason to hard deleted topic/postNicofuma2014-05-041-2/+2
| * [ticket/11942] Delete post/topic reason should be added to logsNicofuma2014-05-041-2/+2
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
|/
* [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-1/+3
* [ticket/12373] Add to and from forum_id to LOG_MOVE log entriesJoas Schilling2014-04-081-4/+13
* [ticket/12213] Add MCP events for custom quick moderation optionsrxu2014-02-201-0/+11
* [ticket/11672] Move the reapply_sid() call before meta_refresh() is called.Cesar G2013-11-211-5/+3
* [ticket/11672] Remove the messages for lock/unlock/change topic type.Cesar G2013-11-191-22/+22
* [ticket/11890] Fix untranslated string when deleting posts through MCP.Cesar G2013-10-081-1/+1
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-4/+4
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-4/+4
* [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] Initialise variable outside of the loopJoas Schilling2013-07-111-0/+1
* [ticket/9657] Use the service instead of the static classJoas Schilling2013-07-111-6/+9
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2012-12-201-0/+22
|\
| * Merge PR #1140 branch 'develop-olympus' into developOleg Pudeyev2012-12-161-0/+22
| |\
| | * [ticket/8610] Revert some funky merging I did from rebaseNathan Guse2012-12-131-1/+1
| | * [ticket/8610] Add some commentsNathan Guse2012-12-131-0/+2
| | * [ticket/8610] Update Bookmarks when forking topicsNathaniel Guse2012-12-131-1/+21
* | | [feature/soft-delete] Split deleting soft-deleted posts from unapproving postsJoas Schilling2012-12-201-4/+4
* | | [feature/soft-delete] Fix a problem with the "only softdeleted posts" logicJoas Schilling2012-12-181-5/+5
* | | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-101-6/+6
* | | [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-091-3/+3
* | | [feature/soft-delete] Use request object instead of direct accessJoas Schilling2012-11-091-25/+25
* | | [feature/soft-delete] Correctly manage soft deleting via MCPJoas Schilling2012-11-021-10/+26
* | | [feature/soft-delete] Invert the logic on confirm boxJoas Schilling2012-11-011-2/+8
* | | [feature/soft-delete] Display message when the posts are already soft deletedJoas Schilling2012-10-311-1/+28
* | | [feature/soft-delete] Allow to soft delete posts in the MCP quick moderationJoas Schilling2012-10-301-5/+85
* | | [feature/soft-delete] Allow soft deleting/restoring topics via quickmoderationJoas Schilling2012-10-271-8/+129
* | | [feature/soft-delete] Fix some more topic/post count handlingJoas Schilling2012-10-231-15/+7
* | | [feature/soft-delete] Fix mcp_move_topic() topic/post count handlingJoas Schilling2012-10-231-52/+43
* | | [feature/soft-delete] Fix some more uses of topic_replies_realJoas Schilling2012-10-221-4/+7
* | | [feature/soft-delete] Fix typo in column name topic_visibilityJoas Schilling2012-08-291-1/+1
* | | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-6/+6
|/ /
* | [ticket/11052] update search backend constructor everywhereDhruv2012-08-151-1/+1
* | [ticket/10637] Leftovers from implementation of extensions in mcp_mainVjacheslav Trushkin2012-02-091-7/+2