comparison doc/upgrading.txt @ 2374:31cb1014300c

Switch to using sqlite's own locking mechanisms... Automatically start a new transaction on hyperdb commit(). Better RDBMS demo.py nuke handling. (minor doc fixes)
author Richard Jones <richard@users.sourceforge.net>
date Fri, 28 May 2004 01:09:11 +0000
parents 51b34469b7aa
children 096063697f77
comparison
equal deleted inserted replaced
2372:c26bb78d2f0c 2374:31cb1014300c
41 Charset preference is kept in the browser cookie ``roundup_charset``. 41 Charset preference is kept in the browser cookie ``roundup_charset``.
42 42
43 Lines ``meta http-equiv`` added to the tracker templates in version 0.6.0 43 Lines ``meta http-equiv`` added to the tracker templates in version 0.6.0
44 are misleading and should be removed. Actual charset is sent in the 44 are misleading and should be removed. Actual charset is sent in the
45 true http header. 45 true http header.
46
47
48 Migrating from 0.7.2 to 0.7.3
49 =============================
50
51 0.7.3 Configuration
52 -------------------
53
54 If you choose, you may specify the directory from which static files are
55 served (those which use the URL component ``@@file``). Currently the
56 directory defaults to the ``TEMPLATES`` configuration variable. You may
57 define a new variable, ``STATIC_FILES`` which overrides this value for
58 static files.
59
46 60
47 Migrating from 0.7.0 to 0.7.2 61 Migrating from 0.7.0 to 0.7.2
48 ============================= 62 =============================
49 63
50 0.7.2 DEFAULT_TIMEZONE is now required 64 0.7.2 DEFAULT_TIMEZONE is now required

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