| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Moving classes from acp_database.php to phpbb/db/extractor namespace,
also into separate files
* Adding DocBlocks and property visibility to classes
* Removing globals from code
* Passing former globals to base_extractor's constructor
* Adding DB extractor as a service, also implementing the extractor interface
as well as the extractor factory.
PHPBB3-12466
|
| |\ \ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| | |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/13703] Use correct avatar path for PHPBB_USE_BOARD_URL_PATH
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This change makes the uploaded avatars use the PHPBB_USE_BOARD_URL_PATH
constant, which is needed when trying to use the get_user_avatar()
function in a listener for index changes.
PHPBB3-13703
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / /
| | | | / / / /
| |_|_|/ / / /
|/| | | | | | |
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Prior to this change, the path might have been incorrect when using
PHPBB_USE_BOARD_URL_PATH.
PHPBB3-13742
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13725] Coding guidelines: static public
* VSEphpbb/ticket/13725:
[ticket/13725] Coding guidelines: static public
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13725
|
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
* s9e/ticket/13718:
[ticket/13718] Added missing global declaration
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13718
|
| |\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This prevents a PHP warning from being issued that results in an invalid JSON
response being returned to the user.
PHPBB3-13550
|
| |\ \ \ \ \ \ \
| |/ / / / / /
| | / / / / /
| |/ / / / /
|/| | | | | |
Conflicts:
phpBB/phpbb/search/fulltext_native.php
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13674
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This changes how the native FULLTEXT search calculates the total
match number for MySQL.
This should improve performance as there is one less query being made
and it is being searched using the technique mentioned in the manual
PHPBB3-13674
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13132
|
| |\ \ \ \ \ \
| |/ / / / / |
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13477] Update file cache driver for extension paths
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13477
|
| | | | |_|_|/
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Replace slashes on file name
PHPBB3-13477
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13647] Move FAQ page to a controller
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13647
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13647
|
| |\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
Conflicts:
phpBB/phpbb/session.php
|
| | |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/13617] Enforce column size limit for session_forum_id
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-13617
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-13617
|
| | | | |/ / / /
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* ticket/13617:
[ticket/13617] Enforce column size limit for session_forum_id
Conflicts:
phpBB/phpbb/session.php
|
| |\ \ \ \ \ \ \
| |/ / / / / / |
|
| | |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | | |
[ticket/13592] Allow changing get_visibility_sql's result
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13592
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
I had forgotten this one
PHPBB3-13592
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13592
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13592
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13592
|
| | | | |_|_|/
| | |/| | |
| | | | | |
| | | | | | |
PHPBB3-13592
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13513] Use paths relative to the phpBB root in the router
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13513
|
| |\ \ \ \ \ \ \
| | |/ / / / /
| |/| | / / /
| |_|_|/ / /
|/| | | | | |
* 3.1.x:
[ticket/13643] Change the priority of kernel_terminate_subscriber to PHP_INT_MIN
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13643] Change the priority of kernel_terminate_subscriber to -10000
* Nicofuma/ticket/13643:
[ticket/13643] Change the priority of kernel_terminate_subscriber to PHP_INT_MIN
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHP_INT_MIN isn't a defined constant but it can be calculed by
~PHP_INT_MAX (two's complement of PHP_INT_MAX)
PHPBB3-13643
|
| |\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
* 3.1.x:
[ticket/13551] Fix incorrectly named template variable: AUTH_LDAP_DN
|
| | |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/13551] Fix incorrectly named template variable: AUTH_LDAP_DN
* prototech/ticket/13551:
[ticket/13551] Fix incorrectly named template variable: AUTH_LDAP_DN
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-13551
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / /
| | | | | | / /
| |_|_|_|_|/ /
|/| | | | | | |
* 3.1.x:
[ticket/13644] Always type hint dispatch_interface
|
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
PHPBB3-13644
|
| |\ \ \ \ \ \
| |/ / / / / |
|
| | |\ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | | |
[ticket/13631] Fix wrong variable in get_global_visibility_sql()'s event
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13631
|
| | | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
I don't get this... I was positive I, at some point, had it right... I don't get
what happened...
PHPBB3-13631
|