diff doc/upgrading.txt @ 2077:3e0961d6d44d

Added the "actor" property. Metakit backend not done (still not confident I know how it's supposed to work ;) Currently it will come up as NULL in the RDBMS backends for older items. The *dbm backends will look up the journal. I hope to remedy the former before 0.7's release. Fixed a bunch of migration issues in the rdbms backends while I was at it (index changes for key prop changes) and simplified the class table update code for RDBMSes that have "alter table" in their command set (ie. not sqlite) ... migration from "version 1" to "version 2" still hasn't actually been tested yet though.
author Richard Jones <richard@users.sourceforge.net>
date Mon, 15 Mar 2004 05:50:20 +0000
parents 2a4309450202
children 666402433998
line wrap: on
line diff
--- a/doc/upgrading.txt	Fri Mar 12 05:36:26 2004 +0000
+++ b/doc/upgrading.txt	Mon Mar 15 05:50:20 2004 +0000
@@ -51,6 +51,13 @@
         p = db.security.getPermission('View', cl)
         db.security.addPermissionToRole('User', p)
 
+0.7.0 New "actor" property
+--------------------------
+
+Roundup's database has a new per-item property "actor" which reflects the
+user performing the last "actvitiy". See the classic template for ways to
+integrate this new property into your interface.
+
 
 0.7.0 Extending the cgi interface
 ---------------------------------

Roundup Issue Tracker: http://roundup-tracker.org/