log rhodecode/model/repos_group.py @ 3181:efe23d6c178c rhodecode-0.0.1.5.2

age author description
Fri, 18 Jan 2013 00:50:06 +0100 Marcin Kuzminski remove log.exception call beta
Fri, 26 Oct 2012 00:13:55 +0200 Marcin Kuzminski deleting a group now does same archive operation like deleting repositories. Improve prompt that show number of repos that will beta
Fri, 07 Sep 2012 02:20:02 +0200 Marcin Kuzminski Permissions on group can be set in recursive mode setting defined permission to all children beta
Tue, 28 Aug 2012 00:17:42 +0200 Marcin Kuzminski Recursive set locking on all children of a group. beta
Wed, 08 Aug 2012 23:30:55 +0200 Marcin Kuzminski Added form for controlling mercurial extensions beta
Wed, 18 Jul 2012 22:07:46 +0200 Marcin Kuzminski Added quick links for editing permissions for users from permission overview beta
Sun, 01 Jul 2012 18:06:34 +0200 Marcin Kuzminski Added functional test create repo with a group beta
Sun, 01 Jul 2012 12:44:54 +0200 Marcin Kuzminski Added associated classes into child models beta
Sun, 17 Jun 2012 21:37:07 +0200 Marcin Kuzminski Switched forms to new validators codereview
Sat, 09 Jun 2012 20:23:48 +0200 Marcin Kuzminski Share common getter functions in base model, and remove duplicated functions from other models codereview
Wed, 07 Mar 2012 02:18:22 +0200 Marcin Kuzminski utils/conf beta
Tue, 28 Feb 2012 07:05:03 +0200 Marcin Kuzminski fixes issue #366 setting null on parent_group didn't propagate to actually db field. 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
Wed, 04 Jan 2012 03:50:07 +0200 Marcin Kuzminski 2012 copyrights beta
Thu, 29 Dec 2011 07:35:51 +0200 Marcin Kuzminski auto white-space removal beta
Sun, 27 Nov 2011 00:50:19 +0200 Marcin Kuzminski another major refactoring with session management beta
Wed, 02 Nov 2011 03:08:33 +0200 Marcin Kuzminski refactoring of models names for repoGroup permissions 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
Wed, 19 Oct 2011 01:47:56 +0200 Nicolas VINOT Merge with upstream beta
Fri, 07 Oct 2011 21:49:28 +0200 Nicolas VINOT [API] Create groups needed when creating repo beta
Tue, 11 Oct 2011 08:02:51 +0200 Marcin Kuzminski Added friendly message about removing a group that still contains subgroups. 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
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
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