aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_main.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16106] Add core.mcp_main_beforekasimi2019-07-231-0/+16
| | | | PHPBB3-16106
* [ticket/16039] Global dispatchermrgoldy2019-05-011-1/+1
| | | | PHPBB3-16039
* Merge pull request #5513 from mrgoldy/ticket/15942Marc Alexander2019-04-171-4/+6
|\ | | | | | | [ticket/15942] Allow array in confirm_box title
| * [ticket/15942] Optimize countmrgoldy2019-01-151-4/+6
| | | | | | | | PHPBB3-15942
| * [ticket/15942] Allow array in confirm_box titlemrgoldy2019-01-151-2/+2
| | | | | | | | PHPBB3-15942
* | Merge branch '3.2.x' into ticket/159483Di2019-03-231-11/+23
|\ \
| * \ Merge pull request #5520 from 3D-I/ticket/15950Marc Alexander2019-03-161-5/+4
| |\ \ | | | | | | | | | | | | [ticket/15950] Add SQL transactions to mcp_main.php
| | * | [ticket/15950] Add SQL transactions to mcp_main.php3D-I2019-01-221-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15950 And simultaneously remove a duplicated UPDATE query.
| * | | [ticket/15954] Fixed including mcp_front.phpkasimi2019-01-301-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15954
| * | | [ticket/15954] Add safeguards to include() callskasimi2019-01-261-4/+16
| | |/ | |/| | | | | | | PHPBB3-15954
| * | [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-121-2/+2
| |/ | | | | | | PHPBB3-15910
* | [ticket/15948] Add core.mcp_change_topic_type_after/before3D-I2019-01-211-1/+0
| | | | | | | | PHPBB3-15948
* | [ticket/15948] Add core.mcp_change_topic_type_after/before3D-I2019-01-211-0/+33
|/ | | | PHPBB3-15948
* Merge pull request #5399 from 3D-I/ticket/15826Marc Alexander2018-10-271-0/+18
|\ | | | | | | [ticket/15826] Add core.mcp_main_fork_sql_after
| * [ticket/15826] Add core.mcp_main_fork_sql_after3D-I2018-10-171-0/+2
| | | | | | | | | | | | Add row array PHPBB3-15826
| * [ticket/15826] Add core.mcp_main_fork_sql_after3D-I2018-10-021-0/+16
| | | | | | | | PHPBB3-15826
* | [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-211-1/+1
|/ | | | PHPBB3-15849
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-41/+41
| | | | PHPBB3-14972
* 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' event
| | * [ticket/15132] Add variable to the 'core.mcp_main_modify_shadow_sql' eventErwan Nader2017-05-311-0/+1
| | | | | | | | | | | | PHPBB3-15132
| | * [ticket/15132] Add variable to the 'core.mcp_main_modify_shadow_sql' eventErwan Nader2017-03-181-0/+2
| | | | | | | | | | | | PHPBB3-15132
* | | 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
| | | | | | | | | | | | PHPBB3-15131
| * | [ticket/15131] Add variables to the 'core.mcp_main_modify_fork_sql' eventErwan Nader2017-03-181-1/+3
| |/ | | | | | | PHPBB3-15131
* | 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 @changed in event docblocks
| | * [ticket/13429] Replace @change with @changedJakub Senko2017-01-231-1/+1
| | | | | | | | | | | | PHPBB3-13429
* | | 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 event
| | * | [ticket/14759] Add core.mcp_main_modify_shadow_sql eventJakub Senko2016-11-131-1/+13
| | |/ | | | | | | | | | PHPBB3-14759
* | | 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
| |/ | | | | | | PHPBB3-14760
* | 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
| | | | | | | | PHPBB3-12925
* | [ticket/14709] add post_id to mod logWesley Fok2016-07-131-0/+1
| | | | | | | | | | | | | | Add the missing post_id value to the moderator log entry created upon deleting one or more posts in the MCP topic view. PHPBB3-14709
* | [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-2/+0
| | | | | | | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | Part 4 PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-4/+2
| | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+2
| | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | Merge branch '3.1.x'Marc Alexander2016-01-061-1/+1
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/mcp/mcp_main.php
| * [ticket/14343] Added missing $phpbb_dispatcherkasimi2016-01-061-1/+1
| | | | | | | | PHPBB3-14343
* | Merge branch '3.1.x'Tristan Darricau2015-12-071-0/+16
|\ \ | |/ | | | | | | * 3.1.x: [ticket/14343] Add event when locking/unlocking posts/topics
| * [ticket/14343] Add event when locking/unlocking posts/topicskasimi2015-12-061-0/+16
| | | | | | | | PHPBB3-14343
* | [ticket/9485] Add post_id to relevant $phpbb_log->add()Zoddo2015-08-301-0/+3
| | | | | | | | PHPBB3-9485
* | [ticket/8708] Apply permission 'f_announce_global'Oliver Schramm2015-07-191-1/+1
| | | | | | | | PHPBB3-8708
* | Merge branch '3.1.x'Marc Alexander2015-06-091-2/+2
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/mcp/mcp_main.php
| * [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-2/+2
| | | | | | | | PHPBB3-13685
* | Merge branch '3.1.x'Joas Schilling2015-04-061-0/+25
|\ \ | |/