diff options
author | zach%zachlipton.com <> | 2002-04-04 06:01:01 +0200 |
---|---|---|
committer | zach%zachlipton.com <> | 2002-04-04 06:01:01 +0200 |
commit | 09114c215c8c58595964ff017ab80394860fd75b (patch) | |
tree | 2e6931289bde6c6fc426dcbccbcc004970ef7984 /template/default/show | |
parent | 153a60fc43567d0b79aa6bf1d70e76be12521de1 (diff) | |
download | bugzilla-09114c215c8c58595964ff017ab80394860fd75b.tar.gz bugzilla-09114c215c8c58595964ff017ab80394860fd75b.tar.xz |
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
Diffstat (limited to 'template/default/show')
-rw-r--r-- | template/default/show/activity.html.tmpl | 1 | ||||
-rw-r--r-- | template/default/show/bug-activity.html.tmpl | 1 | ||||
-rw-r--r-- | template/default/show/choose_bug.html.tmpl | 1 | ||||
-rw-r--r-- | template/default/show/choose_xml.html.tmpl | 1 | ||||
-rw-r--r-- | template/default/show/comments.tmpl | 1 | ||||
-rw-r--r-- | template/default/show/multiple.tmpl | 1 | ||||
-rw-r--r-- | template/default/show/show_bug.html.tmpl | 1 |
7 files changed, 7 insertions, 0 deletions
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 @@ +<!-- 1.0@bugzilla.org --> [%# 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 @@ +<!-- 1.0@bugzilla.org --> [%# 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 @@ +<!-- 1.0@bugzilla.org --> [%# 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 @@ +<!-- 1.0@bugzilla.org --> [%# 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 @@ +<!-- 1.0@bugzilla.org --> [%# 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 @@ +<!-- 1.0@bugzilla.org --> [%# 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 @@ +<!-- 1.0@bugzilla.org --> [%# 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 |