log

age author description
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
Tue, 03 May 2011 16:20:06 +0200 Marcin Kuzminski Added support for ascendent characters for inMemoryCommit beta
Tue, 03 May 2011 14:13:37 +0200 Marcin Kuzminski Added server side file editing with commit beta
Mon, 02 May 2011 19:07:18 +0200 Marcin Kuzminski gui-improvments beta
Mon, 02 May 2011 15:01:29 +0200 Marcin Kuzminski whoosh errors don't crash entire app now, just display an error and log exception instead beta
Mon, 02 May 2011 14:42:51 +0200 Marcin Kuzminski moved LANGUAGE_EXTENSION_MAP to lib, and made whoosh indexer use the same map beta
Mon, 02 May 2011 13:02:58 +0200 Marcin Kuzminski Added simple forks page, resolves issue #179 beta
Mon, 02 May 2011 12:40:57 +0200 Marcin Kuzminski fixed problem with `Cannot operate on a closed database` error, by forcing NullPool when using sqlite database. beta
Mon, 02 May 2011 11:45:54 +0200 Marcin Kuzminski small fixes for interactive prompt in setup beta
Sun, 01 May 2011 22:21:19 +0200 Marcin Kuzminski fixed http/s validation for clone_uri, and missing return value. beta
Sun, 01 May 2011 22:03:01 +0200 Marcin Kuzminski fixed problem with quick filter mixed case search patterns beta
Wed, 27 Apr 2011 21:45:21 +0200 Marcin Kuzminski small fixes to test_hg_operations script beta
Wed, 27 Apr 2011 20:16:03 +0200 Marcin Kuzminski fixes #183 decoding of paths in changes beta
Wed, 27 Apr 2011 01:29:49 +0200 Marcin Kuzminski updated contributors beta
Wed, 27 Apr 2011 01:27:39 +0200 Marcin Kuzminski fixed issue #181, and small fix in gitmiddleware beta
Wed, 27 Apr 2011 01:19:17 +0200 Marcin Kuzminski added some fixes to LDAP form re-submition, new simples ldap-settings getter. beta
Tue, 26 Apr 2011 20:28:46 +0200 Marcin Kuzminski Merge with 74685a31cc43600646843697dfa8bb2094eb1ea5 - contributions to LDAP made by Lorenzo M. Catucci beta
Tue, 26 Apr 2011 19:17:06 +0200 Lorenzo M. Catucci Enable start_tls connection encryption. beta
Tue, 26 Apr 2011 14:03:00 +0200 Lorenzo M. Catucci Automated merge with https://rhodecode.org/rhodecode beta
Tue, 26 Apr 2011 14:02:53 +0200 Lorenzo M. Catucci Set a default value for needed attributes. beta
Tue, 26 Apr 2011 14:02:18 +0200 Lorenzo M. Catucci Fetch entry after successful bind for being able to read its attributes. beta
Tue, 26 Apr 2011 19:21:11 +0200 Marcin Kuzminski fixes #182
Tue, 26 Apr 2011 19:19:18 +0200 Marcin Kuzminski changelog update beta
Tue, 26 Apr 2011 19:05:19 +0200 Marcin Kuzminski fixes #182 beta
Sun, 24 Apr 2011 23:20:58 +0200 Marcin Kuzminski small fixes for gitmiddleware beta
Sun, 24 Apr 2011 17:36:09 +0200 Marcin Kuzminski fixed condition evaluated for gitrepo that returned null, simplified scm functions beta
Sun, 24 Apr 2011 16:59:27 +0200 Marcin Kuzminski small fixes for git support beta
Sat, 23 Apr 2011 17:22:50 +0200 Marcin Kuzminski pep8ify + small fixes for followers page + added tooltips for followers beta
Sat, 23 Apr 2011 17:11:12 +0200 Marcin Kuzminski #179 Added followers page beta
Sat, 23 Apr 2011 16:38:10 +0200 Marcin Kuzminski changed dafault to use sqlite for dev beta
Sat, 23 Apr 2011 15:56:17 +0200 Marcin Kuzminski fixed path for .ini file in test hg operations 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, 23 Apr 2011 14:52:44 +0200 Marcin Kuzminski Added extra check for very large diffs in changesets, sometimes for very large diffs the diff parser could kill CPU. beta
Sat, 23 Apr 2011 14:23:13 +0200 Marcin Kuzminski Added show as raw into big diff beta
Thu, 21 Apr 2011 00:06:06 +0200 Marcin Kuzminski updated pot file, and bumped dulwich version beta
Tue, 19 Apr 2011 17:28:42 +0200 Marcin Kuzminski Fixed permissions for users groups, group can have create repo permission now. beta
Tue, 19 Apr 2011 17:23:02 +0200 Marcin Kuzminski removed extra query for default user beta
Tue, 19 Apr 2011 17:21:19 +0200 Marcin Kuzminski tries to fix issue #177 by fallback to user.user_id instead of fetching from db, user.user_id beta
Mon, 18 Apr 2011 20:59:14 +0200 Marcin Kuzminski fixes #172 beta
Mon, 18 Apr 2011 20:55:37 +0200 Marcin Kuzminski user defined permission will update the global permissions, and overwrite default settings. beta
Mon, 18 Apr 2011 20:18:12 +0200 Marcin Kuzminski Fixed #161 form saves the create repository permission. beta
Sun, 17 Apr 2011 16:26:40 +0200 Marcin Kuzminski added some info to corrupted repo message that helps diagnose the cause from log itself. beta
Sun, 17 Apr 2011 14:45:16 +0200 Marcin Kuzminski moved locking of commit stats into the task itself to remove race conditions when lock was not removed before starting another task. beta
Sat, 16 Apr 2011 22:03:19 +0200 Marcin Kuzminski added quick filter into repo switcher list beta
Sat, 16 Apr 2011 21:11:49 +0200 Marcin Kuzminski simplified example init.d script beta
Sat, 16 Apr 2011 21:05:21 +0200 Marcin Kuzminski added dump validation of cloneurl, it can still freeze if server will ask for auth. beta
Fri, 15 Apr 2011 01:00:29 +0200 Marcin Kuzminski removed bad import beta
Thu, 14 Apr 2011 10:52:12 +0200 Marcin Kuzminski fixed problem with binary files, and for files that were deleted. beta
Thu, 14 Apr 2011 01:07:18 +0200 Marcin Kuzminski fixed possible float division, and changeset ranges bug introduced in stat changeset. beta
Thu, 14 Apr 2011 00:43:23 +0200 Marcin Kuzminski Implemented --stat for changelog beta
Wed, 13 Apr 2011 01:18:08 +0200 Marcin Kuzminski added flattr button to docs
Wed, 13 Apr 2011 00:39:15 +0200 Marcin Kuzminski fixes issue #163 RhodeCode will check and report a corrupted repo. A rescan with destroy old data should be perform after such operations beta
Wed, 13 Apr 2011 00:10:09 +0200 Marcin Kuzminski small merges from default beta
Wed, 13 Apr 2011 00:04:47 +0200 Marcin Kuzminski Added tag v1.1.8 for changeset c8974135732a
Tue, 12 Apr 2011 23:51:04 +0200 Marcin Kuzminski docs, and changelog update rhodecode-0.0.1.1.8
Tue, 12 Apr 2011 21:08:09 +0200 Marcin Kuzminski removed leftover print beta
Tue, 12 Apr 2011 20:10:47 +0200 Marcin Kuzminski merged latest fixes for stable
Tue, 12 Apr 2011 19:48:02 +0200 Marcin Kuzminski fixes issue #166, made clone-uri use the pylons build in url generators, that way it's more safe. beta
Tue, 12 Apr 2011 01:30:00 +0200 Marcin Kuzminski fixed some buttons text issues. Reported by Thomas Waldmann beta
Tue, 12 Apr 2011 00:17:00 +0200 Marcin Kuzminski made rhodecode compatible with 1024px displays beta
Mon, 11 Apr 2011 23:04:52 +0200 Marcin Kuzminski PEP8ify beta
Mon, 11 Apr 2011 22:47:27 +0200 Marcin Kuzminski PEP8ify - controllers beta
Mon, 11 Apr 2011 22:24:04 +0200 Marcin Kuzminski fixed issue #165 trending source files are now stored in cache as ext only, and translated to description only when displaying, so future changes of mappings will take affect right away. beta
Sun, 10 Apr 2011 23:34:28 +0200 Marcin Kuzminski removed leftover print beta
Sun, 10 Apr 2011 20:03:23 +0200 Marcin Kuzminski fixes #164 beta
Sun, 10 Apr 2011 19:54:49 +0200 Marcin Kuzminski changed raw action to show images instead of saying about binary file beta
Sun, 10 Apr 2011 00:01:04 +0200 Marcin Kuzminski fixes issue #159, thanks to Thomas Waldmann beta