| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
* 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
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/10423] Remove * from search or highlight string
* Elsensee/ticket/10423:
[ticket/10423] Replace foreach with function in viewtopic.php
[ticket/10423] Remove unnecessary include in test
[ticket/10423] Match multiple wildcards
[ticket/10423] Move code into a function and add tests for it
[ticket/10423] Remove * from search or highlight string
|
| |
| |
| |
| | |
PHPBB3-10423
|
| |
| |
| |
| | |
PHPBB3-10423
|
| |
| |
| |
| |
| |
| |
| |
| | |
Multiple wildcards are removed from the string if there is
no word before or after them. If there is a word before or
after them, they are just replaced with a single one.
PHPBB3-10423
|
| |
| |
| |
| | |
PHPBB3-10423
|
| |
| |
| |
| | |
PHPBB3-10423
|
|\ \
| | |
| | |
| | |
| | | |
* marc1706/ticket/10687:
[ticket/10687] Improve error message if unable to get image dimensions
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The error message that is presented if getimagesize() was unable to determine
an image's dimensions now additionally states that this might be caused by an
incorrect URL.
PHPBB3-10687
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12381] Fix broken error message when selecting invalid DB driver
* Elsensee/ticket/12381:
[ticket/12381] Fix broken error message when selecting invalid DB driver
|
|/ / /
| | |
| | |
| | | |
PHPBB3-12381
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | | |
* bantu/ticket/12320:
[ticket/12320] Install a nightly build of HHVM.
[ticket/12320] No longer allow Travis CI HHVM environment to fail.
|
| | |
| | |
| | |
| | | |
PHPBB3-12320
|
|/ /
| |
| |
| | |
PHPBB3-12320
|
|\ \
| | |
| | |
| | |
| | | |
* VSEphpbb/ticket/12359:
[ticket/12359] Remove inline width styling on UCP birthday fields
|
|/ /
| |
| |
| | |
PHPBB3-12359
|
|\ \
| | |
| | |
| | |
| | | |
* Marc/ticket/10851:
[ticket/10851] Set disallowed content to empty array if checking is disabled
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The disallowed content defaults to a standard set of mimetype triggers by
default. If one doesn't want to check the attachments mimetype triggers then
we need to set the disallowed content to an empty array.
PHPBB3-10851
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* Elsensee/ticket/12353:
[ticket/12353] Fix displayed attachments in ACP
|
|/ / /
| | |
| | |
| | | |
PHPBB3-12353
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* bantu/ticket/12318:
[ticket/12318] Revert "Pin HHVM version to 3.0.0~precise."
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit f6614f2078740675ca0228b348500991888c2140 as the install
command started failing with "Version '3.0.0~precise' for 'hhvm' was not found"
in the meantime.
PHPBB3-12318
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* Elsensee/ticket/12341:
[ticket/12341] Add tests for get_username_string()
|
|/ /
| |
| |
| | |
PHPBB3-12341
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* bantu/ticket/12318-olympus:
[ticket/12318] Use MySQL instead of MySQLi for now on HHVM.
[ticket/12318] Pin HHVM version to 3.0.0~precise.
[ticket/12318] Always install new config file on HHVM upgrade conflict.
[ticket/12318] Add PPA providing dependencies for recent HHVM on Ubuntu 12.04.
[ticket/12318] Upgrade to a recent stable version of HHVM.
[ticket/12318] Correctly setup HHVM for functional tests.
|
| | |
| | |
| | |
| | | |
PHPBB3-12318
|
| | |
| | |
| | |
| | | |
PHPBB3-12318
|
| | |
| | |
| | |
| | | |
PHPBB3-12318
|
| | |
| | |
| | |
| | | |
PHPBB3-12318
|
| | |
| | |
| | |
| | | |
PHPBB3-12318
|
|/ /
| |
| |
| | |
PHPBB3-12318
|
|\ \
| | |
| | |
| | |
| | | |
* VSEphpbb/ticket/12316:
[ticket/12316] Add Build Status Icon for develop-ascraeus to README.md
|
|/ /
| |
| |
| | |
PHPBB3-12316
|
|\ \
| | |
| | |
| | |
| | | |
* bantu/ticket/12319:
[ticket/12319] Backport Travis CI HHVM environment to develop-olympus.
|
|/ /
| |
| |
| | |
PHPBB3-12319
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
develop-olympus
* noxwizard/ticket/naderman/9725:
[ticket/9725] Code sniffer fixes
[ticket/9725] Do not use deprecated views to remove default constraints
[ticket/9725] Move primary key creation to the correct location
[ticket/9725] Remove trailing spaces from MSSQL schema
[ticket/9725] Create MSSQL primary keys if none exist
[ticket/9725] Remove explicit filegroup designations
[ticket/9725] Fetch Azure db stats from proper table
[ticket/9725] Add dummy indexes for Azure
[ticket/9725] Create an Azure SQL compatible Schema
|
| |
| |
| |
| | |
PHPBB3-9725
|