log pylons_app/controllers/hg.py @ 169:8e01265fb586

age author description
Fri, 21 May 2010 02:17:13 +0200 Marcin Kuzminski added long term caching of repo_list to the base controller. changed hg and repos to use that cached list.
Sun, 09 May 2010 13:20:52 +0200 Marcin Kuzminski removed ununsed imports
Wed, 28 Apr 2010 22:09:01 +0200 Marcin Kuzminski Removed unneeded action from controller. That was a part of old hg implementation
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
Sun, 18 Apr 2010 00:31:58 +0200 Marcin Kuzminski Moved summary to seperate controller,
Sat, 17 Apr 2010 22:17:17 +0200 Marcin Kuzminski reimplemented summary page,
Tue, 13 Apr 2010 22:32:53 +0200 Marcin Kuzminski refactoring update
Mon, 12 Apr 2010 10:29:18 +0200 Marcin Kuzminski Started summary page. Added filters to templates. used by n,self.f.filtername prefixed by n to disable other filters. Few other fixes found
Fri, 09 Apr 2010 03:00:20 +0200 Marcin Kuzminski Added hg model,implemented removal of repos, added HgModel for fetching repos(with generator)
Fri, 09 Apr 2010 01:42:48 +0200 Marcin Kuzminski Implemented main page sorting
Fri, 09 Apr 2010 00:30:42 +0200 Marcin Kuzminski Added last change translation to 'time ago', added generation of enabled zip archives
Thu, 08 Apr 2010 22:59:49 +0200 Marcin Kuzminski Implemented index page using vcs
Wed, 07 Apr 2010 15:28:50 +0200 marcink changed for pylons 0.1 / 1.0
Wed, 07 Apr 2010 00:51:55 +0200 Marcin Kuzminski Added app basic auth.
Thu, 18 Mar 2010 14:37:05 +0100 marcink Bugfix when client is using old mercurial version and not setting http accept
Fri, 05 Mar 2010 01:14:30 +0100 Marcin Kuzminski dirty fix for multiple file encodings,
Thu, 04 Mar 2010 23:13:12 +0100 Marcin Kuzminski Tempalting change, bugfix for serving raw files, and diffs. Now raw files are not parsed thruough mako, and diffs are mako safe (not parsed also)
Sun, 28 Feb 2010 14:19:21 +0100 Marcin Kuzminski Removed default contact name
Sun, 28 Feb 2010 02:24:44 +0100 Marcin Kuzminski Wrapped into mako templates,
Sun, 28 Feb 2010 01:52:38 +0100 Marcin Kuzminski Added custom templates, did over check of code to make it work.
Sat, 20 Feb 2010 17:51:51 +0100 Marcin Kuzminski Added pylons manage script
Sat, 20 Feb 2010 14:30:13 +0100 Marcin Kuzminski major app speedup moved the wsgi creation to app globals, in order to make it run only once.
Thu, 18 Feb 2010 17:36:43 +0100 Marcin Kuzminski Changed to webapp, removed get from routes,
Thu, 18 Feb 2010 14:51:26 +0100 Marcin Kuzminski added autoconfig loading
Thu, 18 Feb 2010 14:13:45 +0100 Marcin Kuzminski added repo creation
Thu, 18 Feb 2010 13:01:57 +0100 Marcin Kuzminski initial commit.