aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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 #2608 from dhruvgoel92/ticket/12720Andreas Fischer2014-06-161-2/+2
|\ | | | | | | | | | | | | [ticket/12720] Allow commit heading to begin with lowercase letters * dhruvgoel92/ticket/12720: [ticket/12720] Allow commit heading to begin with lowercase letters
| * [ticket/12720] Allow commit heading to begin with lowercase lettersDhruv2014-06-161-2/+2
|/ | | | PHPBB3-12720
* Merge pull request #2548 from bantu/ticket/12660Dhruv Goel2014-06-091-1/+1
|\ | | | | [ticket/12660] Improve check for when phpinfo() is disabled.
| * [ticket/12660] Improve check for when phpinfo() is disabled.Andreas Fischer2014-06-091-1/+1
|/ | | | PHPBB3-12660
* 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
* | Merge pull request #2498 from bantu/ticket/12582Joas Schilling2014-05-283-0/+28
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12582] Strip away copyrighted ICC profile from images * bantu/ticket/12582: [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.
| * | [ticket/12582] Fix coding style.Andreas Fischer2014-05-271-1/+2
| | | | | | | | | | | | PHPBB3-12582
| * | [ticket/12582] Remove set -e due to exiftool not liking 0 byte files.Andreas Fischer2014-05-271-1/+0
| | | | | | | | | | | | PHPBB3-12582
| * | [ticket/12582] Strip away copyrighted ICC profileDavid Prévot2014-05-271-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This images embed a non free ICC profile that doesn’t allow modification: http://web.archive.org/web/20020603153925/srgb.com/usingsrgb.html Please use the proposed version stripping away this copyrighted binary profile, probably embedded by an image software at one time: exiftool -icc_profile"-<=" phpBB/adm/images/phpbb_logo.png I’ve checked the resulting image and trust it is identical to the original. Some more background on the issue: https://lists.debian.org/debian-devel/2014/05/msg00339.html PHPBB3-12582
| * | [ticket/12582] Change strip_icc_profiles.sh to only take a single file.Andreas Fischer2014-05-272-21/+14
| | | | | | | | | | | | PHPBB3-12582
| * | [ticket/12582] Run strip_icc_profiles.sh on Travis CI.Andreas Fischer2014-05-271-0/+2
| | | | | | | | | | | | PHPBB3-12582
| * | [ticket/12582] Overwrite inplace instead of creating _original files.Andreas Fischer2014-05-271-1/+1
| | | | | | | | | | | | PHPBB3-12582
| * | [ticket/12582] Add script for strippping ICC profiles from images.Andreas Fischer2014-05-271-0/+33
| | | | | | | | | | | | PHPBB3-12582
* | | Merge pull request #2470 from bantu/task/samiJoas Schilling2014-05-185-155/+418
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | [task/sami] Add Sami to composer dependencies and build script * bantu/task/sami: [task/sami] Establish alphabetical order. [task/sami] Also ignore ext/ directory. [task/sami] Replace phpdoctor with sami. [task/sami] Add sami/sami as a composer development dependency.
| * | [task/sami] Establish alphabetical order.Andreas Fischer2014-05-171-1/+1
| | | | | | | | | | | | PHPBB3-12495
| * | [task/sami] Also ignore ext/ directory.Andreas Fischer2014-05-171-0/+1
| | | | | | | | | | | | PHPBB3-12495
| * | [task/sami] Replace phpdoctor with sami.Andreas Fischer2014-05-163-153/+51
| | | | | | | | | | | | PHPBB3-12495
| * | [task/sami] Add sami/sami as a composer development dependency.Andreas Fischer2014-05-162-2/+366
|/ / | | | | | | PHPBB3-12495
* | Merge pull request #2454 from nickvergessen/ticket/12540Andreas Fischer2014-05-153-3/+3
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12540] Fix broken placeholders in language files * nickvergessen/ticket/12540: [ticket/12540] Fix broken placeholders in language files
| * | [ticket/12540] Fix broken placeholders in language filesJoas Schilling2014-05-133-3/+3
|/ / | | | | | | PHPBB3-12540
* | Merge pull request #2430 from nickvergessen/ticket/10839-olympusAndreas Fischer2014-05-105-83/+13
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [Ticket/10839] olympus - Remove phpunit configuration files * nickvergessen/ticket/10839-olympus: [ticket/10839] Fix note about running slow tests and build task [ticket/10839] Removing phpunit.xml.all [ticket/10839] Always run functional tests by default
| * | [ticket/10839] Fix note about running slow tests and build taskJoas Schilling2014-05-092-6/+9
| | | | | | | | | | | | PHPBB3-10839
| * | [ticket/10839] Removing phpunit.xml.allJoas Schilling2014-05-091-33/+0
| | | | | | | | | | | | | | | | | | | | | | | | To run all tests, just append --group slow to your call PHPBB3-10839
| * | [ticket/10839] Always run functional tests by defaultJoas Schilling2014-05-092-44/+4
|/ / | | | | | | | | | | | | | | | | They are skipped anyway, if $phpbb_functional_url is not configured. If you want to run tests without functional tests, just append --exclude-group functional to your call PHPBB3-10839
* | Merge pull request #2396 from Nicofuma/ticket/12485Joas Schilling2014-05-038-17/+61
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12485] Broken tests due to absolute 'exclude' * Nicofuma/ticket/12485: [ticket/12485] Broken tests due to absolute exclude
| * | [ticket/12485] Broken tests due to absolute excludeNicofuma2014-05-038-17/+61
|/ / | | | | | | PHPBB3-12485
* | Merge remote-tracking branch 'github-bantu/ticket/11860' into develop-olympusNils Adermann2014-05-031-9/+47
|\ \ | | | | | | | | | | | | * github-bantu/ticket/11860: [ticket/11860] htaccess: Support for Apache 2.4's "Require" syntax.
| * | [ticket/11860] htaccess: Support for Apache 2.4's "Require" syntax.Andreas Fischer2013-09-231-9/+47
| | | | | | | | | | | | PHPBB3-11860
* | | Merge remote-tracking branch 'github-bantu/ticket/12429' into develop-olympusNils Adermann2014-05-022-80/+376
|\ \ \ | | | | | | | | | | | | | | | | * github-bantu/ticket/12429: [ticket/12429] Update PHPUnit to 4.1, update DBUnit to 1.3.
| * | | [ticket/12429] Update PHPUnit to 4.1, update DBUnit to 1.3.Andreas Fischer2014-05-022-80/+376
|/ / / | | | | | | | | | PHPBB3-12429
* | | Merge remote-tracking branch 'github-nickvergessen/ticket/12472' into ↵Nils Adermann2014-05-021-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | develop-olympus * github-nickvergessen/ticket/12472: [ticket/12472] Set fast_finish for travis
| * | | [ticket/12472] Set fast_finish for travisJoas Schilling2014-05-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now, a build will finish as soon as a job has failed, or when the only jobs left allow failures. http://docs.travis-ci.com/user/build-configuration/#Fast-finishing PHPBB3-12472
* | | | Merge remote-tracking branch 'nickvergessen/ticket/12120' into develop-olympusMarc Alexander2014-05-021-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * nickvergessen/ticket/12120: [ticket/12120] Add Marc Alexander to AUTHORS
| * | | [ticket/12120] Add Marc Alexander to AUTHORSJoas Schilling2014-05-021-0/+1
|/ / / | | | | | | | | | PHPBB3-12120
* | | Merge remote-tracking branch 'github-bantu/ticket/12468' into develop-olympusNils Adermann2014-05-022-7/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | * github-bantu/ticket/12468: [ticket/12468] Having mbstring.http_input set to '' is as good as 'pass'. [ticket/12467] Add config*.php and tests_config*.php to .gitignore
| * | | [ticket/12468] Having mbstring.http_input set to '' is as good as 'pass'.Andreas Fischer2014-05-021-3/+4
| | | | | | | | | | | | | | | | PHPBB3-12468
| * | | Merge pull request #2371 from nickvergessen/ticket/12467Andreas Fischer2014-05-021-4/+2
| |\ \ \ |/ / / / | | | | | | | | | | | | | | | | | | | | [ticket/12467] Add config*.php and tests_config*.php to .gitignore * nickvergessen/ticket/12467: [ticket/12467] Add config*.php and tests_config*.php to .gitignore
| * | | [ticket/12467] Add config*.php and tests_config*.php to .gitignoreJoas Schilling2014-05-021-4/+2
|/ / / | | | | | | | | | PHPBB3-12467
* | | Merge remote-tracking branch 'github-marc1706/ticket/8960-olympus' into ↵Nils Adermann2014-05-022-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | develop-olympus * github-marc1706/ticket/8960-olympus: [ticket/8960] Allow changing avatar path if it's not writable
| * | | [ticket/8960] Allow changing avatar path if it's not writableMarc Alexander2014-04-142-2/+2
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | This change will allow users to change the avatar path even if it's not writable. However, this will get rid of the error message that the path is not writable. Due to this, a minor addition to the explain message in the ACP settings has been made. PHPBB3-8960
* | | Merge pull request #2319 from n-aleha/ticket/12186Joas Schilling2014-04-292-1/+40
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12186] Move PM reports below post reports while installing * n-aleha/ticket/12186: [ticket/12186] Move PM reports below post reports while installing
| * | | [ticket/12186] Move PM reports below post reports while installingn-aleha2014-04-232-1/+40
| | | | | | | | | | | | | | | | | | | | | | | | In mcp, move PM reports below post reports while installing. PHPBB3-12186
* | | | Merge pull request #2341 from nickvergessen/ticket/12413Andreas Fischer2014-04-221-70/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12413] Revert e65a6dd8f45d0ce4c8700fb68c19ac6268162aa0 in olympus * nickvergessen/ticket/12413: [ticket/12413] Revert e65a6dd8f45d0ce4c8700fb68c19ac6268162aa0
| * | | | [ticket/12413] Revert e65a6dd8f45d0ce4c8700fb68c19ac6268162aa0Joas Schilling2014-04-221-70/+9
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Merge remote-tracking branch 'dhruvgoel92/ticket/11271' into develop-olympus" This reverts commit e65a6dd8f45d0ce4c8700fb68c19ac6268162aa0, reversing changes made to 214f515e9ccc71e368882384fb38bd7135b0e40f. PHPBB3-12413
* | | | Merge pull request #2324 from bantu/ticket/12417Joas Schilling2014-04-161-0/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | [ticket/12417] Revert "No longer allow Travis CI HHVM environment to fai... * bantu/ticket/12417: [ticket/12417] Revert "No longer allow Travis CI HHVM environment to fail."
| * | | [ticket/12417] Revert "No longer allow Travis CI HHVM environment to fail."Andreas Fischer2014-04-161-0/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | hhvm-nightly 2014.04.16~precise introduced "Attempted to serialize unserializable builtin class DOMElement" errors when running functional tests. This reverts commit ff7cc77f9db66b7fddacd77f215d85cf0243b2fa. PHPBB3-12417
* | | Merge pull request #2310 from n-aleha/ticket/12397Andreas Fischer2014-04-151-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12397] Fix sql_unique_index_exists doc block * n-aleha/ticket/12397: [ticket/12397] Fix sql_unique_index_exists doc block
| * | | [ticket/12397] Fix sql_unique_index_exists doc blockn-aleha2014-04-161-2/+2
| |/ / | | | | | | | | | | | | | | | | | | db_tools::sql_unique_index_exists() searches for unique indexes but not primary key indexes. PHPBB3-12397