mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge remote-tracking branch 'vsephpbb/ticket/12060' into develop
* vsephpbb/ticket/12060: (37 commits) [ticket/12060] A little less verbose cleanup of event docblocks [ticket/12060] Further clarifying new event docblocks as much as possible [ticket/12060] More fixes to dockblock for acp_bbcodes_modify_create event [ticket/12060] Remove whitespaces [ticket/12060] Fix docblock for acp_bbcodes_modify_create event [ticket/12060] Rename event in message parser to modify_format_display_text_after [ticket/12060] Add num_predefined_bbcodes to display_custom_bbcodes_modify_sql [ticket/12060] Further clarify/fix a var in acp_bbcodes_modify_create event doc block [ticket/12060] Use separate template event for acp user signature posting buttons [ticket/12060] Rename event from append to after in acp_bbcodes.html [ticket/12060] Correctly label alpha versions in event docblocks [ticket/12060] Fix u_action comments in docblocks [ticket/12060] Change @since in event docblocks [ticket/12060] Update the docblock comments in acp core events [ticket/12060] Refactor u_action in the events that use it [ticket/12060] Use $sql_ary instead of $sql [ticket/12060] Update docblock for core event due to addition of another var [ticket/12060] Remove re-tabbing of html from subsilver2 files [ticket/12060] Add $update_this_message var to the core event [ticket/12060] Adjust last item in array to use a comma instead of closing parenthesis ...
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
acp_bbcodes_actions_append
|
||||
===
|
||||
* Location: adm/style/acp_bbcodes.html
|
||||
* Since: 3.1.0-a3
|
||||
* Purpose: Add actions to the BBCodes page, after edit/delete buttons
|
||||
|
||||
acp_bbcodes_actions_prepend
|
||||
===
|
||||
* Location: adm/style/acp_bbcodes.html
|
||||
* Since: 3.1.0-a3
|
||||
* Purpose: Add actions to the BBCodes page, before edit/delete buttons
|
||||
|
||||
acp_bbcodes_edit_fieldsets_after
|
||||
===
|
||||
* Location: adm/style/acp_bbcodes.html
|
||||
* Since: 3.1.0-a3
|
||||
* Purpose: Add settings to BBCode add/edit form
|
||||
|
||||
acp_forums_normal_settings_append
|
||||
===
|
||||
* Location: adm/style/acp_forums.html
|
||||
@@ -46,6 +64,20 @@ acp_users_overview_options_append
|
||||
* Since: 3.1.0-a1
|
||||
* Purpose: Add options and settings on user overview page
|
||||
|
||||
acp_users_signature_editor_buttons_after
|
||||
===
|
||||
* Locations:
|
||||
+ adm/style/acp_users_signature.html
|
||||
* Since: 3.1.0-a3
|
||||
* Purpose: Add content after BBCode posting buttons in the ACP user signature
|
||||
|
||||
acp_users_signature_editor_buttons_before
|
||||
===
|
||||
* Locations:
|
||||
+ adm/style/acp_users_signature.html
|
||||
* Since: 3.1.0-a3
|
||||
* Purpose: Add content before BBCode posting buttons in the ACP user signature
|
||||
|
||||
forumlist_body_last_post_title_prepend
|
||||
====
|
||||
* Locations:
|
||||
@@ -189,6 +221,22 @@ overall_header_navigation_prepend
|
||||
* Since: 3.1.0-a1
|
||||
* Purpose: Add links before the navigation links in the header
|
||||
|
||||
posting_editor_buttons_after
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/posting_buttons.html
|
||||
+ styles/subsilver2/template/posting_buttons.html
|
||||
* Since: 3.1.0-a3
|
||||
* Purpose: Add content after the BBCode posting buttons
|
||||
|
||||
posting_editor_buttons_before
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/posting_buttons.html
|
||||
+ styles/subsilver2/template/posting_buttons.html
|
||||
* Since: 3.1.0-a3
|
||||
* Purpose: Add content before the BBCode posting buttons
|
||||
|
||||
posting_editor_message_after
|
||||
===
|
||||
* Locations:
|
||||
|
Reference in New Issue
Block a user