Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | [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 | |||||
* | | [ticket/13801] Removed user dependency from text_formatter.s9e.parser | JoshyPHP | 2015-05-18 | 1 | -2/+0 | |
| | | | | | | | | PHPBB3-13801 | |||||
* | | [ticket/13782] Rename null driver to dummy for PHP7 compatibility | Marc Alexander | 2015-05-04 | 1 | -3/+3 | |
| | | | | | | | | PHPBB3-13782 | |||||
* | | [ticket/13762] Moving language related functionality into a separate class | MateBartus | 2015-05-02 | 2 | -3/+11 | |
| | | | | | | | | PHPBB3-13762 | |||||
* | | [ticket/13793] Remove translation on throwing exceptions | MateBartus | 2015-05-01 | 1 | -2/+0 | |
| | | | | | | | | PHPBB3-13793 | |||||
* | | [ticket/8672] Updated the text_formatter.s9e service | JoshyPHP | 2015-04-24 | 1 | -0/+4 | |
| | | | | | | | | PHPBB3-8672 | |||||
* | | Merge pull request #3487 from MateBartus/ticket/13697 | Tristan Darricau | 2015-04-16 | 4 | -4/+4 | |
|\ \ | | | | | | | | | | [ticket/13697] Moving filesystem related functions to filesystem service | |||||
| * | | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 4 | -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 event | JoshyPHP | 2015-04-02 | 1 | -1/+3 | |
| | | | | | | | | | | | | PHPBB3-11768 | |||||
* | | | [ticket/11768] Added core.text_formatter_s9e_parser_setup event | JoshyPHP | 2015-04-02 | 1 | -1/+4 | |
| | | | | | | | | | | | | PHPBB3-11768 | |||||
* | | | [ticket/11768] Added configurator events | JoshyPHP | 2015-04-02 | 1 | -2/+16 | |
| | | | | | | | | | | | | PHPBB3-11768 | |||||
* | | | [ticket/11768] Removed unused var | JoshyPHP | 2015-04-02 | 1 | -3/+0 | |
| | | | | | | | | | | | | PHPBB3-11768 | |||||
* | | | [ticket/11768] Renamed get_words() to get_censored_words() | JoshyPHP | 2015-04-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | PHPBB3-11768 | |||||
* | | | [ticket/11768] Updated test case helper with new signature | s9e | 2015-04-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | PHPBB3-11768 | |||||
* | | | [ticket/11768] This commit integrates s9e\TextFormatter | s9e | 2015-04-02 | 1 | -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' | Nicofuma | 2015-03-24 | 1 | -0/+12 | |
|\ \ | |/ | ||||||
| * | [ticket/13612] Always display success message if extension was enabled | Marc Alexander | 2015-02-14 | 1 | -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 enabled | Marc Alexander | 2015-02-14 | 1 | -1/+20 | |
| | | | | | | | | PHPBB3-13612 | |||||
* | | [ticket/10748] Replace direct creations of tools(); | Joas Schilling | 2015-02-07 | 3 | -4/+12 | |
| | | | | | | | | PHPBB3-10748 | |||||
* | | [ticket/13496] Update calls to `set_config_count()` | Gaëtan Muller | 2015-02-02 | 1 | -1/+0 | |
| | | | | | | | | PHPBB3-13496 | |||||
* | | [ticket/13494] Update calls to `set_config()` | Gaëtan Muller | 2015-02-02 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-13494 | |||||
* | | Merge branch 'develop-ascraeus' into develop | Andreas Fischer | 2015-01-26 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | * develop-ascraeus: [ticket/12089] Add assert message on HTTP status code check | |||||
| * | Merge branch 'develop-olympus' into develop-ascraeus | Andreas Fischer | 2015-01-26 | 1 | -1/+1 | |
| |\ | | | | | | | | | | | | | * develop-olympus: [ticket/12089] Add assert message on HTTP status code check | |||||
| | * | [ticket/12089] Add assert message on HTTP status code check | Joas Schilling | 2015-01-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | PHPBB3-12089 | |||||
* | | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-01-20 | 1 | -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 |