From: richard Date: Thu, 13 Nov 2003 06:03:42 +0000 (+0000) Subject: Missed change note with last checkin: X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=008343fc8e743596301cf71ad230553bdde84815;p=roundup.git Missed change note with last checkin: - allowed negative ids (ie. new item markers) in HTMLClass.getItem, allowing "db/file_with_status/-1/status/menu" to generate a useful widget git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1987 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index 4cd4ff7..0f35bd0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -35,6 +35,9 @@ Fixed: - recalculate SHA on template files when installed tracker used as template (sf bug 827510) - fixed ZRoundup (sf bug 624380) +- allowed negative ids (ie. new item markers) in HTMLClass.getItem, + allowing "db/file_with_status/-1/status/menu" to generate a useful + widget Cleanup: - Replace curuserid attribute on Database with the extended getuid() method.