log rhodecode/model/forms.py @ 1515:da8f1d1b22de

age author description
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
Mon, 12 Sep 2011 00:51:53 -0300 Augusto Herrmann Added pt_BR localization, added i18n wrappers on some places missing, fixed css in settings screen for longer labels. 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
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:57:22 +0200 Marcin Kuzminski fixed #47 adding a new repo that have a group chosen had wrong paths. 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
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
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, 01 May 2011 22:21:19 +0200 Marcin Kuzminski fixed http/s validation for clone_uri, and missing return value. beta
Tue, 26 Apr 2011 19:17:06 +0200 Lorenzo M. Catucci Enable start_tls connection encryption. beta
Tue, 19 Apr 2011 17:28:42 +0200 Marcin Kuzminski Fixed permissions for users groups, group can have create repo permission now. 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
Sun, 03 Apr 2011 18:23:15 +0200 Marcin Kuzminski source code cleanup: remove trailing white space, normalize file endings beta
Sat, 19 Mar 2011 18:52:27 +0100 Marcin Kuzminski Changes for repo groups beta
Thu, 17 Mar 2011 21:05:14 +0100 Marcin Kuzminski fixed ldap form, it doesn't validate the baseDN until enable checkbox is set
Sat, 05 Mar 2011 21:59:47 +0100 Marcin Kuzminski #109, added optional clone uri when creating repo. beta
Wed, 16 Feb 2011 11:05:35 +0100 Marcin Kuzminski rhodecode release 1.1.3 changes
Fri, 11 Feb 2011 00:13:09 +0100 Marcin Kuzminski Code refactor number 2 beta
Wed, 09 Feb 2011 17:41:27 +0100 Marcin Kuzminski #56 added ajax removal of users groups, beta
Wed, 09 Feb 2011 15:16:28 +0100 Marcin Kuzminski #56 added assignments of users groups into repository beta
Wed, 09 Feb 2011 03:14:59 +0100 Marcin Kuzminski #56 hacking on forms, and model for users groups beta
Thu, 03 Feb 2011 16:34:40 -0700 Thayne Harbaugh Improve LDAP authentication issue-108
Fri, 28 Jan 2011 18:40:50 +0100 Marcin Kuzminski #56 implemented users groups editing, beta