log rhodecode/model/db.py @ 2065:9ab21c5ddb84 rhodecode-0.0.1.3.2

age author description
Tue, 28 Feb 2012 20:21:35 +0200 Marcin Kuzminski merge with beta rhodecode-0.0.1.3.2
Tue, 28 Feb 2012 19:18:35 +0200 Marcin Kuzminski fixed #373 missing cascade drop on user_group_to_perm table beta
Tue, 28 Feb 2012 18:25:30 +0200 Marcin Kuzminski fixes #371 fixed issues with beaker/sqlalchemy and non-ascii cache keys beta
Tue, 28 Feb 2012 05:25:16 +0200 Marcin Kuzminski updated CONTRIBUTORS beta
Sun, 26 Feb 2012 17:25:09 +0200 Marcin Kuzminski merge 1.3 into stable
Wed, 22 Feb 2012 04:30:26 +0200 Marcin Kuzminski implements #212 moved default encoding variable into rhodecode-config. It's now possible to change beta
Tue, 21 Feb 2012 20:09:18 +0200 Marcin Kuzminski fixed issue with hybrid property for ldap_active beta
Mon, 20 Feb 2012 23:00:54 +0200 Marcin Kuzminski Added VCS into rhodecode core for faster and easier deployments of new versions beta
Sun, 19 Feb 2012 17:41:07 +0200 Marcin Kuzminski added migrations from 1.2.X to 1.3 beta
Tue, 14 Feb 2012 23:04:09 +0200 Marcin Kuzminski removed depracated method from db models beta
Wed, 08 Feb 2012 02:54:13 +0200 Marcin Kuzminski db unique constraints fixes beta
Sat, 28 Jan 2012 01:06:29 +0200 Marcin Kuzminski #227 Initial version of repository groups permissions system beta
Thu, 02 Feb 2012 00:31:00 +0200 Marcin Kuzminski garden beta
Sat, 28 Jan 2012 07:14:34 +0200 Marcin Kuzminski white space cleanup beta
Sat, 28 Jan 2012 00:07:46 +0200 Marcin Kuzminski fix typo in db models beta
Fri, 27 Jan 2012 05:33:06 +0200 Marcin Kuzminski renamed repo groups table beta
Fri, 27 Jan 2012 04:46:00 +0200 Marcin Kuzminski #344 optional firstname lastname on user creation beta
Tue, 24 Jan 2012 20:02:21 +0200 Marcin Kuzminski get_dict function garden beta
Tue, 24 Jan 2012 20:01:09 +0200 Marcin Kuzminski fixes missing email attribute. Bug introduced after applying setters and getter for sqlalchemy
Thu, 12 Jan 2012 05:51:13 +0200 Marcin Kuzminski code garden beta
Wed, 11 Jan 2012 17:59:15 +0200 Marcin Kuzminski Added number of comments in changelog for each changeset beta
Wed, 04 Jan 2012 03:59:52 +0200 Marcin Kuzminski backporting fix for issue #298 conflicting-e-mail-addresses-for-ldap
Wed, 04 Jan 2012 03:50:07 +0200 Marcin Kuzminski 2012 copyrights beta
Thu, 29 Dec 2011 07:36:53 +0200 Marcin Kuzminski sphinx doc cleanup beta
Thu, 29 Dec 2011 07:35:51 +0200 Marcin Kuzminski auto white-space removal beta
Wed, 21 Dec 2011 02:56:39 +0200 Marcin Kuzminski pep8ify beta
Tue, 06 Dec 2011 04:06:01 +0200 Marcin Kuzminski fixed repo_create permission by adding missing commit statements beta
Tue, 06 Dec 2011 01:18:27 +0200 Marcin Kuzminski fixes #298, ldap email addresses created by rhodecode automatically during first login didn't get converted to lower case, which lead to lookup failures and than wrong checks for uniqueness. Fixed that by putting a setter on db model column that will enforce converting to lowercase. beta
Fri, 02 Dec 2011 22:31:13 +0200 Marcin Kuzminski commit less models beta
Thu, 01 Dec 2011 03:11:26 +0200 Marcin Kuzminski implements #193 journal stores information about deleting of repos beta
Thu, 01 Dec 2011 00:40:28 +0200 Marcin Kuzminski remove cache from default perms. In some cases of concurrent repo removal it crashed. beta
Sat, 26 Nov 2011 23:40:41 +0200 Marcin Kuzminski fixed bug with eager deletes in notifications beta
Sat, 26 Nov 2011 21:13:33 +0200 Marcin Kuzminski implements #222 registration feedback beta
Sat, 26 Nov 2011 18:51:16 +0200 Marcin Kuzminski implements #236 forking copy permission option beta
Sat, 26 Nov 2011 17:51:03 +0200 Marcin Kuzminski - fixes celery sqlalchemy session issues for async forking beta
Sat, 26 Nov 2011 03:01:08 +0200 Marcin Kuzminski fixed caching query on repos path beta
Sat, 26 Nov 2011 02:16:21 +0200 Marcin Kuzminski - refactoring to overcome poor usage of global pylons config beta
Fri, 25 Nov 2011 17:41:42 +0200 Marcin Kuzminski Notification fixes beta
Wed, 23 Nov 2011 22:46:14 +0200 Marcin Kuzminski notification to commit author + gardening beta
Wed, 23 Nov 2011 15:36:57 +0200 Marcin Kuzminski Tests updates, Session refactoring beta
Wed, 23 Nov 2011 00:55:05 +0200 Marcin Kuzminski Notification system improvements beta
Sun, 20 Nov 2011 22:26:55 +0200 Marcin Kuzminski notification fixes and improvements beta
Sun, 20 Nov 2011 01:53:00 +0200 Marcin Kuzminski #302 - basic notification system, models+tests beta
Thu, 17 Nov 2011 18:52:48 +0200 Marcin Kuzminski fix for api key lookup, reuse same function in user model beta
Sun, 13 Nov 2011 02:16:12 +0200 Marcin Kuzminski #71 code-review beta
Sat, 12 Nov 2011 17:30:12 +0200 Marcin Kuzminski code refactoring beta
Fri, 11 Nov 2011 20:41:53 +0200 Marcin Kuzminski #77 code review beta
Fri, 11 Nov 2011 19:42:10 +0200 Marcin Kuzminski moved caching query to libs beta
Fri, 11 Nov 2011 18:45:48 +0200 Marcin Kuzminski Added cache options to some db getters beta
Wed, 02 Nov 2011 22:19:47 +0200 Marcin Kuzminski merged upto rev 019026a8cf67
Wed, 02 Nov 2011 16:19:51 +0200 Marcin Kuzminski User usermodel instead of db model to manage accounts beta
Wed, 02 Nov 2011 03:08:33 +0200 Marcin Kuzminski refactoring of models names for repoGroup permissions beta
Fri, 28 Oct 2011 02:40:22 +0200 Marcin Kuzminski Cached readme generation beta
Mon, 24 Oct 2011 22:40:43 +0200 Marcin Kuzminski fixes #288 beta
Sun, 23 Oct 2011 01:16:55 +0200 Nicolas VINOT Correct code style beta
Sat, 22 Oct 2011 23:18:03 +0200 Nicolas VINOT [API] Update doc beta
Wed, 19 Oct 2011 01:47:56 +0200 Nicolas VINOT Merge with upstream beta
Fri, 07 Oct 2011 21:57:24 +0200 Nicolas VINOT Merge with upstream beta
Fri, 07 Oct 2011 01:53:59 +0200 Nicolas VINOT Implement all CRUD API operation for repo beta
Sun, 02 Oct 2011 17:39:52 +0200 Nicolas VINOT Add API for repositories and groups (creation, permission) beta
Sat, 01 Oct 2011 16:38:51 +0200 Nicolas VINOT Remove dead code beta
Sat, 01 Oct 2011 16:34:07 +0200 Nicolas VINOT Improve API with user/group/repo CRUD methods beta
Wed, 19 Oct 2011 02:38:31 +0200 Marcin Kuzminski Proper patch for issue #276 beta
Mon, 17 Oct 2011 15:48:19 +0200 Marcin Kuzminski fixes #276, when adding an single user into users group with id >= 10 a call to set was invoked on string instead of a list which lead to creating an set from digits that id was combined with. beta
Mon, 17 Oct 2011 01:01:18 +0200 Marcin Kuzminski Merge with beta
Mon, 17 Oct 2011 00:18:12 +0200 Marcin Kuzminski added validation of params on settings table beta
Thu, 13 Oct 2011 04:26:43 +0200 Marcin Kuzminski fixes issue #248 cannot edit repos inside a group on windows beta
Thu, 13 Oct 2011 03:19:30 +0200 Marcin Kuzminski fixes #245 Rescan of the repositories on Windows beta
Tue, 11 Oct 2011 23:39:03 +0200 Marcin Kuzminski unified generation of repo groups choices beta
Tue, 11 Oct 2011 21:38:27 +0200 Marcin Kuzminski fixes #265 ldap save fails sometimes on converting attributes to booleans, added getter and setter beta
Mon, 10 Oct 2011 03:27:31 +0200 Marcin Kuzminski fixes #260 Put repo in group, then move group to another group -> repo becomes unavailable beta
Mon, 10 Oct 2011 02:09:52 +0200 Marcin Kuzminski implements #226 repo groups available by path beta
Sat, 08 Oct 2011 02:02:25 +0200 Marcin Kuzminski Refactoring of model get functions beta
Fri, 07 Oct 2011 02:53:29 +0200 Marcin Kuzminski merge stable with beta
Fri, 07 Oct 2011 02:51:18 +0200 Marcin Kuzminski fixed issues with python2.5 beta
Fri, 07 Oct 2011 01:08:50 +0200 Marcin Kuzminski merge beta in stable branch
Sun, 02 Oct 2011 02:06:23 +0200 Marcin Kuzminski API added checks for a valid repository on pull command beta
Fri, 30 Sep 2011 18:03:20 +0300 Marcin Kuzminski Extended API beta
Mon, 12 Sep 2011 02:42:06 +0300 Marcin Kuzminski Code cleanup beta
Fri, 09 Sep 2011 20:30:14 +0300 Marcin Kuzminski Added more advanced hook management into rhodecode admin settings beta
Wed, 20 Jul 2011 01:47:56 +0200 Marcin Kuzminski removed users_group controller in replace for model methods, beta
Tue, 19 Jul 2011 17:10:34 +0200 Marcin Kuzminski fixes #228 - added detection of assigned groups to prevent errors on sqlite beta
Sat, 16 Jul 2011 12:02:14 +0200 Marcin Kuzminski fixed some issues with cache invalidation, and simplified invalidation codes beta
Fri, 15 Jul 2011 19:34:56 +0200 Marcin Kuzminski fixed a bug in cache invalidation beta
Mon, 04 Jul 2011 10:59:01 +0200 Marcin Kuzminski fixes #223 improve password reset form 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
Wed, 29 Jun 2011 01:49:53 +0200 Marcin Kuzminski Simplified last_login call on user, and changed login to use User model directly beta
Fri, 17 Jun 2011 17:38:07 +0200 Marcin Kuzminski Added basic JsonSerialization into models. beta
Thu, 16 Jun 2011 23:00:19 +0200 Marcin Kuzminski #209 Added recursive count on repositories to calculate all repos within all nested groups beta
Mon, 13 Jun 2011 18:04:42 +0200 Marcin Kuzminski fixes #204, ldap active checkbox, credits goes to Matt Little. beta
Sun, 12 Jun 2011 14:13:35 +0200 Marcin Kuzminski fixes issues #202, bad db constraint made impossible to attach same group more than one time. beta
Wed, 08 Jun 2011 00:36:02 +0200 Marcin Kuzminski removed leftover repr fix beta
Tue, 07 Jun 2011 18:33:31 +0200 Marcin Kuzminski adde short cache for repo_path beta
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
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
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
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:00:03 +0200 Marcin Kuzminski #47 implemented basic gui for browsing repo groups beta
Thu, 12 May 2011 18:11:01 +0200 Marcin Kuzminski merged fix for #188 into default
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:31:17 +0200 Marcin Kuzminski fixed saving settings on repositories inside groups, also fixes #187 beta
Mon, 02 May 2011 13:02:58 +0200 Marcin Kuzminski Added simple forks page, resolves issue #179 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
Sat, 23 Apr 2011 17:11:12 +0200 Marcin Kuzminski #179 Added followers page beta
Tue, 19 Apr 2011 17:28:42 +0200 Marcin Kuzminski Fixed permissions for users groups, group can have create repo permission now. beta
Mon, 18 Apr 2011 20:18:12 +0200 Marcin Kuzminski Fixed #161 form saves the create repository permission. beta
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
Sat, 02 Apr 2011 21:19:16 +0200 Marcin Kuzminski Added os.sep in models for better win support beta
Fri, 01 Apr 2011 18:46:24 +0200 Marcin Kuzminski Added repo group page showing what reposiories are inside a group beta
Sat, 19 Mar 2011 18:52:27 +0100 Marcin Kuzminski Changes for repo groups beta
Fri, 18 Mar 2011 22:04:21 +0100 Marcin Kuzminski Added handy methods to Repository model for fetching groups with parents beta
Thu, 17 Mar 2011 01:13:48 +0100 Marcin Kuzminski changes for release 1.1.5
Sat, 05 Mar 2011 22:00:53 +0100 Marcin Kuzminski added clone_uri,api_key into models. Fixed models for mysql compatibilty beta
Sat, 26 Feb 2011 17:49:52 +0100 Marcin Kuzminski made simple global rss and atom feed beta
Fri, 25 Feb 2011 01:12:49 +0100 Marcin Kuzminski fixed Session problems in model class functions beta
Sat, 19 Feb 2011 01:06:47 +0100 Marcin Kuzminski Moved BaseModel into base class for declarative base. Added some handy methods into beta
Wed, 16 Feb 2011 11:05:35 +0100 Marcin Kuzminski rhodecode release 1.1.3 changes