log pylons_app/controllers/feed.py @ 507:f420e86db893

age author description
Mon, 27 Sep 2010 03:13:05 +0200 Marcin Kuzminski drastic speed improvment in feed generation (was using old method)
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
Sun, 23 May 2010 02:07:56 +0200 Marcin Kuzminski bumped version to 0.7.1 added atom and rss feeds. Moved https Fixud middleware before error middleware to proper generate debug page (static imports) rhodecode-0.0.0.7.1
Sun, 23 May 2010 01:03:54 +0200 Marcin Kuzminski Added feed controllers, urls,and changed index page to use them.