aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4199 from VSEphpbb/ticket/12684Tristan Darricau2016-03-262-0/+228
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12684] Add console command user:add * VSEphpbb/ticket/12684: (26 commits) [ticket/12684] Use a switch statement for readability [ticket/12684] Refactor a test [ticket/12684] Use interactive method correctly [ticket/12684] Extract interactivity to a method [ticket/12684] Update option help [ticket/12684] Add extended help for the user:add command [ticket/12684] Add shorthand alternates to the options [ticket/12684] Remove whitespace [ticket/12684] Add an error on user creation failure [ticket/12684] Remove unnecessary null arguments [ticket/12684] Additional clean up [ticket/12684] Allowed to use $this in enclosure [ticket/12684] Move all lang keys to cli [ticket/12684] Fix a few mistakes and clean it up [ticket/12684] Some code clean up [ticket/12684] Another little fix [ticket/12684] Fix tests [ticket/12684] Update to use non-deprecated methods [ticket/12684] Add send email option [ticket/12684] Add input validation ...
| * [ticket/12684] Refactor a testMatt Friedman2016-03-211-1/+9
| | | | | | | | PHPBB3-12684
| * [ticket/12684] Move all lang keys to cliMatt Friedman2016-02-291-2/+2
| | | | | | | | PHPBB3-12684
| * [ticket/12684] Fix testsMatt Friedman2016-02-291-8/+14
| | | | | | | | PHPBB3-12684
| * [ticket/12684] Add send email optionMatt Friedman2016-02-291-0/+1
| | | | | | | | PHPBB3-12684
| * [ticket/12684] Add input validationMatt Friedman2016-02-291-0/+23
| | | | | | | | PHPBB3-12684
| * [ticket/12684] Updates for 3.2 APIMatt Friedman2016-02-291-5/+14
| | | | | | | | PHPBB3-12684
| * [ticket/12684] Fix testsTristan Darricau2016-02-291-2/+2
| | | | | | | | PHPBB3-12684
| * [ticket/12684] Add doc blocks and test file for user:addLEZY Thomas2016-02-292-0/+181
| | | | | | | | PHPBB3-12684
* | Merge pull request #4193 from marc1706/ticket/14497Tristan Darricau2016-03-251-0/+30
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14497] Support second app.php script in install folder * marc1706/ticket/14497: [ticket/14497] Do not check for doctype on index and use correct return [ticket/14497] Add test for visiting installer [ticket/14497] Use nginx sample config in travis tests [ticket/14497] Support second app.php script in install folder
| * | [ticket/14497] Do not check for doctype on index and use correct returnMarc Alexander2016-03-051-4/+4
| | | | | | | | | | | | PHPBB3-14497
| * | [ticket/14497] Add test for visiting installerMarc Alexander2016-03-051-0/+30
| |/ | | | | | | PHPBB3-14497
* | Merge pull request #4218 from marc1706/ticket/14527Tristan Darricau2016-03-251-0/+17
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14527] Retrieve link URL from href and not link text * marc1706/ticket/14527: [ticket/14527] Decode automatically generated postlink without prefix [ticket/14527] Add tests for reverted improper fix [ticket/14527] Retrieve link URL from href and not link text
| * | [ticket/14527] Decode automatically generated postlink without prefixMarc Alexander2016-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | The http prefix gets automatically added and should be removed prior to outputting the post to the user. PHPBB3-14527
| * | [ticket/14527] Add tests for reverted improper fixMarc Alexander2016-03-131-1/+18
| |/ | | | | | | PHPBB3-14527
* | Merge pull request #4245 from JoshyPHP/ticket/14381Tristan Darricau2016-03-252-0/+89
|\ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14381] Set the mode in message parser to "reparse" * JoshyPHP/ticket/14381: [ticket/14381] Set the mode in message parser to "reparse" [ticket/14495] Updates the version to 3.3.0-a1-dev
| * | [ticket/14381] Set the mode in message parser to "reparse"JoshyPHP2016-03-242-0/+89
| |/ | | | | | | | | | | | | | | The default mode is "post". By setting it to something else, all limits pertaining to posts (min/max length, etc...) should be disabled. PHPBB3-14381
* | [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-245-5/+7
|/ | | | PHPBB3-14555
* [ticket/14488] Delete cookies to get correct session ID during loginMarc Alexander2016-02-181-0/+2
| | | | PHPBB3-14488
* Merge pull request #4165 from Nicofuma/ticket/14457Marc Alexander2016-02-181-0/+1
|\ | | | | | | [ticket/14457] Uses a random placeholder to inject css and js
| * [ticket/14457] Don't set CSS to JS and JS to CSSTristan Darricau2016-02-181-0/+1
| | | | | | | | PHPBB3-14457
* | [ticket/14315] Properly get sid from cookies and simplify take_screenshotMarc Alexander2016-02-182-37/+16
| | | | | | | | PHPBB3-14315
* | [ticket/14315] Use proper ID selectors in ui testMarc Alexander2016-02-171-3/+3
| | | | | | | | PHPBB3-14315
* | [ticket/14315] Add logout to ui tests and use in permissions role testMarc Alexander2016-02-172-0/+11
| | | | | | | | PHPBB3-14315
* | [ticket/14315] Add functional tests for permission roles and fix non-jsMarc Alexander2016-02-172-2/+88
| | | | | | | | | | | | Without JS the settings were not applied due to duplicate input names. PHPBB3-14315
* | [ticket/14315] Add tests for setting permission roles using javascriptMarc Alexander2016-02-161-0/+89
| | | | | | | | PHPBB3-14315
* | [ticket/14315] Add more functionality to ui test casesMarc Alexander2016-02-161-0/+208
|/ | | | PHPBB3-14315
* Merge pull request #4171 from CHItA/ticket/14462Tristan Darricau2016-02-164-17/+69
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14462] Try to prevent timeouts in the installer * CHItA/ticket/14462: [ticket/14462] Not show timeout messages in convertors [ticket/14462] Make timeout error translateable [ticket/14462] Update ordering in install db config [ticket/14462] Fix comments [ticket/14462] Fix tests [ticket/14462] Fix CS and typo [ticket/14462] Set instance of db driver for database access using global [ticket/14462] Fix installation in tests [ticket/14462] Refactor tasks to be more modular [ticket/14462] Further speed improvements
| * [ticket/14462] Fix testsMate Bartus2016-02-122-6/+14
| | | | | | | | PHPBB3-14462
| * [ticket/14462] Fix CS and typoMate Bartus2016-02-121-1/+1
| | | | | | | | PHPBB3-14462
| * [ticket/14462] Set instance of db driver for database access using globalMarc Alexander2016-02-121-1/+30
| | | | | | | | PHPBB3-14462
| * [ticket/14462] Fix installation in testsMate Bartus2016-02-123-13/+27
| | | | | | | | PHPBB3-14462
| * [ticket/14462] Further speed improvementsMate Bartus2016-02-121-3/+4
| | | | | | | | | | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462
* | [ticket/14478] Move facebook/webdriver dependency to main composer fileMarc Alexander2016-02-143-74/+8
| | | | | | | | | | | | | | Also updated to latest version and now using proper version in composer.json. PHPBB3-14478
* | Merge pull request #4160 from Nicofuma/ticket/14440Marc Alexander2016-02-111-0/+37
|\ \ | | | | | | | | | [ticket/14440] Correctly remove the web root path in update_web_root_path
| * | [ticket/14440] Add testsTristan Darricau2016-02-071-0/+37
| |/ | | | | | | PHPBB3-14440
* | [ticket/14448] Let user decide if remote upload certs should be checkedMarc Alexander2016-02-042-5/+11
| | | | | | | | | | | | Also fixed some minor issues like coding style. PHPBB3-14448
* | [ticket/14448] Do not try to test remote upload timeoutMarc Alexander2016-02-031-13/+0
| | | | | | | | PHPBB3-14448
* | [ticket/14448] Use GuzzleHttp and try to verify certsMarc Alexander2016-02-031-1/+1
|/ | | | PHPBB3-14448
* Merge pull request #4144 from VSEphpbb/ticket/14434Tristan Darricau2016-02-021-4/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14434] Allow non-migration files inside migrations folder (continued) * VSEphpbb/ticket/14434: [ticket/14434] Refactored to check migrations when setting them [ticket/14434] Check migrations in the database updater task [ticket/14434] Do not include non-migrations in CLI list [ticket/14434] Remove redundant conditional [ticket/14434] Fix whitespace mistakes [ticket/14434] Remove recursion to simplify is_migration method [ticket/14434] Extract migration check to a reusable method [ticket/14434] Schema generator should ignore migration helpers
| * [ticket/14434] Refactored to check migrations when setting themMatt Friedman2016-01-281-4/+0
| | | | | | | | PHPBB3-14434
* | Merge pull request #4152 from marc1706/ticket/14442Tristan Darricau2016-02-022-12/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14442] Use Goutte 2.0 for functional tests * marc1706/ticket/14442: [ticket/14442] Use get_content() in functional test case [ticket/14442] Properly set plupload header [ticket/14442] Use get_content() in plupload functional tests [ticket/14442] Use Goutte 2.0 instead of outdated 1.0
| * | [ticket/14442] Use get_content() in functional test caseMarc Alexander2016-02-011-2/+2
| | | | | | | | | | | | PHPBB3-14442
| * | [ticket/14442] Properly set plupload headerMarc Alexander2016-02-011-4/+4
| | | | | | | | | | | | PHPBB3-14442
| * | [ticket/14442] Use get_content() in plupload functional testsMarc Alexander2016-02-011-3/+3
| | | | | | | | | | | | PHPBB3-14442
| * | [ticket/14442] Use Goutte 2.0 instead of outdated 1.0Marc Alexander2016-02-011-6/+4
| | | | | | | | | | | | PHPBB3-14442
* | | Merge pull request #4145 from Nicofuma/ticket/14432Marc Alexander2016-02-011-0/+19
|\ \ \ | |/ / |/| | | | | [ticket/14432] Adds a method to get raw language values
| * | [ticket/14432] Adds a method to get raw language valuesTristan Darricau2016-01-261-0/+19
| | | | | | | | | | | | PHPBB3-14432
* | | Merge pull request #4142 from Nicofuma/ticket/14129Marc Alexander2016-01-271-0/+10
|\ \ \ | |_|/ |/| | | | | [ticket/14129] Caches extensions autoloaders
| * | [ticket/14129] Caches extensions autoloadersTristan Darricau2016-01-261-0/+10
| |/ | | | | | | PHPBB3-14129