aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developAndreas Fischer2013-08-151-2/+2
|\
| * [ticket/11775] Fix error when moving the last post to another topicJoas Schilling2013-08-081-2/+2
* | [ticket/11774] Fix constant to avoid PHP errorsOliver Schramm2013-08-081-1/+1
* | Merge remote-tracking branch 'brunoais/ticket/11642' into developJoas Schilling2013-08-031-11/+2
|\ \
| * | [ticket/11642] Use $parse_flagsBruno Ais2013-08-011-1/+2
| * | [ticket/11642] Fixed typo in the variable name.Bruno Ais2013-07-201-1/+1
| * | [ticket/11642] generate_text_for_display on mcp/mcp_post.phpBruno Ais2013-07-161-11/+1
* | | 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
| |/ /
* | | Merge remote-tracking branch 'brunoais/ticket/11641' into developJoas Schilling2013-08-031-10/+2
|\ \ \
| * | | [ticket/11641] Use $parse_flagsBruno Ais2013-08-011-1/+2
| * | | [ticket/11641] generate_text_for_display on mcp/mcp_pm_reports.phpBruno Ais2013-07-161-10/+1
| |/ /
* | | Merge remote-tracking branch 'brunoais/ticket/11653' into developJoas Schilling2013-08-011-7/+2
|\ \ \
| * | | [ticket/11653] Use $parse_flagsBruno Ais2013-08-011-1/+2
| * | | [ticket/11653] generate_text_for_display on mcp/mcp_topic.phpBruno Ais2013-07-161-7/+1
| |/ /
* | | Merge pull request #1586 from brunoais/ticket/11654Nathan Guse2013-07-291-13/+2
|\ \ \
| * | | [ticket/11654] Moved some code to reduce line width.Bruno Ais2013-07-231-1/+2
| * | | [ticket/11654] first parameter failBruno Ais2013-07-201-1/+1
| * | | [ticket/11654] generate_text_for_display on mcp/mcp_warn.phpBruno Ais2013-07-181-13/+1
| |/ /
* | | [ticket/9657] Keep approval state of posts/topics when copying themJoas Schilling2013-07-131-6/+35
* | | [ticket/9657] Fix a little error when moving softdeleted topicsJoas Schilling2013-07-121-1/+0
* | | [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] Initialise variable outside of the loopJoas Schilling2013-07-111-0/+1
* | | [ticket/9657] Use the service instead of the static classJoas Schilling2013-07-114-16/+24
* | | [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] Populate data about post's delete status in mcp_postJoas Schilling2013-03-121-0/+31
* | | [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] Fix newly added empty lineJoas Schilling2013-03-101-1/+0
* | | [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
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-052-6/+6
|\ \ \ | |/ /
| * | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/avatarsMarc Alexander2013-03-043-91/+101
| |\ \
| * \ \ Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/avatarsMarc Alexander2013-02-072-14/+8
| |\ \ \
| * | | | [feature/avatars] Add phpbb prefix to new functionsMarc Alexander2013-01-042-6/+6
| * | | | Merge branch 'develop' of github.com:marc1706/phpbb3 into feature/avatarsMarc Alexander2012-12-243-11/+82
| |\ \ \ \
| * \ \ \ \ Merge branch 'feature/avatars' of https://github.com/igorw/phpbb3 into featur...Marc Alexander2012-11-122-3/+3
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'develop' into feature/avatarsIgor Wiedler2012-07-218-17/+36
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into feature/avatarsIgor Wiedler2012-06-272-4/+2
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'develop' into feature/avatarsIgor Wiedler2012-04-073-8/+36
| | |\ \ \ \ \ \ \
| | * | | | | | | | [feature/avatars] Modularized AvatarsCullen Walsh2012-03-182-3/+3
* | | | | | | | | | [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-033-42/+43
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2013-01-155-16/+83
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | Merge remote-tracking branch 'remotes/brunoais/ticket/11171' into developNathan Guse2013-01-141-14/+7
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | [ticket/11171] Cleanup of leftoversBruno Ais2012-12-071-12/+1