| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-14097
|
| |
|
|
| |
PHPBB3-14097
|
| |\
| |
| |
| |
| | |
Conflicts:
phpBB/styles/subsilver2/theme/stylesheet.css
|
| | |
| |
| |
| | |
PHPBB3-14103
|
| |\ \
| |/
| |
| |
| | |
Conflicts:
phpBB/styles/subsilver2/template/posting_body.html
|
| | |\
| | |
| | |
| | | |
[ticket/13997] Add posting_editor_submit_buttons template event
|
| | | |
| | |
| | |
| | | |
PHPBB3-13997
|
| |\ \ \
| |/ / |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
It allows to execute code at the end of user setup.
It can replace the phpbb_user_session_handler hook.
PHPBB3-13968
|
| | | |
| | |
| | |
| | | |
PHPBB3-14096
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* 3.1.x:
[ticket/14093] Hardcoded language in ucp_pm_viewfolder.html
|
| | | |
| | |
| | |
| | | |
PHPBB3-14093
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
Conflicts:
phpBB/styles/subsilver2/template/mcp_forum.html
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Allows to add some information before/after the topic title
PHPBB3-14086
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* 3.1.x:
[ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[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
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
Conflicts:
phpBB/styles/subsilver2/template/posting_body.html
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
Allows to add some information on the left of the topic title
in the posting form
PHPBB3-14019
|
| |\ \ \
| |/ / |
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/14043] Add core.get_avatar_after php event
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14043
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14043
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14043
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
Conflicts:
phpBB/includes/mcp/mcp_forum.php
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14014] Add core.mcp_forum_view_before event
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This event can be used to get some data in order to execute other actions.
PHPBB3-14014
|
| |\ \ \ \ \
| |/ / / / |
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14005] Allow extensions control post buttons displaying
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14005
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14005
|
| |\ \ \ \ \ \
| |/ / / / / |
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[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/14013] Add acp_forums_custom_settings event
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14013
|
| | | | |/ / /
| | |/| | |
| | | | | |
| | | | | | |
PHPBB3-14013
|
| |\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
phpBB/phpbb/avatar/driver/upload.php
tests/avatar/manager_test.php
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[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
|
| |\ \ \ \ \ \ \
| |/ / / / / / |
|
| | |\ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | |
| | | | | | | |
[ticket/14006] Add core.ucp_register_agreement event
|
| | | | |/ / /
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It allows to execute code before the agreements are displayed.
PHPBB3-14006
|