aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_queue.php
Commit message (Expand)AuthorAgeFilesLines
* [feature/soft-delete] Split deleting soft-deleted posts from unapproving postsJoas Schilling2012-12-201-6/+57
* [feature/soft-delete] Split up on the initial switch instead of a second oneJoas Schilling2012-12-201-41/+30
* [feature/soft-delete] Fix a problem with "delete topics" in mcpJoas Schilling2012-12-181-1/+2
* [feature/soft-delete] Add delete information to approve deatils pageJoas Schilling2012-12-181-0/+31
* [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-101-3/+3
* [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-091-1/+1
* [feature/soft-delete] Use request object instead of direct accessJoas Schilling2012-11-091-16/+15
* [feature/soft-delete] Fix restoring/approving posts with mcp moderationJoas Schilling2012-10-311-8/+8
* [feature/soft-delete] Fix disapproving posts/topics in queueJoas Schilling2012-10-231-19/+44
* [feature/soft-delete] Fix some more topic/post count handlingJoas Schilling2012-10-231-1/+1
* [feature/soft-delete] Use correct language when restoring topics in MCPJoas Schilling2012-10-211-9/+5
* [feature/soft-delete] Split unapproved/soft deleted posts from topicsJoas Schilling2012-10-171-1/+3
* [feature/soft-delete] Display guest username in topic list instead of "Guest"Joas Schilling2012-10-171-2/+2
* [feature/soft-delete] Removed unused old functionsJoas Schilling2012-10-161-200/+0
* [feature/soft-delete] Merge approving and restoring topics into one functionJoas Schilling2012-10-161-14/+173
* [feature/soft-delete] Merge approving and restoring posts into one functionJoas Schilling2012-10-161-65/+124
* [feature/soft-delete] Add module for soft deleted topicsJoas Schilling2012-10-151-16/+104
* [feature/soft-delete] Add checkbox to restoring posts like on approveJoas Schilling2012-10-151-27/+45
* [feature/soft-delete] Turn other functions into methods as wellJoas Schilling2012-10-151-319/+318
* [feature/soft-delete] Turn restore_post() into a method and add the docsJoas Schilling2012-10-151-76/+77
* [feature/soft-delete] Fix restoring posts via MCPJoas Schilling2012-10-131-13/+47
* [feature/soft-delete] Comment out user_posts update for the momentJoas Schilling2012-10-011-1/+1
* [feature/soft-delete] Fix some more usages of _approved column namesJoas Schilling2012-08-301-10/+1
* [feature/soft-delete] Update restoring feature to use ajax if requested.Joas Schilling2012-08-291-5/+18
* [feature/soft-delete] Use the variable which holds the correct item statusJoas Schilling2012-08-291-1/+1
* [feature/soft-delete] Fix some small bugsJosh Woody2012-08-291-1/+2
* [feature/soft-delete] Add a processor for action == restore in mcp_queue.phpJosh Woody2012-08-291-2/+43
* [feature/soft-delete] Rename phpbb_visibility class to phpbb_content_visibilityJosh Woody2012-08-291-1/+1
* [feature/soft-delete] Implement the ability to soft-delete and restore postsJosh Woody2012-08-291-127/+25
* [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-6/+6
* [feature/pagination-as-list] New parameter for name of start varDrae2012-07-181-1/+1
* [feature/pagination-as-list] Updates for nils commentsDrae2012-07-181-2/+2
* [feature/pagination-as-list] Rename and deprecate functionsDrae2012-07-181-1/+1
* [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-181-2/+3
* [ticket/10968] Render pagination within the templateDrae2012-07-181-1/+2
* [ticket/10871] Delete the unwanted implodeBruno Ais2012-05-041-2/+0
* [ticket/10273] Fixed accepting / denying posts AJAX.Callum Macrae2012-03-311-2/+29
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* [ticket/10345] Make use of the plural function in some basic placesJoas Schilling2011-11-251-1/+1
* Merge remote-tracking branch 'nickvergessen/ticket/10344' into developOleg Pudeyev2011-11-201-4/+5
|\
| * [ticket/10344] Add attachment icons to list of reported and queued posts/topicsJoas Schilling2011-08-271-4/+5
* | Merge branch 'develop-olympus' into developNils Adermann2011-11-181-0/+4
|\ \
| * | [ticket/9956] Display error message if no disapprove reason givenJoas Schilling2011-10-141-0/+3
* | | [ticket/9684] Remove code in some more files especially includes/Joas Schilling2011-04-071-43/+18
| |/ |/|
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | [feature/request-class] Convert any direct access to $_* to use $requestIgor Wiedler2010-09-251-1/+2
|/
* Merge branch 'ticket/bantu/9503' into develop-olympusIgor Wiedler2010-09-121-1/+1
|\
| * [ticket/9503] Show 'No subject specified' in 'Posts awaiting approval'.Andreas Fischer2010-07-231-1/+1
* | [ticket/9679] phpBB offers to notify poster even if notification is disabledJosh Woody2010-07-291-8/+11
|/
* [ticket/7720] Fix alternative image-description for unread posts.Joas Schilling2010-07-141-1/+1