log pylons_app/controllers/changelog.py @ 361:3581656180b7

age author description
Sat, 24 Jul 2010 00:53:43 +0200 Marcin Kuzminski just a #
Wed, 30 Jun 2010 17:05:20 +0200 Marcin Kuzminski made graphg ticker, and fixes a paging bug caused grapgh disaligment
Tue, 29 Jun 2010 20:45:03 +0200 Marcin Kuzminski Implemented permissions into hg app, secured admin controllers, templates and repository specific controllers
Wed, 23 Jun 2010 00:40:04 +0200 Marcin Kuzminski code cleanups
Wed, 23 Jun 2010 00:18:10 +0200 Marcin Kuzminski Initial graph release.
Sun, 13 Jun 2010 23:56:16 +0200 Marcin Kuzminski switched filters into webhelpers for easy of usage.
Fri, 11 Jun 2010 16:52:00 +0200 Marcin Kuzminski changed way of getting repository in changelog. + some code cleanups
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
Mon, 24 May 2010 01:10:09 +0200 Marcin Kuzminski bugfix
Mon, 24 May 2010 00:58:26 +0200 Marcin Kuzminski version bump. Bugfix when changelog parameter was not an int. Added limit for 100 changelogs to view at once. rhodecode-0.0.0.7.3
Sat, 22 May 2010 19:18:09 +0200 Marcin Kuzminski moved all cache function out to Base Controller for easier maintainance
Sat, 22 May 2010 01:58:36 +0200 Marcin Kuzminski full changelog caching, secured changelog with LoginRequired, some minor changes in graph
Sun, 09 May 2010 17:22:30 +0200 Marcin Kuzminski Changeg graph to changelog, and changelog to shortlog
Mon, 03 May 2010 19:07:54 +0200 Marcin Kuzminski Html changes and cleanups, made folders for html templates, implemented tags and branches pages
Sun, 25 Apr 2010 01:25:54 +0200 Marcin Kuzminski statics moved to pylons.
Wed, 21 Apr 2010 00:26:11 +0200 Marcin Kuzminski added empty controllers for branches tags files graph, routing and test for them