Code

. changed all config accesses so they access either the instance or the
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 14 Jan 2002 02:20:15 +0000 (02:20 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 14 Jan 2002 02:20:15 +0000 (02:20 +0000)
commit276e0395a0dfc3223c8941fe3b8218a28f1433d0
treee6fcae7b329e03bf2cb964e33c79d31950275016
parent2d1d7d3785ec4c01b24ba2ddc0af214a9e04f1e2
 . changed all config accesses so they access either the instance or the
   config attriubute on the db. This means that all config is obtained from
   instance_config instead of the mish-mash of classes. This will make
   switching to a ConfigParser setup easier too, I hope.

At a minimum, this makes migration a _little_ easier (a lot easier in the
0.5.0 switch, I hope!)

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@536 57a73879-2fb5-44c3-a270-3262357dd7e2
17 files changed:
CHANGES.txt
MIGRATION.txt
roundup/backends/back_anydbm.py
roundup/backends/back_bsddb3.py
roundup/cgi_client.py
roundup/htmltemplate.py
roundup/hyperdb.py
roundup/mailgw.py
roundup/roundupdb.py
roundup/templates/classic/dbinit.py
roundup/templates/classic/interfaces.py
roundup/templates/extended/dbinit.py
roundup/templates/extended/interfaces.py
test/__init__.py
test/test_db.py
test/test_mailgw.py
test/test_schema.py