summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 63ed2d3)
raw | patch | inline | side by side (parent: 63ed2d3)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 29 Jul 2001 23:34:38 +0000 (23:34 +0000) | ||
committer | richard <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 | patch | blob | history | |
roundup/templates/classic/htmlbase.py | patch | blob | history | |
roundup/templates/extended/htmlbase.py | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 19e0fce3906a279bd9e3a6d530e944e25418a15f..a59b39a169b1bfab9cd3ba54c97d61da8de46d3a 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
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)
# 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>
</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">
"""
-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">
}
.location-bar {
- background-color: #efefef;
+ background-color: #44bb66;
+ color: #ffffff;
border: none;
}
}
.list-header {
- background-color: #c0c0c0;
+ background-color: #aaccff;
+ color: #000000;
border: none;
}
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;
}
"""
-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>
</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)
# 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>
</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>
</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>
</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">
"""
-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">
}
"""
-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>
</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">