log pylons_app/model/hg_model.py @ 512:d945c95ba4ac

age author description
Tue, 28 Sep 2010 20:25:58 +0000 Marcin Kuzminski refactoring for new vcs implementation
Tue, 28 Sep 2010 20:14:16 +0000 Marcin Kuzminski removed .lower() from permission checking of cached repos list since repos can have capital letters now
Sun, 19 Sep 2010 03:42:48 +0200 Marcin Kuzminski fixed sorting in repo list switcher and removed lower() since repo names can be have capital letters now celery
Fri, 17 Sep 2010 21:35:46 +0200 Marcin Kuzminski added caching queries to hg-app celery
Tue, 14 Sep 2010 17:34:15 +0200 Marcin Kuzminski Some gui fixes celery
Mon, 13 Sep 2010 01:23:58 +0200 Marcin Kuzminski Improved testing scenarios. Made test env creator celery
Fri, 03 Sep 2010 09:55:48 +0200 Marcin Kuzminski fixed, empty cs bug.
Fri, 30 Jul 2010 22:12:06 +0200 Marcin Kuzminski Fixes #18, removing user, who owns some repositories
Wed, 28 Jul 2010 02:25:47 +0200 Marcin Kuzminski Added permissions check on repo switcher,
Tue, 27 Jul 2010 14:54:41 +0200 Marcin Kuzminski fixed user permissions bug when adding permissions to user who couldn load those because of auth decorators
Wed, 14 Jul 2010 18:31:06 +0200 Marcin Kuzminski Added application settings, are now customizable from database
Wed, 30 Jun 2010 22:47:19 +0200 Marcin Kuzminski Updated readme
Mon, 28 Jun 2010 21:42:06 +0200 Marcin Kuzminski db model fix, added repo instance to cached repos list
Sun, 13 Jun 2010 23:14:04 +0200 Marcin Kuzminski implemented yui tooltip, and added it into annotation and main page.
Fri, 11 Jun 2010 16:52:00 +0200 Marcin Kuzminski changed way of getting repository in changelog. + some code cleanups