From 09114c215c8c58595964ff017ab80394860fd75b Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" <> Date: Thu, 4 Apr 2002 04:01:01 +0000 Subject: Fix for bug 98658: Let administrator know which customised templates have been updated by Bugzilla team. Patch adds a version string to every template and a check in t/004template.t to check for version strings in templates. Note that two templates that were not included in the initial patch now have version strings added. r=justdave, r2=myk --- template/default/show/activity.html.tmpl | 1 + template/default/show/bug-activity.html.tmpl | 1 + template/default/show/choose_bug.html.tmpl | 1 + template/default/show/choose_xml.html.tmpl | 1 + template/default/show/comments.tmpl | 1 + template/default/show/multiple.tmpl | 1 + template/default/show/show_bug.html.tmpl | 1 + 7 files changed, 7 insertions(+) (limited to 'template/default/show') diff --git a/template/default/show/activity.html.tmpl b/template/default/show/activity.html.tmpl index 12fcc2b6e..3ebb970e3 100644 --- a/template/default/show/activity.html.tmpl +++ b/template/default/show/activity.html.tmpl @@ -1,3 +1,4 @@ + [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of diff --git a/template/default/show/bug-activity.html.tmpl b/template/default/show/bug-activity.html.tmpl index b298eb0d9..387ba6d6c 100644 --- a/template/default/show/bug-activity.html.tmpl +++ b/template/default/show/bug-activity.html.tmpl @@ -1,3 +1,4 @@ + [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of diff --git a/template/default/show/choose_bug.html.tmpl b/template/default/show/choose_bug.html.tmpl index 1df89ce8f..b776ff255 100644 --- a/template/default/show/choose_bug.html.tmpl +++ b/template/default/show/choose_bug.html.tmpl @@ -1,3 +1,4 @@ + [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of diff --git a/template/default/show/choose_xml.html.tmpl b/template/default/show/choose_xml.html.tmpl index 7418be91d..4456534f5 100644 --- a/template/default/show/choose_xml.html.tmpl +++ b/template/default/show/choose_xml.html.tmpl @@ -1,3 +1,4 @@ + [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of diff --git a/template/default/show/comments.tmpl b/template/default/show/comments.tmpl index a840d6324..14828175d 100644 --- a/template/default/show/comments.tmpl +++ b/template/default/show/comments.tmpl @@ -1,3 +1,4 @@ + [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of diff --git a/template/default/show/multiple.tmpl b/template/default/show/multiple.tmpl index 8706d8912..2673c5457 100644 --- a/template/default/show/multiple.tmpl +++ b/template/default/show/multiple.tmpl @@ -1,3 +1,4 @@ + [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of diff --git a/template/default/show/show_bug.html.tmpl b/template/default/show/show_bug.html.tmpl index 5006a92eb..62e43f222 100644 --- a/template/default/show/show_bug.html.tmpl +++ b/template/default/show/show_bug.html.tmpl @@ -1,3 +1,4 @@ + [%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of -- cgit v1.2.1