cmlenz
2005-03-21T08:06:13.381116Z
/trunk/trac/db.py
Fix to the database connection wrapper in {{{trac/db.py}}}, which would cause infinite recursion when initialization failed. Closes #1327. Thanks to Mark Rowe for the patch.
cmlenz
2005-03-21T08:34:02.522947Z
/trunk/trac/scripts/admin.py
/trunk/trac/scripts
/trunk/trac/tests/tracadmin.py
/trunk/scripts/trac-admin
/trunk/trac/scripts/__init__.py
/trunk/trac/tests/environment.py
/trunk/setup.py
Applied Mark Rowe's patch for refactoring trad-admin into a real module so that the unit tests don't need to invoke it through the shell. Closes #1328. Many thanks.