aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_queue.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+0
* Merge pull request #1889 from prototech/ticket/11963Nathan Guse2013-12-301-5/+33
|\
| * [ticket/11963] Fix undefined variable: post_data when mass-approving topics.Cesar G2013-11-231-5/+28
| * [ticket/11963] Delete topic_in_queue notifications in MCP approve_details modeCesar G2013-11-231-0/+5
* | Merge remote-tracking branch 'nickvergessen/feature/pagination-class' into de...Dhruv2013-12-251-2/+3
|\ \
| * | [ticket/11849] Update more MCP calls to pagination classJoas Schilling2013-12-181-2/+3
| |/
* | [ticket/11672] Move the reapply_sid() call before meta_refresh() is called.Cesar G2013-11-211-6/+3
* | [ticket/11672] The json response call exits so the else is not necessary.Cesar G2013-11-191-23/+11
* | [ticket/11672] Clean up the logic in mcp_queue.php.Cesar G2013-11-191-97/+75
* | [ticket/11672] Remove some messages that were missed in mcp_queue.php.Cesar G2013-11-191-2/+10
* | [ticket/11672] Replace sprintf() usage with $user->lang().Cesar G2013-11-191-1/+1
* | [ticket/11672] Removed unnecessary text from alerts.callumacrae2013-11-191-1/+5
|/
* 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