From 069f8061698e95f9a94ac65cbf4c8f3c6a7a7714 Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 24 Oct 2013 19:44:40 -0700 Subject: [PATCH 1/6] [ticket/11972] Add posting_editor_subject_after template event PHPBB3-11972 --- phpBB/docs/events.md | 10 ++++++++-- phpBB/styles/prosilver/template/posting_editor.html | 2 ++ phpBB/styles/subsilver2/template/posting_body.html | 1 + 3 files changed, 11 insertions(+), 2 deletions(-) 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: diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index f3e62db649..a4be602bdf 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -97,6 +97,8 @@ + +
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index 635b05aaa0..ea35ccc20f 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -168,6 +168,7 @@ {L_SUBJECT}{L_COLON} + {L_MESSAGE_BODY}{L_COLON}
{L_MESSAGE_BODY_EXPLAIN} 

From 3be5fe535470f075af9718dc301b06981c9c695f Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 30 Oct 2013 21:25:57 -0700 Subject: [PATCH 2/6] [ticket/11972] Add posting_editor_subject_before template event PHPBB3-11972 --- phpBB/docs/events.md | 9 ++++++++- phpBB/styles/prosilver/template/posting_editor.html | 2 ++ phpBB/styles/subsilver2/template/posting_body.html | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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 === diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index a4be602bdf..9e7716e542 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -86,6 +86,8 @@ + +
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index ea35ccc20f..efd606550e 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -163,7 +163,7 @@ - + {L_SUBJECT}{L_COLON} From b8eeca7048cdb6573b3c055f4e2aa3410cb4b506 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 30 Oct 2013 21:27:40 -0700 Subject: [PATCH 3/6] [ticket/11972] Add posting_editor_message_before template event PHPBB3-11972 --- phpBB/docs/events.md | 7 +++++++ phpBB/styles/prosilver/template/posting_editor.html | 2 ++ phpBB/styles/subsilver2/template/posting_body.html | 1 + 3 files changed, 10 insertions(+) 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: diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 9e7716e542..5afd317fc3 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -133,6 +133,8 @@
+ +
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index efd606550e..ee36e76eb0 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -203,6 +203,7 @@ + From 835900123e2b6a16288cb6eb635716326dd523c0 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 30 Oct 2013 21:28:50 -0700 Subject: [PATCH 4/6] [ticket/11972] Add posting_editor_message_after template event PHPBB3-11972 --- phpBB/docs/events.md | 7 +++++++ phpBB/styles/prosilver/template/posting_editor.html | 2 ++ phpBB/styles/subsilver2/template/posting_body.html | 1 + 3 files changed, 10 insertions(+) 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: diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 5afd317fc3..5677b92fc3 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -138,6 +138,8 @@
+ + diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index ee36e76eb0..9395e24eb1 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -216,6 +216,7 @@
+
From 567d4dab99cbc270ae14001bc4f6110013fd7e31 Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 2 Nov 2013 12:37:17 -0700 Subject: [PATCH 5/6] [ticket/11972] Add the sinces PHPBB3-11972 --- phpBB/docs/events.md | 5 +++++ 1 file changed, 5 insertions(+) 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 From 37aff2077a6e618b5a26db785080db428f56f258 Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 2 Nov 2013 12:39:32 -0700 Subject: [PATCH 6/6] [ticket/11972] Fix the sinces PHPBB3-11972 --- phpBB/docs/events.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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