| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-15227
|
|
|
|
| |
PHPBB3-15227
|
|
|
|
| |
PHPBB3-15227
|
|\
| |
| |
| |
| |
| | |
* 3.1.x:
[ticket/13923] CS
[ticket/13923] Update startup.php
|
| |
| |
| |
| | |
PHPBB3-13923
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
While suppressing the output from the 'set_magic_quotes_runtime(0)'
is sufficient with normal phpBB installs, using this file in association
with the oauth plugin will cause an error on some versions of PHP.
This fixes a potential bug where set_magic_quotes_runtime is depreciated
in newer versions of PHP.
PHPBB3-13923
|
|/
|
|
| |
PHPBB3-12487
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Also introduce a clear cookie message hardcoded just in case.
PHPBB3-13376
|
| |
| |
| |
| | |
PHPBB3-11266
|
| |
| |
| |
| | |
PHPBB3-12594
|
| |
| |
| |
| |
| |
| |
| |
| | |
Changes 'vendor/.composer/autoload.php' to 'vendor/autoload.php'
as per the change in the way that composer works as noted
https://groups.google.com/forum/#!msg/composer-dev/fWIs3KocwoA/nU3aLko9LhQJ
PHPBB3-10893
|
| |
| |
| |
| | |
PHPBB3-9550
|
| |
| |
| |
| |
| |
| | |
Check if composer's generated autoloader is present, and if not give an error.
PHPBB3-9550
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* upstream/develop: (30 commits)
[task/travis] Refactor php version check for dbunit install
[task/travis] Exclude functional and slow tests
[ticket/10719] Revert "Skip functional tests on PHP 5.2"
[task/travis-develop2] Update version from 5.3 to 5.3.2
[task/travis] Dropping support for 5.2 in develop branch
[task/travis] Some more small travis fixes
[task/travis] Rename travis phpunit config files
[task/travis] Fixing some travis issues
[ticket/10684] Adjust function and parameter name, minor changes.
[task/travis] Add automated testing to readme
[task/travis] Removing development information
[task/travis] Adding Travis Continuous Intergration Support
[ticket/10704] minor typo in a comment
[ticket/10717] Fix profile field sample in prosilver´s memberlist_view.html
[ticket/10691] Fixed the speed of creating search index
[task/php54-ascraeus] Bring p_master#module_auth into PHP 5 era.
[task/php54] Disable E_STRICT in Olympus when running on PHP 5.4.
[task/php54] Refactor error_reporting call slightly.
[ticket/10690] Fix undefined UNAPPROVED_POSTS_ZERO_TOTAL in queue
[ticket/10689] Fix "First character"-option in "Find a member"-search
...
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
With 5efdbfa5e4e3c00c08167cdfff912ee4937f4fd2 reverted.
* develop-olympus:
[task/php54] Disable E_STRICT in Olympus when running on PHP 5.4.
[task/php54] Refactor error_reporting call slightly.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We cannot use static in Olympus because it must be PHP 4 compatible.
Therefore disable E_STRICT for Olympus.
This commit should be reverted for Ascraeus.
PHPBB3-10615
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Separate error level assignment into a variable in this commit
so that the only difference between Olympus and Ascraeus
is the addition of logic altering $level.
PHPBB3-10615
|
|/ /
| |
| |
| |
| |
| | |
The code is in startup.php which should be used by all scripts.
PHPBB3-9550
|
|/
|
|
| |
PHPBB3-9916
|
|
|
|
|
|
|
|
|
| |
PHP 5.4 dropped support for register globals and magic quotes.
Calling set_magic_quotes_runtime() on PHP 5.4 actually results in an
E_CORE_ERROR error.
PHPBB3-10420
|
|
|
|
| |
PHPBB3-7729
|
|
|
|
| |
PHPBB3-10218
|
|
Because startup.php deletes all variables, the constants in
database_update are used to preserve settings at the top.
PHPBB3-10218
|