| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12005
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12005
|
| | |\ \ \ \
| | | | | |
| | | | | | |
[ticket/11959] Trim the list of users from post notifications.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11959
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11959
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11959
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The link used for the latest post now uses view=unread so redirecting the user
using the value for the e parameter is no longer necessary.
PHPBB3-11484
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The path to the admin style CSS is currently created with $phpbb_admin_path.
We should however use the path_helper to correctly link to this file in order
to have a correct link on pages like extensions
PHPBB3-12018
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12008
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12008
|
| | |\ \ \ \
| | | | | |
| | | | | | |
[ticket/11525] Only remove group or user prefix from given avatar data
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This approach is cleaner and probably even faster the previous ways that
included using array_walk() or array_map() and other helper functions
and methods.
PHPBB3-11525
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11525
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11525
|
| | | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Until now, the user data had both user_id and group_id keys in the avatar
data. As both group_ and user_ prefixes were removed the group_id was
collapsed onto the user_id and therefore all users in the same group had
the same prefix for their uploaded avatars. This patch will make sure
that the correct id is used depending on whether it's a group's or user's
avatar data.
PHPBB3-11525
|
| | |\ \ \ \
| | | | | |
| | | | | | |
Ticket/12016 Event listeners should be services
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This allows them to use dependency injection
PHPBB3-12016
|
| | |\ \ \ \ \
| | |/ / / /
| |/| | | | |
[ticket/11998] Introduction of the phpBB Console
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11998
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11998
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11998
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* EXreaction/ticket/11943:
[ticket/11943] New line at EOF for define_error.html
[ticket/11943] Forgot template file for test
[ticket/11943] Throw an exception if DEFINE is setup improperly
[ticket/11943] Split fix_inline_variable_tokens into 3 steps
[ticket/11943] Require stricter DEFINE statements for templates
[ticket/11943] Do not quote the value when it is exactly true, false, or null
[ticket/11943] Add test for DEFINE $VAR = false
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11943
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
DEFINE shouldn't add/remove surrounding quotes, but must have the inline
variable tokens fixed
PHPBB3-11943
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11943
|
| | | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Quoting these can change the meaning of the value (e.g. 'false' == true)
PHPBB3-11943
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The container seems to prepend the leading \ itself, so we get an
InvalidArgumentException with message '"'\\phpbb\\cache\\driver\\file'" is
not a valid class name for the "cache.driver" service.'
PHPBB3-11949
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* dhruv/ticket/12007:
[ticket/12007] Default last_result to 0 instead of false
|
| | | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PostgreSQL does not map null/false to 0 and thus this variable causes
an error.
PHPBB3-12007
|
| | | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
On MSSQL columns that have an index can not be dropped.
PHPBB3-11922
|
| | |\ \ \ \
| | |/ / /
| |/| | | |
[ticket/11534] Check remote avatar content type if possible
|
| | | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This should make sure that error pages like 404 or 503 pages are not treated
as remote avatar images.
PHPBB3-11534
|
| | | |/
| |/|
| | |
| | | |
PHPBB3-11746
|
| | |\ \
| | | |
| | | | |
[ticket/11746] Add "admin activation required" notification.
|
| | | |/
| | |
| | |
| | | |
PHPBB3-11746
|
| | | |
| | |
| | |
| | | |
PHPBB3-11995
|
| | | |
| | |
| | |
| | | |
PHPBB3-11980
|
| | | |
| | |
| | |
| | | |
PHPBB3-11980
|
| | | |
| | |
| | |
| | | |
PHPBB3-11980
|
| | | |
| | |
| | |
| | | |
PHPBB3-11980
|
| | | |
| | |
| | |
| | | |
PHPBB3-11981
|
| | |/
| |
| |
| |
| |
| |
| |
| | |
The service collection that was already passed to the avatar manager should
be used in the avatar manager method get_driver() instead of the container
itself.
PHPBB3-11857
|
| | |
| |
| |
| | |
PHPBB3-11842
|
| |/
|
|
| |
PHPBB3-11842
|
| |\
| |
| | |
Ticket/11948 Extensions should be allowed to have more then 1 routing file
|
| | |
| |
| |
| | |
PHPBB3-11948
|
| | |
| |
| |
| | |
PHPBB3-11948
|
| | |
| |
| |
| | |
PHPBB3-11948
|
| | |
| |
| |
| | |
PHPBB3-11930
|