diff doc/upgrading.txt @ 1800:a3b1b1dcf639

Use getuid(), not figure_curuserid() - Extended getuid() to replace figure_curuserid(). - Replace all references to curuserid with calls to getuid(). - Changed the docs to point to always point to getuid() and mention the change in upgrading.txt.
author Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
date Mon, 08 Sep 2003 20:39:18 +0000
parents 5fed70f96d2b
children 6c2cff78d6a0
line wrap: on
line diff
--- a/doc/upgrading.txt	Mon Sep 08 09:28:28 2003 +0000
+++ b/doc/upgrading.txt	Mon Sep 08 20:39:18 2003 +0000
@@ -7,6 +7,16 @@
 
 .. contents::
 
+Migrating from 0.6 to 0.7
+=========================
+
+0.7.0 Getting the current user id
+---------------------------------
+
+Removed Database.curuserid attribute. Any code referencing this attribute should
+be replaced with a call to Database.getuid().
+
+
 Migrating from 0.5 to 0.6
 =========================
 

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