log rhodecode/lib/middleware/simplehg.py @ 1512:bf263968da47

age author description
Fri, 07 Oct 2011 01:08:50 +0200 Marcin Kuzminski merge beta in stable branch
Sat, 01 Oct 2011 21:51:28 +0300 Marcin Kuzminski changed check_... functions from their stupid names to something less retarded :) beta
Sat, 01 Oct 2011 21:40:34 +0300 Marcin Kuzminski fixed broken check_repo on middlewares beta
Thu, 29 Sep 2011 23:57:44 +0300 Marcin Kuzminski Removed deprecated usage of UserModel() in simplehg and simplegit beta
Thu, 29 Sep 2011 23:32:13 +0300 Marcin Kuzminski #176 LookupError: 00changelog.i@66f0739d7517: no node beta
Thu, 30 Jun 2011 01:25:37 +0200 Marcin Kuzminski Unicode fixes, added safe_str method for global str() operations +better test sandboxing beta
Sun, 08 May 2011 20:04:35 +0200 Marcin Kuzminski fixed local hgrc settings, patch introduced by Marc Villetard beta
Wed, 27 Apr 2011 01:27:39 +0200 Marcin Kuzminski fixed issue #181, and small fix in gitmiddleware beta
Sat, 23 Apr 2011 15:52:32 +0200 Marcin Kuzminski small rewrite for injecting rhodecode_extras into ui. instead of injecting to hgweb instance, inject to ui and pass to hgweb. It's simpler and more readable. beta
Sat, 23 Apr 2011 15:17:42 +0200 Marcin Kuzminski pep8ify middlewares beta
Sat, 09 Apr 2011 17:13:15 +0200 Marcin Kuzminski fixes for stable
Tue, 05 Apr 2011 18:04:06 +0200 Marcin Kuzminski fixes for issue #149
Mon, 04 Apr 2011 20:01:45 +0200 Marcin Kuzminski fixed license issue #149 beta
Sun, 03 Apr 2011 18:23:15 +0200 Marcin Kuzminski source code cleanup: remove trailing white space, normalize file endings beta
Sun, 13 Mar 2011 01:22:29 +0100 Marcin Kuzminski let action always return pull command for better security on pull restricted repos beta
Tue, 01 Feb 2011 02:18:05 +0100 Marcin Kuzminski simplified simplegit and simplehg a little beta
Thu, 06 Jan 2011 19:10:25 +0100 Marcin Kuzminski merged found bugs and fixed for stable release:
Thu, 06 Jan 2011 14:36:10 +0100 Marcin Kuzminski fixes #97 in simplehg and simplegit, force casting to headers beta
Mon, 03 Jan 2011 00:47:16 +0100 Marcin Kuzminski Rewrite simehg for enabling cloning with raw url for anonymous access + some optimizations for making less queries when authenticating users. beta
Fri, 31 Dec 2010 19:58:43 +0100 Marcin Kuzminski code docs, updates beta
Fri, 31 Dec 2010 19:46:56 +0100 Marcin Kuzminski fixed copyright year to 2011 beta
Thu, 30 Dec 2010 18:43:04 +0100 Marcin Kuzminski fixed error propagation when using git/mercurial requests beta
Thu, 25 Nov 2010 01:57:37 +0100 Marcin Kuzminski project refactoring, cleaned up lib.utils from rarly used functions, and place them beta
Thu, 18 Nov 2010 19:23:39 +0100 Marcin Kuzminski removed 'thank you..' message from simpleHG, it should be used in hooks. beta
Thu, 11 Nov 2010 01:21:33 +0100 Marcin Kuzminski #49 Enabled anonymous access push and pull commands beta
Sun, 07 Nov 2010 15:02:56 +0100 Marcin Kuzminski Moved out reposcan into hg Model. beta
Fri, 05 Nov 2010 18:38:25 +0100 Marcin Kuzminski propagate changes for #48 into simplegit. beta
Fri, 05 Nov 2010 18:26:26 +0100 Marcin Kuzminski #48 rewrite action loggers into hooks with all changesets that are inside a push beta
Thu, 21 Oct 2010 01:38:14 +0200 Marcin Kuzminski Code refactoring,models renames beta
Mon, 18 Oct 2010 04:11:59 +0200 Marcin Kuzminski fixed chrome repo switcher issue