log pylons_app/lib/db_manage.py @ 345:bb8f45f6d8f9

age author description
Wed, 14 Jul 2010 12:50:12 +0200 Marcin Kuzminski updated hg-app db manage and global settings
Wed, 14 Jul 2010 02:28:32 +0200 Marcin Kuzminski Made config file free configuration based on database and capable of beeing manage via application settings + some code cleanups
Thu, 01 Jul 2010 00:57:45 +0200 Marcin Kuzminski updated installation instruction, made more user friendly way of creating all needed configs. All is done now from paster setup-app
Mon, 28 Jun 2010 23:29:57 +0200 Marcin Kuzminski added permission functions to webhelpers, updated dbmanage permissions
Fri, 25 Jun 2010 02:09:33 +0200 Marcin Kuzminski first permissions commit: added permission managment on repository edit. Changed db rmissions, validators.
Sun, 06 Jun 2010 23:35:21 +0200 Marcin Kuzminski updated db manage with some defaults corrected
Sun, 06 Jun 2010 23:34:26 +0200 Marcin Kuzminski typo fix
Sun, 06 Jun 2010 23:33:26 +0200 Marcin Kuzminski updated db manage with some defaults
Fri, 04 Jun 2010 13:08:29 +0200 Marcin Kuzminski licensing updates, code cleanups
Thu, 03 Jun 2010 21:13:05 +0200 Marcin Kuzminski fixed import errors on db_manage
Tue, 01 Jun 2010 22:06:48 +0200 Marcin Kuzminski fixed bug when there was no dbfile, and dbmanage raise an exception
Sun, 30 May 2010 21:30:09 +0200 Marcin Kuzminski small fixes
Sun, 30 May 2010 19:49:40 +0200 Marcin Kuzminski Adde draft for permissions systems, made all needed decorators, and checks. For future usage in the system.
Thu, 27 May 2010 21:31:30 +0200 Marcin Kuzminski changed naming convention for db modules.
Thu, 27 May 2010 00:26:02 +0200 Marcin Kuzminski db manage added more logging, set custom logger and add optional print sql statments
Thu, 27 May 2010 00:04:29 +0200 Marcin Kuzminski fixed dbmanage script to work as standalone script
Wed, 26 May 2010 23:55:20 +0200 Marcin Kuzminski rewritten db manage script to use sqlalchemy. Fixed sqlalchemy models to more generic.
Mon, 19 Apr 2010 22:52:31 +0200 Marcin Kuzminski Updated db manage
Sat, 10 Apr 2010 19:44:22 +0200 Marcin Kuzminski fixed name bug in create db script
Sat, 10 Apr 2010 19:07:13 +0200 Marcin Kuzminski updated db manage script for creating interactive admin account and db
Sat, 10 Apr 2010 15:18:06 +0200 Marcin Kuzminski added db_manage script