Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5751 from AlfredoRamos/ticket/16235 | Marc Alexander | 2019-12-12 | 1 | -3/+2 |
|\ | | | | | | | [ticket/16235] Fix PHP CodeSniffer ignore patterns | ||||
| * | [ticket/16235] Fix PHP CodeSniffer ignore patterns | Alfredo Ramos | 2019-11-28 | 1 | -3/+2 |
| | | | | | | | | PHPBB3-16235 | ||||
* | | [ticket/16223] Use register_php_extension instead of echo | rubencm | 2019-11-26 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-16223 | ||||
* | | [ticket/16223] Do not use install_php_extension for memcached | Marc Alexander | 2019-11-25 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-16223 | ||||
* | | [ticket/16223] Use install_php_extensions for installing memcached | Marc Alexander | 2019-11-25 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-16223 | ||||
* | | [ticket/16223] Add memcached config and PHP extension | Marc Alexander | 2019-11-25 | 4 | -0/+6 |
| | | | | | | | | PHPBB3-16223 | ||||
* | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-11-22 | 1 | -4/+0 |
|\ \ | |||||
| * | | [ticket/16217] Enable opcache on travis tests again | Marc Alexander | 2019-11-22 | 1 | -3/+0 |
| | | | | | | | | | | | | PHPBB3-16217 | ||||
* | | | [ticket/16216] Ignore not being able to disable xdebug | Marc Alexander | 2019-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-16216 | ||||
* | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-11-22 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | [ticket/16216] Disable xdebug on travis | Marc Alexander | 2019-11-22 | 1 | -0/+2 |
| | | | | | | | | | | | | PHPBB3-16216 | ||||
* | | | [ticket/12574] Fix incorrect setup() method declaration & ldap extension | Marc Alexander | 2019-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-12574 | ||||
* | | | [ticket/12574] Don't add extension to php config & set default username | Marc Alexander | 2019-11-16 | 1 | -1/+0 |
| | | | | | | | | | | | | PHPBB3-12574 | ||||
* | | | [ticket/12574] Run LDAP test as slow test and install ldap extension | Marc Alexander | 2019-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-12574 | ||||
* | | | [ticket/12574] Remove passwords manager dependency from ldap | Marc Alexander | 2019-11-16 | 1 | -5/+41 |
| | | | | | | | | | | | | | | | | | | Also started to implement tests for ldap provider. PHPBB3-12574 | ||||
* | | | [ticket/12574] Introduce files for LDAP testing on travis | Marc Alexander | 2019-11-16 | 3 | -0/+46 |
| |/ |/| | | | | | PHPBB3-12574 | ||||
* | | [ticket/16185] Add mysql, postgresql to services and use mariadb 10.1 | Marc Alexander | 2019-10-19 | 1 | -2/+3 |
| | | | | | | | | | | | | Updated GPG key signature according to mariadb documentation. PHPBB3-16185 | ||||
* | | [ticket/16185] Use /mode for -perm when checking executables | Marc Alexander | 2019-10-19 | 1 | -2/+2 |
| | | | | | | | | | | | | The +mode notation is no longer supported and has been deprecated since 2005. PHPBB3-16185 | ||||
* | | [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0 | Marc Alexander | 2019-10-06 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-16051 | ||||
* | | [ticket/14948] Remove checks for unsupported PHP versions | Marc Alexander | 2019-05-09 | 1 | -10/+3 |
| | | | | | | | | PHPBB3-14948 | ||||
* | | [ticket/14948] Remove no longer needed or supported phpunit configs | Marc Alexander | 2019-05-09 | 5 | -62/+8 |
| | | | | | | | | PHPBB3-14948 | ||||
* | | [ticket/15295] Restore tests on mysql and myisam | Matt Friedman | 2019-05-08 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-15295 | ||||
* | | [ticket/14761] myisam should be setup on PHP 5.5 (5.4 removed) | Matt Friedman | 2019-05-06 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14761 | ||||
* | | [ticket/14670] Do not backup static attributes | Marc Alexander | 2019-05-06 | 5 | -5/+5 |
|/ | | | | | | | This seems to cause issues with the UI tests as the backed up static web driver does not seem to be properly initialized. PHPBB3-14670 | ||||
* | [ticket/15935] Don't install APCu if it's already installed | Alec | 2019-01-13 | 1 | -4/+7 |
| | | | | | | | Travis fails when the APCu install fails due to it already being installed A check is added here to make sure that it does nothing in that case PHPBB3-15935 | ||||
* | [ticket/15924] Switch back to installing mariadb from 3rd party repo | Marc Alexander | 2019-01-01 | 2 | -0/+59 |
| | | | | PHPBB3-15924 | ||||
* | [ticket/15924] Enable APCu extension | Marc Alexander | 2019-01-01 | 1 | -0/+10 |
| | | | | PHPBB3-15924 | ||||
* | [ticket/15924] Install apc via pecl and remove nginx config check | Marc Alexander | 2018-12-31 | 2 | -2/+1 |
| | | | | PHPBB3-15924 | ||||
* | [ticket/15924] Switch to trusty build environment | Marc Alexander | 2018-12-31 | 3 | -61/+5 |
| | | | | PHPBB3-15924 | ||||
* | [ticket/15499] Remove HHVM from Travis build matrix | Derky | 2018-01-06 | 2 | -34/+21 |
| | | | | PHPBB3-15499 | ||||
* | [ticket/14684] Add and use $NOTESTS for ext-sniff.sh | Matt Friedman | 2016-06-19 | 1 | -1/+2 |
| | | | | PHPBB3-14684 | ||||
* | Merge pull request #4193 from marc1706/ticket/14497 | Tristan Darricau | 2016-03-25 | 1 | -15/+7 |
|\ | | | | | | | | | | | | | | | | | | | [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] Use nginx sample config in travis tests | Marc Alexander | 2016-03-05 | 1 | -15/+7 |
| | | | | | | | | PHPBB3-14497 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-03-11 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | * 3.1.x: [ticket/14529] Stop using --prefer-source for composer | ||||
| * | [ticket/14529] Stop using --prefer-source for composer | Marc Alexander | 2016-03-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The api rate limit has been removed by github. Therefore, we no longer need --prefer-source PHPBB3-14529 | ||||
* | | [ticket/14478] Remove no longer required shell script | Marc Alexander | 2016-02-14 | 2 | -17/+0 |
| | | | | | | | | PHPBB3-14478 | ||||
* | | [ticket/14281] Add install/phpbbcli.php to executable files list | Marc Alexander | 2015-11-10 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14281 | ||||
* | | Merge branch '3.1.x' | Marc Alexander | 2015-10-14 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | Conflicts: .travis.yml | ||||
| * | [ticket/14236] Disable Opcache on Travis when running the tests | Tristan Darricau | 2015-10-14 | 1 | -0/+3 |
| | | | | | | | | PHPBB3-14236 | ||||
* | | [ticket/14205] Bump PHP requirement to PHP 5.4 | Tristan Darricau | 2015-10-04 | 7 | -10/+21 |
| | | | | | | | | PHPBB3-14205 | ||||
* | | Merge branch '3.1.x' | Nicofuma | 2015-05-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge pull request #3564 from VSEphpbb/ticket/13516 | Nicofuma | 2015-05-04 | 1 | -1/+1 |
| |\ | | | | | | | | | | [ticket/13516] Do not search ICC profiles in extension vendors | ||||
| | * | [ticket/13516] Update image search script | Matt Friedman | 2015-05-04 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13516 | ||||
| | * | [ticket/13516] Do not search ICC profiles in extension vendors | Matt Friedman | 2015-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13516 | ||||
* | | | Merge branch '3.1.x' | Nicofuma | 2015-05-03 | 1 | -3/+0 |
|\ \ \ | |/ / | |||||
| * | | [ticket/13809] Perform the lint test prior to normal tests | Joas Schilling | 2015-05-03 | 1 | -3/+0 |
| | | | | | | | | | | | | PHPBB3-13809 | ||||
* | | | Merge branch '3.1.x' | Tristan Darricau | 2015-05-02 | 1 | -9/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '3.0.x' into 3.1.x | Tristan Darricau | 2015-05-02 | 1 | -9/+1 |
| |\ \ | | |/ | |/| | |||||
| | * | [ticket/13792] Use hhvm instead of manually installing nightlys for now | Marc Alexander | 2015-05-01 | 1 | -9/+1 |
| | | | | | | | | | | | | | | | | | | | | | Nightly builds are currently not supported because packages for precise no longer exist and travis is still running on it. PHPBB3-13792 | ||||
| | * | [ticket/13599] Remove Travis CI PHP 5.2 environment. No longer supported. | Andreas Fischer | 2015-02-12 | 2 | -66/+0 |
| | | | | | | | | | | | | PHPBB3-13599 |