changeset 136:72de483388e3

changes
author Richard Jones <richard@users.sourceforge.net>
date Sun, 29 Jul 2001 23:34:38 +0000
parents 79bc5f0a0dde
children 4a87e0b0d3f7
files CHANGES.txt roundup/templates/classic/htmlbase.py roundup/templates/extended/htmlbase.py
diffstat 3 files changed, 81 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Sun Jul 29 23:34:26 2001 +0000
+++ b/CHANGES.txt	Sun Jul 29 23:34:38 2001 +0000
@@ -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
--- a/roundup/templates/classic/htmlbase.py	Sun Jul 29 23:34:26 2001 +0000
+++ b/roundup/templates/classic/htmlbase.py	Sun Jul 29 23:34:38 2001 +0000
@@ -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 @@
 </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 @@
 </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 @@
 
 """
 
-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 @@
 </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 @@
 }
 
 .location-bar {
-  background-color: #efefef;
+  background-color: #44bb66;
+  color: #ffffff;
   border: none;
 }
 
@@ -245,7 +252,8 @@
 }
 
 .list-header {
-  background-color: #c0c0c0;
+  background-color: #aaccff;
+  color: #000000;
   border: none;
 }
 
@@ -271,9 +279,50 @@
   border: none;
 }
 
+.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: #c0c0c0;
-  border: none;
+  background-color: #707070;
+  color: #ffffff;
+  border: 1px solid #404040;
 }
 
 .system-msg {
@@ -329,7 +378,7 @@
 }
 """
 
-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 @@
 </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">
--- a/roundup/templates/extended/htmlbase.py	Sun Jul 29 23:34:26 2001 +0000
+++ b/roundup/templates/extended/htmlbase.py	Sun Jul 29 23:34:38 2001 +0000
@@ -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 @@
 </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 @@
 </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 @@
 </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 @@
 
 """
 
-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 @@
 </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 @@
 }
 """
 
-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 @@
 </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">

Roundup Issue Tracker: http://roundup-tracker.org/