| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
It allows to execute code at the end of user setup.
It can replace the phpbb_user_session_handler hook.
PHPBB3-13968
|
| |\
| |
| |
| |
| |
| |
| | |
[ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
* marcovo/ticket/14069:
[ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
|
| | |
| |
| |
| |
| |
| | |
Changed the sql_fetchfield() call to comply to the function definition.
PHPBB3-14069
|
| |\ \
| | |
| | |
| | | |
[ticket/14083] Fix wrong variables from previous commit
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Fixing variables wrongly attributed in PHPBB3-13693
PHPBB3-14083
|
| |/ /
| |
| |
| |
| |
| | |
Fixing variables wrongly attributed in PHPBB3-13686
PHPBB3-14082
|
| |\ \
| |/
|/|
| | |
[ticket/13981] Add events to capture avatar deletion or overwriting
|
| | |
| |
| |
| |
| |
| |
| |
| | |
An event to capture new avatar moving in place (and maybe overwriting
existing avatar), and another to capture deletion. Includes better error
processing. Rename event.
PHPBB3-13981
|
| | |
| |
| |
| |
| |
| |
| |
| | |
An event to capture overwriting, and another to capture deletion.
Includes better error processing. Replaced global by dependency injection.
Fix typo.
PHPBB3-13981
|
| | |
| |
| |
| |
| |
| |
| | |
An event to capture overwriting, and another to capture deletion.
Includes better error processing. Replaced global by dependency injection.
PHPBB3-13981
|
| | |
| |
| |
| |
| |
| |
| | |
An event to capture overwriting, and another to capture deletion.
Includes better error processing.
PHPBB3-13981
|
| | |
| |
| |
| | |
PHPBB3-13981
|
| | |
| |
| |
| | |
PHPBB3-13711
|
| |\ \
| | |
| | |
| | | |
[ticket/13817] Add core.update_session event
|
| | | |
| | |
| | |
| | | |
PHPBB3-13817
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Fix wrong variables passed to create session event
PHPBB3-13817
|
| | | |
| | |
| | |
| | | |
PHPBB3-13817
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Var names in doc block
PHPBB3-13817
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
As requested events are named *_after
core.session_start_after is moved after
USERS_TABLE update to prevent returning
session data from extensions
PHPBB3-13817
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Fix no event parameters
PHPBB3-13817
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Try adding event with no parameters
PHPBB3-13817
|
| | | |
| | |
| | |
| | | |
PHPBB3-13817
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Fix missing phpbb_dispatcher and add event to session_create
PHPBB3-13817
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Ticket was changed to add few more session related events
core.session_kill - send user_id and session_id
core.session_gc - just triger event
PHPBB3-13817
|
| | | |
| | |
| | |
| | |
| | |
| | | |
As requested by nickvergessen
PHPBB3-13817
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Add core.update_session event in \phpbb\session.php
PHPBB3-13817
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/13980] Uploaded avatar not removed when new is uploaded
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove the previously uploaded avatar when a new one with a different
extension is uploaded, using existing delete method
PHPBB3-13980
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
Remove the previously uploaded avatar when a new one with a different
extension is uploaded
PHPBB3-13980
|
| | | |
| | |
| | |
| | | |
PHPBB3-13995
|
| | | |
| | |
| | |
| | | |
PHPBB3-13952
|
| | |/
|/|
| |
| | |
PHPBB3-13952
|
| | |
| |
| |
| |
| |
| |
| | |
Replacement of the path creation based on a blacklist by a md5 filename to
support broader configurations
PHPBB3-13903
|
| |\ \
| | |
| | |
| | | |
[ticket/13882] Lazy load the notification avatars.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
This moves them further down the waterfall, making the page load
quicker.
PHPBB3-13882
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13942
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/13941] Workaround to fix the bug on php 5.5 with sqlite3
* Nicofuma/ticket/13941:
[ticket/13941] Workaround to fix the bug on php 5.5 with sqlite3
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13941
|
| |\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| | | | | |
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13930] Check for correct spacing between keyword & parenthesis
* marc1706/ticket/13930:
[ticket/13930] Add missing spaces to code
[ticket/13930] Use OpeningParenthesisSniff in legacy ruleset
[ticket/13930] Remove not needed return statements
[ticket/13930] Add missing spaces to code
[ticket/13930] Check for correct spacing between keyword & parenthesis
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13930
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13779] Set new auth options to the role only if matching the role type
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Migrations' permission tool allows setting permissions to the role which
doesn't match the role type, e.g. m_ permissions for u_ role types and so on.
As one of side effects, this may lead to granting users moderative/admin
permissions silently.
With this patch the only new permissions matching the role type will be set.
PHPBB3-13779
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13693] Allow modifying the MySQL author search query
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13693
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13693
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13694] Allow modifying the Postgres native author search query for results
|