aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [ticket/14478] Move facebook/webdriver dependency to main composer fileMarc Alexander2016-02-141-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 caseMarc Alexander2016-02-011-2/+2
| | | | | | | | PHPBB3-14442
* | [ticket/14442] Use Goutte 2.0 instead of outdated 1.0Marc Alexander2016-02-011-6/+4
| | | | | | | | PHPBB3-14442
* | 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 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
* | Merge pull request #4059 from JoshyPHP/ticket/14323Marc Alexander2016-01-131-5/+15
|\ \ | | | | | | | | | [ticket/14323] Added support for truncating long URLs
| * | [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXTJoshyPHP2015-12-271-1/+1
| | | | | | | | | | | | | | | | | | Expanded link text shortening to [url] BBCodes with no parameters PHPBB3-14323
| * | [ticket/14323] Moved autolink-related functions to a separate helperJoshyPHP2015-12-261-10/+7
| | | | | | | | | | | | PHPBB3-14323
| * | [ticket/14323] Set up global objects required during testingJoshyPHP2015-12-261-10/+16
| | | | | | | | | | | | PHPBB3-14323
| * | [ticket/14323] Added support for truncating local URLsJoshyPHP2015-12-261-1/+8
| | | | | | | | | | | | PHPBB3-14323
* | | Merge branch '3.1.x'Mate Bartus2016-01-081-1/+0
|\ \ \ | |/ / |/| / | |/ | | * 3.1.x: [ticket/14394] Only purge cache in functional tests if necessary
| * [ticket/14394] Only purge cache in functional tests if necessaryMarc Alexander2016-01-071-1/+0
| | | | | | | | PHPBB3-14394
* | [ticket/14270] Purge cache when the installer is finishedMate Bartus2015-11-082-2/+4
| | | | | | | | PHPBB3-14270
* | [ticket/14044] Deduplicate the installersMate Bartus2015-10-224-184/+202
| | | | | | | | PHPBB3-14044
* | Merge pull request #3698 from s9e/ticket/13935Tristan Darricau2015-08-051-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 linksJoshyPHP2015-07-151-6/+24
| | | | | | | | | | | | PHPBB3-13935
* | | [ticket/14036] Fixed mocked web root pathJoshyPHP2015-07-171-1/+1
| | | | | | | | | | | | | | | | | | ...to match what it would return normally PHPBB3-14036
* | | [ticket/14036] Replace path_helper with a mockJoshyPHP2015-07-171-14/+9
|/ / | | | | | | PHPBB3-14036
* | [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-131-12/+22
| | | | | | | | PHPBB3-11444
* | [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-251-1/+31
| | | | | | | | PHPBB3-10620
* | Merge pull request #3579 from s9e/ticket/13803Tristan Darricau2015-06-241-1/+1
|\ \ | | | | | | | | | [ticket/13803] Implement a generic and scalable way to reparse rich text
| * | [ticket/13803] Set up a global $user for testsJoshyPHP2015-05-301-1/+1
| | | | | | | | | | | | PHPBB3-13803
* | | Merge branch '3.1.x'Andreas Fischer2015-06-161-10/+10
|\ \ \ | |/ / |/| / | |/ | | * 3.1.x: [ticket/12952] Check obvious errors before status in functional tests
| * [ticket/12952] Check obvious errors before status in functional testsMarc Alexander2015-06-161-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
* | [ticket/13801] Removed user dependency from text_formatter.s9e.parserJoshyPHP2015-05-181-2/+0
| | | | | | | | PHPBB3-13801
* | [ticket/13782] Rename null driver to dummy for PHP7 compatibilityMarc Alexander2015-05-041-3/+3
| | | | | | | | PHPBB3-13782
* | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-022-3/+11
| | | | | | | | PHPBB3-13762
* | [ticket/13793] Remove translation on throwing exceptionsMateBartus2015-05-011-2/+0
| | | | | | | | PHPBB3-13793
* | [ticket/8672] Updated the text_formatter.s9e serviceJoshyPHP2015-04-241-0/+4
| | | | | | | | PHPBB3-8672
* | Merge pull request #3487 from MateBartus/ticket/13697Tristan Darricau2015-04-164-4/+4
|\ \ | | | | | | | | | [ticket/13697] Moving filesystem related functions to filesystem service
| * | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-164-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* | | [ticket/11768] Added core.text_formatter_s9e_renderer_setup eventJoshyPHP2015-04-021-1/+3
| | | | | | | | | | | | PHPBB3-11768
* | | [ticket/11768] Added core.text_formatter_s9e_parser_setup eventJoshyPHP2015-04-021-1/+4
| | | | | | | | | | | | PHPBB3-11768
* | | [ticket/11768] Added configurator eventsJoshyPHP2015-04-021-2/+16
| | | | | | | | | | | | PHPBB3-11768
* | | [ticket/11768] Removed unused varJoshyPHP2015-04-021-3/+0
| | | | | | | | | | | | PHPBB3-11768
* | | [ticket/11768] Renamed get_words() to get_censored_words()JoshyPHP2015-04-021-2/+2
| | | | | | | | | | | | PHPBB3-11768
* | | [ticket/11768] Updated test case helper with new signatures9e2015-04-021-2/+2
| | | | | | | | | | | | PHPBB3-11768
* | | [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-0/+210
|/ / | | | | | | | | | | | | This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768
* | Merge branch '3.1.x'Nicofuma2015-03-241-0/+12
|\ \ | |/
| * [ticket/13612] Always display success message if extension was enabledMarc Alexander2015-02-141-8/+1
| | | | | | | | | | | | | | An error will already be triggered if enable_step() is not successful. Redirecting for no obvious reason will just confuse users. PHPBB3-13612
| * [ticket/13612] Run meta refresh until extension is fully enabledMarc Alexander2015-02-141-1/+20
| | | | | | | | PHPBB3-13612
* | [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-073-4/+12
| | | | | | | | PHPBB3-10748
* | [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-021-1/+0
| | | | | | | | PHPBB3-13496
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-1/+1
| | | | | | | | PHPBB3-13494
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-01-261-1/+1
|\ \ | |/ | | | | | | * develop-ascraeus: [ticket/12089] Add assert message on HTTP status code check
| * Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2015-01-261-1/+1
| |\ | | | | | | | | | | | | * develop-olympus: [ticket/12089] Add assert message on HTTP status code check
| | * [ticket/12089] Add assert message on HTTP status code checkJoas Schilling2015-01-251-1/+1
| | | | | | | | | | | | PHPBB3-12089
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-201-1/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | Conflicts: phpBB/phpbb/db/migration/data/v30x/release_3_0_5_rc1.php phpBB/phpbb/db/migration/profilefield_base_migration.php phpBB/phpbb/db/migrator.php