From f7aa8e812a038c1e643e2b46064cfdc15c44cef4 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 11 Mar 2007 23:10:00 +0000 Subject: [PATCH] r1447: Adding the template diff between 1.1.5 and 1.2.0 beta 1 --- install/templates/1.1.5 - 1.2.0 Beta 1.diff | 1195 +++++++++++++++++++ 1 file changed, 1195 insertions(+) create mode 100644 install/templates/1.1.5 - 1.2.0 Beta 1.diff diff --git a/install/templates/1.1.5 - 1.2.0 Beta 1.diff b/install/templates/1.1.5 - 1.2.0 Beta 1.diff new file mode 100644 index 0000000..5d9a3b3 --- /dev/null +++ b/install/templates/1.1.5 - 1.2.0 Beta 1.diff @@ -0,0 +1,1195 @@ +Index: pagenav.tpl +=================================================================== +--- pagenav.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ pagenav.tpl (.../trunk/templates) (revision 1446) +@@ -1,7 +1,7 @@ +
+- {@"First"} ... +- {@"Prev"} ... ++ {@"First"} ... ++ {@"Prev"} ... + $pagebits +- ... {@"Next"} +- ... {@"Last"} ++ ... {@"Next"} ++ ... {@"Last"} +
+\ No newline at end of file +Index: bugfield_select_single.tpl +=================================================================== +--- bugfield_select_single.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ bugfield_select_single.tpl (.../trunk/templates) (revision 1446) +@@ -1,6 +1,6 @@ + +
+ $field[name] $help[field$field[fieldid]] +-
++
+
+ +\ No newline at end of file +Index: search_save.tpl +=================================================================== +--- search_save.tpl (.../tags/1.1.5/templates) (revision 0) ++++ search_save.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1,46 @@ ++$doctype ++ ++ ++$headinclude ++ ++ {$bugsys->options['trackertitle']} - {@"Save Search"} ++ ++ ++ ++ ++$header ++ ++ ++
++ {@"The following errors occurred"}: ++ {$message->errorBox} ++
++
++ ++
++ ++ ++ ++
++
++
{@"Save Search"}
++ ++
++ {@"You can save this search criteria for later by naming this search."} ++ ++
++
++ ++
{@"Name"}:
++
++ ++
++ ++ ++
++
++
++ ++
++ ++$footer +\ No newline at end of file + +Property changes on: search_save.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: register.tpl +=================================================================== +--- register.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ register.tpl (.../trunk/templates) (revision 1446) +@@ -13,7 +13,7 @@ + +
+ {@"The following errors occurred"}: +- {$message->process} ++ {$message->errorBox} +
+
+ +Index: newreport.tpl +=================================================================== +--- newreport.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ newreport.tpl (.../trunk/templates) (revision 1446) +@@ -14,7 +14,7 @@ + +
+ {@"The following errors occurred"}: +- {$message->process} ++ {$message->errorBox} +
+
+ +@@ -35,7 +35,7 @@ + +
+ {@"Product/Version"} $help[product] +-
++
+
+ + +@@ -111,6 +111,8 @@ + {@"Description/Initial Report"} + + ++ ++
checked="checked" /> {@"Parse Links in the Comment"}
+ + + +@@ -125,4 +127,6 @@ + + + ++ ++ + $footer +\ No newline at end of file +Index: userctrl_search.tpl +=================================================================== +--- userctrl_search.tpl (.../tags/1.1.5/templates) (revision 0) ++++ userctrl_search.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1,7 @@ ++
++ $search[name] ++ ++ [{@"Run Search"}] ++ [{@"Delete"}] ++ ++
+\ No newline at end of file + +Property changes on: userctrl_search.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: email/bugnotification.xml.tpl +=================================================================== +--- email/bugnotification.xml.tpl (.../tags/1.1.5/templates) (revision 0) ++++ email/bugnotification.xml.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1,18 @@ ++ ++ {$this->registry->options['trackertitle']} Bug Notification - {$this->bug['summary']} ++ Hi {$this->users["$userid"]['displayname']}, ++ ++You are receiving this email because you have opted to get notifications for the {$this->registry->options['trackertitle']} bug tracker. ++ ++The bug is "{$this->bug['summary']}" (id: {$this->bug['bugid']}) located at {$this->registry->options['trackerurl']}/showreport.php?bugid={$this->bug['bugid']} ++ ++Here are the notices: ++################################################################### ++ ++$parts ++ ++################################################################### ++If you no longer want to receive email from us, please log into your account and click the "My Controls" tab at the top of the screen to change email preferences. ++ ++{$this->registry->options['trackerurl']} ++ +\ No newline at end of file + +Property changes on: email/bugnotification.xml.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: email/notice_product.part.tpl +=================================================================== +--- email/notice_product.part.tpl (.../tags/1.1.5/templates) (revision 0) ++++ email/notice_product.part.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1 @@ ++The product, component, and version combination has changed from "$old" to "$new". +\ No newline at end of file + +Property changes on: email/notice_product.part.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: email/notice_priority.part.tpl +=================================================================== +--- email/notice_priority.part.tpl (.../tags/1.1.5/templates) (revision 0) ++++ email/notice_priority.part.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1 @@ ++The priority has been elevatd from "{$this->registry->datastore['priority']["$old"]['priority']}" to "{$this->registry->datastore['priority']["$new"]['priority']}". +\ No newline at end of file + +Property changes on: email/notice_priority.part.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: email/notice_other.part.tpl +=================================================================== +--- email/notice_other.part.tpl (.../tags/1.1.5/templates) (revision 0) ++++ email/notice_other.part.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1 @@ ++The $name field changed from "$old" to "$new". +\ No newline at end of file + +Property changes on: email/notice_other.part.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: email/notice_status.part.tpl +=================================================================== +--- email/notice_status.part.tpl (.../tags/1.1.5/templates) (revision 0) ++++ email/notice_status.part.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1 @@ ++The status of the bug is now "{$this->registry->datastore['status']["$new"]['status']}", from "{$this->registry->datastore['status']["$old"]['status']}". +\ No newline at end of file + +Property changes on: email/notice_status.part.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: email/welcome.xml.tpl +=================================================================== +--- email/welcome.xml.tpl (.../tags/1.1.5/templates) (revision 0) ++++ email/welcome.xml.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1,8 @@ ++ ++ Welcome to {$bugsys->options['trackertitle']} ++ Hi {$displayName}, ++ ++Thank you for taking the time to register at {$bugsys->options['trackertitle']}. We look forward to your contributations to making our products better. ++ ++If you have any questions, please don't hesitate to contact the webmaster. ++ +\ No newline at end of file + +Property changes on: email/welcome.xml.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: email/notice_new_bug.part.tpl +=================================================================== +--- email/notice_new_bug.part.tpl (.../tags/1.1.5/templates) (revision 0) ++++ email/notice_new_bug.part.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1,11 @@ ++This bug has been added to the database: ++============================================ ++Bug ID: $bug[bugid] ++Summary: $bug[summary] ++Reporter: $user ++Product/Component/Version: $product ++Initial report: ++-------------------------------------------- ++$comment[comment] ++-------------------------------------------- ++============================================ +\ No newline at end of file + +Property changes on: email/notice_new_bug.part.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: email/notice_attachment.part.tpl +=================================================================== +--- email/notice_attachment.part.tpl (.../tags/1.1.5/templates) (revision 0) ++++ email/notice_attachment.part.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1,8 @@ ++$user has uploaded a new attachment: ++============================================ ++File name: $attachment[filename] ++Description: $attachment[description] ++File size: $attachment[filesize] Bytes ++Makes obsolete: $obsoletes ++View: {$this->registry->options['trackerurl']}/viewattachment.php?attachmentid=$id ++============================================ +\ No newline at end of file + +Property changes on: email/notice_attachment.part.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: email/notice_duplicates.part.tpl +=================================================================== +--- email/notice_duplicates.part.tpl (.../tags/1.1.5/templates) (revision 0) ++++ email/notice_duplicates.part.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1 @@ ++The duplicates list has changed from "$old" to "$new". +\ No newline at end of file + +Property changes on: email/notice_duplicates.part.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: email/notice_assigned.part.tpl +=================================================================== +--- email/notice_assigned.part.tpl (.../tags/1.1.5/templates) (revision 0) ++++ email/notice_assigned.part.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1 @@ ++You have been assigned to this bug by $user. +\ No newline at end of file + +Property changes on: email/notice_assigned.part.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: email/passwordreset.xml.tpl +=================================================================== +--- email/passwordreset.xml.tpl (.../tags/1.1.5/templates) (revision 0) ++++ email/passwordreset.xml.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1,10 @@ ++ ++ $bugsys->options['trackertitle'] Password Reset ++ Hi {$user->objdata['displayname']}, ++ ++You requested this lost password email at the {$bugsys->options['trackertitle']} bug tracker. To reset your password, simply click the link below (or paste it into your browser window exactly) and enter a new password. ++ ++{$bugsys->options['trackerurl']}/login.php?do=recoverpw&activator=$activator ++ ++If you did not request this, do not worry as this notice will expire in 24 hours. ++ +\ No newline at end of file + +Property changes on: email/passwordreset.xml.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: email/notice_unassigned.part.tpl +=================================================================== +--- email/notice_unassigned.part.tpl (.../tags/1.1.5/templates) (revision 0) ++++ email/notice_unassigned.part.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1 @@ ++You are no longer assigned to this bug, per $user's changes. +\ No newline at end of file + +Property changes on: email/notice_unassigned.part.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: email/notice_comment.part.tpl +=================================================================== +--- email/notice_comment.part.tpl (.../tags/1.1.5/templates) (revision 0) ++++ email/notice_comment.part.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1,4 @@ ++The following comment was added by $user on $date: ++============================================ ++$comment[comment] ++============================================ +\ No newline at end of file + +Property changes on: email/notice_comment.part.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: email/notice_resolution.part.tpl +=================================================================== +--- email/notice_resolution.part.tpl (.../tags/1.1.5/templates) (revision 0) ++++ email/notice_resolution.part.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1 @@ ++This bug has been resolved with resolution "{$this->registry->datastore['resolution']["$new"]['resolution']}", from "{$this->registry->datastore['resolution']["$old"]['resolution']}". +\ No newline at end of file + +Property changes on: email/notice_resolution.part.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: email/activateaccount.xml.tpl +=================================================================== +--- email/activateaccount.xml.tpl (.../tags/1.1.5/templates) (revision 0) ++++ email/activateaccount.xml.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1,8 @@ ++ ++ Welcome to {$bugsys->options['trackertitle']} ++ Hi {$bugsys->in['displayname']}, ++ ++Welcome to the {$bugsys->options['trackertitle']} tracker. Before you can begin posting bug reports, you'll need to activae your account. To do this, please click this link: ++ ++{$bugsys->options['trackerurl']}/register.php?do=activate&userid=$userid&activator=$activationid ++ +\ No newline at end of file + +Property changes on: email/activateaccount.xml.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: email/notice_severity.part.tpl +=================================================================== +--- email/notice_severity.part.tpl (.../tags/1.1.5/templates) (revision 0) ++++ email/notice_severity.part.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1 @@ ++The severity has been elevated from "{$this->registry->datastore['severity']["$old"]['severity']}" to "{$this->registry->datastore['severity']["$new"]['severity']}". +\ No newline at end of file + +Property changes on: email/notice_severity.part.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: std_message.tpl +=================================================================== +--- std_message.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ std_message.tpl (.../trunk/templates) (revision 1446) +@@ -21,7 +21,7 @@ +
{@"Confirm"}{@"Notice"}
+ +
+- {$this->process} ++ $message + + +
+Index: favorites.tpl +=================================================================== +--- favorites.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ favorites.tpl (.../trunk/templates) (revision 1446) +@@ -11,12 +11,7 @@ + + + +- +- +- +- +- +- ++$headers + + $bugs +
{@"ID"}{@"Summary/Reporter"}{@"Product/Version"}{@"Status/Resolution"}{@"Priority/Severity"}{@"Last Post"}
+Index: std_error.tpl +=================================================================== +--- std_error.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ std_error.tpl (.../trunk/templates) (revision 1446) +@@ -15,7 +15,7 @@ +
{@"Error"}
+ +
+- {$this->process} ++ $error +
+
+ +Index: userctrl.tpl +=================================================================== +--- userctrl.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ userctrl.tpl (.../trunk/templates) (revision 1446) +@@ -17,22 +17,24 @@ + +
+ {@"The following errors occurred"}: +- {$message->process} ++ {$message->errorBox} +
+
+ + + + +- +- +-
+- +- +- +- +- +- +- +- +-
++ +
+- +
{@"User Options"}
+ +
++ +
+ {@"Display Name"} + +
++
+ +
+ {@"Show Email Publicly"} +@@ -62,53 +64,12 @@ +
+
+
+-
++ ++ ++
++ ++ +
+-
+- {@"Please enter your password to change these fields"}: +-
+- +- +-
+- +-
+-
+- {@"Password"} +- +-
+- +-
+- {@"Confirm Password"} +- +-
+-
+- +-
+-
+- {@"Email"} +- +-
+- +-
+- {@"Confirm Email"} +- +-
+-
+-
+-
+-
+
{@"Email Options"}
+ +
+@@ -179,12 +140,65 @@ +
+ + ++ ++ ++
++ ++ ++ ++
++
{@"Saved Searches"}
++ ++
++ $searches ++
++
++ ++
+ +- + +- + ++ ++ +
++
++ {@"Please enter your password to change these fields"}: ++
++ ++ ++
++ ++
++
++ {@"Password"} ++ ++
++ ++
++ {@"Confirm Password"} ++ ++
++
++ ++
++
++ {@"Email"} ++ ++
++ ++
++ {@"Confirm Email"} ++ ++
++
++
++ ++ ++
++
++ ++ ++
+
{@"Bug List Display Options"}
+ +
+@@ -202,6 +216,13 @@ + {@"Default Sort Order Direction"} + $defaultsortas + ++ ++
++ {@"Bug List Columns"} $help[columnorder] ++ ++ $columnOptions ++
++
+
+
+ +Index: lostpassword.tpl +=================================================================== +--- lostpassword.tpl (.../tags/1.1.5/templates) (revision 0) ++++ lostpassword.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1,35 @@ ++$doctype ++ ++ ++$headinclude ++ ++ {$bugsys->options['trackertitle']} - {@"Lost Password"} ++ ++ ++ ++ ++$header ++ ++
++ ++ ++
++
++
{@"Lost Password Recovery"}
++ ++
++
{@"The specified email could not be found or it is invalid."}
++
{@"Enter your email in the box below and you will receive a message with instructions on how to set a new password."}
++
{@"Email"}:
++
++ ++
++ ++ ++
++
++
++ ++
++ ++$footer +\ No newline at end of file + +Property changes on: lostpassword.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: bugfield_input_text.tpl +=================================================================== +--- bugfield_input_text.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ bugfield_input_text.tpl (.../trunk/templates) (revision 1446) +@@ -1,6 +1,6 @@ + +
+ $field[name] $help[field$field[fieldid]] +-
custom[$field[fieldid]]field$field[fieldid]" type="text" value="$value" size="35"maxlength="$field[maxlength] />
++
maxlength="$field[maxlength] />
+
+ +Index: search.tpl +=================================================================== +--- search.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ search.tpl (.../trunk/templates) (revision 1446) +@@ -11,8 +11,15 @@ + + $header + +-

