Skip to content

Commit 1a9d85a

Browse files
author
Richard Jones
committed
changes
1 parent 104a3be commit 1a9d85a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Features:
77
should be linked somewhere.
88
. Added time logging and file uploading to the templates.
99
. Added "My Issues" and "My Support" to extended template.
10+
. Changed the order of the information in the message generated by web edits.
11+
. Extended the range of intervals that are pretty-printed before actual dates
12+
are displayed.
1013

1114
Fixed:
1215
. Argument handling for the roundup-admin find command.

roundup/templates/extended/htmlbase.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</property>
6565
"""
6666

67-
issueDOTindex = """<!-- dollarId: issue.index,v 1.2 2001/07/30 01:26:59 richard Exp dollar-->
67+
issueDOTindex = """<!-- dollarId: issue.index,v 1.3 2001/08/01 05:15:09 richard Exp dollar-->
6868
<tr>
6969
<property name="id">
7070
<td valign="top"><display call="plain('id')"></td>
@@ -435,7 +435,7 @@
435435
</property>
436436
"""
437437

438-
supportDOTindex = """<!-- dollarId: support.index,v 1.1 2001/07/30 01:27:28 richard Exp dollar-->
438+
supportDOTindex = """<!-- dollarId: support.index,v 1.2 2001/08/01 05:15:09 richard Exp dollar-->
439439
<tr>
440440
<property name="id">
441441
<td valign="top"><display call="plain('id')"></td>

0 commit comments

Comments
 (0)