log pylons_app/controllers/hg.py @ 447:70c2750531d3

age author description
Fri, 03 Sep 2010 07:34:38 +0200 Marcin Kuzminski rewrote sorting on main page, to clickable headers.
Wed, 21 Jul 2010 22:53:04 +0200 Marcin Kuzminski fixed sorting bug.
Tue, 06 Jul 2010 23:50:53 +0200 Marcin Kuzminski fixed bug when, sortables have wrong value
Fri, 04 Jun 2010 13:08:29 +0200 Marcin Kuzminski licensing updates, code cleanups
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:41:03 +0200 Marcin Kuzminski cleaned unused imports
Sat, 22 May 2010 01:47:07 +0200 Marcin Kuzminski Authenticated controller with LoginRequired decorator, and cleaned __before__ (used in baseController now). fixed User for clone url with logged in session user.