| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13710] Allow template events near smilies display
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13710
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13701] Adds two new events to posting_pm_layout.html
Conflicts:
phpBB/docs/events.md
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
These events wrap the includes of posting_pm_header.html to add some
content before and after it.
PHPBB3-13701
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | | |
[ticket/13739] Add template core event posting_poll_body_options_after
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Template event added for the poll options while posting a topic
so that you may add additional options for polls.
PHPBB3-13739
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
[ticket/13602] Adding a new event overall_header_navbar_before
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13602
|
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| |
| | | |
| | | | |
Conflicts:
phpBB/docs/AUTHORS
PHPBB3-13723
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13723
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13679
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13675] Add validate to acp_profile event and add template events
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
for acp users profile
PHPBB3-13675
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13510] Add template even viewtopic_body_pagination_after
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-13510
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
[ticket/12599] Update documentation style
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12599
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12599
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12599
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12599
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12599
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12599
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12599
|
| | |_|/
| |/| |
| | | |
| | | | |
PHPBB3-12599
|