log

age author description
Tue, 07 Jun 2011 17:58:51 +0200 Marcin Kuzminski fixes #200, rewrote the whole caching mechanism to get rid of such problems. Now cached instances are attached beta
Mon, 06 Jun 2011 17:30:34 +0200 Marcin Kuzminski applied caching query update from latest sqlalchemy beta
Sun, 05 Jun 2011 02:12:19 +0200 Marcin Kuzminski removed leftover print beta
Sun, 05 Jun 2011 02:09:27 +0200 Marcin Kuzminski fixed issue with adding new group. template typo fix for empty group beta
Sat, 04 Jun 2011 22:59:05 +0200 Marcin Kuzminski timerproxy will use the same logger as sqlalchemy, in order to be controlled by sqlalchemy logger settings beta
Sat, 04 Jun 2011 22:57:22 +0200 Marcin Kuzminski fixed #47 adding a new repo that have a group chosen had wrong paths. beta
Sat, 04 Jun 2011 20:34:30 +0200 Marcin Kuzminski Bumped sqlalchemy version to 0.7, replaced timerproxy with new event system for sqlalchemy. beta
Sat, 04 Jun 2011 01:16:39 +0200 Marcin Kuzminski Removed all string concat for exchange of ''.join() beta
Sat, 04 Jun 2011 00:57:23 +0200 Marcin Kuzminski fixed ldap active checkbox not saving it's state beta
Sat, 04 Jun 2011 00:28:58 +0200 Marcin Kuzminski fixes issue #198 password will require only 3 chars now for login form beta
Sat, 04 Jun 2011 00:14:32 +0200 Marcin Kuzminski Make rhodecode use author/username filter from vcs instead of mercurial beta
Fri, 03 Jun 2011 13:45:10 +0200 Marcin Kuzminski added simple profiling middleware controlled by .ini file flag beta
Fri, 03 Jun 2011 13:44:10 +0200 Marcin Kuzminski fixes issue #197 Relative paths for pidlocks beta
Thu, 02 Jun 2011 15:25:28 +0200 Marcin Kuzminski Tooltip wrapp fix beta
Thu, 02 Jun 2011 15:11:13 +0200 Marcin Kuzminski wrap_paragraph was to slow for toolip generation and was removed. beta
Thu, 26 May 2011 01:48:29 +0200 Marcin Kuzminski Small cache fixes. beta
Thu, 26 May 2011 01:38:40 +0200 Marcin Kuzminski #47 fixed group aware on adding new repo beta
Thu, 26 May 2011 01:28:06 +0200 Marcin Kuzminski #47 added editing of groups, and moving them between. Added check constraint for groups beta
Thu, 26 May 2011 01:06:33 +0200 Marcin Kuzminski translated resource map into full routes map, added validation for repos_group id beta
Wed, 25 May 2011 10:27:29 +0200 Marcin Kuzminski #47 implemented basic edition of groups beta
Mon, 23 May 2011 02:46:43 +0200 Marcin Kuzminski #47 implemented deleting of empty groups. Fixed problem with full paths on nested groups beta
Mon, 23 May 2011 02:22:00 +0200 Marcin Kuzminski #47 implemented Adding of new repo_groups+forms+validators. Fixed sorting of repo groups by main names in multiple locations. Removed some unneeded calls to self.sa for exchange to .query() methods. beta
Mon, 23 May 2011 00:18:32 +0200 Marcin Kuzminski Admin view will see repos_groups in main list beta
Mon, 23 May 2011 00:00:03 +0200 Marcin Kuzminski #47 implemented basic gui for browsing repo groups beta
Sun, 22 May 2011 21:09:02 +0200 Marcin Kuzminski When creating a remote repository, with credentials filled, it's good to hide username and password from the clone url. Only administrators can see this in repository settings page beta
Sun, 15 May 2011 19:13:08 +0200 Marcin Kuzminski small fixes for test crawler beta
Sun, 15 May 2011 18:29:33 +0200 Marcin Kuzminski reverted copy of cached instance: beta
Sun, 15 May 2011 18:22:02 +0200 Marcin Kuzminski update caching_query from latest sqlalchemy beta
Sun, 15 May 2011 18:20:53 +0200 Marcin Kuzminski Updated test_crawler to scan paths in more sensible order using ordered tuple. beta
Sun, 15 May 2011 18:18:00 +0200 Marcin Kuzminski Changed OrderedDict implementation to pypy odict, in general it's the fastest and most reliable solution. Added OrderedTuple from python foundation. beta
Sun, 15 May 2011 13:49:14 +0200 Marcin Kuzminski Do a redirect to login for anonymous users beta
Sun, 15 May 2011 13:20:07 +0200 Marcin Kuzminski fixed redirection link in notAnonymous decorator beta
Fri, 13 May 2011 19:08:37 +0200 Marcin Kuzminski Added mem_watch script. Test can also walk on file tree. Fixed some path issues beta
Fri, 13 May 2011 18:20:28 +0200 Marcin Kuzminski refactor of routing to use one common prefix for admin, this way it's easier to change beta
Fri, 13 May 2011 17:30:54 +0200 Marcin Kuzminski added test for crawling and memory usage beta
Fri, 13 May 2011 16:53:46 +0200 Marcin Kuzminski fixed error when given page in pagination was out of range in changelog view beta
Thu, 12 May 2011 21:12:18 +0200 Marcin Kuzminski Anonymous user shouldn't use gravatar, changed gravatar into regular hosted image. beta
Thu, 12 May 2011 19:50:48 +0200 Marcin Kuzminski merged fix for #189
Thu, 12 May 2011 19:49:22 +0200 Marcin Kuzminski fixes issue #189 beta
Thu, 12 May 2011 18:11:01 +0200 Marcin Kuzminski merged fix for #188 into default
Thu, 12 May 2011 18:07:24 +0200 Marcin Kuzminski fixed css issues with action icons beta
Thu, 12 May 2011 18:03:25 +0200 Marcin Kuzminski fixes #188 - relationship delete of repo_to_perm entry on user removal beta
Thu, 12 May 2011 00:37:40 +0200 Marcin Kuzminski fixed regresion made in previos commit, that introduced bug in handling regular repositories beta
Thu, 12 May 2011 00:31:17 +0200 Marcin Kuzminski fixed saving settings on repositories inside groups, also fixes #187 beta
Sun, 08 May 2011 20:11:26 +0200 Marcin Kuzminski fixed small bug in selection links when sorting messes up for <10 numbers beta
Sun, 08 May 2011 20:04:35 +0200 Marcin Kuzminski fixed local hgrc settings, patch introduced by Marc Villetard beta
Sun, 08 May 2011 19:58:42 +0200 Marcin Kuzminski Fixed problem with anchor link positioning when passed in ranges. beta
Sat, 07 May 2011 16:21:53 +0200 Marcin Kuzminski foucs on quick login username after activation beta
Fri, 06 May 2011 23:22:53 +0200 Marcin Kuzminski quick login toggle beta
Fri, 06 May 2011 22:49:47 +0200 Marcin Kuzminski merge with quick login beta
Fri, 06 May 2011 18:00:41 +0200 Marcin Kuzminski added draft for quick login menu beta
Thu, 05 May 2011 18:50:13 +0200 Marcin Kuzminski Part one from patch introduced by Marc Villetard beta
Thu, 05 May 2011 15:07:32 +0200 Marcin Kuzminski bumped vcs to latest dev beta
Wed, 04 May 2011 19:19:00 +0200 Marcin Kuzminski disabled edition of binary files beta
Wed, 04 May 2011 19:06:56 +0200 Marcin Kuzminski logged local commit with special action via action_logger, beta
Wed, 04 May 2011 18:37:32 +0200 Marcin Kuzminski moved out commit into scm model, and added cache invalidation after commit. beta
Wed, 04 May 2011 16:57:27 +0200 Marcin Kuzminski fixed white-space formatting for description in summary page beta
Tue, 03 May 2011 21:52:38 +0200 Marcin Kuzminski small docs updates beta
Tue, 03 May 2011 21:27:57 +0200 Marcin Kuzminski changes for archivals in rhodecode. Also made it work for git that way beta
Tue, 03 May 2011 16:54:43 +0200 Marcin Kuzminski pep8ify beta