log pylons_app/controllers/files.py @ 245:a83a1799480c

age author description
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 21:26:18 +0200 Marcin Kuzminski Added archives support. Version bump v0.7.2
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.
Wed, 19 May 2010 00:18:48 +0200 Marcin Kuzminski implemented rawdiff and diff download into diff view.
Mon, 17 May 2010 01:51:47 +0200 Marcin Kuzminski moved diff libs to vcs. updated htmls and css for diff and source
Sat, 15 May 2010 19:53:23 +0200 Marcin Kuzminski Fixed differ to properly extract filenames, and dates from diff file. and swaped order of columns with lines nr in diff html
Wed, 12 May 2010 10:29:41 +0200 Marcin Kuzminski Updated template for summary (archives links)