| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Since php 5.4.29, by default, php-fpm creates the socket with the 0600 mode
instead of 0666.
PHPBB3-12741
|
| |\
| |
| |
| |
| |
| |
| | |
[ticket/12720] Allow commit heading to begin with lowercase letters
* dhruvgoel92/ticket/12720:
[ticket/12720] Allow commit heading to begin with lowercase letters
|
| |/
|
|
| |
PHPBB3-12720
|
| |\
| |
| | |
[ticket/12660] Improve check for when phpinfo() is disabled.
|
| |/
|
|
| |
PHPBB3-12660
|
| |\
| |
| |
| |
| |
| |
| | |
[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.
|
| | |
| |
| |
| |
| |
| | |
HHVM MySQLi has been fixed and works for us now.
PHPBB3-12384
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[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.
|
| | | |
| | |
| | |
| | | |
PHPBB3-12582
|
| | | |
| | |
| | |
| | | |
PHPBB3-12582
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
| | |
| | |
| | | |
PHPBB3-12582
|
| | | |
| | |
| | |
| | | |
PHPBB3-12582
|
| | | |
| | |
| | |
| | | |
PHPBB3-12582
|
| | | |
| | |
| | |
| | | |
PHPBB3-12582
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[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.
|
| | | |
| | |
| | |
| | | |
PHPBB3-12495
|
| | | |
| | |
| | |
| | | |
PHPBB3-12495
|
| | | |
| | |
| | |
| | | |
PHPBB3-12495
|
| |/ /
| |
| |
| | |
PHPBB3-12495
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12540] Fix broken placeholders in language files
* nickvergessen/ticket/12540:
[ticket/12540] Fix broken placeholders in language files
|
| |/ /
| |
| |
| | |
PHPBB3-12540
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[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
|
| | | |
| | |
| | |
| | | |
PHPBB3-10839
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
To run all tests, just append
--group slow
to your call
PHPBB3-10839
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12485] Broken tests due to absolute 'exclude'
* Nicofuma/ticket/12485:
[ticket/12485] Broken tests due to absolute exclude
|
| |/ /
| |
| |
| | |
PHPBB3-12485
|
| |\ \
| | |
| | |
| | |
| | | |
* github-bantu/ticket/11860:
[ticket/11860] htaccess: Support for Apache 2.4's "Require" syntax.
|
| | | |
| | |
| | |
| | | |
PHPBB3-11860
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* github-bantu/ticket/12429:
[ticket/12429] Update PHPUnit to 4.1, update DBUnit to 1.3.
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-12429
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop-olympus
* github-nickvergessen/ticket/12472:
[ticket/12472] Set fast_finish for travis
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
* nickvergessen/ticket/12120:
[ticket/12120] Add Marc Alexander to AUTHORS
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-12120
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12468
|
| | |\ \ \
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
[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
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-12467
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop-olympus
* github-marc1706/ticket/8960-olympus:
[ticket/8960] Allow changing avatar path if it's not writable
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12186] Move PM reports below post reports while installing
* n-aleha/ticket/12186:
[ticket/12186] Move PM reports below post reports while installing
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In mcp, move PM reports below post reports while installing.
PHPBB3-12186
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12413] Revert e65a6dd8f45d0ce4c8700fb68c19ac6268162aa0 in olympus
* nickvergessen/ticket/12413:
[ticket/12413] Revert e65a6dd8f45d0ce4c8700fb68c19ac6268162aa0
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
"Merge remote-tracking branch 'dhruvgoel92/ticket/11271' into develop-olympus"
This reverts commit e65a6dd8f45d0ce4c8700fb68c19ac6268162aa0, reversing
changes made to 214f515e9ccc71e368882384fb38bd7135b0e40f.
PHPBB3-12413
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
[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."
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12397] Fix sql_unique_index_exists doc block
* n-aleha/ticket/12397:
[ticket/12397] Fix sql_unique_index_exists doc block
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
db_tools::sql_unique_index_exists() searches for unique indexes but not
primary key indexes.
PHPBB3-12397
|