Code

changes
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 29 Jul 2001 23:34:38 +0000 (23:34 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 29 Jul 2001 23:34:38 +0000 (23:34 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@142 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
roundup/templates/classic/htmlbase.py
roundup/templates/extended/htmlbase.py

index 19e0fce3906a279bd9e3a6d530e944e25418a15f..a59b39a169b1bfab9cd3ba54c97d61da8de46d3a 100644 (file)
@@ -1,6 +1,15 @@
 This file contains the changes to the Roundup system over time. The entries
 are given with the most recent entry first.
 
+2001-08-?? - 0.2.3
+Features:
+ . Added the unit tests to the start of setup.py so they're run whenever
+   we do anything distutils'y.
+
+Fixed:
+ . One of the tests in test_date had the wrong expected result.
+
+
 2001-07-29 - 0.2.2
 Features:
  . Added implementation.txt to the doc directory. Contains implementation
index 8121dbf0cb4adb652587ffb8608bc0eb9942dc58..f88ae71037daed5feea79c2be2342abfa38b218e 100644 (file)
@@ -2,7 +2,7 @@
 # Do Not Edit (Unless You Want To)
 # This file automagically generated by roundup.htmldata.makeHtmlBase
 # 
-fileDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
+fileDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $-->
 <tr>
     <property name="name">
         <td><display call="link('name')"></td>
@@ -13,7 +13,7 @@ fileDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter
 </tr>
 """
 
-issueDOTfilter = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
+issueDOTfilter = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $-->
 <property name="title">
  <tr><th width="1%" align="right" class="location-bar">Title</th>
  <td><display call="field('title')"></td></tr>
@@ -28,24 +28,30 @@ issueDOTfilter = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxte
 </property>
 """
 
-issueDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
-<tr>
+issueDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $-->
+<tr class="row-<display call="plain('status')">">
+    <property name="id">
+        <td valign="top"><display call="plain('id')"></td>
+    </property>
     <property name="activity">
         <td valign="top"><display call="reldate('activity', pretty=1)"></td>
     </property>
     <property name="priority">
         <td valign="top"><display call="plain('priority')"></td>
     </property>
+    <property name="title">
+        <td valign="top"><display call="link('title')"></td>
+    </property>
     <property name="status">
         <td valign="top"><display call="plain('status')"></td>
     </property>
-    <property name="title">
-        <td valign="top"><display call="link('title')"></td>
+    <property name="assignedto">
+        <td valign="top"><display call="link('assignedto')"></td>
     </property>
 </tr>
 """
 
-issueDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
+issueDOTitem = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $-->
 <table border=0 cellspacing=0 cellpadding=2>
 
 <tr class="strong-header">
@@ -111,7 +117,7 @@ issueDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter
 
 """
 
-msgDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
+msgDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $-->
 <tr>
     <property name="date">
         <td><display call="link('date')"></td>
@@ -125,7 +131,7 @@ msgDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter E
 </tr>
 """
 
-msgDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
+msgDOTitem = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $-->
 <table border=0 cellspacing=0 cellpadding=2>
 
 <tr class="strong-header">
@@ -232,7 +238,8 @@ th {
 }
 
 .location-bar {
-  background-color: #efefef;
+  background-color: #44bb66;
+  color: #ffffff;
   border: none;
 }
 
@@ -245,7 +252,8 @@ th {
 }
 
 .list-header {
-  background-color: #c0c0c0;
+  background-color: #aaccff;
+  color: #000000;
   border: none;
 }
 
@@ -271,11 +279,52 @@ th {
   border: none;
 }
 
-.section-bar {
-  background-color: #c0c0c0;
+.row-unread {
+  background-color: #ffddd9;
+  border: none;
+}
+
+.row-in-progress {
+  background-color: #3ccc50;
+  border: none;
+}
+
+.row-resolved {
+  background-color: #aaccff;
+  border: none;
+}
+
+.row-done-cbb {
+  background-color: #aaccff;
+  border: none;
+}
+
+.row-testing {
+  background-color: #c6ddff;
+  border: none;
+}
+
+.row-need-eg {
+  background-color: #ffc7c0;
+  border: none;
+}
+
+.row-chatting {
+  background-color: #ffe3c0;
+  border: none;
+}
+
+.row-deferred {
+  background-color: #cccccc;
   border: none;
 }
 
+.section-bar {
+  background-color: #707070;
+  color: #ffffff;
+  border: 1px solid #404040;
+}
+
 .system-msg {
   font-family: Verdana, Helvetica, sans-serif; 
   font-size: 10pt; 
@@ -329,7 +378,7 @@ th {
 }
 """
 
-userDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
+userDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $-->
 <tr>
     <property name="username">
         <td><display call="link('username')"></td>
@@ -349,7 +398,7 @@ userDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter
 </tr>
 """
 
-userDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
+userDOTitem = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $-->
 <table border=0 cellspacing=0 cellpadding=2>
 
 <tr class="strong-header">
index d121d5e0a045e4e2fe4c783bf2507d45b3241be3..022fd31929b5f4672028233ec00064d6efcbdbbc 100644 (file)
@@ -2,7 +2,7 @@
 # Do Not Edit (Unless You Want To)
 # This file automagically generated by roundup.htmldata.makeHtmlBase
 # 
-fileDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
+fileDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:38 richard Exp $-->
 <tr>
     <property name="name">
         <td><display call="link('name')"></td>
@@ -13,7 +13,7 @@ fileDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter
 </tr>
 """
 
-issueDOTfilter = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
+issueDOTfilter = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:38 richard Exp $-->
 <property name="title">
  <tr><th width="1%" align="right" class="location-bar">Title</th>
  <td><display call="field('title')"></td></tr>
@@ -52,7 +52,7 @@ issueDOTfilter = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxte
 </property>
 """
 
-issueDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
+issueDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:38 richard Exp $-->
 <tr>
     <property name="activity">
         <td valign="top"><display call="reldate('activity', pretty=1)"></td>
@@ -87,7 +87,7 @@ issueDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter
 </tr>
 """
 
-issueDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
+issueDOTitem = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:38 richard Exp $-->
 <table border=0 cellspacing=0 cellpadding=2>
 
 <tr class="strong-header">
@@ -175,7 +175,7 @@ issueDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter
 
 """
 
-msgDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
+msgDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:38 richard Exp $-->
 <tr>
     <property name="date">
         <td><display call="link('date')"></td>
@@ -189,7 +189,7 @@ msgDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter E
 </tr>
 """
 
-msgDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
+msgDOTitem = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:38 richard Exp $-->
 <table border=0 cellspacing=0 cellpadding=2>
 
 <tr class="strong-header">
@@ -393,7 +393,7 @@ th {
 }
 """
 
-userDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
+userDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:38 richard Exp $-->
 <tr>
     <property name="username">
         <td><display call="link('username')"></td>
@@ -413,7 +413,7 @@ userDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter
 </tr>
 """
 
-userDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
+userDOTitem = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:38 richard Exp $-->
 <table border=0 cellspacing=0 cellpadding=2>
 
 <tr class="strong-header">