log pylons_app/model/hg_model.py @ 450:c3236d7febad

age author description
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
Mon, 07 Jun 2010 00:18:33 +0200 Marcin Kuzminski Implemented basic repository managment. Implemented repo2db mappings, model, helpers updates and code cleanups
Fri, 04 Jun 2010 13:08:29 +0200 Marcin Kuzminski licensing updates, code cleanups
Thu, 03 Jun 2010 20:28:46 +0200 Marcin Kuzminski Added support for repository located in subdirectories.
Thu, 03 Jun 2010 00:04:48 +0200 Marcin Kuzminski Reimplemented way of caching repos list, hg model now get's repos objects right from cached dict, this way we skipp creating instances of MercurialRepository and gain performance. Some import cleanup
Tue, 25 May 2010 23:40:01 +0200 Marcin Kuzminski fixed sorting of repos with big letters
Sat, 22 May 2010 16:07:28 +0200 Marcin Kuzminski cleared prints leftoovers, and changed current user fetching in login controller
Sun, 09 May 2010 14:13:20 +0200 Marcin Kuzminski Added empty changeset to use in newly created repository, and used this inside a hg model in repos list
Sat, 24 Apr 2010 17:15:57 +0200 Marcin Kuzminski Change logic for more vcs based.
Wed, 21 Apr 2010 00:26:11 +0200 Marcin Kuzminski added empty controllers for branches tags files graph, routing and test for them
Sun, 18 Apr 2010 00:31:58 +0200 Marcin Kuzminski Moved summary to seperate controller,
Sat, 17 Apr 2010 22:17:17 +0200 Marcin Kuzminski reimplemented summary page,
Mon, 12 Apr 2010 10:29:18 +0200 Marcin Kuzminski Started summary page. Added filters to templates. used by n,self.f.filtername prefixed by n to disable other filters. Few other fixes found
Sun, 11 Apr 2010 22:57:16 +0200 Marcin Kuzminski Updated model with never vcs implementation using MercurialRepo class
Sun, 11 Apr 2010 00:11:56 +0200 Marcin Kuzminski small fix for undefined contact
Fri, 09 Apr 2010 03:00:20 +0200 Marcin Kuzminski Added hg model,implemented removal of repos, added HgModel for fetching repos(with generator)