| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\
| | |
| | |
| | | |
[ticket/14486] Add an event and fix an event in login_box()
|
| | |
| | |
| | |
| | | |
PHPBB3-14486
|
| | |
| | |
| | |
| | | |
PHPBB3-14486
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 3.1.x:
[ticket/14132] Use transaction for adding notifications to type table
[ticket/14519] Skip query if all unread notifications are retrieved
[ticket/14483] Do not send headers by default on access via controller
Conflicts:
phpBB/phpbb/notification/manager.php
|
| |/
| |
| |
| | |
PHPBB3-14483
|
| |
| |
| |
| | |
PHPBB3-14457
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
build/build.xml
phpBB/docs/CHANGELOG.html
phpBB/includes/constants.php
phpBB/includes/functions_user.php
phpBB/install/convertors/convert_phpbb20.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
|
| |
| |
| |
| | |
PHPBB3-14409
|
|\ \
| |/ |
|
| |
| |
| |
| | |
PHPBB3-14412
|
| |
| |
| |
| |
| |
| | |
This should be the last part. Off to checking if the changes were correct.
PHPBB3-13454
|
| |
| |
| |
| |
| |
| | |
This is part 5 and there is more to come.
PHPBB3-13454
|
|\ \
| |/
| |
| |
| |
| | |
* 3.1.x:
[ticket/14261] Fix tests by removing old code.
[ticket/14261] Move the update of session informations to page_footer()
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently, the unique way to disable the update of session_page is to pass
"false" to the parameter of session_begin(). This method is directly
called in app.php, so pages served from the routing system can't disable
the update of session informations.
By moving the update to page_footer, we can allow controllers to tell to
the session manager that we don't want to update the session infos.
PHPBB3-14261
|
|\ \
| |/
| |
| |
| | |
* 3.1.x:
[ticket/14249] Fix online list order
|
| |
| |
| |
| | |
PHPBB3-14249
|
|\ \
| |/
| |
| |
| | |
* 3.1.x:
[ticket/13591] Change SQL query into array to allow
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13591] Change SQL query into array to allow
* RMcGirr83/ticket_13591:
[ticket/13591] Change SQL query into array to allow
|
| | |
| | |
| | |
| | |
| | |
| | | |
extension authors to modify SQL query
PHPBB3-13591
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* 3.1.x:
[ticket/14200] Allow hidden users to see himself on viewonline
|
| |/
| |
| |
| | |
PHPBB3-14200
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14138] Use span tags instead of abbr
* VSEphpbb/ticket/14138:
[ticket/14138] Use span tags instead of abbr
|
| | |
| | |
| | |
| | | |
PHPBB3-14138
|
|\ \ \
| |/ /
|/| /
| |/ |
|
| |
| |
| |
| | |
PHPBB3-14142
|
|\ \
| |/
| |
| |
| | |
* 3.1.x:
[ticket/14070] Properly pass whether config should be ignored for avatars
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14070] Properly pass whether config should be ignored for avatars
* marc1706/ticket/14070:
[ticket/14070] Properly pass whether config should be ignored for avatars
|
| | |
| | |
| | |
| | | |
PHPBB3-14070
|
|\ \ \
| | | |
| | | | |
[ticket/13645] Move the feeds to controllers
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13645
|
|/ / /
| | |
| | |
| | | |
PHPBB3-13897
|
|\ \ \
| |/ / |
|
| |\ \
| | |/
| |/|
| | | |
[ticket/14043] Add core.get_avatar_after php event
|
| | |
| | |
| | |
| | | |
PHPBB3-14043
|
| | |
| | |
| | |
| | | |
PHPBB3-14043
|
| | |
| | |
| | |
| | | |
PHPBB3-14043
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently the in-board method for the notifications is hardcoded and
cannot be disabled. This method should be in his own class extending
`phpbb\notification\method\method_interface`.
It also add the possibility, for each method, to be enabled by default (ie:
no entry in the DB => notification enabled).
https://tracker.phpbb.com/browse/PHPBB3-11444
https://tracker.phpbb.com/browse/PHPBB3-11967
PHPBB3-11444
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/13377] Fix decoding for www type URLs in function decode_message()
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13377
|
|\ \ \ \
| |/ / /
|/| / /
| |/ /
| | | |
Conflicts:
tests/template/template_includecss_test.php
|
| | |
| | |
| | |
| | | |
PHPBB3-13995
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | | |
PHPBB3-13882
|
|\ \ \
| |/ /
| | |
| | |
| | | |
Conflicts:
phpBB/phpbb/user_loader.php
|
| |\ \
| | | |
| | | |
| | | | |
[ticket/13882] Lazy load the notification avatars.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13882
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This moves them further down the waterfall, making the page load
quicker.
PHPBB3-13882
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* 3.1.x:
[ticket/10711] Duplicate key error on forum_tracks_table
|