| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
* develop-olympus:
[ticket/11112] Do not change opensource.org link to https
[ticket/11112] Use https for user-visible links to phpbb.com
Conflicts:
phpBB/language/en/install.php
phpBB/language/en/ucp.php
|
|
|
|
|
|
|
| |
The method never writes to the array passed by reference. So it can be
passed by value instead to avoid certain problems.
PHPBB3-11476
|
|
|
|
|
|
|
| |
There is no reason why db drivers must have a cache to work.
They query the database, that part works without caches.
PHPBB3-11305
|
|
|
|
|
|
|
|
|
|
|
|
| |
* EXreaction/ticket/11259:
[ticket/11259] htmlspecialchars($phpbb_admin_path)
[ticket/11259] adm_relative_path -> phpbb_adm_relative_path
[ticket/11259] Also make adm_relative_path available in the container
[ticket/11259] Make phpbb_admin_path available everywhere
Conflicts:
phpBB/install/index.php
phpBB/install/install_update.php
|
|
|
|
| |
PHPBB3-11015
|
|
|
|
| |
PHPBB3-11015
|
|
|
|
| |
PHPBB3-11015
|
|
|
|
| |
PHPBB3-11015
|
|
PHPBB3-11015
This allows us to just create the object without having to include the
driver first. However, it also means that users must specify the full
class name in config.php
|