| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
[ticket/13747] Add assertions to test_validate_path_linux
|
| |/
|
|
| |
PHPBB3-13747
|
| |\
| |
| |
| | |
[ticket/8494] Ignore errors from the database schema preparation
|
| | |
| |
| |
| |
| |
| |
| | |
This allows installing phpBB twice in the same database with a different
prefix
PHPBB3-8494
|
| |\ \
| | |
| | |
| | | |
[ticket/12368] Correctly check if avatars migration is installed
|
| | | |
| | |
| | |
| | | |
PHPBB3-12368
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Try to set the avatar type to string value to check if new avatar
types are supported.
PHPBB3-12368
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/11424] Quick-Mod Tools race condition results in NO_MODE
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11424
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11424
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13621] Prepend $where_sql and postpend closing bracket on statements with return
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Prepend $where_sql and postpend closing parentheses on statements with return
PHPBB3-13621
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13522] Remove empty answers from possible answers in Q&A
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13522
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13522
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13522
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13522
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13522
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13522
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13522
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13522
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13522
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13469] Fall back to soft_delete if no permissions for delete
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13469
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13469
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13469
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/13743] Add $phpbb_root_path and $phpEx definitions in message_parser.php
|
| |/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
message_parser.php performs include of bbcode.php at the very start using
$phpbb_root_path and $phpEx vars, so there's a possibility those can be
undefined at that point, especially when message_parser.php is being included
in event listener or another extension file where $phpbb_root_path and $phpEx
don't exist. This can be fixed by adding the appropriate vars definitions.
PHPBB3-13743
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[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
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | | |
[ticket/13742] Use correct avatar path for local avatar
|
| |/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Prior to this change, the path might have been incorrect when using
PHPBB_USE_BOARD_URL_PATH.
PHPBB3-13742
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Ticket/13741 Remove outdated comments and references in css files
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-13741
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Remove reference to font-size declaration that is no longer used in prosilver
PHPBB3-13741
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Rollover code referenced in that comment has been removed in 3.1
PHPBB3-13741
|
| |\ \ \ \ \ \ \ \ |
|
| | |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
[ticket/13738] Use new branch names in sami-all.conf.php.
|
| | |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-13738
|
| |\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | |
| | | | | | | | | |
[ticket/13602] Adding a new event overall_header_navbar_before
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-13602
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
[ticket/13726] Fix function that calculates responsive breadcrumbs width
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Do not calculate width of hidden elements.
Set minimum width to make sure breadcrumbs are always shown.
PHPBB3-13726
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
[ticket/13727] Fix JS that resizes breadcrumbs
|
| | |/ / / / / / / / /
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
PHPBB3-13727
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
[ticket/13736] Missing four colon in Contact us page
* bantu/ticket/13736:
[ticket/13736] Missing four colon in Contact us page
|
| |/ / / / / / / / / /
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Replacing of four ```:``` with four {L_COLON} in Contact us page.
PHPBB3-13736
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
[ticket/13732] Update composer to be php7 compliant
|
| |/ / / / / / / / / /
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Updated to Composer version 1.0-dev
(f10c71475167a4661225b14560ca0a400d730829) 2015-03-29 14:37:42
PHPBB3-13732
|
| |\ \ \ \ \ \ \ \ \ \
| | |_|/ / / / / / /
| |/| | | | | | | | |
|