aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| | * [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-0111-9/+55
| | | | | | | | | | | | PHPBB3-15055
| | * [ticket/15055] Handle default identity column on mssql in database testsMarc Alexander2018-01-011-0/+47
| | | | | | | | | | | | PHPBB3-15055
| | * [ticket/15055] Drop primary keys when necessary and fix test comparisonsMarc Alexander2018-01-011-1/+8
| | | | | | | | | | | | PHPBB3-15055
| | * [ticket/15055] Start fixing missing keys in fixturesMarc Alexander2018-01-011-0/+6
| | | | | | | | | | | | PHPBB3-15055
| | * [ticket/15055] Further fixes to ensure PHP 7.1 & mssql compatibilityMarc Alexander2018-01-012-1/+5
| | | | | | | | | | | | PHPBB3-15055
| | * [ticket/15055] Debug issuesMarc Alexander2018-01-011-0/+7
| | | | | | | | | | | | PHPBB3-15055
| * | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-0114-22/+22
| | | | | | | | | | | | PHPBB3-14972
| * | [ticket/14972] Fix test_collection_with_mask testrxu2018-01-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | In PHP 7.2, the severity of the message “Use of undefined constant” was raised from E_NOTICE to E_WARNING, so calling $array[ITEM] causes warning caught by error collector. Use undefined offset notice to get an empty message as such. PHPBB3-14972
| * | [ticket/14972] Avoid using self as constant in testsrxu2018-01-016-6/+6
| |/ | | | | | | PHPBB3-14972
* | Merge remote-tracking branch 'phpbb-security/prep-release-3.1.12' into ↵Marc Alexander2018-01-071-2/+2
|\ \ | | | | | | | | | prep-release-3.2.2
| * | [ticket/security/211] Allow make_clickable() again after change to regexMarc Alexander2017-08-031-2/+2
| | | | | | | | | | | | SECURITY-211
* | | Merge branch 'ticket/security/211' into ticket/security/211-rheaMarc Alexander2018-01-013-2/+95
|\ \ \ | |/ / | | / | |/ |/|
| * [ticket/security/211] Add test for line breaks in URLMarc Alexander2017-07-271-0/+4
| | | | | | | | SECURITY-211
| * [ticket/security/211] Do not match javascript URIs with URL regexesMarc Alexander2017-07-261-0/+8
| | | | | | | | SECURITY-211
| * [ticket/security/211] Extend tests for profile field valuesMarc Alexander2017-07-232-0/+66
| | | | | | | | SECURITY-211
| * [ticket/security/211] Make sure website URL only uses http & https schemesMarc Alexander2017-07-221-0/+13
| | | | | | | | SECURITY-211
| * Merge pull request #38 from phpbb/ticket/security/210Marc Alexander2017-07-161-0/+55
| |\ | | | | | | | | | [ticket/security/210] Prevent using IP addresses or ports for remote avatar
| * \ Merge pull request #32 from phpbb/ticket/security-203Marc Alexander2017-07-161-34/+77
| |\ \ | | | | | | | | | | | | [ticket/security-203] Fully validate version check data in version helper
* | \ \ Merge pull request #4971 from Elsensee/ticket/15339Marc Alexander2017-12-281-19/+0
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15339] Use manual method when adding modules
| * | | | [ticket/15339] Fix testsOliver Schramm2017-12-241-19/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-15339
* | | | | Merge pull request #5053 from JoshyPHP/ticket/15468Marc Alexander2017-12-271-0/+280
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add a service to merge duplicate BBCodes
| * | | | | [ticket/15468] Add a service to merge duplicate BBCodesJoshyPHP2017-12-101-0/+280
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15468
* | | | | | Merge pull request #5046 from JoshyPHP/ticket/15457Marc Alexander2017-12-2710-31/+31
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | [ticket/15457] Updated s9e/text-formatter dependency
| * | | | | [ticket/15457] Updated s9e/text-formatter dependencyJoshyPHP2017-12-1010-31/+31
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15457
* | | | | | Merge pull request #5036 from JoshyPHP/ticket/15442Marc Alexander2017-12-233-0/+80
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | [ticket/15442] Allow unsafe HTML in bbcode.html
| * | | | | [ticket/15442] Allow unsafe HTML in bbcode.htmlJoshyPHP2017-11-073-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15442
* | | | | | [ticket/15464] Detect BBCodes in uppercase when reparsingJoshyPHP2017-11-232-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15464
* | | | | | Merge pull request #4976 from rubencm/ticket/15171Marc Alexander2017-11-161-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | [ticket/15171] Replace all BBCode templates by default
| * | | | | [ticket/15171] Fix testRubén Calvo2017-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15171
* | | | | | Merge pull request #5019 from marc1706/ticket/14994Marc Alexander2017-11-012-0/+43
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14994] Refactor template->assign_block_var
| * | | | | | [ticket/14994] Refactor template->assign_block_varjaviexin2017-11-012-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor assign_block_var to use the same block selection mechanism as is used in alter_block_array. This allows creating new blocks at any position in the template structure, not only on the last block. Allows selecting a block as outer[2].middle. Added tests. PHPBB3-14994
* | | | | | | Merge pull request #4988 from Elsensee/ticket/15389Marc Alexander2017-11-013-0/+65
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | [ticket/15389] Allow arrays in event dispatcher
| * | | | | | [ticket/15389] Match multiple events in dispatcher in php_exporterOliver Schramm2017-10-043-0/+65
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | I've also improved some regular expressions PHPBB3-15389
* | | | | | Merge pull request #4969 from Elsensee/ticket/15245Marc Alexander2017-10-311-1/+13
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | [ticket/15245] Fix images in feeds when accessing via app.php
| * | | | | [ticket/15245] Fix testsOliver Schramm2017-10-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245
| * | | | | [ticket/15245] Remove unnecessary arguments and fix whitespaceOliver Schramm2017-09-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245
| * | | | | [ticket/15245] Fix images in feeds when accessing via app.phpOliver Schramm2017-09-221-1/+10
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15245
* | | | | Merge pull request #4930 from rubencm/ticket/15201Marc Alexander2017-10-221-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15201] Set user style to default style when it is disabled or uninstalled
| * | | | | [ticket/15201] Fix testsRubén Calvo2017-09-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201
* | | | | | [ticket/15396] Added test for correct order of revert_schema() stepskasimi2017-10-143-0/+136
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15396
* | | | | | [ticket/15172] Add symfony_request to some testsRubén Calvo2017-09-105-7/+13
| |/ / / / |/| | | | | | | | | | | | | | PHPBB3-15172
* | | | | [ticket/15351] Makes confirm_works in a router context (app.php)Tristan Darricau2017-09-081-0/+16
| | | | | | | | | | | | | | | | | | | | PHPBB3-15351
* | | | | Merge pull request #4900 from rxu/ticket/15318Máté Bartus2017-09-071-4/+13
|\ \ \ \ \ | | | | | | | | | | | | [ticket/15318] Make user option to disable word censoring effective again
| * | | | | [ticket/15318] Add UCP censoring switch testingrxu2017-08-121-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15318
| * | | | | [ticket/15318] Fix testsrxu2017-08-121-3/+3
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15318
* | | | | Merge pull request #4903 from rxu/ticket/15323Máté Bartus2017-09-072-5/+95
|\ \ \ \ \ | | | | | | | | | | | | [ticket/15323] Allow Twig syntax in bbcode.html
| * | | | | [ticket/15323] Run s9e configurator tests on twigified bbcode.htmlrxu2017-08-152-5/+95
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15323
* | | | | [ticket/15348] Ignore smilies that are immediately followed by a wordJoshyPHP2017-09-063-0/+35
|/ / / / | | | | | | | | | | | | PHPBB3-15348
* | | | Merge pull request #4861 from v12mike/PHPBB3-15247Tristan Darricau2017-08-062-1/+69
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PHPBB3-15247] Add support for php v7 APCu cache API * github.com:phpbb/phpbb: [PHPBB3-15247] Add support for php v7 APCu cache API
| * | | | [PHPBB3-15247] Add support for php v7 APCu cache APIv12mike2017-06-262-1/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new cache driver apcu.php (based closely on existing APC cache driver) Add new unit test apcu_driver_test.php for the new driver Update RUNNING_TESTS.md to clarify requirements for apc, apcu and apc_bc extensions and add a couple of general hints to RUNNING_TESTS.md PHPBB3-15247