Mercurial > p > roundup > code
changeset 180:3e7a7b3b58e4
changes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 02 Aug 2001 00:27:58 +0000 |
| parents | a44c70b25369 |
| children | 817750ead8d5 |
| files | CHANGES.txt roundup/templates/extended/htmlbase.py |
| diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Thu Aug 02 00:27:04 2001 +0000 +++ b/CHANGES.txt Thu Aug 02 00:27:58 2001 +0000 @@ -7,6 +7,9 @@ should be linked somewhere. . Added time logging and file uploading to the templates. . Added "My Issues" and "My Support" to extended template. + . Changed the order of the information in the message generated by web edits. + . Extended the range of intervals that are pretty-printed before actual dates + are displayed. Fixed: . Argument handling for the roundup-admin find command.
--- a/roundup/templates/extended/htmlbase.py Thu Aug 02 00:27:04 2001 +0000 +++ b/roundup/templates/extended/htmlbase.py Thu Aug 02 00:27:58 2001 +0000 @@ -64,7 +64,7 @@ </property> """ -issueDOTindex = """<!-- dollarId: issue.index,v 1.2 2001/07/30 01:26:59 richard Exp dollar--> +issueDOTindex = """<!-- dollarId: issue.index,v 1.3 2001/08/01 05:15:09 richard Exp dollar--> <tr> <property name="id"> <td valign="top"><display call="plain('id')"></td> @@ -435,7 +435,7 @@ </property> """ -supportDOTindex = """<!-- dollarId: support.index,v 1.1 2001/07/30 01:27:28 richard Exp dollar--> +supportDOTindex = """<!-- dollarId: support.index,v 1.2 2001/08/01 05:15:09 richard Exp dollar--> <tr> <property name="id"> <td valign="top"><display call="plain('id')"></td>
