Skip to content

Commit 20701b5

Browse files
author
Richard Jones
committed
changes
1 parent 3063e06 commit 20701b5

File tree

3 files changed

+81
-23
lines changed

3 files changed

+81
-23
lines changed

CHANGES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
This file contains the changes to the Roundup system over time. The entries
22
are given with the most recent entry first.
33

4+
2001-08-?? - 0.2.3
5+
Features:
6+
. Added the unit tests to the start of setup.py so they're run whenever
7+
we do anything distutils'y.
8+
9+
Fixed:
10+
. One of the tests in test_date had the wrong expected result.
11+
12+
413
2001-07-29 - 0.2.2
514
Features:
615
. Added implementation.txt to the doc directory. Contains implementation

roundup/templates/classic/htmlbase.py

Lines changed: 64 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do Not Edit (Unless You Want To)
33
# This file automagically generated by roundup.htmldata.makeHtmlBase
44
#
5-
fileDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
5+
fileDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $-->
66
<tr>
77
<property name="name">
88
<td><display call="link('name')"></td>
@@ -13,7 +13,7 @@
1313
</tr>
1414
"""
1515

16-
issueDOTfilter = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
16+
issueDOTfilter = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $-->
1717
<property name="title">
1818
<tr><th width="1%" align="right" class="location-bar">Title</th>
1919
<td><display call="field('title')"></td></tr>
@@ -28,24 +28,30 @@
2828
</property>
2929
"""
3030

31-
issueDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
32-
<tr>
31+
issueDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $-->
32+
<tr class="row-<display call="plain('status')">">
33+
<property name="id">
34+
<td valign="top"><display call="plain('id')"></td>
35+
</property>
3336
<property name="activity">
3437
<td valign="top"><display call="reldate('activity', pretty=1)"></td>
3538
</property>
3639
<property name="priority">
3740
<td valign="top"><display call="plain('priority')"></td>
3841
</property>
42+
<property name="title">
43+
<td valign="top"><display call="link('title')"></td>
44+
</property>
3945
<property name="status">
4046
<td valign="top"><display call="plain('status')"></td>
4147
</property>
42-
<property name="title">
43-
<td valign="top"><display call="link('title')"></td>
48+
<property name="assignedto">
49+
<td valign="top"><display call="link('assignedto')"></td>
4450
</property>
4551
</tr>
4652
"""
4753

48-
issueDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
54+
issueDOTitem = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $-->
4955
<table border=0 cellspacing=0 cellpadding=2>
5056
5157
<tr class="strong-header">
@@ -111,7 +117,7 @@
111117
112118
"""
113119

114-
msgDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
120+
msgDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $-->
115121
<tr>
116122
<property name="date">
117123
<td><display call="link('date')"></td>
@@ -125,7 +131,7 @@
125131
</tr>
126132
"""
127133

128-
msgDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
134+
msgDOTitem = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $-->
129135
<table border=0 cellspacing=0 cellpadding=2>
130136
131137
<tr class="strong-header">
@@ -232,7 +238,8 @@
232238
}
233239
234240
.location-bar {
235-
background-color: #efefef;
241+
background-color: #44bb66;
242+
color: #ffffff;
236243
border: none;
237244
}
238245
@@ -245,7 +252,8 @@
245252
}
246253
247254
.list-header {
248-
background-color: #c0c0c0;
255+
background-color: #aaccff;
256+
color: #000000;
249257
border: none;
250258
}
251259
@@ -271,11 +279,52 @@
271279
border: none;
272280
}
273281
274-
.section-bar {
275-
background-color: #c0c0c0;
282+
.row-unread {
283+
background-color: #ffddd9;
284+
border: none;
285+
}
286+
287+
.row-in-progress {
288+
background-color: #3ccc50;
289+
border: none;
290+
}
291+
292+
.row-resolved {
293+
background-color: #aaccff;
294+
border: none;
295+
}
296+
297+
.row-done-cbb {
298+
background-color: #aaccff;
299+
border: none;
300+
}
301+
302+
.row-testing {
303+
background-color: #c6ddff;
304+
border: none;
305+
}
306+
307+
.row-need-eg {
308+
background-color: #ffc7c0;
309+
border: none;
310+
}
311+
312+
.row-chatting {
313+
background-color: #ffe3c0;
314+
border: none;
315+
}
316+
317+
.row-deferred {
318+
background-color: #cccccc;
276319
border: none;
277320
}
278321
322+
.section-bar {
323+
background-color: #707070;
324+
color: #ffffff;
325+
border: 1px solid #404040;
326+
}
327+
279328
.system-msg {
280329
font-family: Verdana, Helvetica, sans-serif;
281330
font-size: 10pt;
@@ -329,7 +378,7 @@
329378
}
330379
"""
331380

332-
userDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
381+
userDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $-->
333382
<tr>
334383
<property name="username">
335384
<td><display call="link('username')"></td>
@@ -349,7 +398,7 @@
349398
</tr>
350399
"""
351400

352-
userDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
401+
userDOTitem = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:37 richard Exp $-->
353402
<table border=0 cellspacing=0 cellpadding=2>
354403
355404
<tr class="strong-header">

roundup/templates/extended/htmlbase.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do Not Edit (Unless You Want To)
33
# This file automagically generated by roundup.htmldata.makeHtmlBase
44
#
5-
fileDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
5+
fileDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:38 richard Exp $-->
66
<tr>
77
<property name="name">
88
<td><display call="link('name')"></td>
@@ -13,7 +13,7 @@
1313
</tr>
1414
"""
1515

16-
issueDOTfilter = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
16+
issueDOTfilter = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:38 richard Exp $-->
1717
<property name="title">
1818
<tr><th width="1%" align="right" class="location-bar">Title</th>
1919
<td><display call="field('title')"></td></tr>
@@ -52,7 +52,7 @@
5252
</property>
5353
"""
5454

55-
issueDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
55+
issueDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:38 richard Exp $-->
5656
<tr>
5757
<property name="activity">
5858
<td valign="top"><display call="reldate('activity', pretty=1)"></td>
@@ -87,7 +87,7 @@
8787
</tr>
8888
"""
8989

90-
issueDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
90+
issueDOTitem = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:38 richard Exp $-->
9191
<table border=0 cellspacing=0 cellpadding=2>
9292
9393
<tr class="strong-header">
@@ -175,7 +175,7 @@
175175
176176
"""
177177

178-
msgDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
178+
msgDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:38 richard Exp $-->
179179
<tr>
180180
<property name="date">
181181
<td><display call="link('date')"></td>
@@ -189,7 +189,7 @@
189189
</tr>
190190
"""
191191

192-
msgDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
192+
msgDOTitem = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:38 richard Exp $-->
193193
<table border=0 cellspacing=0 cellpadding=2>
194194
195195
<tr class="strong-header">
@@ -393,7 +393,7 @@
393393
}
394394
"""
395395

396-
userDOTindex = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
396+
userDOTindex = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:38 richard Exp $-->
397397
<tr>
398398
<property name="username">
399399
<td><display call="link('username')"></td>
@@ -413,7 +413,7 @@
413413
</tr>
414414
"""
415415

416-
userDOTitem = """<!-- $Id: htmlbase.py,v 1.1 2001-07-24 10:46:22 anthonybaxter Exp $-->
416+
userDOTitem = """<!-- $Id: htmlbase.py,v 1.2 2001-07-29 23:34:38 richard Exp $-->
417417
<table border=0 cellspacing=0 cellpadding=2>
418418
419419
<tr class="strong-header">

0 commit comments

Comments
 (0)