aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_queue.php
Commit message (Expand)AuthorAgeFilesLines
...
| * [ticket/11103] Make $phpbb_notifications a global and use it everywhereNathan Guse2012-10-041-4/+2
| * [ticket/11103] Topic/Post in queue notificationNathan Guse2012-09-151-1/+20
| * [ticket/11103] Topic and post dis/approval notificationsNathan Guse2012-09-151-46/+36
| * [ticket/11103] Starting approve_post type notificationNathan Guse2012-09-151-25/+8
| * [ticket/11103] Normalization of $phpbb_notifications variable nameNathan Guse2012-09-141-3/+3
| * [ticket/11103] Add/Update/Mark Read functions accept an array for the typeNathan Guse2012-09-141-1/+1
| * [ticket/11103] Restyle the notification listNathan Guse2012-09-091-1/+3
| * [ticket/11103] Post notificationsNathan Guse2012-09-091-3/+3
* | [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
|\ \