summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3e2cd12)
raw | patch | inline | side by side (parent: 3e2cd12)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 2 Sep 2002 07:00:22 +0000 (07:00 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 2 Sep 2002 07:00:22 +0000 (07:00 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1024 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/templates/classic/dbinit.py | patch | blob | history |
index c5a8ccf3354296e87b30b1a9d470bd66da0f6c87..6e3878ab1b1a928aebe285def98fb03c532b2862 100644 (file)
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: dbinit.py,v 1.24 2002-09-01 04:32:30 richard Exp $
+# $Id: dbinit.py,v 1.25 2002-09-02 07:00:22 richard Exp $
import os
# content = String() [saved to disk in <instance home>/db/files/]
# (it also gets the Class properties creation, activity and creator)
msg = FileClass(db, "msg",
- author=Link("user"), recipients=Multilink("user"),
+ author=Link("user", do_journal='no'),
+ recipients=Multilink("user", do_journal='no'),
date=Date(), summary=String(),
files=Multilink("file"),
messageid=String(), inreplyto=String())
#
# $Log: not supported by cvs2svn $
+# Revision 1.24 2002/09/01 04:32:30 richard
+# . Lots of cleanup in the classic html (stylesheet, search page, index page, ...)
+# . Reinstated searching, but not query saving yet
+# . Filtering only allows sorting and grouping by one property - all backends
+# now implement this behaviour.
+# . Nosy list journalling turned off by default, everything else is on.
+# . Added some convenience methods (reverse, propchanged, [item] accesses, ...)
+# . Did I mention the stylesheet is much cleaner now? :)
+#
# Revision 1.23 2002/08/30 08:30:45 richard
# allow perms on user class
#