| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[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
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This prevents a PHP warning from being issued that results in an invalid JSON
response being returned to the user.
PHPBB3-13550
|
| | | | | |
| | | | |
| | | | |
| | | | | |
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
|
| |\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | | |
[ticket/13477] Update file cache driver for extension paths
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13477
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
Replace slashes on file name
PHPBB3-13477
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[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/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
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[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
|
| | |/ / /
|/| | |
| | | |
| | | | |
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
|
| |/ /
| |
| |
| | |
PHPBB3-13570
|
| | |
| |
| |
| | |
PHPBB3-13588
|
| | |
| |
| |
| |
| | |
Conflicts:
phpBB/feed.php
|
| | |
| |
| |
| | |
PHPBB3-13569
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
PHPBB3-13553
|
| | |
| |
| |
| | |
PHPBB3-13553
|
| | |
| |
| |
| | |
PHPBB3-13553
|
| | |
| |
| |
| | |
PHPBB3-13557
|
| | |
| |
| |
| | |
PHPBB3-13556
|
| |\ \
| | |
| | |
| | | |
[ticket/13544] Fixing wrong SQL query for permission_unset() for roles
|
| | | |
| | |
| | |
| | | |
PHPBB3-13544
|
| | |/
| |
| |
| | |
PHPBB3-13544
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* prep-release-3.0.13:
[prep-release-3.0.13] Correct changelog link to 3.0.13 changes.
[prep-release-3.0.13] Also update version in references to files.
[prep-release-3.0.13] Add changelog for 3.0.13-PL1 release.
[prep-release-3.0.13] Get rid of roman numbers in CHANGELOG.html.
[prep-release-3.0.13] Bump version numbers for 3.0.13-PL1 release.
[ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME.
[ticket/12933] Handle case when * is last character of word
[ticket/13554] Show feature release upgrades in blue rather than red.
Conflicts:
build/build.xml
phpBB/adm/style/acp_update.html
phpBB/docs/CHANGELOG.html
phpBB/docs/INSTALL.html
phpBB/includes/constants.php
phpBB/includes/startup.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
tests/security/trailing_path_test.php
|
| | |
| |
| |
| | |
PHPBB3-13553
|
| |/ |
|
| |\
| |
| |
| | |
[ticket/13282] Use 0 as default for integer type columns in postgresql
|
| | |
| |
| |
| | |
PHPBB3-13282
|
| | |
| |
| |
| | |
PHPBB3-13282
|
| |\ \
| |/
|/| |
[ticket/13361] Improve the exception listener
|
| | |
| |
| |
| | |
PHPBB3-13361
|