aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [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
* | Merge branch '3.1.x'Marc Alexander2016-01-261-0/+2
|\ \ | |/ |/|
| * [ticket/14433] Purge cache setting up extension functional testsMatt Friedman2016-01-251-0/+2
| | | | | | | | PHPBB3-14433
* | Merge pull request #4126 from marc1706/ticket/13733Tristan Darricau2016-01-253-4/+68
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13733] Allow non-migration files inside migrations folder * marc1706/ticket/13733: [ticket/13733] Remove validate_classes method argument [ticket/13733] Make sure migration classes always have same order in tests [ticket/13733] Properly test setting validate_classes to false/true [ticket/13733] Use interface for migratinos [ticket/13733] Update comment explaining migration class validation [ticket/13733] Add isInstantiable() check. [ticket/13733] Braces on their own lines [ticket/13733] Allow tests the skip class validation [ticket/13733] Properly handle nonexistent classes as well [ticket/13733] Handle nonexistent classes as well [ticket/13733] Only use migration classes that extension the base migration class.
| * | [ticket/13733] Remove validate_classes method argumentMarc Alexander2016-01-241-12/+2
| | | | | | | | | | | | PHPBB3-13733
| * | [ticket/13733] Make sure migration classes always have same order in testsMarc Alexander2016-01-201-4/+4
| | | | | | | | | | | | PHPBB3-13733
| * | [ticket/13733] Properly test setting validate_classes to false/trueMarc Alexander2016-01-193-2/+76
| | | | | | | | | | | | PHPBB3-13733
| * | Merge pull request #3626 from imkingdavid/ticket/13733Marc Alexander2016-01-151-1/+1
| |\ \ | | | | | | | | | | | | [ticket/13733] Allow non-migration files inside migrations folder
| | * | [ticket/13733] Allow tests the skip class validationDavid King2015-05-231-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13733
* | | | Merge branch '3.1.x'Tristan Darricau2016-01-241-4/+11
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * 3.1.x: [ticket/14425] Allow setting unix socket in database tests
| * | | [ticket/14425] Allow setting unix socket in database testsMarc Alexander2016-01-211-4/+11
| | | | | | | | | | | | | | | | PHPBB3-14425
* | | | [ticket/14428] Fix files types remote testsMarc Alexander2016-01-231-6/+6
| |/ / |/| | | | | | | | PHPBB3-14428
* | | Merge branch '3.1.x'Marc Alexander2016-01-151-0/+9
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/phpbb/log/log.php
| * | [ticket/14403] Don't expect user_id and user_ip in phpbb\logOliver Schramm2016-01-101-0/+9
| | | | | | | | | | | | PHPBB3-14403
* | | Merge pull request #4059 from JoshyPHP/ticket/14323Marc Alexander2016-01-136-13/+64
|\ \ \ | | | | | | | | | | | | [ticket/14323] Added support for truncating long URLs
| * | | [ticket/14323] Added should_shorten()JoshyPHP2015-12-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Explicitly tests a tag's markup to determine whether a link should be shortened PHPBB3-14323
| * | | [ticket/14323] Added testsJoshyPHP2015-12-271-0/+8
| | | | | | | | | | | | | | | | PHPBB3-14323
| * | | [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXTJoshyPHP2015-12-272-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Expanded link text shortening to [url] BBCodes with no parameters PHPBB3-14323
| * | | [ticket/14323] Fixed test dataJoshyPHP2015-12-261-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14323