aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3459 from brunoais/ticket/13664Marc Alexander2015-05-081-4/+21
|\ | | | | | | [ticket/13664] Add event to allow changing number of unapproved posts in mcp_front
| * [ticket/13664] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | PHPBB3-13664
| * [ticket/13664] Added alias to table to make modding easier.brunoais2015-03-011-3/+3
| | | | | | | | PHPBB3-13664
| * [ticket/13664] Add event to allow changing number of unapproved posts listedbrunoais2015-03-011-0/+12
| | | | | | | | PHPBB3-13664
| * [ticket/13664] From string query in mcp_front unapproved posts to built querybrunoais2015-03-011-4/+9
| | | | | | | | PHPBB3-13664
* | Merge pull request #3455 from brunoais/ticket/13660Marc Alexander2015-05-081-0/+12
|\ \ | | | | | | | | | [ticket/13660] Allow changing the query for total reports in mcp_front
| * | [ticket/13660] BUMP version to 3.1.5-RC1brunoais2015-05-061-1/+1
| | | | | | | | | | | | PHPBB3-13660
| * | [ticket/13660] Fix @since version.brunoais2015-03-101-1/+1
| | | | | | | | | | | | PHPBB3-13660
| * | [ticket/13660] Allow changing the query for total reports in mcp_frontbrunoais2015-02-281-0/+12
| |/ | | | | | | PHPBB3-13660
* | [ticket/13819] Add missing sql_freeresult() to files in includes/Marc Alexander2015-05-051-0/+1
| | | | | | | | PHPBB3-13819
* | Merge pull request #3409 from Senky/ticket/11424Joas Schilling2015-04-061-0/+25
|\ \ | | | | | | | | | [ticket/11424] Quick-Mod Tools race condition results in NO_MODE
| * | [ticket/11424] Add space between control flow keywords and parenthesisJakub Senko2015-02-191-2/+2
| | | | | | | | | | | | PHPBB3-11424
| * | [ticket/11424] Handle race condition properly for Quick-Mod ToolsJakub Senko2015-02-161-0/+25
| | | | | | | | | | | | PHPBB3-11424
* | | Merge pull request #3413 from kasimi/ticket/13540Marc Alexander2015-03-051-0/+4
|\ \ \ | |_|/ |/| | | | | [ticket/13540] Add topic info and total posts count to mcp_topic_review_modify_row event
| * | [ticket/13540] Add total post count to mcp_topic_review_modify_row eventkasimi2015-02-171-0/+2
| | | | | | | | | | | | PHPBB3-13540
| * | [ticket/13540] Add topic_info to mcp_topic_review_modify_row eventkasimi2015-02-161-0/+2
| | | | | | | | | | | | PHPBB3-13540
* | | [ticket/13595] Removed unused codeJoshyPHP2015-02-131-8/+0
| |/ |/| | | | | PHPBB3-13595
* | Merge pull request #3361 from marc1706/ticket/13569Andreas Fischer2015-02-032-0/+3
|\ \ | | | | | | | | | | | | | | | | | | [ticket/13569] Add missing sql_freeresults and remove unneeded results * marc1706/ticket/13569: [ticket/13569] Add missing sql_freeresults and remove unneeded results
| * | [ticket/13569] Add missing sql_freeresults and remove unneeded resultsMarc Alexander2015-02-022-0/+3
| | | | | | | | | | | | PHPBB3-13569
* | | Merge pull request #3330 from kasimi/ticket/13540Joas Schilling2015-02-021-3/+33
|\ \ \ | | |/ | |/| | | | [ticket/13540] Add core event for modifying topic review block data
| * | [ticket/13540] Added var row to both eventskasimi2015-01-251-0/+2
| | | | | | | | | | | | PHPBB3-13540
| * | [ticket/13540] Add core event for MCP topic review block datakasimi2015-01-241-3/+31
| |/ | | | | | | | | | | | | Similar to the previous event, this event triggers for each post in the MCP topic review. PHPBB3-13540
* | [ticket/13537] Add core events on mcp_queue for approval and disapprovalWolfsblvt2015-01-231-5/+87
|/ | | | | | | | Events added for the functions approve_posts(), approve_topics() and disapprove_posts() in mcp_queue.php, so that you can send notifications during approval and disapproval. PHPBB3-13537
* [ticket/13354] Fix incorrect column name when deleting all topic logs.Cesar G2014-11-211-1/+1
| | | | PHPBB3-13354
* Merge pull request #3044 from Elsensee/ticket/13100Joas Schilling2014-11-211-2/+12
|\ | | | | | | [ticket/13100] Display only confirmation buttons when deleting shadow topic
| * [ticket/13100] Remove pointless variableOliver Schramm2014-11-041-1/+0
| | | | | | | | PHPBB3-13100
| * [ticket/13100] Display only confirmation buttons when deleting shadow topicOliver Schramm2014-10-201-2/+13
| | | | | | | | PHPBB3-13100
* | [ticket/13328] fix CSomniError2014-11-111-14/+14
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13328 PHPBB3-13328
* | [ticket/13328] add core.mcp_view_forum_modify_sqlomniError2014-11-101-0/+16
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13328 PHPBB3-13328
* | Merge pull request #3053 from Senky/ticket/13194Marc Alexander2014-10-211-1/+1
|\ \ | |/ |/| | | [ticket/13194] BBCode isn't parsed when issuing a warning for a post
| * [ticket/13194] Use correct array to access bbcode_bitfieldJakub Senko2014-10-211-1/+1
| | | | | | | | PHPBB3-13194
* | [ticket/13171] Check the correct (soft)delete permission when deleting in MCPJoas Schilling2014-10-171-2/+4
|/ | | | PHPBB3-13171
* Merge pull request #3004 from Senky/ticket/13116Joas Schilling2014-10-021-2/+2
|\ | | | | | | [ticket/13116] Topic and post approval notifications got interchanged
| * [ticket/13116] Interchange post and topic approval notificationJakub Senko2014-09-291-2/+2
| | | | | | | | PHPBB3-13116
* | [ticket/13119] Add another event which is triggered independent from actionsJoas Schilling2014-10-011-0/+16
| | | | | | | | PHPBB3-13119
* | Merge pull request #2888 from Nicofuma/ticket/12993Joas Schilling2014-10-011-8/+8
|\ \ | | | | | | | | | [ticket/12993] Improve get_user_ranks
| * | [ticket/12993] Return an array instead of reference passingTristan Darricau2014-08-191-6/+6
| | | | | | | | | | | | PHPBB3-12993
| * | [ticket/12993] Fix includes of functions_displayTristan Darricau2014-08-191-2/+2
| | | | | | | | | | | | PHPBB3-12993
| * | [ticket/12993] Rename to phpbb_get_user_rankTristan Darricau2014-08-181-2/+2
| | | | | | | | | | | | PHPBB3-12993
| * | [ticket/12993] Improve get_user_ranksForumhulp.com2014-08-181-2/+2
| | | | | | | | | | | | | | | | | | Explanation in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=46051 PHPBB3-12993
* | | [ticket/13119] Remove unused globals and use the request classJoas Schilling2014-09-301-20/+13
| | | | | | | | | | | | PHPBB3-13119
* | | [ticket/13119] Add events to MCP's ban moduleJoas Schilling2014-09-301-8/+77
| |/ |/| | | | | PHPBB3-13119
* | [ticket/13057] Add $phpbb_dispatcher to the global in mcp/mcp_report.phpTristan Darricau2014-09-111-1/+1
| | | | | | | | PHPBB3-13057
* | Merge pull request #2903 from rxu/ticket/13006Tristan Darricau2014-09-111-1/+5
|\ \ | | | | | | | | | | | | | | | | | | [ticket/13006] Add variables to the 'core.modify_quickmod_actions' event * rxu/ticket/13006: [ticket/13006] Add variables to the 'core.modify_quickmod_actions' event
| * | [ticket/13006] Add variables to the 'core.modify_quickmod_actions' eventrxu2014-08-221-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Add $quickmod and $action variables for the 'core.modify_quickmod_actions' event trigerring to avoid of using global operator in corresponding extensions. PHPBB3-13006
* | | Merge pull request #2826 from brunoais/ticket/12928Marc Alexander2014-08-301-0/+21
|\ \ \ | | | | | | | | | | | | [ticket/12928] core.mcp_reports_gather_query_before
| * | | [ticket/12928] Update to RC4brunoais2014-08-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12928
| * | | [ticket/12928] core.mcp_reports_gather_query_beforebrunoais2014-08-081-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the core.mcp_reports_gather_query_before event to mcp backend. PHPBB3-12928
* | | | Merge pull request #2865 from marc1706/ticket/12966Dhruv Goel2014-08-292-4/+4
|\ \ \ \ | |_|/ / |/| | | [ticket/12966] Sort posts by post_id in addition to sorting by post_time
| * | | [ticket/12966] Sort by post_time and post_id where applicableMarc Alexander2014-08-232-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change was not applied to the search as this would require a larger rewrite of the search methods. PHPBB3-12966