aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_queue.php
Commit message (Expand)AuthorAgeFilesLines
...
* | [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
* | [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