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/buglist | |
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/buglist')
-rw-r--r-- | template/default/buglist/colchange.tmpl | 1 | ||||
-rw-r--r-- | template/default/buglist/server-push.html.tmpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/template/default/buglist/colchange.tmpl b/template/default/buglist/colchange.tmpl index 4aecf9656..d3b008c49 100644 --- a/template/default/buglist/colchange.tmpl +++ b/template/default/buglist/colchange.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/buglist/server-push.html.tmpl b/template/default/buglist/server-push.html.tmpl index be10f7ab3..5a2dde0b1 100644 --- a/template/default/buglist/server-push.html.tmpl +++ b/template/default/buglist/server-push.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 |