log pylons_app/model/forms.py @ 367:a26f48ad7a8a

age author description
Tue, 27 Jul 2010 14:53:22 +0200 Marcin Kuzminski fixes issue #16 reimplementation of database repository, for using generic pk instead of repo naming as pk. Which caused to many problems.
Sat, 24 Jul 2010 02:18:48 +0200 Marcin Kuzminski Added user registration, changed login url schema, moved it into _admin/ for safety
Sat, 24 Jul 2010 00:46:29 +0200 Marcin Kuzminski Added extra validation in creating users.
Sat, 24 Jul 2010 00:21:57 +0200 Marcin Kuzminski Added new style error display,
Wed, 21 Jul 2010 22:57:36 +0200 Marcin Kuzminski added session remove in forms, and added name and lastname to auth user
Wed, 14 Jul 2010 18:31:06 +0200 Marcin Kuzminski Added application settings, are now customizable from database
Wed, 14 Jul 2010 15:42:39 +0200 Marcin Kuzminski fixed bug for user update, when password was always set.