From c967e85cc1bc868d780efc0df645ec9035a542f4 Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 2 Aug 2001 00:27:58 +0000 Subject: [PATCH] changes git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@186 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 3 +++ roundup/templates/extended/htmlbase.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6670253..0b25503 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,9 @@ Features: 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. diff --git a/roundup/templates/extended/htmlbase.py b/roundup/templates/extended/htmlbase.py index 4223b1d..35f44df 100644 --- a/roundup/templates/extended/htmlbase.py +++ b/roundup/templates/extended/htmlbase.py @@ -64,7 +64,7 @@ issueDOTfilter = """ +issueDOTindex = """ @@ -435,7 +435,7 @@ supportDOTfilter = """ +supportDOTindex = """ -- 2.30.2