log pylons_app/model/db.py @ 536:39203995f2c4

age author description
Sat, 02 Oct 2010 01:52:43 +0200 Marcin Kuzminski made action logger more global, to be used in other places to log other actions.
Fri, 01 Oct 2010 00:16:09 +0200 Marcin Kuzminski Implemented server side forks
Fri, 24 Sep 2010 18:13:29 +0200 Marcin Kuzminski Added user action mapper to map push to changeset.
Wed, 22 Sep 2010 04:30:36 +0200 Marcin Kuzminski implemented basic autoupdating statistics fetched from database celery
Mon, 13 Sep 2010 01:23:58 +0200 Marcin Kuzminski Improved testing scenarios. Made test env creator celery
Sun, 05 Sep 2010 23:40:08 +0200 Marcin Kuzminski more test suites on login, fixed strange detached instance bug found during in tests.
Sun, 05 Sep 2010 16:20:29 +0200 Marcin Kuzminski implemented basic (startup) nose test suite.
Wed, 01 Sep 2010 23:32:47 +0200 Marcin Kuzminski moved loged in user propagation out of forms,
Sat, 21 Aug 2010 16:34:37 +0200 Marcin Kuzminski permission refactoring,
Thu, 19 Aug 2010 23:42:40 +0200 Marcin Kuzminski fixed escaping for new webhelpers and added perm2user constraint
Sun, 08 Aug 2010 01:27:14 +0200 Marcin Kuzminski rename repo2perm into repo_to_perm
Fri, 06 Aug 2010 02:03:22 +0200 Marcin Kuzminski Implemented hooks system,
Sun, 01 Aug 2010 18:36:00 +0200 Marcin Kuzminski cleared global application settings.
Tue, 27 Jul 2010 14:53:22 +0200 Marcin Kuzminski fixes issue #16 reimplementation of database repository, for using generic pk instead of repo naming as pk. Which caused to many problems.
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