log pylons_app/controllers/login.py @ 459:7c978511c951

age author description
Sun, 05 Sep 2010 16:20:29 +0200 Marcin Kuzminski implemented basic (startup) nose test suite.
Wed, 01 Sep 2010 23:32:47 +0200 Marcin Kuzminski moved loged in user propagation out of forms,
Sun, 29 Aug 2010 00:11:28 +0200 Marcin Kuzminski Added redirection to page that request came from, after login in
Wed, 25 Aug 2010 18:18:12 +0200 Marcin Kuzminski removed prints !
Sat, 21 Aug 2010 18:31:28 +0200 Marcin Kuzminski added logic for changin defualt permissions, and option to overwrite all defualt permissions on each repository
Sat, 21 Aug 2010 16:34:37 +0200 Marcin Kuzminski permission refactoring,
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:53:03 +0200 Marcin Kuzminski new style error display for login
Fri, 04 Jun 2010 13:08:29 +0200 Marcin Kuzminski licensing updates, code cleanups
Sat, 22 May 2010 20:51:54 +0200 Marcin Kuzminski updated logging in logout. Added before, on login page.
Sat, 22 May 2010 16:07:28 +0200 Marcin Kuzminski cleared prints leftoovers, and changed current user fetching in login controller
Sat, 22 May 2010 01:32:30 +0200 Marcin Kuzminski fixed menu in home page, and added login html with forms that validates username and password.