Code

Missed change note with last checkin:
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 13 Nov 2003 06:03:42 +0000 (06:03 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 13 Nov 2003 06:03:42 +0000 (06:03 +0000)
- 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

CHANGES.txt

index 4cd4ff72e2e226742c296d4c349654708173355c..0f35bd00154d315b7046ee655c34edc5076d3b72 100644 (file)
@@ -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.