aboutsummaryrefslogtreecommitdiffstats
path: root/travis
Commit message (Collapse)AuthorAgeFilesLines
...
| | * [ticket/13523] Install PHPUnit manually instead of from PEAR.Andreas Fischer2015-01-201-0/+22
| | | | | | | | | | | | | | | | | | The pear.phpunit.de channel has been shut down in 2014. PHPBB3-13523
* | | [ticket/13407] Bump minimal version to php 5.3.9Nicofuma2015-02-044-4/+4
|/ / | | | | | | PHPBB3-13407
* | [ticket/13331] Remove travis/sami.conf.php. Use build/sami-checkout.conf.php.Andreas Fischer2014-11-122-20/+1
| | | | | | | | PHPBB3-13331
* | [ticket/12962] Rename setup-phpbb-testDhruv2014-10-272-1/+1
| | | | | | | | PHPBB3-12962
* | [ticket/12962] Load composer test dependencies for php >= 5.3.19Dhruv2014-10-251-4/+0
| | | | | | | | PHPBB3-12962
* | [ticket/12962] Install test dependencies on travisDhruv2014-09-212-0/+21
| | | | | | | | PHPBB3-12962
* | [ticket/12962] Run tests for all databases on TravisDhruv2014-09-214-0/+16
| | | | | | | | PHPBB3-12962
* | [ticket/12962] Run UI tests on Travis-mysqlDhruv2014-09-211-0/+4
| | | | | | | | PHPBB3-12962
* | Merge pull request #2849 from bantu/ticket/12941Tristan Darricau2014-08-104-0/+67
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12941] Check for Sami parse errors on Travis CI. * bantu/ticket/12941: [ticket/12941] Fix remaining Sami complaints. [ticket/12941] Check for Sami parse errors on Travis CI. [ticket/12941] Add sami.conf.php for Travis CI.
| * | [ticket/12941] Check for Sami parse errors on Travis CI.Andreas Fischer2014-08-093-0/+48
| | | | | | | | | | | | PHPBB3-12941
| * | [ticket/12941] Add sami.conf.php for Travis CI.Andreas Fischer2014-08-091-0/+19
| | | | | | | | | | | | PHPBB3-12941
* | | Merge pull request #2854 from bantu/ticket/12954Tristan Darricau2014-08-101-2/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12954] Correctly setup PATH_INFO on Travis CI. * bantu/ticket/12954: [ticket/12954] Correctly setup PATH_INFO on Travis CI.
| * | | [ticket/12954] Correctly setup PATH_INFO on Travis CI.Andreas Fischer2014-08-091-2/+5
| | | | | | | | | | | | | | | | PHPBB3-12954
* | | | Merge pull request #2848 from bantu/ticket/12948Marc Alexander2014-08-091-6/+0
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/12948] Remove no longer needed opcache workaround. Travis has 5.5.15
| * | | [ticket/12948] Remove no longer needed opcache workaround. Travis has 5.5.15.Andreas Fischer2014-08-091-6/+0
| | | | | | | | | | | | | | | | PHPBB3-12948
* | | | [ticket/12693] Don't try to check the composer.phar fileTristan Darricau2014-08-091-1/+1
| |/ / |/| | | | | | | | PHPBB3-12693
* | | Merge remote-tracking branch 'github-nicofuma/ticket/12693' into ↵Nils Adermann2014-08-091-0/+68
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nicofuma/ticket/12693: [ticket/12693] Fix composer.phar path [ticket/12693] The files skipped list can not be empty [ticket/12693] Force the composer.phar to be executable [ticket/12693] All the files in bin/ must be executable [ticket/12693] Expand manually the wildcard [ticket/12693] Fix the query for bin/* [ticket/12693] Extract exceptions, bin/* must be executable [ticket/12693] Remove the executable bit on icon_print.gif [ticket/12693] Check the persmissions of the owner [ticket/12693] Check if the are executable and not if they are 644 [ticket/12693] Fix the permissions [ticket/12693] Check if the files have the right 644 [ticket/12693] Fix indentation [ticket/12693] Add a travis test that checks file permissions
| * | [ticket/12693] Fix composer.phar pathTristan Darricau2014-08-071-5/+6
| | | | | | | | | | | | PHPBB3-12693
| * | [ticket/12693] The files skipped list can not be emptyTristan Darricau2014-07-311-1/+1
| | | | | | | | | | | | PHPBB3-12693
| * | [ticket/12693] Force the composer.phar to be executableTristan Darricau2014-07-311-5/+5
| | | | | | | | | | | | PHPBB3-12693
| * | [ticket/12693] All the files in bin/ must be executableTristan Darricau2014-07-311-1/+1
| | | | | | | | | | | | PHPBB3-12693
| * | [ticket/12693] Expand manually the wildcardTristan Darricau2014-07-311-2/+3
| | | | | | | | | | | | PHPBB3-12693
| * | [ticket/12693] Fix the query for bin/*Tristan Darricau2014-07-311-2/+2
| | | | | | | | | | | | PHPBB3-12693
| * | [ticket/12693] Extract exceptions, bin/* must be executableTristan Darricau2014-07-311-23/+34
| | | | | | | | | | | | PHPBB3-12693
| * | [ticket/12693] Check the persmissions of the ownerTristan Darricau2014-07-311-3/+2
| | | | | | | | | | | | PHPBB3-12693
| * | [ticket/12693] Check if the are executable and not if they are 644Tristan Darricau2014-07-311-3/+7
| | | | | | | | | | | | PHPBB3-12693
| * | [ticket/12693] Fix the permissionsTristan Darricau2014-07-311-0/+1
| | | | | | | | | | | | PHPBB3-12693
| * | [ticket/12693] Check if the files have the right 644Tristan Darricau2014-07-311-3/+3
| | | | | | | | | | | | | | | | | | And not only if they are executable. PHPBB3-12693
| * | [ticket/12693] Fix indentationTristan Darricau2014-07-311-4/+3
| | | | | | | | | | | | PHPBB3-12693
| * | [ticket/12693] Add a travis test that checks file permissionsTristan Darricau2014-07-311-0/+52
| | | | | | | | | | | | PHPBB3-12693
* | | Merge branch 'ticket/12917' into ticket/12917-ascJoas Schilling2014-08-072-2/+2
|\ \ \ | |/ / |/| / | |/ | | | | | | | | * ticket/12917: [ticket/12917] Check commit message and image ICC profile on 5.3.3 Conflicts: .travis.yml
* | [ticket/12825] Better sniff for the extensions and skip the vendor/ directoryTristan Darricau2014-07-061-0/+27
| | | | | | | | PHPBB3-12825
* | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-06-191-0/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/12741] Change the mode of the socket file
| * [ticket/12741] Change the mode of the socket fileTristan Darricau2014-06-191-0/+1
| | | | | | | | | | | | | | Since php 5.4.29, by default, php-fpm creates the socket with the 0600 mode instead of 0666. PHPBB3-12741
| * Merge pull request #2282 from bantu/ticket/12384Joas Schilling2014-05-281-4/+0
| |\ | | | | | | | | | | | | | | | | | | [ticket/12384] Run Travis CI HHVM tests against MySQLi instead of MySQL. * bantu/ticket/12384: [ticket/12384] Run Travis CI HHVM tests against MySQLi instead of MySQL.
| | * [ticket/12384] Run Travis CI HHVM tests against MySQLi instead of MySQL.Andreas Fischer2014-04-121-4/+0
| | | | | | | | | | | | | | | | | | HHVM MySQLi has been fixed and works for us now. PHPBB3-12384
* | | [ticket/12483] Fix copyright in prepare_extension.shJoas Schilling2014-06-101-2/+7
| | | | | | | | | | | | PHPBB3-12483
* | | [ticket/12483] Add a .sh that moves an extension in placeJoas Schilling2014-06-101-0/+17
| | | | | | | | | | | | PHPBB3-12483
* | | [ticket/12594] Update file header in non-php filesJoas Schilling2014-05-302-4/+14
| | | | | | | | | | | | PHPBB3-12594
* | | Merge pull request #2505 from bantu/ticket/12582-ascraeusJoas Schilling2014-05-283-0/+29
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12582] Strip away copyrighted ICC profile from images * bantu/ticket/12582-ascraeus: [ticket/12582] Use the correct script name. [ticket/12582] Fix coding style. [ticket/12582] Remove set -e due to exiftool not liking 0 byte files. [ticket/12582] Strip away copyrighted ICC profile [ticket/12582] Change strip_icc_profiles.sh to only take a single file. [ticket/12582] Run strip_icc_profiles.sh on Travis CI. [ticket/12582] Overwrite inplace instead of creating _original files. [ticket/12582] Add script for strippping ICC profiles from images.
| * \ \ Merge branch 'ticket/12582' into ticket/12582-ascraeusAndreas Fischer2014-05-273-0/+29
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/12582: [ticket/12582] Strip away copyrighted ICC profile [ticket/12582] Change strip_icc_profiles.sh to only take a single file. [ticket/12582] Run strip_icc_profiles.sh on Travis CI. [ticket/12582] Overwrite inplace instead of creating _original files. [ticket/12582] Add script for strippping ICC profiles from images. Conflicts: .travis.yml
* | | | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-271-4/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: phpBB/docs/hook_system.html
| * | | [ticket/12592] Make hhvm run MySQL again.Andreas Fischer2014-05-261-4/+0
| | | | | | | | | | | | | | | | PHPBB3-12592
* | | | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-276-12/+42
|/ / / | | | | | | | | | PHPBB3-12594
* | | [ticket/12592] Add PHP 5.4 environment using mysql driver.Andreas Fischer2014-05-262-1/+43
| | | | | | | | | | | | PHPBB3-12592
* | | [ticket/12592] Rename mysql environment to mysqli.Andreas Fischer2014-05-263-3/+3
| | | | | | | | | | | | PHPBB3-12592
* | | [ticket/12470] Correctly set up the php extensionsJoas Schilling2014-05-031-2/+2
| | | | | | | | | | | | PHPBB3-12470
* | | [ticket/12470] Fix setup of phpbbJoas Schilling2014-05-031-1/+1
| | | | | | | | | | | | PHPBB3-12470
* | | [ticket/12470] Move setup of phpBB to new .shJoas Schilling2014-05-031-0/+29
| | | | | | | | | | | | PHPBB3-12470
* | | [ticket/12470] Move setup of database to new .shJoas Schilling2014-05-031-0/+26
| | | | | | | | | | | | PHPBB3-12470