aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | [ticket/13672] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | * | | [ticket/13672] Allow changing the data from the user-submitted reportbrunoais2015-03-051-0/+20
* | | | | Merge branch '3.1.x'Joas Schilling2015-05-281-5/+34
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3468 from brunoais/ticket/13668Joas Schilling2015-05-281-5/+33
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | [ticket/13668] Removed bogus sting concatenationbrunoais2015-05-081-1/+1
| | * | | [ticket/13668] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | * | | [ticket/13668] Allow changing the query to obtain the user-submitted report.brunoais2015-03-051-0/+19
| | |/ /
| | * | [ticket/13668] Convert the mcp report_details query to a built querybrunoais2015-03-051-5/+14
* | | | Merge branch '3.1.x'Marc Alexander2015-05-081-4/+21
|\ \ \ \ | |/ / /
| * | | Merge pull request #3459 from brunoais/ticket/13664Marc Alexander2015-05-081-4/+21
| |\ \ \
| | * | | [ticket/13664] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | * | | [ticket/13664] Added alias to table to make modding easier.brunoais2015-03-011-3/+3
| | * | | [ticket/13664] Add event to allow changing number of unapproved posts listedbrunoais2015-03-011-0/+12
| | * | | [ticket/13664] From string query in mcp_front unapproved posts to built querybrunoais2015-03-011-4/+9
| | |/ /
* | | | Merge branch '3.1.x'Marc Alexander2015-05-081-0/+12
|\ \ \ \ | |/ / /
| * | | Merge pull request #3455 from brunoais/ticket/13660Marc Alexander2015-05-081-0/+12
| |\ \ \
| | * | | [ticket/13660] BUMP version to 3.1.5-RC1brunoais2015-05-061-1/+1
| | * | | [ticket/13660] Fix @since version.brunoais2015-03-101-1/+1
| | * | | [ticket/13660] Allow changing the query for total reports in mcp_frontbrunoais2015-02-281-0/+12
| | |/ /
* | | | Merge branch '3.1.x'Andreas Fischer2015-05-061-0/+1
|\ \ \ \ | |/ / /
| * | | [ticket/13819] Add missing sql_freeresult() to files in includes/Marc Alexander2015-05-051-0/+1
* | | | [ticket/13654] Moving reporting into controllerMateBartus2015-04-161-6/+1
* | | | Merge branch '3.1.x'Joas Schilling2015-04-061-0/+25
|\ \ \ \ | |/ / /
| * | | Merge pull request #3409 from Senky/ticket/11424Joas Schilling2015-04-061-0/+25
| |\ \ \
| | * | | [ticket/11424] Add space between control flow keywords and parenthesisJakub Senko2015-02-191-2/+2
| | * | | [ticket/11424] Handle race condition properly for Quick-Mod ToolsJakub Senko2015-02-161-0/+25
| | | |/ | | |/|
* | | | Merge branch '3.1.x'Marc Alexander2015-03-051-0/+4
|\ \ \ \ | |/ / /
| * | | Merge pull request #3413 from kasimi/ticket/13540Marc Alexander2015-03-051-0/+4
| |\ \ \ | | |_|/ | |/| |
| | * | [ticket/13540] Add total post count to mcp_topic_review_modify_row eventkasimi2015-02-171-0/+2
| | * | [ticket/13540] Add topic_info to mcp_topic_review_modify_row eventkasimi2015-02-161-0/+2
* | | | Merge branch '3.1.x'Marc Alexander2015-02-181-8/+0
|\ \ \ \ | |/ / /
| * | | [ticket/13595] Removed unused codeJoshyPHP2015-02-131-8/+0
| | |/ | |/|
* | | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-034-7/+7
* | | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-0311-129/+129
* | | Merge pull request #3281 from MGaetan89/ticket/13496Andreas Fischer2015-02-032-3/+3
|\ \ \
| * | | [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-022-3/+3
* | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-02-032-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #3361 from marc1706/ticket/13569Andreas Fischer2015-02-032-0/+3
| |\ \ \
| | * | | [ticket/13569] Add missing sql_freeresults and remove unneeded resultsMarc Alexander2015-02-022-0/+3
* | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-021-3/+33
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3330 from kasimi/ticket/13540Joas Schilling2015-02-021-3/+33
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | [ticket/13540] Added var row to both eventskasimi2015-01-251-0/+2
| | * | | [ticket/13540] Add core event for MCP topic review block datakasimi2015-01-241-3/+31
| | |/ /
* | | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-021-5/+87
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [ticket/13537] Add core events on mcp_queue for approval and disapprovalWolfsblvt2015-01-231-5/+87
| |/
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-278-45/+159
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-129-5/+29
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-11-221-1/+1
|\ \ | |/
| * [ticket/13354] Fix incorrect column name when deleting all topic logs.Cesar G2014-11-211-1/+1
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-11-211-2/+12
|\ \ | |/