aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.phpTristan Darricau2014-09-111-1/+1
* Merge pull request #2903 from rxu/ticket/13006Tristan Darricau2014-09-111-1/+5
|\
| * [ticket/13006] Add variables to the 'core.modify_quickmod_actions' eventrxu2014-08-221-1/+5
* | Merge pull request #2826 from brunoais/ticket/12928Marc Alexander2014-08-301-0/+21
|\ \
| * | [ticket/12928] Update to RC4brunoais2014-08-091-1/+1
| * | [ticket/12928] core.mcp_reports_gather_query_beforebrunoais2014-08-081-0/+21
* | | Merge pull request #2865 from marc1706/ticket/12966Dhruv Goel2014-08-292-4/+4
|\ \ \ | |_|/ |/| |
| * | [ticket/12966] Sort by post_time and post_id where applicableMarc Alexander2014-08-232-4/+4
* | | Merge pull request #2885 from Nicofuma/ticket/12990Marc Alexander2014-08-213-29/+29
|\ \ \
| * | | [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-163-29/+29
* | | | [ticket/12998] Fix use of $lang in mcp_warn.phpTristan Darricau2014-08-191-2/+2
|/ / /
* | | [ticket/12967] Fix undefined variable phpbb_dispatcher error.Cesar G2014-08-111-0/+1
|/ /
* | [ticket/11520] Re-adjust userpost count on topic forkGeolim42014-08-081-2/+1
* | [ticket/11520] Coding guideline complianceGeolim42014-08-081-8/+7
* | [ticket/11520] Re-adjust userpost count on topic forkGeolim42014-08-081-2/+28
* | Merge pull request #2824 from brunoais/ticket/12927Joas Schilling2014-08-081-0/+23
|\ \
| * | [ticket/12927] core.mcp_queue_get_posts2_query_beforebrunoais2014-08-081-0/+23
| |/
* | Merge pull request #2764 from brunoais/ticket/12880Joas Schilling2014-08-081-0/+23
|\ \
| * | [ticket/12880] core.mcp_queue_!is_topics_query_beforebrunoais2014-08-071-0/+23
* | | Merge pull request #2762 from brunoais/ticket/12876Joas Schilling2014-08-081-0/+14
|\ \ \ | |_|/ |/| |
| * | [ticket/12876] core.mcp_mcp_front.mcp_front_view_queue_postid_list_afterbrunoais2014-08-071-0/+14
| |/
* | Merge pull request #2763 from brunoais/ticket/12877Marc Alexander2014-08-071-0/+12
|\ \
| * | [ticket/12877] core.mcp_mcp_front_reports_listing_query_beforebrunoais2014-07-231-0/+12
| |/
* | Merge pull request #2701 from Nicofuma/ticket/12818Andreas Fischer2014-07-111-2/+2
|\ \
| * | [ticket/12818] Fix the conditions in the call to $log->delete() in mcp_logsTristan Darricau2014-07-061-2/+2
| |/
* | Merge branch 'develop-olympus' into develop-ascraeusTristan Darricau2014-07-101-0/+1
|\ \ | |/ |/|
| * [ticket/12695] Add viewtopic language file for parse_attachments in mcp_postMarc Alexander2014-07-101-0/+1
* | [ticket/12612] Prefix check_ids() with phpbb_Joas Schilling2014-06-235-16/+16
* | [ticket/12612] Prefix mcp_sorting() with phpbb_Joas Schilling2014-06-235-6/+6
* | [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused globalJoas Schilling2014-06-238-33/+33
* | [ticket/12612] Prefix module url functions with phpbb_Joas Schilling2014-06-232-2/+2
* | [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacyTristan Darricau2014-06-162-3/+3
* | [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy rulesetTristan Darricau2014-06-161-1/+1
* | Merge pull request #2434 from Nicofuma/ticket/8610Joas Schilling2014-06-092-7/+35
|\ \
| * | [ticket/8610] Throw an error when the dest topic isn't setTristan Darricau2014-05-271-1/+1
| * | [ticket/8610] Fix bookmarks when merging all the posts of a topicTristan Darricau2014-05-271-4/+18
| * | [ticket/8610] Merging topics does not handle bookmarks correctlyTristan Darricau2014-05-101-3/+17
* | | [ticket/12675] Fix code sniffer complaints introduced by recent commitsMarc Alexander2014-06-091-1/+1
* | | [ticket/12639] Send a correct IN entry when deleting marked logsTristan Darricau2014-06-021-1/+1
* | | [ticket/12639] Delete entry in admin-log leads to mysql-errorTristan Darricau2014-05-311-2/+0
* | | Merge pull request #2433 from Nicofuma/ticket/10899Joas Schilling2014-05-301-13/+21
|\ \ \
| * | | [ticket/10899] Refactoring in \phpbb\log\log_interfaceTristan Darricau2014-05-101-16/+18
| * | | [ticket/10899] Using Delete All in log viewer with keyword searchTristan Darricau2014-05-101-2/+8
| |/ /
* | | Merge pull request #2357 from Nicofuma/ticket/11942Joas Schilling2014-05-301-8/+6
|\ \ \
| * | | [ticket/11942] Don't change the reason to '' when hard deletingTristan Darricau2014-05-291-2/+2
| * | | [ticket/11942] Always display delete reasonTristan Darricau2014-05-111-2/+0
| * | | [ticket/11942] Adding the reason to hard deleted topic/postNicofuma2014-05-041-2/+2
| * | | [ticket/11942] Delete post/topic reason should be added to logsNicofuma2014-05-041-2/+2
| |/ /
* | | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2720-94/+140
* | | Merge pull request #2487 from n-aleha/ticket/12583Joas Schilling2014-05-261-7/+56
|\ \ \