Add the template diff for 1.2.3
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 26 Feb 2009 19:17:42 +0000 (14:17 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 19 Mar 2009 20:10:49 +0000 (16:10 -0400)
* install/templates/1.2.2 - 1.2.3.diff: New file

install/templates/1.2.2 - 1.2.3.diff [new file with mode: 0644]

diff --git a/install/templates/1.2.2 - 1.2.3.diff b/install/templates/1.2.2 - 1.2.3.diff
new file mode 100644 (file)
index 0000000..88846a3
--- /dev/null
@@ -0,0 +1,398 @@
+diff --git a/templates/bugfield_input_text.tpl b/templates/bugfield_input_text.tpl
+index b321b1e..576fc8f 100644
+--- a/templates/bugfield_input_text.tpl
++++ b/templates/bugfield_input_text.tpl
+@@ -1,6 +1,6 @@
+       <!-- custom field$field[fieldid] -->
+       <fieldset>
+               <legend>$field[name] $help[field$field[fieldid]]</legend>
+-              <div class="field"><input name="custom$field[fieldid]" type="text" value="$value" size="35"<if condition="$field['maxlength']">maxlength="$field[maxlength]</if> /></div>
++              <div class="field"><input name="custom$field[fieldid]" type="text" value="$value" size="35"<if condition="$field['maxlength']"> maxlength="$field[maxlength]"</if> /></div>
+       </fieldset>
+       <!-- / custom field$field[fieldid] -->
+diff --git a/templates/editattach.tpl b/templates/editattach.tpl
+index 06b9af5..bfffd9e 100644
+--- a/templates/editattach.tpl
++++ b/templates/editattach.tpl
+@@ -1,8 +1,8 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/box.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
+       <title>$attachment[filename] - $bug[summary]</title>
+ </head>
+diff --git a/templates/editcomment.tpl b/templates/editcomment.tpl
+index b03c443..570e8f4 100644
+--- a/templates/editcomment.tpl
++++ b/templates/editcomment.tpl
+@@ -1,8 +1,8 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/box.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
+       <title><lang 1="$comment[commentid]">{@"Edit Comment %1$s"}</lang> - $bug[summary]</title>
+ </head>
+diff --git a/templates/explain_automation.tpl b/templates/explain_automation.tpl
+index b66c4ee..90fb868 100644
+--- a/templates/explain_automation.tpl
++++ b/templates/explain_automation.tpl
+@@ -1,5 +1,5 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+       <title>{$bugsys->options['trackertitle']} - {@"Automations"}</title>
+diff --git a/templates/explain_product.tpl b/templates/explain_product.tpl
+index c67aec6..cc841b4 100644
+--- a/templates/explain_product.tpl
++++ b/templates/explain_product.tpl
+@@ -1,5 +1,5 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+       <title>{$bugsys->options['trackertitle']} - {@"Products"}</title>
+diff --git a/templates/favorites.tpl b/templates/favorites.tpl
+index fa81285..36e9234 100644
+--- a/templates/favorites.tpl
++++ b/templates/favorites.tpl
+@@ -1,5 +1,5 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+       <title>{$bugsys->options['trackertitle']} - {@"My Favorite Bugs"}</title>
+diff --git a/templates/headinclude.tpl b/templates/headinclude.tpl
+index 24c16d9..339ec1a 100644
+--- a/templates/headinclude.tpl
++++ b/templates/headinclude.tpl
+@@ -1,6 +1,6 @@
+       <!-- CSS and JavaScript goes here -->
+       <meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" />
+-      <link rel="stylesheet" href="templates/global.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/global.css" media="screen" />
+       <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="syndicate.php" />
+       <script type="text/javascript"> var lang = { "Cancel" : "{@"Cancel"}" }; </script>
+       <script src="templates/global.js" type="text/javascript"></script>
+\ No newline at end of file
+diff --git a/templates/help_window.tpl b/templates/help_window.tpl
+index 24b575c..181aa55 100644
+--- a/templates/help_window.tpl
++++ b/templates/help_window.tpl
+@@ -1,8 +1,8 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/box.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
+       <title>{@"Help"} - $topic[title]</title>
+ </head>
+diff --git a/templates/history.tpl b/templates/history.tpl
+index 13134ae..88add76 100644
+--- a/templates/history.tpl
++++ b/templates/history.tpl
+@@ -1,5 +1,5 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+       <title>{@"Bug History"} - $bug[summary]</title>
+diff --git a/templates/login.tpl b/templates/login.tpl
+index 58df23e..17840a2 100644
+--- a/templates/login.tpl
++++ b/templates/login.tpl
+@@ -1,8 +1,8 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/box.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
+       <title>{$bugsys->options['trackertitle']} - {@"Login"}</title>
+ </head>
+diff --git a/templates/lostpassword.tpl b/templates/lostpassword.tpl
+index 84e5ff2..9694a9f 100644
+--- a/templates/lostpassword.tpl
++++ b/templates/lostpassword.tpl
+@@ -1,8 +1,8 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/box.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
+       <title>{$bugsys->options['trackertitle']} - {@"Lost Password"}</title>
+ </head>
+diff --git a/templates/newattach.tpl b/templates/newattach.tpl
+index 0bbac09..99e6892 100644
+--- a/templates/newattach.tpl
++++ b/templates/newattach.tpl
+@@ -1,8 +1,8 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/box.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
+       <title>{@"New Attachment"} - $bug[summary]</title>
+ </head>
+diff --git a/templates/newreport.tpl b/templates/newreport.tpl
+index e164226..61c8801 100644
+--- a/templates/newreport.tpl
++++ b/templates/newreport.tpl
+@@ -1,9 +1,9 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/report.css" media="screen" />
+-      <link rel="stylesheet" href="templates/fields.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/report.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/fields.css" media="screen" />
+       <title>{@"New Bug Report"} - {$bugsys->options['trackertitle']}</title>
+ </head>
+diff --git a/templates/passwordreset.tpl b/templates/passwordreset.tpl
+index afec961..7ce3eb2 100644
+--- a/templates/passwordreset.tpl
++++ b/templates/passwordreset.tpl
+@@ -1,8 +1,8 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/box.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
+       <title>{$bugsys->options['trackertitle']} - {@"Reset Password"}</title>
+ </head>
+diff --git a/templates/quicksearch.tpl b/templates/quicksearch.tpl
+index 5f871d8..4c6cdd1 100644
+--- a/templates/quicksearch.tpl
++++ b/templates/quicksearch.tpl
+@@ -1,8 +1,8 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/box.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
+       <title>{$bugsys->options['trackertitle']} - {@"Quick Search"}</title>
+ </head>
+diff --git a/templates/register.tpl b/templates/register.tpl
+index 996b7f4..5eec074 100644
+--- a/templates/register.tpl
++++ b/templates/register.tpl
+@@ -1,8 +1,8 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/box.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
+       <title>{$bugsys->options['trackertitle']} - {@"Register"}</title>
+ </head>
+diff --git a/templates/search.tpl b/templates/search.tpl
+index 0d2631f..bbfcbc1 100644
+--- a/templates/search.tpl
++++ b/templates/search.tpl
+@@ -1,9 +1,9 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/report.css" media="screen" />
+-      <link rel="stylesheet" href="templates/fields.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/report.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/fields.css" media="screen" />
+       <title>{$bugsys->options['trackertitle']} - {@"Search"}</title>
+ </head>
+diff --git a/templates/search_results.tpl b/templates/search_results.tpl
+index 6105743..a7e730d 100644
+--- a/templates/search_results.tpl
++++ b/templates/search_results.tpl
+@@ -1,5 +1,5 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+       <title>{$bugsys->options['trackertitle']} - {@"Search Results"}</title>
+diff --git a/templates/search_save.tpl b/templates/search_save.tpl
+index e02c759..fe20921 100644
+--- a/templates/search_save.tpl
++++ b/templates/search_save.tpl
+@@ -1,8 +1,8 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/box.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
+       <title>{$bugsys->options['trackertitle']} - {@"Save Search"}</title>
+ </head>
+diff --git a/templates/search_update.tpl b/templates/search_update.tpl
+index ec240a8..5fbcc9c 100644
+--- a/templates/search_update.tpl
++++ b/templates/search_update.tpl
+@@ -1,9 +1,9 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/report.css" media="screen" />
+-      <link rel="stylesheet" href="templates/fields.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/report.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/fields.css" media="screen" />
+       <title>{$bugsys->options['trackertitle']} - {@"Mass Update"}</title>
+ </head>
+diff --git a/templates/showreport.tpl b/templates/showreport.tpl
+index 812936d..a8f2540 100644
+--- a/templates/showreport.tpl
++++ b/templates/showreport.tpl
+@@ -1,10 +1,10 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/report.css" media="screen" />
+-      <link rel="stylesheet" href="templates/fields.css" media="screen" />
+-      <link rel="stylesheet" href="templates/box.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/report.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/fields.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
+       <title><lang 1="$bug[bugid]">{@"Bug Report %1$s"}</lang> - $bug[summary_title]</title>
+ </head>
+@@ -261,6 +261,8 @@ $header
+ <br />
++$description
++
+ $comments
+ $footer
+\ No newline at end of file
+diff --git a/templates/std_error.tpl b/templates/std_error.tpl
+index 40cfa09..d821a31 100644
+--- a/templates/std_error.tpl
++++ b/templates/std_error.tpl
+@@ -1,8 +1,8 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/box.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
+       <title>{$bugsys->options['trackertitle']} - {@"Error"}</title>
+ </head>
+diff --git a/templates/std_message.tpl b/templates/std_message.tpl
+index 20aef5c..1b7afaa 100644
+--- a/templates/std_message.tpl
++++ b/templates/std_message.tpl
+@@ -1,8 +1,8 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/box.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
+       <title>{$bugsys->options['trackertitle']} - <if condition="$show['confirm']">{@"Confirm"}<else />{@"Notice"}</if></title>
+ </head>
+diff --git a/templates/std_redirect.tpl b/templates/std_redirect.tpl
+index 2e6ac39..22276f5 100644
+--- a/templates/std_redirect.tpl
++++ b/templates/std_redirect.tpl
+@@ -1,8 +1,8 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/box.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
+       <meta http-equiv="refresh" content="2; url=$url" />
+       <title>{$bugsys->options['trackertitle']} - {@"Redirect..."}</title>
+ </head>
+diff --git a/templates/trackerhome.tpl b/templates/trackerhome.tpl
+index 2d5b961..f446a41 100644
+--- a/templates/trackerhome.tpl
++++ b/templates/trackerhome.tpl
+@@ -1,5 +1,5 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+       <title>{$bugsys->options['trackertitle']} - {@"Bug Listing"}</title>
+diff --git a/templates/userctrl.tpl b/templates/userctrl.tpl
+index 16a962b..8c4fc62 100644
+--- a/templates/userctrl.tpl
++++ b/templates/userctrl.tpl
+@@ -1,9 +1,9 @@
+ $doctype
+-<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
++<html xmlns="http://www.w3.org/1999/xhtml" lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
+ <head>
+ $headinclude
+-      <link rel="stylesheet" href="templates/box.css" media="screen" />
+-      <link rel="stylesheet" href="templates/fields.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/box.css" media="screen" />
++      <link rel="stylesheet" type="text/css" href="templates/fields.css" media="screen" />
+       <title>{$bugsys->options['trackertitle']} - {@"User Options"}</title>
+ </head>
+@@ -76,11 +76,11 @@ $header
+                                       <table class="table">
+                                       <tr style="text-align: center">
+                                               <td>&nbsp;</td>
+-                                              <td class="altcolor"<strong>{@"Reporter"}</strong></td>
++                                              <td class="altcolor"><strong>{@"Reporter"}</strong></td>
+                                               <td><strong>{@"Assignee"}</strong></td>
+-                                              <td class="altcolor"<strong>{@"Favorite"}</strong></td>
++                                              <td class="altcolor"><strong>{@"Favorite"}</strong></td>
+                                               <td><strong>{@"Voter"}</strong></td>
+-                                              <td class="altcolor"<strong>{@"Commenter"}</strong></td>
++                                              <td class="altcolor"><strong>{@"Commenter"}</strong></td>
+                                       </tr>
+                                       
+                                       <tr class="altcolor textcenter">