aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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-232-2/+2
| | | | | | | | | | | | PHPBB3-13429
| | * [ticket/13429] Replace @changed with @change in event docblocksJakub Senko2016-11-201-1/+1
| | | | | | | | | | | | PHPBB3-13429
* | | Merge pull request #4608 from marc1706/ticket/14954Marc Alexander2017-01-061-1/+1
|\ \ \ | | | | | | | | | | | | [ticket/14954] Properly check if topic has attachments in mcp_queue
| * | | [ticket/14954] Properly check if topic has attachments in mcp_queueMarc Alexander2017-01-021-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14954
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-01-041-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | [ticket/14549] Correcting $redirect var to avoid the bughubaishan2016-12-291-1/+1
| | | | | | | | | | | | | | | | | | by this correct $redirect will go to clean mcp page after merge PHPBB3-14549
* | | 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-11-121-7/+21
|\ \ | |/
| * Merge pull request #4472 from dsinn/ticket/14804Marc Alexander2016-11-121-7/+21
| |\ | | | | | | | | | [ticket/14804] Add core event to MCP after merging topics
| | * [ticket/14804] Merge remote-tracking branch 'upstream/3.1.x' into ticket/14804Daniel Sinn2016-10-031-0/+8
| | |\ | | | | | | | | | | | | PHPBB3-14804
| | * | [ticket/14804] Fix undefined $topic_data after trying to port 3.2 changes to 3.1Daniel Sinn2016-09-301-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14804
| | * | [ticket/14804] Rename event to mcp_forum_merge_topics_after; update @sinceDaniel Sinn2016-09-301-3/+3
| | | | | | | | | | | | | | | | PHPBB3-14804
| | * | [ticket/14804] Add core event to MCP after merging topicsDaniel Sinn2016-09-301-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed $topic_data and defined $to_topic_data in order to avoid ambiguity and to stop overwriting a variable. PHPBB3-14804
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-11-061-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * 3.1.x: [ticket/14795] Use maximum topic views instead of adding up views in merge
| * | | [ticket/14795] Use maximum topic views instead of adding up views in mergeMarc Alexander2016-10-161-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | Merging topics should not result in topic views being added up but rather in the highest topic view showing up for the merged topic. PHPBB3-14795
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-10-011-0/+8
|\ \ \ | |/ /
| * | [ticket/14795] Merge topic views when merging topicsJakub Senko2016-09-251-0/+8
| |/ | | | | | | PHPBB3-14795
* | [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-013-0/+7
| | | | | | | | PHPBB3-10961
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-08-311-1/+1
|\ \ | |/ | | | | | | * 3.1.x: [ticket/14673] Changes wrong language variable in mcp_forum
| * [ticket/14673] Changes wrong language variable in mcp_forumCrizzo2016-08-221-1/+1
| | | | | | | | PHPBB3-14673
* | 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/14680] Fix wrong function name being checked in mcp_queue.Mark Shaw2016-06-171-1/+1
| | | | | | | | PHPBB3-14680
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-261-4/+20
|\ \ | |/ | | | | | | | | | | * 3.1.x: [ticket/14134] Fix Okay in a comment. [ticket/14134] Fix code comments. [ticket/14134] Send warning notification PM in user's language.
| * Merge pull request #3874 from lavigor/ticket/14134Tristan Darricau2016-03-261-4/+20
| |\ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14134] Send warning notification PM in user's language. * lavigor/ticket/14134: [ticket/14134] Fix Okay in a comment. [ticket/14134] Fix code comments. [ticket/14134] Send warning notification PM in user's language.
| | * [ticket/14134] Fix Okay in a comment.lavigor2016-03-251-1/+0
| | | | | | | | | | | | PHPBB3-14134
| | * [ticket/14134] Fix code comments.lavigor2016-02-271-3/+2
| | | | | | | | | | | | PHPBB3-14134
| | * [ticket/14134] Send warning notification PM in user's language.lavigor2015-09-021-4/+22
| | | | | | | | | | | | PHPBB3-14134
* | | Merge branch '3.1.x'Marc Alexander2016-01-162-8/+8
|\ \ \ | |/ /
| * | [ticket/14412] Comment fixes for PHPDoc in the eventslavigor2016-01-152-8/+8
| | | | | | | | | | | | PHPBB3-14412
* | | [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-065-11/+8
| | | | | | | | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
* | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-065-7/+7
| | | | | | | | | | | | | | | | | | Part 4 PHPBB3-13454
* | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-062-2/+1
| | | | | | | | | | | | | | | | | | Part 3 should fix tests up a little bit again. PHPBB3-13454
* | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-066-24/+10
| | | | | | | | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
* | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-069-19/+13
| | | | | | | | | | | | | | | | | | 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/14325] Preserve event variable BCMate Bartus2015-11-301-49/+48
| | | | | | | | | | | | PHPBB3-14325
* | | Merge branch '3.1.x'Marc Alexander2015-11-121-10/+11
|\ \ \ | |/ /
| * | Merge pull request #3910 from kinerity/ticket/14170Marc Alexander2015-11-121-10/+11
| |\ \ | | | | | | | | | | | | [ticket/14170] Fix mcp_change_poster_after event