aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [ticket/14770] Decreases quality to 85, changes test to 85, tooCrizzo2016-12-181-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14770
* | | | [ticket/14921] Use phpbb.com URL to prevent test failures for remote URLsMarc Alexander2016-12-171-8/+8
| | | | | | | | | | | | | | | | PHPBB3-14921
* | | | Merge pull request #4564 from VSEphpbb/ticket/14895Tristan Darricau2016-12-111-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14895] CLI should use SymfonyStyle * VSEphpbb/ticket/14895: [ticket/14895] Fix broken tests [ticket/14895] Fix issues in CLI classes [ticket/14895] Use SymfonyStyle in all CLI [ticket/14895] Use SymfonyIO styling [ticket/14895] CLI reparser:list should display proper list
| * | | | [ticket/14895] Fix broken testsMatt Friedman2016-12-081-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-14895
* | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-111-1/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | | | | | | | | | * 3.1.x: [ticket/14855] Update notification and PM alert bubbles [ticket/14855] Update notification and PM alert bubbles [ticket/14855] Update notification and PM alert bubbles
| * | | [ticket/14855] Update notification and PM alert bubblesjaviexin2016-12-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alternative implementation without removing notification from the DOM, but changing the class. So that style designers might have more options (show/not show). Fix tests better. PHPBB3-14855
| * | | [ticket/14855] Update notification and PM alert bubblesjaviexin2016-12-101-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Alternative implementation without removing notification from the DOM, but changing the class. So that style designers might have more options (show/not show). Fix tests. PHPBB3-14855
* | | [ticket/12610] Fix tests and use getOption() for consoleMarc Alexander2016-12-051-7/+12
| | | | | | | | | | | | PHPBB3-12610
* | | [ticket/12610] Use exception_interfaceTristan Darricau2016-12-034-13/+9
| | | | | | | | | | | | PHPBB3-12610
* | | [ticket/12610] Fix testsTristan Darricau2016-12-031-2/+5
| | | | | | | | | | | | PHPBB3-12610
* | | [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-035-5/+106
| | | | | | | | | | | | PHPBB3-12610
* | | [ticket/14492] Set install extensions to synthetic and fix step countMarc Alexander2016-12-031-0/+2
| | | | | | | | | | | | PHPBB3-14492
* | | Merge pull request #4405 from marc1706/ticket/14733Tristan Darricau2016-12-032-4/+73
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14733] Support increasing hashing cost factor * marc1706/ticket/14733: [ticket/14733] Make sure detect_algorithm() works correctly and add tests [ticket/14733] Extend passwords driver_interface in rehashable_driver_interface [ticket/14733] Use new interface to preserve backwards compatibility [ticket/14733] Use default cost factor in bcrypt constructor [ticket/14733] Support increasing hashing cost factor
| * | | [ticket/14733] Make sure detect_algorithm() works correctly and add testsMarc Alexander2016-10-031-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | detect_algorithm() returned array() if an algorithm prefix was more than 2 characters long. This might have been invalid for other prefixes. In order to correctly cope with other prefixes, another check for a backslash in the prefix definitino has been added. This was discovered while writing the tests for the newly added interface. PHPBB3-14733
| * | | [ticket/14733] Support increasing hashing cost factorMarc Alexander2016-10-032-4/+23
| | | | | | | | | | | | | | | | PHPBB3-14733
* | | | Merge pull request #4539 from marc1706/ticket/14875Tristan Darricau2016-12-031-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14875] Add method for untrimmed input to ajax iohandler * marc1706/ticket/14875: [ticket/14875] Add raw_variable() to request mock [ticket/14875] Move raw_variable() method to request_interface [ticket/14875] Use raw_variable() method in _variable() to get raw data [ticket/14875] Add method for raw input to request and add to installer [ticket/14875] Add method for untrimmed input to ajax iohandler
| * | | | [ticket/14875] Add raw_variable() to request mockMarc Alexander2016-12-021-0/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-14875
* | | | | [ticket/14873] Added width/height attributes to smiliesJoshyPHP2016-11-277-11/+11
|/ / / / | | | | | | | | | | | | PHPBB3-14873
* | | | Merge remote-tracking branch 'senky/ticket/14739' into 3.2.xMarc Alexander2016-11-175-28/+3
|\ \ \ \
| * | | | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-165-28/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-14739
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-131-0/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Merge pull request #4488 from senky/ticket/14825Marc Alexander2016-11-131-0/+1
| |\ \ \ | | | | | | | | | | | | | | | Add core.auth_oauth_login_after and core.auth_oauth_link_after
| | * | | [ticket/14825] Add core.auth_oauth_(login/link)_afterJakub Senko2016-11-131-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14825
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-121-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #4504 from VSEphpbb/ticket/14855Marc Alexander2016-11-121-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14855] Update notification and PM alert bubbles
| | * | | | [ticket/14855] Update notification functional testMatt Friedman2016-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14855
* | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-11-061-0/+43
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/11483] Add tests for generating user act key on force reactivate [ticket/11483] Generate user act key if database entry is empty
| * | | | | Merge pull request #4486 from marc1706/ticket/11483Tristan Darricau2016-11-061-0/+43
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11483] Generate user act key if database entry is empty * github.com:phpbb/phpbb: [ticket/11483] Add tests for generating user act key on force reactivate [ticket/11483] Generate user act key if database entry is empty
| | * | | | [ticket/11483] Add tests for generating user act key on force reactivateMarc Alexander2016-11-061-0/+43
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-11483
* | | | | [ticket/14846] Updated s9e\TextFormatterJoshyPHP2016-11-023-0/+30
| | | | | | | | | | | | | | | | | | | | PHPBB3-14846
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-10-281-14/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #4489 from rxu/ticket/14830Marc Alexander2016-10-281-14/+10
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14830] Fix FORM_INVALID error during some ACP setting operations
| | * | | | [ticket/14830] Fix testsrxu2016-10-241-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14830
| | * | | | [ticket/14830] Fix FORM_INVALID error during AСP search index deletionrxu2016-10-211-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14830
| | * | | | [ticket/14830] Fix ACP search control functional testsrxu2016-10-211-5/+5
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-14830
* | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-242-5/+154
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14831] Optimize code construction [ticket/14831] Add more tests against UCP modules [ticket/14831] Add more tests, better name for $e placeholder [ticket/14831] Do not throw exception on the module existence checking [ticket/14831] Fix module migrator tool
| * | | | [ticket/14831] Add more tests against UCP modulesrxu2016-10-232-1/+99
| | | | | | | | | | | | | | | | | | | | PHPBB3-14831
| * | | | [ticket/14831] Add more tests, better name for $e placeholderrxu2016-10-231-4/+55
| |/ / / | | | | | | | | | | | | PHPBB3-14831
* | | | Merge pull request #4476 from Nicofuma/ticket/14807Marc Alexander2016-10-102-3/+1
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/14807] Updates dependencies
| * | | [ticket/14807] Fix tests after symfony upgradeTristan Darricau2016-10-091-2/+0
| | | | | | | | | | | | | | | | PHPBB3-14807
| * | | [ticket/14807] Updates s9e textformatter againTristan Darricau2016-10-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14807
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-031-0/+16
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | * 3.1.x: [ticket/14802] Add test for empty/blank lines in poll options [ticket/14802] Empty/blank lines should not be additional poll options
| * | [ticket/14802] Add test for empty/blank lines in poll optionsDaniel Sinn2016-10-031-0/+16
| | | | | | | | | | | | PHPBB3-14802
| * | Merge pull request #4394 from marc1706/ticket/14484Tristan Darricau2016-09-243-35/+399
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14484] Add possibility to use extensions in UI tests * marc1706/ticket/14484: [ticket/14484] Properly enable extensions in UI tests [ticket/14484] Move facebook/webdriver back to tests dir composer.json [ticket/14484] Move facebook webdriver to main composer.json
* | \ \ Merge pull request #4265 from Senky/ticket/10809Tristan Darricau2016-09-251-1/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/10809] Remove MSSQL support * Senky/ticket/10809: [ticket/10809] Reflect MSSQL removal in docs files [ticket/10809] Remove MSSQL support
| * | | | [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-10809
* | | | | Merge pull request #4455 from marc1706/ticket/14484-rheaTristan Darricau2016-09-241-10/+132
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14484] Add possibility to use extensions in UI tests * marc1706/ticket/14484-rhea: [ticket/14484] Remove duplicate methods and no longer needed calls [ticket/14484] Remove invalid code caused by merge conflict [ticket/14484] Properly enable extensions in UI tests [ticket/14484] Move facebook/webdriver back to tests dir composer.json [ticket/14484] Move facebook webdriver to main composer.json
| * | | | | [ticket/14484] Remove duplicate methods and no longer needed callsMarc Alexander2016-09-211-45/+56
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14484
| * | | | | [ticket/14484] Remove invalid code caused by merge conflictMarc Alexander2016-09-181-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14484
| * | | | | Merge branch 'ticket/14484' into ticket/14484-rheaMarc Alexander2016-09-181-26/+141
| |\ \ \ \ \ | | | |_|/ / | | |/| | |