log rhodecode/model/db.py @ 3971:7f71d22a1794

age author description
Tue, 11 Jun 2013 13:51:23 +0200 Marcin Kuzminski Fixed issues with how mysql handles float values. Caused gists with
Fri, 07 Jun 2013 00:31:11 +0200 Marcin Kuzminski Merged dev into stable/default/master branch
Thu, 06 Jun 2013 23:47:06 +0200 Marcin Kuzminski Add autoincrement for sqlite into Gist table. beta
Tue, 04 Jun 2013 00:29:46 +0200 Marcin Kuzminski fixed translation and unicode issues beta
Tue, 28 May 2013 23:02:02 +0200 Marcin Kuzminski Add default for dashbord items and create default beta
Sun, 19 May 2013 14:46:57 +0200 Marcin Kuzminski decrease column size for gist_access_id. beta
Sun, 19 May 2013 14:35:15 +0200 Marcin Kuzminski fixed mysql issues with index beta
Sun, 19 May 2013 01:36:41 +0200 Marcin Kuzminski store download archive actions in journal beta
Sat, 18 May 2013 23:41:37 +0200 Marcin Kuzminski refactored url.resource to full definition of routes beta
Sun, 12 May 2013 16:58:01 +0200 Marcin Kuzminski added alias configuration option for gists. beta
Sat, 11 May 2013 22:43:54 +0200 Marcin Kuzminski gists: add some API related code improvements beta
Sat, 11 May 2013 20:24:02 +0200 Marcin Kuzminski Implemented simple gist functionality ref #530. beta
Mon, 06 May 2013 16:34:02 +0200 Marcin Kuzminski locking API returns objects instead of string messages. beta
Tue, 23 Apr 2013 02:18:31 +0200 Marcin Kuzminski UserGroup on UserGroup permissions implementation. beta
Tue, 23 Apr 2013 00:47:22 +0200 Marcin Kuzminski Added separate default permission for external_auth account beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich invalidate: encapsulate how key is generated from repo_name and kind beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich invalidation: merge .invalidate and .set_valid as .test_and_set_valid beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich api: don't report invalidated cache_keys after invalidating a repo beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich invalidate: clear CacheInvalidation when upgrading beta
Wed, 10 Apr 2013 14:33:04 +0200 Marcin Kuzminski New default permissions definition for user group create beta
Wed, 10 Apr 2013 02:55:21 +0200 Marcin Kuzminski fixed default permissions population during upgrades beta
Tue, 09 Apr 2013 01:14:44 +0200 Marcin Kuzminski add repr for UserToPerm beta
Fri, 05 Apr 2013 02:51:37 +0200 Mads Kiilerich Minor changes beta
Mon, 08 Apr 2013 22:47:35 +0200 Marcin Kuzminski - Manage User’s Groups: create, delete, rename, add/remove users inside. beta
Sun, 07 Apr 2013 18:37:22 +0200 Marcin Kuzminski merge with rc1
Fri, 05 Apr 2013 13:49:03 +0200 Marcin Kuzminski fixed prefix extractions from cache keys + cleanup beta
Fri, 05 Apr 2013 13:27:28 +0200 Marcin Kuzminski repr of cache inv object show also now cache_active + some better logging beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich invalidation: set_invalidate is (obviously) only used to invalidate the whole repo beta
Thu, 04 Apr 2013 15:55:53 +0200 Mads Kiilerich invalidation: inline _get_or_create_inv_obj beta
Thu, 04 Apr 2013 15:55:53 +0200 Mads Kiilerich invalidation: simplify get_prefix beta
Wed, 27 Mar 2013 19:55:50 +0100 Mads Kiilerich invalidation: some documentation and refactoring, second round beta
Fri, 05 Apr 2013 12:47:34 +0200 Marcin Kuzminski scm_instance shouldn't be cached in anyway inside object beta
Fri, 29 Mar 2013 23:49:21 +0100 Marcin Kuzminski fixed issues with importing non-ascii repo names beta
Thu, 28 Mar 2013 03:34:36 +0100 Marcin Kuzminski Don't catch all exceptions beta
Thu, 28 Mar 2013 01:10:45 +0100 Mads Kiilerich follow Python conventions for boolean values beta
Tue, 26 Mar 2013 23:15:16 +0100 Mads Kiilerich invalidation: some documentation and refactoring beta
Tue, 26 Mar 2013 15:53:11 +0100 Mads Kiilerich breadcrumbs: make repo names link to summary pages beta
Sun, 24 Mar 2013 03:07:04 +0100 Marcin Kuzminski Switched handling of RhodeCode extra params in consistent way beta
Wed, 20 Mar 2013 14:00:17 +0100 Mads Kiilerich Describe top level groups as 'top level' instead of 'no parent' beta
Tue, 19 Mar 2013 23:43:40 +0100 Marcin Kuzminski no_cache version of scm is now a function beta
Thu, 07 Mar 2013 20:06:45 +0100 Marcin Kuzminski get_locks API function draft beta
Wed, 06 Mar 2013 16:31:22 +0100 Marcin Kuzminski fixed some unicode problems with archive downloads beta
Wed, 06 Mar 2013 13:37:42 +0100 Marcin Kuzminski Moved inject ui into base vcs classe beta
Wed, 06 Mar 2013 01:53:55 +0100 Marcin Kuzminski codecleaner beta
Wed, 06 Mar 2013 00:20:13 +0100 Marcin Kuzminski fixed issue with renaming repos group together with changing parents with multiple nested trees
Thu, 14 Feb 2013 23:34:59 +0100 Marcin Kuzminski fixes #762, LDAP and container created users are now activated based on
Wed, 06 Mar 2013 00:20:13 +0100 Marcin Kuzminski fixed issue with renaming repos group together with changing parents with multiple nested trees beta
Tue, 05 Mar 2013 20:03:33 +0100 Marcin Kuzminski calling lock function without lock attribute, will return lock state beta
Fri, 01 Mar 2013 17:56:31 +0100 Marcin Kuzminski Update changeset cache should use non-cache version of repo if given attribute is empty, it's easier to controll how changesets are udpated beta
Wed, 27 Feb 2013 17:18:43 +0100 Mads Kiilerich further cleanup of UsersGroup beta
Wed, 27 Feb 2013 17:18:41 +0100 Mads Kiilerich follow-up on texts missing from 'users groups'/'repositories group' cleanup beta
Thu, 14 Feb 2013 23:34:59 +0100 Marcin Kuzminski fixes #762, LDAP and container created users are now activated based on beta
Tue, 12 Feb 2013 22:03:54 +0100 Marcin Kuzminski mysql indexed keys cannot be larger thatn 256 chars, but 250 is enough for this purpose beta
Thu, 31 Jan 2013 01:51:42 +0100 Marcin Kuzminski git hook handler shouldn't ever use cache instances
Fri, 25 Jan 2013 16:42:02 +0100 Marcin Kuzminski fixes for issue #731, update-repoinfo sometimes failed to update data when changesets
Fri, 25 Jan 2013 02:33:52 +0100 Marcin Kuzminski update repo-info shouldn't allow setting empty values NEVER !
Wed, 23 Jan 2013 23:51:57 +0100 Marcin Kuzminski IP restrictions now also enabled for IPv6
Mon, 21 Jan 2013 23:14:43 +0100 Marcin Kuzminski improved extraction of user from changeset when sending notification.
Wed, 30 Jan 2013 04:10:58 +0100 Marcin Kuzminski repository extra fields implementation beta
Thu, 31 Jan 2013 01:51:42 +0100 Marcin Kuzminski git hook handler shouldn't ever use cache instances beta