aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | [ticket/12927] core.mcp_queue_get_posts2_query_beforebrunoais2014-08-081-0/+23
| | |/ | | | | | | | | | | | | | | | | | | Adding the core.mcp_queue_get_posts2_query_before event to mcp backend. PHPBB3-12927
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-081-0/+23
|\ \ \ | |/ / | | | | | | | | | * develop-ascraeus: [ticket/12880] core.mcp_queue_!is_topics_query_before
| * | Merge pull request #2764 from brunoais/ticket/12880Joas Schilling2014-08-081-0/+23
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12880] core.mcp_queue_!is_topics_query_before * brunoais/ticket/12880: [ticket/12880] core.mcp_queue_!is_topics_query_before
| | * | [ticket/12880] core.mcp_queue_!is_topics_query_beforebrunoais2014-08-071-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | Adding core.mcp_queue_is_topics_query_before PHPBB3-12880
* | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-081-0/+14
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-ascraeus: [ticket/12876] core.mcp_mcp_front.mcp_front_view_queue_postid_list_after
| * | | Merge pull request #2762 from brunoais/ticket/12876Joas Schilling2014-08-081-0/+14
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | [ticket/12876] core.mcp_mcp_front.mcp_front_view_queue_postid_list_after * brunoais/ticket/12876: [ticket/12876] core.mcp_mcp_front.mcp_front_view_queue_postid_list_after
| | * | [ticket/12876] core.mcp_mcp_front.mcp_front_view_queue_postid_list_afterbrunoais2014-08-071-0/+14
| | |/ | | | | | | | | | | | | | | | | | | Adding the core.mcp_mcp_front.mcp_front_view_queue_topicid_list_after event to mcp backend. PHPBB3-12876
* | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-08-071-0/+12
|\ \ \ | |/ /
| * | Merge pull request #2763 from brunoais/ticket/12877Marc Alexander2014-08-071-0/+12
| |\ \ | | | | | | | | | | | | [ticket/12877] core.mcp_mcp_front_reports_listing_query_before
| | * | [ticket/12877] core.mcp_mcp_front_reports_listing_query_beforebrunoais2014-07-231-0/+12
| | |/ | | | | | | | | | | | | | | | Adding core.mcp_mcp_front_reports_listing_query_before PHPBB3-12877
* | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-07-111-2/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12818] Use assertGreaterThanOrEqual in the tests [ticket/12818] Don't use the id for i= [ticket/12818] Add tests [ticket/12818] Fix the conditions in the call to $log->delete() in mcp_logs
| * | Merge pull request #2701 from Nicofuma/ticket/12818Andreas Fischer2014-07-111-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12818] Deleting a log entry in MCP produces a General error * Nicofuma/ticket/12818: [ticket/12818] Use assertGreaterThanOrEqual in the tests [ticket/12818] Don't use the id for i= [ticket/12818] Add tests [ticket/12818] Fix the conditions in the call to $log->delete() in mcp_logs
| | * | [ticket/12818] Fix the conditions in the call to $log->delete() in mcp_logsTristan Darricau2014-07-061-2/+2
| | |/ | | | | | | | | | PHPBB3-12818
* | | Merge branch 'develop-ascraeus' into developTristan Darricau2014-07-101-0/+1
|\ \ \ | |/ / | | | | | | | | | * develop-ascraeus: [ticket/12695] Add viewtopic language file for parse_attachments in mcp_post
| * | Merge branch 'develop-olympus' into develop-ascraeusTristan Darricau2014-07-101-0/+1
| |\ \ | | |/ | |/| | | | | | | * develop-olympus: [ticket/12695] Add viewtopic language file for parse_attachments in mcp_post
| | * [ticket/12695] Add viewtopic language file for parse_attachments in mcp_postMarc Alexander2014-07-101-0/+1
| | | | | | | | | | | | PHPBB3-12695
* | | Merge branch 'develop-ascraeus' into developNils Adermann2014-06-248-57/+57
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12612] Prefix check_ids() with phpbb_ [ticket/12612] Prefix mcp_sorting() with phpbb_ [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused global [ticket/12612] Prefix module url functions with phpbb_ [ticket/12612] Prefix upload_popup() with phpbb_ [ticket/12612] Prefix handle_post_delete() with phpbb and remove unused global [ticket/12612] Prefix custom UCP module function with phpbb_ [ticket/12612] Prefix _sort_last_active() with phpbb_ [ticket/12612] Prefix show_profile() with phpbb and delete unused global
| * | [ticket/12612] Prefix check_ids() with phpbb_Joas Schilling2014-06-235-16/+16
| | | | | | | | | | | | PHPBB3-12612
| * | [ticket/12612] Prefix mcp_sorting() with phpbb_Joas Schilling2014-06-235-6/+6
| | | | | | | | | | | | PHPBB3-12612
| * | [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused globalJoas Schilling2014-06-238-33/+33
| | | | | | | | | | | | PHPBB3-12612
| * | [ticket/12612] Prefix module url functions with phpbb_Joas Schilling2014-06-232-2/+2
| | | | | | | | | | | | PHPBB3-12612
* | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-06-172-3/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12721] Update rules descriptions [ticket/12721] Add Generic.NamingConventions.ConstructorName in strict [ticket/12721] Add Squiz.Functions.LowercaseFunctionKeywords in legacy [ticket/12721] Add Squiz.ControlStructures.ForLoopDeclaration in legacy [ticket/12721] Add Squiz.ControlStructures.ForEachLoopDeclaration [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy [ticket/12721] Add Generic.Functions.OpeningFunctionBraceBsdAllman [ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy ruleset [ticket/12721] Add Generic.Files.LowercasedFilename in the legacy ruleset
| * | [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacyTristan Darricau2014-06-162-3/+3
| | | | | | | | | | | | PHPBB3-12721
* | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-06-161-1/+1
|\ \ \ | |/ / | | | | | | | | | * develop-ascraeus: [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset
| * | [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy rulesetTristan Darricau2014-06-161-1/+1
| | | | | | | | | | | | PHPBB3-12722
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-06-092-7/+35
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/8610] Use css selector instead of xPath [ticket/8610] Add functional test when two topics are merged [ticket/8610] Throw an error when the dest topic isn't set [ticket/8610] Fix bookmarks when merging all the posts of a topic [ticket/8610] Merging topics does not handle bookmarks correctly
| * | Merge pull request #2434 from Nicofuma/ticket/8610Joas Schilling2014-06-092-7/+35
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8610] Merging topics does not handle bookmarks correctly * Nicofuma/ticket/8610: [ticket/8610] Use css selector instead of xPath [ticket/8610] Add functional test when two topics are merged [ticket/8610] Throw an error when the dest topic isn't set [ticket/8610] Fix bookmarks when merging all the posts of a topic [ticket/8610] Merging topics does not handle bookmarks correctly
| | * | [ticket/8610] Throw an error when the dest topic isn't setTristan Darricau2014-05-271-1/+1
| | | | | | | | | | | | | | | | PHPBB3-8610
| | * | [ticket/8610] Fix bookmarks when merging all the posts of a topicTristan Darricau2014-05-271-4/+18
| | | | | | | | | | | | | | | | PHPBB3-8610
| | * | [ticket/8610] Merging topics does not handle bookmarks correctlyTristan Darricau2014-05-101-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-8610 PHPBB3-8610
* | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-06-091-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-ascraeus: [ticket/12675] Fix code sniffer complaints introduced by recent commits
| * | | [ticket/12675] Fix code sniffer complaints introduced by recent commitsMarc Alexander2014-06-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12675
* | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-06-041-3/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12639] Add a space in the code generated by generate_sql_keyword() [ticket/12639] Handle $conditions['keywords'] outside of the loop [ticket/12639] Don't make a copy of $marked when deleting logs in acp_logs [ticket/12639] Send a correct IN entry when deleting marked logs [ticket/12639] Use assertSame [ticket/12639] Remove old commented tests [ticket/12639] Order the results correctly in the test [ticket/12639] Fix tests on postgres [ticket/12639] Update tests to use a dataProvider [ticket/12639] Add a test case with an empty keywords list [ticket/12639] Delete entry in admin-log leads to mysql-error
| * | | [ticket/12639] Send a correct IN entry when deleting marked logsTristan Darricau2014-06-021-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12639
| * | | [ticket/12639] Delete entry in admin-log leads to mysql-errorTristan Darricau2014-05-311-2/+0
| | | | | | | | | | | | | | | | PHPBB3-12639
* | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-05-301-13/+21
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/10899] Update doc block [ticket/10899] Use isset($field_value['IN']) [ticket/10899] Add event core.delete_log [ticket/10899] Remove trailing ; [ticket/10899] Fix typo in the class name [ticket/10899] Add unit tests [ticket/10899] Get $phpbb_log from the container [ticket/10899] Remove extra ';' [ticket/10899] Typo [ticket/10899] Refactoring in \phpbb\log\log_interface [ticket/10899] Using Delete All in log viewer with keyword search
| * | | Merge pull request #2433 from Nicofuma/ticket/10899Joas Schilling2014-05-301-13/+21
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/10899] Using Delete All in log viewer with keyword search * Nicofuma/ticket/10899: [ticket/10899] Update doc block [ticket/10899] Use isset($field_value['IN']) [ticket/10899] Add event core.delete_log [ticket/10899] Remove trailing ; [ticket/10899] Fix typo in the class name [ticket/10899] Add unit tests [ticket/10899] Get $phpbb_log from the container [ticket/10899] Remove extra ';' [ticket/10899] Typo [ticket/10899] Refactoring in \phpbb\log\log_interface [ticket/10899] Using Delete All in log viewer with keyword search
| | * | | [ticket/10899] Refactoring in \phpbb\log\log_interfaceTristan Darricau2014-05-101-16/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-10899
| | * | | [ticket/10899] Using Delete All in log viewer with keyword searchTristan Darricau2014-05-101-2/+8
| | |/ / | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-10899 PHPBB3-10899
* | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-05-301-8/+6
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/11942] Don't change the reason to '' when hard deleting [ticket/11942] Don't show the checkbox if the post is already soft-deleted [ticket/11942] Remove useless IF in templates [ticket/11942] Apply the modifications to subsilver [ticket/11942] Always display delete reason [ticket/11942] Edits messages [ticket/11942] Change the formulation [ticket/11942] Adding the reason to hard deleted topic/post [ticket/11942] Delete post/topic reason should be added to logs
| * | | Merge pull request #2357 from Nicofuma/ticket/11942Joas Schilling2014-05-301-8/+6
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11942] Delete post/topic reason should be added to logs * Nicofuma/ticket/11942: [ticket/11942] Don't change the reason to '' when hard deleting [ticket/11942] Don't show the checkbox if the post is already soft-deleted [ticket/11942] Remove useless IF in templates [ticket/11942] Apply the modifications to subsilver [ticket/11942] Always display delete reason [ticket/11942] Edits messages [ticket/11942] Change the formulation [ticket/11942] Adding the reason to hard deleted topic/post [ticket/11942] Delete post/topic reason should be added to logs
| | * | | [ticket/11942] Don't change the reason to '' when hard deletingTristan Darricau2014-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11942
| | * | | [ticket/11942] Always display delete reasonTristan Darricau2014-05-111-2/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-11942
| | * | | [ticket/11942] Adding the reason to hard deleted topic/postNicofuma2014-05-041-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11942
| | * | | [ticket/11942] Delete post/topic reason should be added to logsNicofuma2014-05-041-2/+2
| | |/ / | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-11942 PHPBB3-11942
* | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-05-2820-94/+140
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12594] Replace phpBB Group with phpBB Limited [ticket/12594] Update footer credit lines [ticket/12594] Remove @package tags and update file headers
| * | | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2720-94/+140
| | | | | | | | | | | | | | | | PHPBB3-12594
* | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-05-261-7/+56
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12583] Redirect only on non-empty $message [ticket/12583] Add event core.mcp_warn_post_before/after
| * | | Merge pull request #2487 from n-aleha/ticket/12583Joas Schilling2014-05-261-7/+56
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12583] Add event core.mcp_warn_post_before/after * n-aleha/ticket/12583: [ticket/12583] Redirect only on non-empty $message [ticket/12583] Add event core.mcp_warn_post_before/after
| | * | | [ticket/12583] Redirect only on non-empty $messagen-aleha2014-05-251-3/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-12583