summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3e8b556)
raw | patch | inline | side by side (parent: 3e8b556)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 13 Nov 2003 06:03:42 +0000 (06:03 +0000) | ||
committer | richard <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
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 | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 4cd4ff72e2e226742c296d4c349654708173355c..0f35bd00154d315b7046ee655c34edc5076d3b72 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
- 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.