From 5f788e40d8d2b122b92f2b02dbfdc40960a1e047 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 16 Oct 2013 00:37:54 +0200 Subject: [ticket/11924] Bring layout of events.md to one style PHPBB3-11924 --- phpBB/docs/events.md | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index bef4727149..17615d1405 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -21,7 +21,7 @@ acp_overall_footer_after acp_overall_header_head_append === * Location: adm/style/overall_header.html -* Add assets within the `` tags in the ACP +* Purpose: Add assets within the `` tags in the ACP acp_simple_footer_after === @@ -31,7 +31,7 @@ acp_simple_footer_after acp_simple_header_head_append === * Location: adm/style/overall_header.html -* Add assets within the `` tags in the simple header of the ACP +* Purpose: Add assets within the `` tags in the simple header of the ACP acp_users_overview_options_append === @@ -91,7 +91,8 @@ overall_footer_after overall_footer_breadcrumb_append === -* Location: styles/prosilver/template/overall_footer.html +* Locations: + + styles/prosilver/template/overall_footer.html * Purpose: Add links to the list of breadcrumbs in the footer overall_footer_copyright_append @@ -124,12 +125,14 @@ overall_header_head_append overall_header_navigation_append === -* Location: styles/prosilver/template/overall_header.html +* Locations: + + styles/prosilver/template/overall_header.html * Purpose: Add links after the navigation links in the header overall_header_navigation_prepend === -* Location: styles/prosilver/template/overall_header.html +* Locations: + + styles/prosilver/template/overall_header.html * Purpose: Add links before the navigation links in the header posting_editor_options_prepend @@ -141,7 +144,8 @@ posting_editor_options_prepend simple_footer_after === -* Location: styles/prosilver/template/simple_footer.html +* Locations: + + styles/prosilver/template/simple_footer.html * Purpose: Add content directly prior to the `` tag of the simple footer topiclist_row_prepend @@ -164,19 +168,22 @@ topiclist_row_append ucp_pm_viewmessage_custom_fields_after === -* Location: styles/prosilver/template/ucp_pm_viewmessage.html +* Locations: + + styles/prosilver/template/ucp_pm_viewmessage.html * Purpose: Add data after the custom fields on the user profile when viewing a private message ucp_pm_viewmessage_custom_fields_before === -* Location: styles/prosilver/template/ucp_pm_viewmessage.html +* Locations: + + styles/prosilver/template/ucp_pm_viewmessage.html * Purpose: Add data before the custom fields on the user profile when viewing a private message ucp_pm_viewmessage_print_head_append === -* Location: styles/prosilver/template/ucp_pm_viewmessage_print.html +* Locations: + + styles/prosilver/template/ucp_pm_viewmessage_print.html * Purpose: Add asset calls directly before the `` tag of the Print PM screen ucp_prefs_personal_prepend @@ -241,7 +248,8 @@ Display Options screen viewtopic_print_head_append === -* Location: styles/prosilver/template/viewtopic_print.html +* Locations: + + styles/prosilver/template/viewtopic_print.html * Purpose: Add asset calls directly before the `` tag of the Print Topic screen viewtopic_body_footer_before -- cgit v1.2.1 From fa5fdc53b6f2a2cdcfe0467b7e791e605a43025e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 16 Oct 2013 00:45:28 +0200 Subject: [ticket/11924] Add version info of template events to events.md PHPBB3-11924 --- phpBB/docs/events.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 17615d1405..49804a57bc 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1,41 +1,49 @@ acp_forums_normal_settings_append === * Location: adm/style/acp_forums.html +* Since: 3.1.0-a1 * Purpose: Add settings to forums acp_main_actions_append === * Location: adm/style/acp_main.html +* Since: 3.1.0-a1 * Purpose: Add actions to the ACP main page below the cache purge action acp_main_notice_after === * Location: adm/style/acp_main.html +* Since: 3.1.0-a1 * Purpose: Add notices or other blocks in the ACP below other configuration notices acp_overall_footer_after === * Location: adm/style/overall_footer.html +* Since: 3.1.0-a1 * Purpose: Add content below the footer in the ACP acp_overall_header_head_append === * Location: adm/style/overall_header.html +* Since: 3.1.0-a1 * Purpose: Add assets within the `` tags in the ACP acp_simple_footer_after === * Location: adm/style/simple_footer.html +* Since: 3.1.0-a1 * Purpose: Add content below the simple footer in the ACP acp_simple_header_head_append === * Location: adm/style/overall_header.html +* Since: 3.1.0-a1 * Purpose: Add assets within the `` tags in the simple header of the ACP acp_users_overview_options_append === * Location: adm/style/acp_users.html +* Since: 3.1.0-a1 * Purpose: Add options and settings on user overview page forumlist_body_last_post_title_prepend @@ -43,6 +51,7 @@ forumlist_body_last_post_title_prepend * Locations: + styles/prosilver/template/forumlist_body.html + styles/subsilver2/template/forumlist_body.html +* Since: 3.1.0-a1 * Purpose: Add content before the post title of the latest post in a forum on the forum list. index_body_stat_blocks_before @@ -50,6 +59,7 @@ index_body_stat_blocks_before * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html +* Since: 3.1.0-a1 * Purpose: Add new statistic blocks above the Who Is Online and Board Statistics blocks memberlist_body_username_append @@ -57,6 +67,7 @@ memberlist_body_username_append * Locations: + styles/prosilver/template/memberlist_body.html + styles/subsilver2/template/memberlist_body.html +* Since: 3.1.0-a1 * Purpose: Add information after every username in the memberlist. Works in all display modes (leader, group and normal memberlist). @@ -65,6 +76,7 @@ memberlist_body_username_prepend * Locations: + styles/prosilver/template/memberlist_body.html + styles/subsilver2/template/memberlist_body.html +* Since: 3.1.0-a1 * Purpose: Add information before every username in the memberlist. Works in all display modes (leader, group and normal memberlist). @@ -73,6 +85,7 @@ memberlist_view_user_statistics_after * Locations: + styles/prosilver/template/memberlist_view.html + styles/subsilver2/template/memberlist_view.html +* Since: 3.1.0-a1 * Purpose: Add entries after the user statistics part of any user profile memberlist_view_user_statistics_before @@ -80,6 +93,7 @@ memberlist_view_user_statistics_before * Locations: + styles/prosilver/template/memberlist_view.html + styles/subsilver2/template/memberlist_view.html +* Since: 3.1.0-a1 * Purpose: Add entries before the user statistics part of any user profile overall_footer_after @@ -87,12 +101,14 @@ overall_footer_after * Locations: + styles/prosilver/template/overall_footer.html + styles/subsilver2/template/overall_footer.html +* Since: 3.1.0-a1 * Purpose: Add content at the end of the file, directly prior to the `` tag overall_footer_breadcrumb_append === * Locations: + styles/prosilver/template/overall_footer.html +* Since: 3.1.0-a1 * Purpose: Add links to the list of breadcrumbs in the footer overall_footer_copyright_append @@ -100,6 +116,7 @@ overall_footer_copyright_append * Locations: + styles/prosilver/template/overall_footer.html + styles/subsilver2/template/overall_footer.html +* Since: 3.1.0-a1 * Purpose: Add content after the copyright line (no new line by default), before the ACP link overall_footer_copyright_prepend @@ -107,6 +124,7 @@ overall_footer_copyright_prepend * Locations: + styles/prosilver/template/overall_footer.html + styles/subsilver2/template/overall_footer.html +* Since: 3.1.0-a1 * Purpose: Add content before the copyright line overall_header_breadcrumb_append @@ -114,6 +132,7 @@ overall_header_breadcrumb_append * Locations: + styles/prosilver/template/overall_header.html + styles/subsilver2/template/breadcrumbs.html +* Since: 3.1.0-a1 * Purpose: Add links to the list of breadcrumbs in the header overall_header_head_append @@ -121,18 +140,21 @@ overall_header_head_append * Locations: + styles/prosilver/template/overall_header.html + styles/subsilver2/template/overall_header.html +* Since: 3.1.0-a1 * Purpose: Add asset calls directly before the `` tag overall_header_navigation_append === * Locations: + styles/prosilver/template/overall_header.html +* Since: 3.1.0-a1 * Purpose: Add links after the navigation links in the header overall_header_navigation_prepend === * Locations: + styles/prosilver/template/overall_header.html +* Since: 3.1.0-a1 * Purpose: Add links before the navigation links in the header posting_editor_options_prepend @@ -140,12 +162,14 @@ posting_editor_options_prepend * Locations: + styles/prosilver/template/posting_editor.html + styles/prosilver/template/posting_body.html +* Since: 3.1.0-a1 * Purpose: Add posting options on the posting screen simple_footer_after === * Locations: + styles/prosilver/template/simple_footer.html +* Since: 3.1.0-a1 * Purpose: Add content directly prior to the `` tag of the simple footer topiclist_row_prepend @@ -155,6 +179,7 @@ topiclist_row_prepend + styles/prosilver/template/viewforum_body.html + styles/subsilver2/template/search_results.html + styles/subsilver2/template/viewforum_body.html +* Since: 3.1.0-a1 * Purpose: Add content into topic rows (inside the elements containing topic titles) topiclist_row_append @@ -164,12 +189,14 @@ topiclist_row_append + styles/prosilver/template/viewforum_body.html + styles/subsilver2/template/search_results.html + styles/subsilver2/template/viewforum_body.html +* Since: 3.1.0-a1 * Purpose: Add content into topic rows (inside the elements containing topic titles) ucp_pm_viewmessage_custom_fields_after === * Locations: + styles/prosilver/template/ucp_pm_viewmessage.html +* Since: 3.1.0-a1 * Purpose: Add data after the custom fields on the user profile when viewing a private message @@ -177,6 +204,7 @@ ucp_pm_viewmessage_custom_fields_before === * Locations: + styles/prosilver/template/ucp_pm_viewmessage.html +* Since: 3.1.0-a1 * Purpose: Add data before the custom fields on the user profile when viewing a private message @@ -184,6 +212,7 @@ ucp_pm_viewmessage_print_head_append === * Locations: + styles/prosilver/template/ucp_pm_viewmessage_print.html +* Since: 3.1.0-a1 * Purpose: Add asset calls directly before the `` tag of the Print PM screen ucp_prefs_personal_prepend @@ -191,6 +220,7 @@ ucp_prefs_personal_prepend * Locations: + styles/prosilver/template/ucp_prefs_personal.html + styles/subsilver2/template/ucp_prefs_personal.html +* Since: 3.1.0-a1 * Purpose: Add user options to the top of the Edit Global Settings block ucp_prefs_personal_append @@ -198,6 +228,7 @@ ucp_prefs_personal_append * Locations: + styles/prosilver/template/ucp_prefs_personal.html + styles/subsilver2/template/ucp_prefs_personal.html +* Since: 3.1.0-a1 * Purpose: Add user options to the bottom of the Edit Global Settings block ucp_prefs_post_prepend @@ -205,6 +236,7 @@ ucp_prefs_post_prepend * Locations: + styles/prosilver/template/ucp_prefs_post.html + styles/subsilver2/template/ucp_prefs_post.html +* Since: 3.1.0-a1 * Purpose: Add user options to the top of the Edit Posting Defaults block ucp_prefs_post_append @@ -212,6 +244,7 @@ ucp_prefs_post_append * Locations: + styles/prosilver/template/ucp_prefs_post.html + styles/subsilver2/template/ucp_prefs_post.html +* Since: 3.1.0-a1 * Purpose: Add user options to the bottom of the Edit Posting Defaults block ucp_prefs_view_radio_buttons_prepend @@ -219,6 +252,7 @@ ucp_prefs_view_radio_buttons_prepend * Locations: + styles/prosilver/template/ucp_prefs_view.html + styles/subsilver2/template/ucp_prefs_view.html +* Since: 3.1.0-a1 * Purpose: Add options to the top of the radio buttons block of the Edit Display Options screen @@ -227,6 +261,7 @@ ucp_prefs_view_radio_buttons_append * Locations: + styles/prosilver/template/ucp_prefs_view.html + styles/subsilver2/template/ucp_prefs_view.html +* Since: 3.1.0-a1 * Purpose: Add options to the bottom of the radio buttons block of the Edit Display Options screen @@ -235,6 +270,7 @@ ucp_prefs_view_select_menu_prepend * Locations: + styles/prosilver/template/ucp_prefs_view.html + styles/subsilver2/template/ucp_prefs_view.html +* Since: 3.1.0-a1 * Purpose: Add options to the top of the drop-down lists block of the Edit Display Options screen @@ -243,6 +279,7 @@ ucp_prefs_view_select_menu_append * Locations: + styles/prosilver/template/ucp_prefs_view.html + styles/subsilver2/template/ucp_prefs_view.html +* Since: 3.1.0-a1 * Purpose: Add options to the bottom of the drop-down lists block of the Edit Display Options screen @@ -250,6 +287,7 @@ viewtopic_print_head_append === * Locations: + styles/prosilver/template/viewtopic_print.html +* Since: 3.1.0-a1 * Purpose: Add asset calls directly before the `` tag of the Print Topic screen viewtopic_body_footer_before @@ -257,6 +295,7 @@ viewtopic_body_footer_before * Locations: + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-a1 * Purpose: Add content to the bottom of the View topic screen below the posts and quick reply, directly before the jumpbox in Prosilver, breadcrumbs in Subsilver2. @@ -266,6 +305,7 @@ viewtopic_body_post_buttons_after * Locations: + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-a1 * Purpose: Add post button to posts (next to edit, quote etc), at the end of the list. @@ -274,6 +314,7 @@ viewtopic_body_post_buttons_before * Locations: + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-a1 * Purpose: Add post button to posts (next to edit, quote etc), at the start of the list. @@ -282,6 +323,7 @@ viewtopic_body_postrow_custom_fields_after * Locations: + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-a1 * Purpose: Add data after the custom fields on the user profile when viewing a post @@ -290,6 +332,7 @@ viewtopic_body_postrow_custom_fields_before * Locations: + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-a1 * Purpose: Add data before the custom fields on the user profile when viewing a post @@ -298,4 +341,5 @@ viewtopic_topic_title_prepend * Locations: + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-a1 * Purpose: Add content directly before the topic title link on the View topic screen -- cgit v1.2.1 From 069f8061698e95f9a94ac65cbf4c8f3c6a7a7714 Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 24 Oct 2013 19:44:40 -0700 Subject: [ticket/11972] Add posting_editor_subject_after template event PHPBB3-11972 --- phpBB/docs/events.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 49804a57bc..fc49c67a32 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -161,10 +161,16 @@ posting_editor_options_prepend === * Locations: + styles/prosilver/template/posting_editor.html - + styles/prosilver/template/posting_body.html -* Since: 3.1.0-a1 + + styles/subsilver2/template/posting_body.html * Purpose: Add posting options on the posting screen +posting_editor_subject_after +=== +* Locations: + + styles/prosilver/template/posting_editor.html + + styles/subsilver2/template/posting_body.html +* Purpose: Add field (e.g. textbox) to the posting screen under the subject + simple_footer_after === * Locations: -- cgit v1.2.1 From 3be5fe535470f075af9718dc301b06981c9c695f Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 30 Oct 2013 21:25:57 -0700 Subject: [ticket/11972] Add posting_editor_subject_before template event PHPBB3-11972 --- phpBB/docs/events.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index fc49c67a32..501a1c0acd 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -169,7 +169,14 @@ posting_editor_subject_after * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html -* Purpose: Add field (e.g. textbox) to the posting screen under the subject +* Purpose: Add field (e.g. textbox) to the posting screen after the subject + +posting_editor_subject_before +=== +* Locations: + + styles/prosilver/template/posting_editor.html + + styles/subsilver2/template/posting_body.html +* Purpose: Add field (e.g. textbox) to the posting screen before the subject simple_footer_after === -- cgit v1.2.1 From b8eeca7048cdb6573b3c055f4e2aa3410cb4b506 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 30 Oct 2013 21:27:40 -0700 Subject: [ticket/11972] Add posting_editor_message_before template event PHPBB3-11972 --- phpBB/docs/events.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 501a1c0acd..c2a8ac1538 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -157,6 +157,13 @@ overall_header_navigation_prepend * Since: 3.1.0-a1 * Purpose: Add links before the navigation links in the header +posting_editor_message_before +=== +* Locations: + + styles/prosilver/template/posting_editor.html + + styles/subsilver2/template/posting_body.html +* Purpose: Add field (e.g. textbox) to the posting screen before the message + posting_editor_options_prepend === * Locations: -- cgit v1.2.1 From 835900123e2b6a16288cb6eb635716326dd523c0 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 30 Oct 2013 21:28:50 -0700 Subject: [ticket/11972] Add posting_editor_message_after template event PHPBB3-11972 --- phpBB/docs/events.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index c2a8ac1538..73a058b69c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -157,6 +157,13 @@ overall_header_navigation_prepend * Since: 3.1.0-a1 * Purpose: Add links before the navigation links in the header +posting_editor_message_after +=== +* Locations: + + styles/prosilver/template/posting_editor.html + + styles/subsilver2/template/posting_body.html +* Purpose: Add field (e.g. textbox) to the posting screen after the message + posting_editor_message_before === * Locations: -- cgit v1.2.1 From 567d4dab99cbc270ae14001bc4f6110013fd7e31 Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 2 Nov 2013 12:37:17 -0700 Subject: [ticket/11972] Add the sinces PHPBB3-11972 --- phpBB/docs/events.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 73a058b69c..67644e9bb7 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -162,6 +162,7 @@ posting_editor_message_after * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html +* Since: 3.1.0-a1 * Purpose: Add field (e.g. textbox) to the posting screen after the message posting_editor_message_before @@ -169,6 +170,7 @@ posting_editor_message_before * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html +* Since: 3.1.0-a1 * Purpose: Add field (e.g. textbox) to the posting screen before the message posting_editor_options_prepend @@ -176,6 +178,7 @@ posting_editor_options_prepend * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html +* Since: 3.1.0-a1 * Purpose: Add posting options on the posting screen posting_editor_subject_after @@ -183,6 +186,7 @@ posting_editor_subject_after * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html +* Since: 3.1.0-a1 * Purpose: Add field (e.g. textbox) to the posting screen after the subject posting_editor_subject_before @@ -190,6 +194,7 @@ posting_editor_subject_before * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html +* Since: 3.1.0-a1 * Purpose: Add field (e.g. textbox) to the posting screen before the subject simple_footer_after -- cgit v1.2.1 From 37aff2077a6e618b5a26db785080db428f56f258 Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 2 Nov 2013 12:39:32 -0700 Subject: [ticket/11972] Fix the sinces PHPBB3-11972 --- phpBB/docs/events.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 67644e9bb7..23e63ed7e4 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -162,7 +162,7 @@ posting_editor_message_after * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html -* Since: 3.1.0-a1 +* Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen after the message posting_editor_message_before @@ -170,7 +170,7 @@ posting_editor_message_before * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html -* Since: 3.1.0-a1 +* Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen before the message posting_editor_options_prepend @@ -186,7 +186,7 @@ posting_editor_subject_after * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html -* Since: 3.1.0-a1 +* Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen after the subject posting_editor_subject_before @@ -194,7 +194,7 @@ posting_editor_subject_before * Locations: + styles/prosilver/template/posting_editor.html + styles/subsilver2/template/posting_body.html -* Since: 3.1.0-a1 +* Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen before the subject simple_footer_after -- cgit v1.2.1 From e74f1c1790bae04c1729491e0a728c70b41009ec Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Mon, 11 Nov 2013 15:28:18 -0800 Subject: [ticket/12014] Template Event index_body.html before forumlist Add content above the forums list (on forum index only) PHPBB3-12014 --- phpBB/docs/events.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 23e63ed7e4..72909e19ef 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -54,6 +54,14 @@ forumlist_body_last_post_title_prepend * Since: 3.1.0-a1 * Purpose: Add content before the post title of the latest post in a forum on the forum list. +index_body_forumlist_before +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-a1 +* Purpose: Add content above the forums list (on forum index only) + index_body_stat_blocks_before === * Locations: -- cgit v1.2.1 From a7ba8d8993a77bc682bb9152ea8d90f8bb70a708 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Tue, 12 Nov 2013 10:19:19 -0800 Subject: [ticket/12014] Fix version number in event docs PHPBB3-12014 --- phpBB/docs/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 72909e19ef..8f4e655c50 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -59,7 +59,7 @@ index_body_forumlist_before * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html -* Since: 3.1.0-a1 +* Since: 3.1.0-a2 * Purpose: Add content above the forums list (on forum index only) index_body_stat_blocks_before -- cgit v1.2.1 From 212e367bfeffaaa3abcfe33d07764cb4ce04ed36 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 18 Nov 2013 12:07:11 +0100 Subject: [prep-release-3.1.0-a2] Prepare Changelog --- phpBB/docs/CHANGELOG.html | 47 +++++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 22 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 7c96dd1b78..47a5100c26 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -46,6 +46,7 @@
  1. Changelog
      +
    1. Changes since 3.1.0-a1
    2. Changes since 3.0.x
    3. Changes since 3.0.11
    4. Changes since 3.0.10
    5. @@ -87,7 +88,9 @@
      -

      1.i. Changes since 3.0.x

      +

      1.i. Changes since 3.1.0-a1

      + +

      1.ii. Changes since 3.0.x

      Bug

        @@ -768,7 +771,7 @@
      • [PHPBB3-11913] - Apply reorganisation of download.phpbb.com to build_announcement.php
      -

      1.ii. Changes since 3.0.11

      +

      1.iii. Changes since 3.0.11

      Bug

        @@ -923,7 +926,7 @@
      • [PHPBB3-11753] - Upgrade mysql_upgrader.php schema data.
      -

      1.iii. Changes since 3.0.10

      +

      1.iv. Changes since 3.0.10

      Bug

        @@ -1048,7 +1051,7 @@
      • [PHPBB3-10909] - Update Travis Test Configuration: Travis no longer supports PHP 5.3.2
      -

      1.iv. Changes since 3.0.9

      +

      1.v. Changes since 3.0.9

      Bug

        @@ -1184,7 +1187,7 @@
      • [PHPBB3-10480] - Automate changelog building
      -

      1.v. Changes since 3.0.8

      +

      1.vi. Changes since 3.0.8

      Bug

      @@ -1552,7 +1555,7 @@ -

      1.vi. Changes since 3.0.7-PL1

      +

      1.vii. Changes since 3.0.7-PL1

      Security

        @@ -2010,13 +2013,13 @@
      -

      1.vii. Changes since 3.0.7

      +

      1.viii. Changes since 3.0.7

      • [Sec] Do not expose forum content of forums with ACL entries but no actual permission in ATOM Feeds. (Bug #58595)
      -

      1.viii. Changes since 3.0.6

      +

      1.ix. Changes since 3.0.6

      • [Fix] Allow ban reason and length to be selected and copied in ACP and subsilver2 MCP. (Bug #51095)
      • @@ -2120,7 +2123,7 @@
      -

      1.ix. Changes since 3.0.5

      +

      1.x. Changes since 3.0.5

      • [Fix] Allow whitespaces in avatar gallery names. (Bug #44955)
      • @@ -2342,7 +2345,7 @@
      • [Feature] Send anonymous statistical information to phpBB on installation and update (optional).
      -

      1.x. Changes since 3.0.4

      +

      1.xi. Changes since 3.0.4

      • [Fix] Delete user entry from ban list table upon user deletion (Bug #40015 - Patch by TerraFrost)
      • @@ -2431,7 +2434,7 @@
      • [Sec] Only use forum id supplied for posting if global announcement detected. (Reported by nickvergessen)
      -

      1.xi. Changes since 3.0.3

      +

      1.xii. Changes since 3.0.3

      • [Fix] Allow mixed-case template directories to be inherited (Bug #36725)
      • @@ -2463,7 +2466,7 @@
      • [Sec] Ask for forum password if post within passworded forum quoted in private message. (Reported by nickvergessen)
      -

      1.xii. Changes since 3.0.2

      +

      1.xiii. Changes since 3.0.2

      • [Fix] Correctly set topic starter if first post in topic removed (Bug #30575 - Patch by blueray2048)
      • @@ -2562,7 +2565,7 @@
      • [Sec Precaution] Stricter validation of the HTTP_HOST header (Thanks to Techie-Micheal et al for pointing out possible issues in derived code)
      -

      1.xiii. Changes since 3.0.1

      +

      1.xiv. Changes since 3.0.1

      • [Fix] Ability to set permissions on non-mysql dbms (Bug #24955)
      • @@ -2610,7 +2613,7 @@
      • [Sec] Only allow urls gone through redirect() being used within login_box(). (thanks nookieman)
      -

      1.xiv Changes since 3.0.0

      +

      1.xv Changes since 3.0.0

      • [Change] Validate birthdays (Bug #15004)
      • @@ -2681,7 +2684,7 @@
      • [Fix] Find and display colliding usernames correctly when converting from one database to another (Bug #23925)
      -

      1.xv. Changes since 3.0.RC8

      +

      1.xvi. Changes since 3.0.RC8

      • [Fix] Cleaned usernames contain only single spaces, so "a_name" and "a__name" are treated as the same name (Bug #15634)
      • @@ -2690,7 +2693,7 @@
      • [Fix] Call garbage_collection() within database updater to correctly close connections (affects Oracle for example)
      -

      1.xvi. Changes since 3.0.RC7

      +

      1.xvii. Changes since 3.0.RC7

      • [Fix] Fixed MSSQL related bug in the update system
      • @@ -2725,7 +2728,7 @@
      • [Fix] No duplication of active topics (Bug #15474)
      -

      1.xvii. Changes since 3.0.RC6

      +

      1.xviii. Changes since 3.0.RC6

      • [Fix] Submitting language changes using acp_language (Bug #14736)
      • @@ -2735,7 +2738,7 @@
      • [Fix] Able to request new password (Bug #14743)
      -

      1.xviii. Changes since 3.0.RC5

      +

      1.xix. Changes since 3.0.RC5

      • [Feature] Removing constant PHPBB_EMBEDDED in favor of using an exit_handler(); the constant was meant to achive this more or less.
      • @@ -2798,7 +2801,7 @@
      • [Sec] New password hashing mechanism for storing passwords (#i42)
      -

      1.xix. Changes since 3.0.RC4

      +

      1.xx. Changes since 3.0.RC4

      • [Fix] MySQL, PostgreSQL and SQLite related database fixes (Bug #13862)
      • @@ -2849,7 +2852,7 @@
      • [Fix] odbc_autocommit causing existing result sets to be dropped (Bug #14182)
      -

      1.xx. Changes since 3.0.RC3

      +

      1.xxi. Changes since 3.0.RC3

      • [Fix] Fixing some subsilver2 and prosilver style issues
      • @@ -2958,7 +2961,7 @@
      -

      1.xxi. Changes since 3.0.RC2

      +

      1.xxii. Changes since 3.0.RC2

      • [Fix] Re-allow searching within the memberlist
      • @@ -3004,7 +3007,7 @@
      -

      1.xxii. Changes since 3.0.RC1

      +

      1.xxiii. Changes since 3.0.RC1

      • [Fix] (X)HTML issues within the templates (Bug #11255, #11255)
      • -- cgit v1.2.1 From e74b5ac9e3ac0814f49fdf26a7205968d6b6581d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 18 Nov 2013 12:07:59 +0100 Subject: [prep-release-3.1.0-a2] Add changelog for alpha2 --- phpBB/docs/CHANGELOG.html | 74 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 47a5100c26..b10d2772a2 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -90,6 +90,80 @@

        1.i. Changes since 3.1.0-a1

        +

        Bug

        +
          +
        • [PHPBB3-4776] - Long post gets hidden behind posting profile
        • +
        • [PHPBB3-10449] - Lines spilling in subscriptions view
        • +
        • [PHPBB3-10948] - Color swatch in 3.1 does not display properly
        • +
        • [PHPBB3-11030] - I beam cursor in prosilver when hovering on browse button for uploading attachments
        • +
        • [PHPBB3-11073] - Reported/Unapproved moderator information in viewtopic is striked through instead of underlined
        • +
        • [PHPBB3-11138] - Resync features in ACP should not use AJAX
        • +
        • [PHPBB3-11280] - Double clicking "mark topics read" produces an error the second time
        • +
        • [PHPBB3-11525] - phpbb_avatar_manager::clean_row collapses user_id and group_id
        • +
        • [PHPBB3-11534] - Remote avatar does not properly check if remote file is an image
        • +
        • [PHPBB3-11626] - Auth ACP options should be moved to separate html file
        • +
        • [PHPBB3-11663] - In generate_text_for_storage the function does not check for errors of parse_message:parse() and act accordingly
        • +
        • [PHPBB3-11691] - Soft delete migration conversion should be staggered
        • +
        • [PHPBB3-11739] - Wrong name for UCP Module "Edit "Remember Me" login keys"
        • +
        • [PHPBB3-11842] - Create a new group Error with avatar driver
        • +
        • [PHPBB3-11857] - Avatar manager must not depend on entire container
        • +
        • [PHPBB3-11872] - MCP: Users with most warnings list is invalid
        • +
        • [PHPBB3-11896] - "Mark all notifications read" does not work
        • +
        • [PHPBB3-11899] - New ajax poll vote should give feedback while waiting for servers response
        • +
        • [PHPBB3-11916] - Remove files from hidden attach list after deletion
        • +
        • [PHPBB3-11922] - Migrator fails to remove columns on MSSQL when they have/had an index
        • +
        • [PHPBB3-11923] - UCP avatar error when user has no permissions to change his/her avatar
        • +
        • [PHPBB3-11924] - Add a script to export the events in wiki format
        • +
        • [PHPBB3-11926] - Plupload Migration has a broken dependency.
        • +
        • [PHPBB3-11927] - Missing Files after 3.1.0-A1 Automatic Updater
        • +
        • [PHPBB3-11930] - Avatar paths are incorrect when using app.php
        • +
        • [PHPBB3-11935] - Invalid HTML in "Sort By" form elements in Prosilver
        • +
        • [PHPBB3-11936] - Fixes to Notifications Window
        • +
        • [PHPBB3-11939] - Quick reply editor has unnecessary data-ajax attribute
        • +
        • [PHPBB3-11943] - $VAR = false has unexpected result
        • +
        • [PHPBB3-11945] - Focused buttons are hard to notice
        • +
        • [PHPBB3-11947] - Notification popup does not appear when clicking number in text
        • +
        • [PHPBB3-11948] - Extensions should be allowed to have more then 1 routing file
        • +
        • [PHPBB3-11949] - cannot upgrade to 3.1
        • +
        • [PHPBB3-11960] - Responsive design removed teampage names
        • +
        • [PHPBB3-11972] - Add template event posting_editor_subject_after
        • +
        • [PHPBB3-11977] - Ajax delete should disable moving options
        • +
        • [PHPBB3-11982] - Navigation is shown above AJAX background in ACP
        • +
        • [PHPBB3-11983] - Subscriptions argument missing from docblock in ucp_notifications
        • +
        • [PHPBB3-11986] - Undefined index: poster_id in file.php
        • +
        • [PHPBB3-11987] - {ROOT_PATH} in ACP leads to adm/
        • +
        • [PHPBB3-11990] - Remove result_mssqlnative from acp_database
        • +
        • [PHPBB3-11991] - PHP notices when closing reported posts entries in MCP
        • +
        • [PHPBB3-11992] - Wrong variable to close "Users with most warnings" block at MCP
        • +
        • [PHPBB3-11994] - Admin options for extensions are bad/misleading
        • +
        • [PHPBB3-11995] - Reverting a config.remove fails
        • +
        • [PHPBB3-12002] - Extension management page should use generate/check link hash
        • +
        • [PHPBB3-12007] - Default last_result of callable steps must be integer instead of false
        • +
        • [PHPBB3-12008] - "Prune notifications" cron task always ran, blocking others
        • +
        • [PHPBB3-12016] - Event listeners should be services
        • +
        • [PHPBB3-12017] - Extension tests are broken on current develop
        • +
        • [PHPBB3-12018] - Use path_helper for admin style CSS in sql report
        • +
        • [PHPBB3-12023] - New css files missing after update
        • +
        +

        Improvement

        +
          +
        • [PHPBB3-11552] - Responsive design for prosilver
        • +
        • [PHPBB3-11746] - Add "account activation required" notification for Administrators
        • +
        • [PHPBB3-11921] - Improve Notifications and PMs in the header
        • +
        • [PHPBB3-11928] - Replace AJAX loading info pop up with animation
        • +
        • [PHPBB3-11957] - Responsive design for admin control panel
        • +
        • [PHPBB3-11973] - Remove logic from language files where possible
        • +
        • [PHPBB3-11974] - All timezones should be translatable
        • +
        • [PHPBB3-11975] - Add ACP link next to MCP
        • +
        +

        Task

        + +

        1.ii. Changes since 3.0.x

        Bug

        -- cgit v1.2.1 From 122e95486c8af0963316c4c46a40e9f8f19a9cad Mon Sep 17 00:00:00 2001 From: OpenShift guest Date: Mon, 18 Nov 2013 23:44:59 -0500 Subject: [ticket/12024] Update events list PHPBB3-12024 --- phpBB/docs/events.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index f0b3b81822..ffcf0258f2 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -64,6 +64,14 @@ overall_footer_breadcrumb_append * Location: styles/prosilver/template/overall_footer.html * Purpose: Add links to the list of breadcrumbs in the footer +overall_footer_content_after +=== +* Locations: + + styles/prosilver/template/overall_footer.html + + styles/subsilver2/template/overall_footer.html +* Since: 3.1.0-a1 +* Purpose: Add content on all pages after the main content, before the footer + overall_footer_copyright_append === * Locations: @@ -85,6 +93,14 @@ overall_header_breadcrumb_append + styles/subsilver2/template/breadcrumbs.html * Purpose: Add links to the list of breadcrumbs in the header +overall_header_content_before +=== +* Locations: + + styles/prosilver/template/overall_header.html + + styles/subsilver2/template/overall_header.html +* Since: 3.1.0-a1 +* Purpose: Add content on all pages before the main content, after the header + overall_header_head_append === * Locations: -- cgit v1.2.1 From 77dc1ac09a7e6c426ba8e07b398a3c3abeed487f Mon Sep 17 00:00:00 2001 From: OpenShift guest Date: Tue, 19 Nov 2013 09:37:00 -0500 Subject: [ticket/12024] Correct the 'since' information in event list PHPBB3-12024 --- phpBB/docs/events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index ffcf0258f2..2eb07a5a71 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -69,7 +69,7 @@ overall_footer_content_after * Locations: + styles/prosilver/template/overall_footer.html + styles/subsilver2/template/overall_footer.html -* Since: 3.1.0-a1 +* Since: 3.1.0-a3 * Purpose: Add content on all pages after the main content, before the footer overall_footer_copyright_append @@ -98,7 +98,7 @@ overall_header_content_before * Locations: + styles/prosilver/template/overall_header.html + styles/subsilver2/template/overall_header.html -* Since: 3.1.0-a1 +* Since: 3.1.0-a3 * Purpose: Add content on all pages before the main content, after the header overall_header_head_append -- cgit v1.2.1 From 7f890ebed79240b3a9d4f403377b3f66c4e18763 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 21 Nov 2013 14:31:43 -0800 Subject: [ticket/12014] Change event date in docs PHPBB3-12014 --- phpBB/docs/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 8f4e655c50..c1b4cc0e99 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -59,7 +59,7 @@ index_body_forumlist_before * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html -* Since: 3.1.0-a2 +* Since: 3.1.0-a3 * Purpose: Add content above the forums list (on forum index only) index_body_stat_blocks_before -- cgit v1.2.1 From 5579dc24124ab843726c3362336067d42491b022 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Thu, 17 Oct 2013 19:05:35 -0700 Subject: [ticket/11241] Add events & var for extensions to dropdown. PHPBB3-11241 --- phpBB/docs/events.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 288ebb933e..776377ba54 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -399,3 +399,17 @@ viewtopic_topic_title_prepend + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a1 * Purpose: Add content directly before the topic title link on the View topic screen + +viewtopic_topic_tools_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.0-a3 +* Purpose: Add a new topic tool after the rest of the existing ones + +viewtopic_topic_tools_before +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.0-a3 +* Purpose: Add a new topic tool before the rest of the existing ones -- cgit v1.2.1 From 42a70154faa0eb987e6bb0bccf296c5c802e06a6 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sat, 9 Nov 2013 00:40:58 -0800 Subject: [ticket/11241] Add border to dropdown menu options. PHPBB3-11241 --- phpBB/docs/events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 776377ba54..0130362131 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -403,13 +403,13 @@ viewtopic_topic_title_prepend viewtopic_topic_tools_after === * Locations: - + styles/prosilver/template/viewtopic_body.html + + styles/prosilver/template/viewtopic_topic_tools.html * Since: 3.1.0-a3 * Purpose: Add a new topic tool after the rest of the existing ones viewtopic_topic_tools_before === * Locations: - + styles/prosilver/template/viewtopic_body.html + + styles/prosilver/template/viewtopic_topic_tools.html * Since: 3.1.0-a3 * Purpose: Add a new topic tool before the rest of the existing ones -- cgit v1.2.1