From 3de6e149a9abe9fb466154fb9b4f35d662139381 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 17 Sep 2006 18:41:37 +0000 Subject: [PATCH] r1167: No longer need this template_changes.txt file --- docs/template_changes.txt | 241 -------------------------------------- 1 file changed, 241 deletions(-) delete mode 100644 docs/template_changes.txt diff --git a/docs/template_changes.txt b/docs/template_changes.txt deleted file mode 100644 index 8103eb5..0000000 --- a/docs/template_changes.txt +++ /dev/null @@ -1,241 +0,0 @@ -TEMPLATE CHANGES -========================== - -################################################################### -showreport.tpl (fixes highlighting of tag http://bugs.iris-studios.com/showreport.php?bugid=21): -------------------------------------------------------------------- -Index: templates/showreport.tpl -=================================================================== ---- templates/showreport.tpl (revision 769) -+++ templates/showreport.tpl (working copy) -@@ -5,7 +5,7 @@ - <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" /> -- <title><lang 1="$bug[bugid]">{@"Bug Report %1$s"}</lang> - $bug[summary] -+ <lang 1="$bug[bugid]">{@"Bug Report %1$s"}</lang> - $bug[summary_title] - - - -################################################################### - -################################################################### -newreport.tpl, search.tpl, showreport.tpl, global.css, report.css (renames #clear-spill and makes it a class, not an id): -------------------------------------------------------------------- -Index: templates/newreport.tpl -=================================================================== ---- templates/newreport.tpl (revision 829) -+++ templates/newreport.tpl (working copy) -@@ -103,7 +103,7 @@ - - - --
-+
- - -
-Index: templates/search.tpl -=================================================================== ---- templates/search.tpl (revision 829) -+++ templates/search.tpl (working copy) -@@ -155,7 +155,7 @@ - -
- --
-+
- -
- -Index: templates/showreport.tpl -=================================================================== ---- templates/showreport.tpl (revision 829) -+++ templates/showreport.tpl (working copy) -@@ -185,7 +185,7 @@ - -
- --
-+
- -
- -Index: templates/global.css -=================================================================== ---- templates/global.css (revision 829) -+++ templates/global.css (working copy) -@@ -141,6 +141,11 @@ - text-align: center; - } - -+.clearspill -+{ -+ clear: both; -+} -+ - /*=====================================================================*\ - || ################################################################### - || # $HeadURL$ -Index: templates/report.css -=================================================================== ---- templates/report.css (revision 829) -+++ templates/report.css (working copy) -@@ -36,12 +36,6 @@ - margin-left: 50%; - } - --/* if we get overflow, this will block so we don't get spill */ --#clear-spill --{ -- clear: both; --} -- -################################################################### - -################################################################### -showreport.tpl (add a clearspill div to prevent attachment list overflow): -------------------------------------------------------------------- -Index: templates/showreport.tpl -=================================================================== ---- templates/showreport.tpl (revision 834) -+++ templates/showreport.tpl (working copy) -@@ -258,6 +258,8 @@ - - - -+
-+ -
- - $comments -################################################################### - -################################################################### -trackerhome_bits.tpl (changed the index of the username of the reporter): -------------------------------------------------------------------- -Index: templates/trackerhome_bits.tpl -=================================================================== ---- templates/trackerhome_bits.tpl (revision 844) -+++ templates/trackerhome_bits.tpl (revision 843) -@@ -4,7 +4,7 @@ - $bug[bugid] - -
$bug[summary]
--
$bug[username]
-+
$bug[firstreport]
- - -
$bug[product]
-################################################################### - -################################################################### -global.css (make the font size slightly bigger and more readable) -------------------------------------------------------------------- -Index: templates/global.css -=================================================================== ---- templates/global.css (revision 843) -+++ templates/global.css (working copy) -@@ -23,7 +23,7 @@ - margin: 0px; - padding: 0px; - font-family: Verdana, Tahoma, Geneva, "Lucida Grande", Arial, sans-serif; -- font-size: 11px; -+ font-size: 12px; - background-color: rgb(102, 102, 102); - } -################################################################### - -################################################################### -userctrl.tpl (added email reporting options) -------------------------------------------------------------------- -Index: templates/userctrl.tpl -=================================================================== ---- templates/userctrl.tpl (revision 846) -+++ templates/userctrl.tpl (working copy) -@@ -105,6 +105,98 @@ -+
-+ -+
-+
{@"Email Options"}
-+ -+
-+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+
{@"Reporter"}{@"Assignee"}{@"Favourite"}{@"Voter"}{@"Commenter"}
{@"New bug is added"}
{@"I am made the assignee"}
{@"Status or resolution changes"}
{@"'Duplicates' field is changed"}
{@"A new comment is added"}
{@"A new attachment is added"}
{@"Any other field changes"}
-+
-+
-+ -+
-+ -+
-+ -+ -+
-+ - - -################################################################### - -r872 : Add guest registration message \ No newline at end of file -- 2.22.5