aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_queue.php
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-11/+2
|\
| * 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
* | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-6/+6
* | | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-3/+3
|/ /
* | [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] Use the service instead of the static classJoas Schilling2013-07-111-3/+5
* | [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] Correctly split disapproving from perma deleting postsJoas Schilling2013-03-111-9/+54
* | [ticket/9657] Fix missing global $phpbb_containerJoas Schilling2013-03-111-1/+1
* | [ticket/9657] Remove unused email variablesJoas Schilling2013-03-071-9/+1
* | [ticket/9657] Correctly state when to refresh last/first post info on approvingJoas Schilling2013-03-061-2/+4
* | [ticket/9657] Rebuild notifications in mcp_queue.phpJoas Schilling2013-03-051-85/+72
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-031-3/+9
|\ \ | |/
| * [ticket/11103] Mark topic/post subscription notification read when approvedNathan Guse2012-12-151-1/+13
| * [ticket/11103] Instantiate $phpbb_notifications as neededNathan Guse2012-12-131-4/+9
| * [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-201-14/+14
| * [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-201-12/+16
| * [ticket/11103] Remove unnecessary commentsNathan Guse2012-10-181-11/+0
| * [ticket/11103] Ability to query data before running create_insert_array()Nathan Guse2012-10-121-0/+7
| * [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