| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'ticket/14957' into ticket/14957-rhea | Marc Alexander | 2017-01-03 | 1 | -0/+1 |
| |\ | |||||
| * | | [ticket/14947] Create new webdriver instance for every test | Marc Alexander | 2017-01-02 | 1 | -35/+37 |
| | | | | | | | | | | | | | | | | | PHPUnit seems to have emptied the webdriver between every test, which causes curl errors. A new webdriver instance will now be created for every test file. This does not cause a lot of overhead for ui tests. PHPBB3-14947 | ||||
| * | | [ticket/12610] Add command to check if the board is up to date. | Etienne Baroux | 2016-12-03 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12610 | ||||
| * | | [ticket/14492] Set install extensions to synthetic and fix step count | Marc Alexander | 2016-12-03 | 1 | -0/+2 |
| | | | | | | | | | PHPBB3-14492 | ||||
| * | | [ticket/14739] Remove SQLite 2.8.x database driver | Jakub Senko | 2016-11-16 | 3 | -26/+2 |
| | | | | | | | | | PHPBB3-14739 | ||||
| * | | [ticket/14484] Remove duplicate methods and no longer needed calls | Marc Alexander | 2016-09-21 | 1 | -45/+56 |
| | | | | | | | | | PHPBB3-14484 | ||||
| * | | [ticket/14484] Remove invalid code caused by merge conflict | Marc Alexander | 2016-09-18 | 1 | -4/+0 |
| | | | | | | | | | PHPBB3-14484 | ||||
| * | | Merge branch 'ticket/14484' into ticket/14484-rhea | Marc Alexander | 2016-09-18 | 1 | -26/+141 |
| |\ \ | |/ | |||||
| | * | [ticket/14484] Properly enable extensions in UI tests | Marc Alexander | 2016-07-31 | 1 | -9/+18 |
| | | | | | | | | | PHPBB3-14484 | ||||
| | * | [ticket/14484] Move facebook webdriver to main composer.json | Marc Alexander | 2016-07-27 | 1 | -5/+363 |
| | | | | | | | | | | | | | | | Also updated ui test case file to have same feature set as the 3.2.x version. PHPBB3-14484 | ||||
| * | | [ticket/13616] Fix CS + constant in the core extension | Tristan Darricau | 2016-04-03 | 2 | -2/+4 |
| | | | | | | | | | PHPBB3-13616 | ||||
| * | | [ticket/13616] Fix UI tests | Tristan Darricau | 2016-04-03 | 1 | -2/+10 |
| | | | | | | | | | PHPBB3-13616 | ||||
| * | | [ticket/13616] Cleanup globals after installing the board in func tests | Tristan Darricau | 2016-04-03 | 1 | -2/+10 |
| | | | | | | | | | PHPBB3-13616 | ||||
| * | | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 1 | -1/+0 |
| | | | | | | | | | PHPBB3-14576 | ||||
| * | | [ticket/14555] Uniformize cache directory usages | Tristan Darricau | 2016-03-24 | 1 | -1/+2 |
| | | | | | | | | | PHPBB3-14555 | ||||
| * | | [ticket/14488] Delete cookies to get correct session ID during login | Marc Alexander | 2016-02-18 | 1 | -0/+2 |
| | | | | | | | | | PHPBB3-14488 | ||||
| * | | [ticket/14315] Properly get sid from cookies and simplify take_screenshot | Marc Alexander | 2016-02-18 | 1 | -36/+15 |
| | | | | | | | | | PHPBB3-14315 | ||||
| * | | [ticket/14315] Add logout to ui tests and use in permissions role test | Marc Alexander | 2016-02-17 | 1 | -0/+10 |
| | | | | | | | | | PHPBB3-14315 | ||||
| * | | [ticket/14315] Add more functionality to ui test cases | Marc Alexander | 2016-02-16 | 1 | -0/+208 |
| | | | | | | | | | PHPBB3-14315 | ||||
| * | | Merge pull request #4171 from CHItA/ticket/14462 | Tristan Darricau | 2016-02-16 | 2 | -13/+65 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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 tests | Mate Bartus | 2016-02-12 | 2 | -6/+14 |
| | | | | | | | | | | | | | PHPBB3-14462 | ||||
| | * | | [ticket/14462] Fix CS and typo | Mate Bartus | 2016-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-14462 | ||||
| | * | | [ticket/14462] Set instance of db driver for database access using global | Marc Alexander | 2016-02-12 | 1 | -1/+30 |
| | | | | | | | | | | | | | PHPBB3-14462 | ||||
| | * | | [ticket/14462] Fix installation in tests | Mate Bartus | 2016-02-12 | 2 | -12/+27 |
| | | | | | | | | | | | | | PHPBB3-14462 | ||||
| * | | | [ticket/14478] Move facebook/webdriver dependency to main composer file | Marc Alexander | 2016-02-14 | 1 | -3/+8 |
| |/ / | | | | | | | | | | | | | Also updated to latest version and now using proper version in composer.json. PHPBB3-14478 | ||||
| * | | [ticket/14442] Use get_content() in functional test case | Marc Alexander | 2016-02-01 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-14442 | ||||
| * | | [ticket/14442] Use Goutte 2.0 instead of outdated 1.0 | Marc Alexander | 2016-02-01 | 1 | -6/+4 |
| | | | | | | | | | PHPBB3-14442 | ||||
| * | | Merge branch '3.1.x' | Marc Alexander | 2016-01-26 | 1 | -0/+2 |
| |\ \ | |/ | |||||
| | * | [ticket/14433] Purge cache setting up extension functional tests | Matt Friedman | 2016-01-25 | 1 | -0/+2 |
| | | | | | | | | | PHPBB3-14433 | ||||
| * | | Merge branch '3.1.x' | Tristan Darricau | 2016-01-24 | 1 | -4/+11 |
| |\ \ | |/ | | | | | | | * 3.1.x: [ticket/14425] Allow setting unix socket in database tests | ||||
| | * | [ticket/14425] Allow setting unix socket in database tests | Marc Alexander | 2016-01-21 | 1 | -4/+11 |
| | | | | | | | | | PHPBB3-14425 | ||||
| * | | Merge pull request #4059 from JoshyPHP/ticket/14323 | Marc Alexander | 2016-01-13 | 1 | -5/+15 |
| |\ \ | | | | | | | | | | [ticket/14323] Added support for truncating long URLs | ||||
| | * | | [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXT | JoshyPHP | 2015-12-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Expanded link text shortening to [url] BBCodes with no parameters PHPBB3-14323 | ||||
| | * | | [ticket/14323] Moved autolink-related functions to a separate helper | JoshyPHP | 2015-12-26 | 1 | -10/+7 |
| | | | | | | | | | | | | | PHPBB3-14323 | ||||
| | * | | [ticket/14323] Set up global objects required during testing | JoshyPHP | 2015-12-26 | 1 | -10/+16 |
| | | | | | | | | | | | | | PHPBB3-14323 | ||||
| | * | | [ticket/14323] Added support for truncating local URLs | JoshyPHP | 2015-12-26 | 1 | -1/+8 |
| | | | | | | | | | | | | | PHPBB3-14323 | ||||
| * | | | Merge branch '3.1.x' | Mate Bartus | 2016-01-08 | 1 | -1/+0 |
| |\ \ \ | |/ / |/| / | |/ | | | * 3.1.x: [ticket/14394] Only purge cache in functional tests if necessary | ||||
| | * | [ticket/14394] Only purge cache in functional tests if necessary | Marc Alexander | 2016-01-07 | 1 | -1/+0 |
| | | | | | | | | | PHPBB3-14394 | ||||
| * | | [ticket/14270] Purge cache when the installer is finished | Mate Bartus | 2015-11-08 | 2 | -2/+4 |
| | | | | | | | | | PHPBB3-14270 | ||||
| * | | [ticket/14044] Deduplicate the installers | Mate Bartus | 2015-10-22 | 4 | -184/+202 |
| | | | | | | | | | PHPBB3-14044 | ||||
| * | | Merge pull request #3698 from s9e/ticket/13935 | Tristan Darricau | 2015-08-05 | 1 | -6/+24 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13935] Allow more admin-configurable schemes in post links * s9e/ticket/13935: [ticket/13935] Removed cache invalidation from acp_board [ticket/13935] Removed UI [ticket/13935] Allow more admin-configurable schemes in post links | ||||
| | * | | [ticket/13935] Allow more admin-configurable schemes in post links | JoshyPHP | 2015-07-15 | 1 | -6/+24 |
| | | | | | | | | | | | | | PHPBB3-13935 | ||||
| * | | | [ticket/14036] Fixed mocked web root path | JoshyPHP | 2015-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | ...to match what it would return normally PHPBB3-14036 | ||||
| * | | | [ticket/14036] Replace path_helper with a mock | JoshyPHP | 2015-07-17 | 1 | -14/+9 |
| |/ / | | | | | | | PHPBB3-14036 | ||||
| * | | [ticket/11444] Update tests and cleanup types/methods | Tristan Darricau | 2015-07-13 | 1 | -12/+22 |
| | | | | | | | | | PHPBB3-11444 | ||||
| * | | [ticket/10620] Implemented quote improvements | JoshyPHP | 2015-06-25 | 1 | -1/+31 |
| | | | | | | | | | PHPBB3-10620 | ||||
| * | | Merge pull request #3579 from s9e/ticket/13803 | Tristan Darricau | 2015-06-24 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | [ticket/13803] Implement a generic and scalable way to reparse rich text | ||||
| | * | | [ticket/13803] Set up a global $user for tests | JoshyPHP | 2015-05-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-13803 | ||||
| * | | | Merge branch '3.1.x' | Andreas Fischer | 2015-06-16 | 1 | -10/+10 |
| |\ \ \ | |/ / |/| / | |/ | | | * 3.1.x: [ticket/12952] Check obvious errors before status in functional tests | ||||
| | * | [ticket/12952] Check obvious errors before status in functional tests | Marc Alexander | 2015-06-16 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | This will change the output from just saying that the status did not match the expected one to actually showing any errors before complaining about a possible difference in the status code. PHPBB3-12952 | ||||
