aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16250] Add a service to check BBCodes safenessJoshyPHP2019-12-131-0/+40
| | | | PHPBB3-16250
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-061-0/+54
|\
| * Merge pull request #5737 from marc1706/ticket/16211Marc Alexander2019-12-061-0/+54
| |\ | | | | | | | | | [ticket/16211] Prevent skipping COPPA via URL parameter
| | * [ticket/16211] Fix coppa registration testMarc Alexander2019-11-281-3/+2
| | | | | | | | | | | | PHPBB3-16211
| | * [ticket/16211] Prevent skipping COPPA via URL parameterMarc Alexander2019-11-141-0/+55
| | | | | | | | | | | | PHPBB3-16211
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-061-1/+1
|\ \ \ | |/ /
| * | [ticket/16247] Add test not tested3D-I2019-12-051-1/+1
| |/ | | | | | | PHPBB3-16247
* | Merge pull request #5686 from v12mike/ticket/9837Marc Alexander2019-11-221-0/+356
|\ \ | | | | | | | | | [ticket/9837] Display unapproved posts to their authors
| * | [ticket/9837] Remove not needed lines in testMarc Alexander2019-11-211-3/+0
| | | | | | | | | | | | PHPBB3-9837
| * | [ticket/9837] Make unapproved posts visible to authorv12mike2019-11-211-2/+2
| | | | | | | | | | | | | | | | | | review comments PHPBB3-9837
| * | [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-211-57/+56
| | | | | | | | | | | | | | | | | | Coding guidelines fixes PHPBB3-9837
| * | [ticket/9837] Display unapproved posts to postersv12mike2019-11-211-0/+360
| | | | | | | | | | | | | | | | | | Add tests and improve style template PHPBB3-9837
* | | Merge pull request #5726 from marc1706/ticket/12559Marc Alexander2019-11-081-0/+113
|\ \ \ | | | | | | | | | | | | [ticket/12559] Add forum setting to limit subforum legend
| * | | [ticket/12559] Use short array syntaxMarc Alexander2019-11-041-12/+12
| | | | | | | | | | | | | | | | PHPBB3-12559
| * | | [ticket/12559] Add functional test for limiting subforums in legendMarc Alexander2019-11-011-0/+113
| |/ / | | | | | | | | | PHPBB3-12559
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-011-9/+4
|\ \ \ | |/ / |/| / | |/
| * Merge branch '3.2.x' into ticket/161533D-I2019-10-287-14/+27
| |\
| * | [ticket/16153] Functional test 23D-I2019-09-111-7/+4
| | | | | | | | | | | | PHPBB3-16153
| * | [ticket/16153] Functional test3D-I2019-09-111-3/+1
| | | | | | | | | | | | PHPBB3-16153
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-265-9/+9
|\ \ \ | | |/ | |/|
| * | Merge pull request #5681 from v12mike/ticket/16150Marc Alexander2019-10-265-9/+9
| |\ \ | | | | | | | | | | | | [ticket/16150] Make post subject link an absolute url
| | * | [ticket/16150] Make post subject links reliablev12mike2019-09-085-9/+9
| | |/ | | | | | | | | | | | | | | | | | | Change links that were relative to topic page into absolute links. Update related test cases. PHPBB3-16150
* | | Merge pull request #5652 from marc1706/ticket/11327Marc Alexander2019-10-032-36/+63
|\ \ \ | | | | | | | | | | | | [ticket/11327] Implement forgot password functionality via form
| * | | [ticket/11327] Adjust tests for new reset password changesMarc Alexander2019-08-101-3/+3
| | | | | | | | | | | | | | | | PHPBB3-11327
| * | | [ticket/11327] Update tests to reflect changesMarc Alexander2019-08-101-33/+60
| | | | | | | | | | | | | | | | PHPBB3-11327
* | | | [ticket/15257] Provide extension not enableable messagesJakub Senko2019-09-301-2/+7
| | | | | | | | | | | | | | | | PHPBB3-15257
* | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-202-5/+18
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | [ticket/security/244] Add missing form parameters to testsMarc Alexander2019-08-242-5/+18
| |/ | | | | | | SECURITY-244
* | [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-0916-24/+24
| | | | | | | | PHPBB3-14948
* | [ticket/15725] Fix installing ext in tests for master branchrxu2019-05-091-0/+5
| | | | | | | | PHPBB3-15725
* | [ticket/15664] Ajaxify ext actions in ACPJakub Senko2019-05-091-4/+4
| | | | | | | | PHPBB3-15664
* | [ticket/15377] Add testRubén Calvo2019-05-081-0/+9
| | | | | | | | PHPBB3-15377
* | [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+1
| | | | | | | | PHPBB3-14972
* | [ticket/14542] Move cron to controllerMáté Bartus2019-05-062-1/+18
|/ | | | PHPBB3-14542
* Merge pull request #42 from phpbb/ticket/security/227Marc Alexander2018-11-102-79/+0
|\ | | | | | | [ticket/security/227] Replace ImageMagick support with thumbnail event
| * [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-232-79/+0
| | | | | | | | SECURITY-227
* | [ticket/10432] Fix errors and address privacy concernJakub Senko2018-10-281-3/+13
| | | | | | | | PHPBB3-10432
* | [ticket/10432] Don't require username when user forgets passwordJakub Senko2018-10-181-12/+33
|/ | | | PHPBB3-10432
* [ticket/11500] Remove unnamed inputJakub Senko2018-07-261-7/+8
| | | | PHPBB3-11500
* Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-051-1/+1
|\ | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well
| * [ticket/15055] Extend build matrix and trim text in extension_acp_testMarc Alexander2018-01-011-1/+1
| | | | | | | | PHPBB3-15055
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-2/+2
| | | | | | | | PHPBB3-14972
* | [ticket/14972] Avoid using self as constant in testsrxu2018-01-016-6/+6
|/ | | | PHPBB3-14972
* [ticket/15171] Fix testRubén Calvo2017-10-311-1/+1
| | | | PHPBB3-15171
* Merge branch '3.1.x' into 3.2.xTristan Darricau2017-04-191-7/+12
|\ | | | | | | | | | | * 3.1.x: [ticket/7336] Index first post when splitting topics [ticket/7336] Add tests for indexing first post after splitting topics
| * [ticket/7336] Add tests for indexing first post after splitting topicsMarc Alexander2017-01-161-7/+12
| | | | | | | | PHPBB3-7336
* | [ticket/15037] try larger size limithanakin2017-01-231-1/+1
| | | | | | | | PHPBB3-15037
* | [ticket/15307] fix for good!hanakin2017-01-231-2/+2
| | | | | | | | PHPBB3-15037
* | [ticket/15037]a attempt to fix stupid test issuehanakin2017-01-231-3/+3
| | | | | | | | PHPBB3-15037
* | Merge pull request #4632 from VSEphpbb/ticket/14989Tristan Darricau2017-01-151-0/+41
|\ \ | | | | | | | | | | | | | | | | | | [ticket/14989] Allow more admin-configurable schemes in post links * VSEphpbb/ticket/14989: [ticket/14989] Allow more admin-configurable schemes in post links