{@"Any fields left blank or unselected will be excluded from the search query"}

++ ++
++{@"Run Saved Search"}: ++ ++
++
+ ++

{@"Any fields left blank or unselected will be excluded from the search query."}

++ +
+ + +@@ -44,7 +51,7 @@ + +
+ {@"Product / Version"} $help[product] +-
++
+
+ + +@@ -146,9 +153,9 @@ + {@"Favorite"} +
+ +
+ +Index: bugfield_input_checkbox.tpl +=================================================================== +--- bugfield_input_checkbox.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ bugfield_input_checkbox.tpl (.../trunk/templates) (revision 1446) +@@ -1,6 +1,6 @@ + +
+ $field[name] $help[field$field[fieldid]] +-
custom[$field[fieldid]]field$field[fieldid]" type="checkbox" value="1"$selected />
++
+
+ +\ No newline at end of file +Index: search_update.tpl +=================================================================== +--- search_update.tpl (.../tags/1.1.5/templates) (revision 0) ++++ search_update.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1,104 @@ ++$doctype ++ ++ ++$headinclude ++ ++ ++ {$bugsys->options['trackertitle']} - {@"Mass Update"} ++ ++ ++ ++ ++$header ++ ++

{@"Any fields left blank or unselected will not be changed."}

++ ++ ++ ++ ++ ++
++ ++
++ ++ ++
++ {@"Product / Version"} $help[product] ++
++
++ ++ ++ ++
++ {@"Status"} $help[status] ++
++
++ ++ ++ ++
++ {@"Priority"} $help[priority] ++
++
++ ++ ++ $customfields[left] ++ ++
++ ++ ++ ++
++ ++ ++
++ {@"Assignment"} $help[assignedto] ++
++
++ ++ ++ ++
++ {@"Resolution"} $help[resolution] ++
++
++ ++ ++ ++
++ {@"Severity"} $help[severity] ++
++
++ ++ ++ ++ ++
++ {@"Favorite"} ++
++ ++
++
++ ++
++ ++ $customfields[right] ++ ++
++ ++
++ ++
++ ++
++ ++ ++
++ ++
++ ++$footer +\ No newline at end of file + +Property changes on: search_update.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: login.tpl +=================================================================== +--- login.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ login.tpl (.../trunk/templates) (revision 1446) +@@ -23,7 +23,7 @@ +
{@"Password"}:
+
{@"Remember Me"}: {@"Yes"}
+
+- {@"Click here if you do not have an account..."} ++ [{@"Register"}] [{@"Lost Password"}] + + +
+Index: editcomment.tpl +=================================================================== +--- editcomment.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ editcomment.tpl (.../trunk/templates) (revision 1446) +@@ -13,7 +13,7 @@ + +
+ {@"The following errors occurred"}: +- {$message->process} ++ {$message->errorBox} +
+
+ +@@ -30,6 +30,7 @@ + +
+
style="color: red">{@"Hidden"}: checked="checked" />
++
{@"Parse Links in the Comment"}: checked="checked" />
+ +
+
+Index: showreport.tpl +=================================================================== +--- showreport.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ showreport.tpl (.../trunk/templates) (revision 1446) +@@ -51,13 +51,7 @@ + +
+ {@"Product/Version"} $help[product] +-
+- +- $bug[product] / $bug[component] / +- +- $bug[product] / $bug[component] / $bug[version] +- +-
++
$bug[product] / $bug[component] / $bug[version]
+
+ + +@@ -197,6 +191,8 @@ + {@"New Reply"} : {@"Automation"} $help[newreply] + + ++ ++
checked="checked" /> {@"Parse Links in the Comment"}
+ + + +Index: newattach.tpl +=================================================================== +--- newattach.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ newattach.tpl (.../trunk/templates) (revision 1446) +@@ -13,7 +13,7 @@ + +
+ {@"The following errors occurred"}: +- {$message->process} ++ {$message->errorBox} +
+
+ +Index: pagenav_bit.tpl +=================================================================== +--- pagenav_bit.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ pagenav_bit.tpl (.../trunk/templates) (revision 1446) +@@ -1 +1 @@ +- $i$i +\ No newline at end of file ++ $number$number +\ No newline at end of file +Index: trackerhome_bits.tpl +=================================================================== +--- trackerhome_bits.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ trackerhome_bits.tpl (.../trunk/templates) (revision 1446) +@@ -1,26 +1,6 @@ + + + style="background-color: $bug[bgcolor]; font-style: italic"> +- $bug[bugid] +- +-
$bug[summary]
+-
$bug[username]
+- +- +-
$bug[product]
+-
$bug[version]
+- +- +-
$bug[status]
+-
$bug[resolution]
+- +- +-
$bug[priority]
+-
$bug[severity]
+- +- +-
$bug[lastposttime]
+-
{@"by"} $bug[lastpost]
+- ++$fields + + +Index: search_results.tpl +=================================================================== +--- search_results.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ search_results.tpl (.../trunk/templates) (revision 1446) +@@ -11,22 +11,23 @@ + + +
{@"This search has been cached for your convenience. You can perform a new search by clicking here."}
+-
{@"Alternatively, you can re-run this search by clicking here."}
++
{@"Alternatively, you can re-run this search by clicking here."}
+
+
+ + + +- +- +- +- +- +- ++$columnHeads + + $bugs +
{@"ID"}{@"Summary/Reporter"}{@"Product/Version"}{@"Status/Resolution"}{@"Priority/Severity"}{@"Last Post"}
+ ++
++ [{@"Export results as XML"}] ++ [{@"Save Search"}] ++ [{@"Mass Update Bugs in Result"}] ++
++ + + +
+Index: header.tpl +=================================================================== +--- header.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ header.tpl (.../trunk/templates) (revision 1446) +@@ -23,16 +23,16 @@ + + {@"Listing"} + +- {@"New Bug"} ++ {@"New"} + +- {@"Bug Display"} ++ {@"Display"} + + {@"Search"} + + +- {@"My Favorites"} ++ {@"Favorites"} + +- userinfo['userid']">userctrl.php">{@"My Controls"}login.php">{@"Login/Register"} ++ userinfo['userid']">userctrl.php">{@"Options"}login.php">{@"Login/Register"} + + {@"Administration"} + +Index: list_head.tpl +=================================================================== +--- list_head.tpl (.../tags/1.1.5/templates) (revision 0) ++++ list_head.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1 @@ ++ $name $image + +Property changes on: list_head.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: trackerhome.tpl +=================================================================== +--- trackerhome.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ trackerhome.tpl (.../trunk/templates) (revision 1446) +@@ -11,13 +11,7 @@ + + + +- +- +- +- +- +- +- ++ $columnHeads + $bugs +
{@"ID"} {$order['id']['image']}{@"Summary"} {$order['summary']['image']}/ {@"Reporter"} {$order['reporter']['image']}{@"Product/Version"} {$order['product']['image']}{@"Status"} {$order['status']['image']}/ {@"Resolution"} {$order['resolution']['image']}{@"Priority"} {$order['priority']['image']}/ {@"Severity"} {$order['severity']['image']}{@"Last Post"} {$order['lastpost']['image']}
+ +Index: passwordreset.tpl +=================================================================== +--- passwordreset.tpl (.../tags/1.1.5/templates) (revision 0) ++++ passwordreset.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1,43 @@ ++$doctype ++ ++ ++$headinclude ++ ++ {$bugsys->options['trackertitle']} - {@"Reset Password"} ++ ++ ++ ++ ++$header ++ ++
++ ++ ++ ++ ++
++ {@"The following errors occurred"}: ++ {$message->errorBox} ++
++
++ ++
++
++
{@"Lost Password Recovery: Password Reset"}
++ ++
++
{@"Enter a new password below and then confirm it."}
++
{@"New Password"}:
++
{@"Confirm Password"}:
++
++ ++
++ ++ ++
++
++
++ ++
++ ++$footer +\ No newline at end of file + +Property changes on: passwordreset.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + +Index: std_redirect.tpl +=================================================================== +--- std_redirect.tpl (.../tags/1.1.5/templates) (revision 1446) ++++ std_redirect.tpl (.../trunk/templates) (revision 1446) +@@ -3,7 +3,7 @@ + + $headinclude + +- ++ + {$bugsys->options['trackertitle']} - {@"Redirect..."} + + +@@ -16,12 +16,12 @@ +
{@"Redirect..."}
+ + +
+ +Index: global.js +=================================================================== +--- global.js (.../tags/1.1.5/templates) (revision 1446) ++++ global.js (.../trunk/templates) (revision 1446) +@@ -20,8 +20,8 @@ + + function draw_cancel(location) + { +- location = (location == "" ? "history.back(1)" : "window.location='" + location + "'"); +- document.write(''); ++ location = (location == "" ? "history.back(1)" : "window.location=\"" + location + "\""); ++ document.write(""); + } + + /*=====================================================================*\ +Index: userctrl_column.tpl +=================================================================== +--- userctrl_column.tpl (.../tags/1.1.5/templates) (revision 0) ++++ userctrl_column.tpl (.../trunk/templates) (revision 1446) +@@ -0,0 +1,4 @@ ++ ++ {$bugsys->columnNames[$column]}: ++ ++ +\ No newline at end of file + +Property changes on: userctrl_column.tpl +___________________________________________________________________ +Name: svn:keywords + + LastChangedDate LastChangedRevision LastChangedBy HeadURL Id Date + -- 2.22.5