aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_main.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5399 from 3D-I/ticket/15826Marc Alexander2018-10-271-0/+18
|\
| * [ticket/15826] Add core.mcp_main_fork_sql_after3D-I2018-10-171-0/+2
| * [ticket/15826] Add core.mcp_main_fork_sql_after3D-I2018-10-021-0/+16
* | [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-211-1/+1
|/
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-41/+41
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-06-031-0/+3
|\
| * Merge pull request #4747 from ErnadoO/ticket/15132Marc Alexander2017-06-031-0/+3
| |\
| | * [ticket/15132] Add variable to the 'core.mcp_main_modify_shadow_sql' eventErwan Nader2017-05-311-0/+1
| | * [ticket/15132] Add variable to the 'core.mcp_main_modify_shadow_sql' eventErwan Nader2017-03-181-0/+2
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-06-031-1/+4
|\ \ \ | |/ /
| * | [ticket/15131] Add variables to the 'core.mcp_main_modify_fork_sql' eventErwan Nader2017-05-311-0/+1
| * | [ticket/15131] Add variables to the 'core.mcp_main_modify_fork_sql' eventErwan Nader2017-03-181-1/+3
| |/
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-1/+1
|\ \ | |/
| * Merge pull request #4523 from senky/ticket/13429Marc Alexander2017-02-111-1/+1
| |\
| | * [ticket/13429] Replace @change with @changedJakub Senko2017-01-231-1/+1
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-111-1/+13
|\ \ \ | |/ /
| * | Merge pull request #4514 from senky/ticket/14759Marc Alexander2016-12-111-1/+13
| |\ \
| | * | [ticket/14759] Add core.mcp_main_modify_shadow_sql eventJakub Senko2016-11-131-1/+13
| | |/
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-101-0/+12
|\ \ \ | |/ /
| * | [ticket/14760] Add core.mcp_main_modify_fork_sql eventJakub Senko2016-11-131-0/+12
| |/
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-211-8/+10
|\ \ | |/
| * [ticket/12925] Pluralize permanent delete checkbox labelJakub Senko2016-08-151-8/+10
* | [ticket/14709] add post_id to mod logWesley Fok2016-07-131-0/+1
* | [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-2/+0
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-4/+2
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+2
* | Merge branch '3.1.x'Marc Alexander2016-01-061-1/+1
|\ \ | |/
| * [ticket/14343] Added missing $phpbb_dispatcherkasimi2016-01-061-1/+1
* | Merge branch '3.1.x'Tristan Darricau2015-12-071-0/+16
|\ \ | |/
| * [ticket/14343] Add event when locking/unlocking posts/topicskasimi2015-12-061-0/+16
* | [ticket/9485] Add post_id to relevant $phpbb_log->add()Zoddo2015-08-301-0/+3
* | [ticket/8708] Apply permission 'f_announce_global'Oliver Schramm2015-07-191-1/+1
* | Merge branch '3.1.x'Marc Alexander2015-06-091-2/+2
|\ \ | |/
| * [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-2/+2
* | Merge branch '3.1.x'Joas 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
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-16/+16
* | Merge pull request #3281 from MGaetan89/ticket/13496Andreas Fischer2015-02-031-2/+2
|\ \
| * | [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-021-2/+2
* | | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-02-031-0/+1
|\ \ \ | |/ / |/| / | |/
| * [ticket/13569] Add missing sql_freeresults and remove unneeded resultsMarc Alexander2015-02-021-0/+1
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-15/+60
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+3
|/
* [ticket/13100] Remove pointless variableOliver Schramm2014-11-041-1/+0
* [ticket/13100] Display only confirmation buttons when deleting shadow topicOliver Schramm2014-10-201-2/+13
* [ticket/13171] Check the correct (soft)delete permission when deleting in MCPJoas Schilling2014-10-171-2/+4
* Merge pull request #2903 from rxu/ticket/13006Tristan Darricau2014-09-111-1/+5
|\