aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3144 from marc1706/ticket/13337Joas Schilling2014-11-211-1/+1
|\ | | | | | | [ticket/13337] Do not use SQL IN comparison with empty array
| * [ticket/13337] Allow empty array passed to sql_in_set()Marc Alexander2014-11-141-1/+1
| | | | | | | | | | | | | | is_array() will evaluate to true even if the array is just an empty array. Make sure we also expect an empty array passed to sql_in_set(). PHPBB3-13337
* | Merge pull request #3044 from Elsensee/ticket/13100Joas Schilling2014-11-213-2/+18
|\ \ | | | | | | | | | [ticket/13100] Display only confirmation buttons when deleting shadow topic
| * | [ticket/13100] Remove pointless variableOliver Schramm2014-11-041-1/+0
| | | | | | | | | | | | PHPBB3-13100
| * | [ticket/13100] Display only confirmation buttons when deleting shadow topicOliver Schramm2014-10-203-2/+19
| | | | | | | | | | | | PHPBB3-13100
* | | Merge pull request #3023 from Nicofuma/ticket/13133Joas Schilling2014-11-215-13/+116
|\ \ \ | | | | | | | | | | | | [ticket/13133] Allow @vendor_name for includecss
| * | | [ticket/13133] Rename $ok variableTristan Darricau2014-11-071-4/+4
| | | | | | | | | | | | | | | | PHPBB3-13133
| * | | [ticket/13133] Add unit testsTristan Darricau2014-10-094-9/+88
| | | | | | | | | | | | | | | | PHPBB3-13133
| * | | [ticket/13133] Allow @vendor_name for includecssTristan Darricau2014-10-081-4/+28
| | | | | | | | | | | | | | | | PHPBB3-13133
* | | | Merge pull request #2765 from Elsensee/ticket/11863Joas Schilling2014-11-214-14/+78
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/11863] Set require_activation to none if emails are disabled
| * | | | [ticket/11863] Add functional testOliver Schramm2014-10-171-0/+55
| | | | | | | | | | | | | | | | | | | | PHPBB3-11863
| * | | | [ticket/11863] Display warning to user because of activation methodOliver Schramm2014-10-172-1/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-11863
| * | | | [ticket/11863] Grey out unavailable activation methods when emails disabledOliver Schramm2014-10-173-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Further fall back to USER_ACTIVATION_DISABLE when emails are disabled but evaluate it at runtime. PHPBB3-11863
* | | | | Merge pull request #3043 from rxu/ticket/13182Joas Schilling2014-11-211-4/+39
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13182] Add posting.php core event to allow modifying the message text
| * | | | | [ticket/13182] Add posting.php core event to allow modifying the message textrxu2014-11-221-4/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | posting.php core event to allow modifying the message before parsing would be needed for some extensions, like for adding topic title to the topic URL etc. Also removed 'delete' var from core.posting_modify_template_vars and core.modify_posting_parameters as it does not exist. PHPBB3-13182
* | | | | | Merge pull request #3150 from omniError/ticket/13347Joas Schilling2014-11-212-1/+50
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13347] missing acp_forums template events Conflicts: phpBB/docs/events.md
| * | | | | | [ticket/13347] update event docsomniError2014-11-171-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13347
| * | | | | | [ticket/13347] fix CSomniError2014-11-171-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13347
| * | | | | | [ticket/13347] missing acp_forums template eventsomniError2014-11-171-0/+7
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | PHPBB3-13347
* | | | | | Merge pull request #3131 from omniError/ticket/13328Joas Schilling2014-11-211-0/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13328] add core.mcp_view_forum_modify_sql
| * | | | | | [ticket/13328] fix CSomniError2014-11-111-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13328 PHPBB3-13328
| * | | | | | [ticket/13328] add core.mcp_view_forum_modify_sqlomniError2014-11-101-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13328 PHPBB3-13328
* | | | | | | Merge pull request #3130 from omniError/ticket/13326Joas Schilling2014-11-211-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13326] add viewtopic_url to event
| * | | | | | | [ticket/13326] fix CSomniError2014-11-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13326 PHPBB3-13326
| * | | | | | | [ticket/13326] add viewtopic_url to eventomniError2014-11-101-0/+3
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13326 PHPBB3-13326
* | | | | | | Merge pull request #3126 from VSEphpbb/ticket/13290Joas Schilling2014-11-213-4/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13290] Add EVENT index_body_forumlist_body_after
| * | | | | | | [ticket/13290] Add EVENT index_body_forumlist_body_afterMatt Friedman2014-11-103-4/+16
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-13290
* | | | | | | Merge pull request #3122 from Elsensee/ticket/13309Joas Schilling2014-11-212-0/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13309] Add event acp_email_options_after
| * | | | | | | [ticket/13309] Add event acp_email_options_afterOliver Schramm2014-11-092-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13309
* | | | | | | | Merge pull request #3114 from rxu/ticket/13294Joas Schilling2014-11-211-1/+44
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13294] Add function parse() core event for additional message checks
| * | | | | | | | [ticket/13294] Add function parse() core event for additional message checksrxu2014-11-201-1/+44
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core event to the function parse() in includes/message_parser.php to allow additional handling message before parsing (i.e. perform custom message checks, cleanup etc.). PHPBB3-13294
* | | | | | | | Merge pull request #3071 from rxu/ticket/13220Joas Schilling2014-11-213-0/+30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13220] Add template events to memberlist_search.html
| * | | | | | | | [ticket/13220] Add template events to memberlist_search.htmlrxu2014-11-083-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13220
* | | | | | | | | Merge pull request #3149 from prototech/ticket/13342Tristan Darricau2014-11-181-2/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha * prototech/ticket/13342: [ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha.
| * | | | | | | | | [ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha.Cesar G2014-11-161-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Recaptcha plugin class name does not follow the phpbb_captcha_ prefix convention as all others. Instead it simply uses phpbb_, hence the check for its existence under phpbb/captcha/plugins/ fails. PHPBB3-13342
* | | | | | | | | | Merge pull request #3148 from prototech/ticket/13315Tristan Darricau2014-11-181-1/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13315] Fix loss of CAPTCHA plugin config value. * prototech/ticket/13315: [ticket/13315] Check for the includes/captcha/plugins/ directory instead. [ticket/13315] Fix loss of CAPTCHA plugin config value.
| * | | | | | | | | | [ticket/13315] Check for the includes/captcha/plugins/ directory instead.Cesar G2014-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13315
| * | | | | | | | | | [ticket/13315] Fix loss of CAPTCHA plugin config value.Cesar G2014-11-161-1/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The plugins were moved to phpbb/captcha/plugins/ after this migration was created, thus the check is no longer valid and ends up resetting the value prematurely. PHPBB3-13315
* | | | | | | | | | Merge pull request #3154 from cyberalien/ticket/13349Marc Alexander2014-11-181-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13349] Fix breadcrumb arrow entity
| * | | | | | | | | | [ticket/13349] Fix breadcrumb arrow entitycyberalien2014-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13349
* | | | | | | | | | | Merge pull request #3151 from nickvergessen/ticket/13298Marc Alexander2014-11-181-0/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13298] Add missing $db->freeresult(); calls in functions_admin.php
| * | | | | | | | | | | [ticket/13298] Add missing $db->freeresult(); calls in functions_admin.phpJoas Schilling2014-11-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13298
* | | | | | | | | | | | Merge pull request #3152 from prototech/ticket/13277Marc Alexander2014-11-181-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | [ticket/13277] Force IE to not cache AJAX requests.
| * | | | | | | | | | | [ticket/13277] Force IE to not cache AJAX requests.Cesar G2014-11-181-1/+2
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Caching causes problems, such as the inability to move a forum/CPF/module in the same direction by more than one row. PHPBB3-13277
* | | | | | | | | | | Merge remote-tracking branch 'Nicofuma/ticket/13023' into develop-ascraeusCesar G2014-11-183-11/+19
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Nicofuma/ticket/13023: [ticket/13023] Add template event posting_editor_buttons_custom_tags_before
| * | | | | | | | | | [ticket/13023] Add template event posting_editor_buttons_custom_tags_beforeTristan Darricau2014-11-163-11/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13023
* | | | | | | | | | | Merge pull request #3145 from bantu/ticket/13338Joas Schilling2014-11-1715-14/+24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13338] Make all tests run on their own. Avoid _test suffix for abstract test case classes.
| * | | | | | | | | | | [ticket/13338] Add include statements for dependencies.Andreas Fischer2014-11-176-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13338
| * | | | | | | | | | | [ticket/13338] Do not use the _test.php suffix for abstract test case classes.Andreas Fischer2014-11-178-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13338
| * | | | | | | | | | | [ticket/13338] Move insert_config_array_test to functions_acp, add deps.Andreas Fischer2014-11-171-0/+2
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13338