| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/14065] Add template events to attachment.html
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
Additionally remove some unnecessary empty lines.
PHPBB3-14065
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/13863] Add topic_row_append/prepend to mcp_forum.html
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13863
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-13863
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/14041] Add viewtopic_dropdown_*_custom template event
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allows an extension to create a custom dropdown menu.
PHPBB3-14041
PHPBB3-14042
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14090] Add mcp_topic_topic_title_* template events
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
Allows to add some information before/after the topic title
PHPBB3-14090
|
| |\ \ \ \
| |/ / /
|/| | |
| | | | |
[ticket/13997] Add posting_editor_submit_buttons template event
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13997
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allows to add some information before/after the topic title
PHPBB3-14086
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Allows to add some information on the left of the topic title
in the posting form
PHPBB3-14019
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/14005] Allow extensions control post buttons displaying
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-14005
|
| |\ \ \
| |_|/
|/| |
| | | |
[ticket/14013] Add acp_forums_custom_settings event
|
| | | |
| | |
| | |
| | | |
PHPBB3-14013
|
| | | |
| | |
| | |
| | | |
PHPBB3-13982
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13982] Add events around ranks
Conflicts:
phpBB/docs/events.md
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add events to present information around ranks in the memberlist,
user profile, viewtopic profile and private message profile.
PHPBB3-13982
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13911] Add events to configure options for profile fields
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adds core events to includes/acp/acp_profile.php and template events
to adm/style/acp_profile.html to support adding configuration options
to profile fields. Fixed version number again.
PHPBB3-13911
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adds core events to includes/acp/acp_profile.php and template events
to adm/style/acp_profile.html to support adding configuration options
to profile fields. Fixed version number and event name.
PHPBB3-13911
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adds core events to includes/acp/acp_profile.php and template events
to adm/style/acp_profile.html to support adding configuration options
to profile fields.
PHPBB3-13911
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13843
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Events added in events.md
Add in template posting_editor.html for link to custom panel
Add in template posting_layout.html for include of custom panel template body
PHPBB3-13843
|
| | |_|_|/
|/| | |
| | | |
| | | | |
PHPBB3-14002
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13995
|
| | |_|/
|/| |
| | |
| | | |
PHPBB3-13995
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13931] Wrong order in docs/events.md
* javiexin/ticket/13931:
[ticket/13931] Wrong order in docs/events.md
Conflicts:
phpBB/docs/events.md
|
| | | |/
| |/|
| | |
| | |
| | |
| | | |
Reordered alphabetically (mcp before memberlist).
PHPBB3-13931
|
| | | |
| | |
| | |
| | | |
PHPBB3-13947
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/13786] Add events to add MCP post options
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
PHPBB3-13786
|
| | | |
| | |
| | |
| | | |
PHPBB3-13808
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/13808] search_body_form_before
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Extensions may be designed to add secondary search options,
such as Google search in the search_body.html.
There are no events in the searchbody, so this should be merged.
PHPBB3-13808
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13791] Add more post buttons template events to viewtopic_body.html
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The purpose is to allow adding custom post buttons outside of original post
buttons conditionals/list in prosilver (for subsilver2 it's not the issue).
PHPBB3-13791
|
| |\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | | |
[ticket/13699] Add event before and after forum title in viewforum
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-13699
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13753] Add template events to forum category row headers
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13753
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13753
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* prep-release-3.0.14:
[prep-release-3.0.14] Add security relevant changes to CHANGELOG.html.
[prep-release-3.0.14] Bump version numbers for 3.0.14 release.
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
|
| | | | | | | |
|
| |\ \ \ \ \ \
| |/ / / / /
| | | / / /
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* prep-release-3.0.14:
[3.0.x] Add changelog for 3.0.14 release.
[3.0.x] Bump version numbers for 3.0.14-RC1 release.
[3.0.x] Bumping version numbers to final for 3.0.14 releases.
Conflicts:
build/build.xml
phpBB/docs/CHANGELOG.html
phpBB/docs/INSTALL.html
phpBB/includes/constants.php
phpBB/install/convertors/convert_phpbb20.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/imageset/imageset.cfg
phpBB/styles/prosilver/style.cfg
phpBB/styles/prosilver/template/template.cfg
phpBB/styles/prosilver/theme/theme.cfg
phpBB/styles/subsilver2/imageset/imageset.cfg
phpBB/styles/subsilver2/style.cfg
phpBB/styles/subsilver2/template/template.cfg
phpBB/styles/subsilver2/theme/theme.cfg
|