File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
roundup/templates/extended Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
1114Fixed:
1215 . Argument handling for the roundup-admin find command.
Original file line number Diff line number Diff line change 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>
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>
You can’t perform that action at this time.
0 commit comments