comparison doc/upgrading.txt @ 2059:48600089c73d

email charset fixes
author Richard Jones <richard@users.sourceforge.net>
date Sun, 29 Feb 2004 00:35:55 +0000
parents 31d920b31642
children 2a4309450202
comparison
equal deleted inserted replaced
2056:ba1d54edc53f 2059:48600089c73d
27 0.7.0 Getting the current user id 27 0.7.0 Getting the current user id
28 --------------------------------- 28 ---------------------------------
29 29
30 Removed Database.curuserid attribute. Any code referencing this attribute 30 Removed Database.curuserid attribute. Any code referencing this attribute
31 should be replaced with a call to Database.getuid(). 31 should be replaced with a call to Database.getuid().
32
33
34 0.7.0 Email character set
35 -------------------------
36
37 The default character set for sending email is UTF-8 (ie. Unicode). If you
38 have users whose email clients can't handle UTF-8 (eg. Eudora) then you
39 will need to edit the new config.py variable ``EMAIL_CHARSET``.
32 40
33 41
34 0.7.0 ZRoundup changes 42 0.7.0 ZRoundup changes
35 ---------------------- 43 ----------------------
36 44

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