aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_queue.php
Commit message (Expand)AuthorAgeFilesLines
...
* [ticket/12270] Correct confirm approval message for topicsmarcosbc2014-05-031-5/+17
* [ticket/12270] Correcting to follow phpBB coding standardsmarcosbc2014-05-031-1/+3
* [ticket/12270] Better structured code and no debug error messagemarcosbc2014-05-031-7/+11
* [ticket/12270] Correct notifications for posts/topics now workingmarcosbc2014-05-031-10/+14
* [ticket/12270] Reverted templatesmarcosbc2014-05-031-1/+0
* [ticket/12270] Correct post&topic approval msg, no template changesmarcosbc2014-05-031-2/+9
* [ticket/12270] Corrent post and topic approval notification messagemarcosbc2014-05-031-0/+1
* Merge remote-tracking branch 'github-nickvergessen/ticket/12371' into develop...Nils Adermann2014-05-021-15/+30
|\
| * [ticket/11772] Do not send out new topic/post notifications when reapprovingJoas Schilling2014-04-251-9/+24
| * [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-6/+6
* | Merge remote-tracking branch 'remotes/Nicofuma/ticket/12445' into develop-asc...Nathaniel Guse2014-05-011-1/+1
|\ \
| * | [ticket/12445] Disapproved post: the name of the poster should be in logsNicofuma2014-04-261-1/+1
| |/
* | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-3/+0
|/
* [ticket/11352] Redirect the user back to view*.php after disapprovingJoas Schilling2014-04-071-0/+16
* [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