log pylons_app/controllers/files.py @ 485:9836541b0509 celery

age author description
Sat, 18 Sep 2010 00:50:54 +0200 Marcin Kuzminski added limit for showing pygemntized source codes larger than 250kb. celery
Sun, 29 Aug 2010 21:56:56 +0200 Marcin Kuzminski fixes #24, added generator that generates equally distrybuted colors. Thus skipping creating one large coloring history.
Wed, 28 Jul 2010 23:38:06 +0200 Marcin Kuzminski templating fixes
Wed, 14 Jul 2010 18:15:37 +0200 Marcin Kuzminski Bugfix for empty diff
Tue, 06 Jul 2010 23:47:28 +0200 Marcin Kuzminski fixed bug when diff command was different than available options
Sun, 04 Jul 2010 13:47:28 +0200 Marcin Kuzminski removed unneded value
Tue, 29 Jun 2010 20:45:03 +0200 Marcin Kuzminski Implemented permissions into hg app, secured admin controllers, templates and repository specific controllers
Wed, 09 Jun 2010 08:07:05 +0200 Marcin Kuzminski fixed bugs when putting empty or unknown changesets into diff
Tue, 08 Jun 2010 23:02:24 +0200 Marcin Kuzminski fixed bug when displaying html not escaped data as raw diff.
Mon, 07 Jun 2010 00:41:07 +0200 Marcin Kuzminski fixed bug for last commit message in file source
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 21:26:18 +0200 Marcin Kuzminski Added archives support. Version bump rhodecode-0.0.0.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.