log pylons_app/controllers/users.py @ 238:a55c17874486

age author description
Sun, 30 May 2010 17:55:56 +0200 Marcin Kuzminski Rewrite of user managment, improved forms, added some user info
Sun, 30 May 2010 00:44:45 +0200 Marcin Kuzminski Fixed access to repos and users.
Thu, 27 May 2010 21:31:30 +0200 Marcin Kuzminski changed naming convention for db modules.
Sat, 22 May 2010 01:47:07 +0200 Marcin Kuzminski Authenticated controller with LoginRequired decorator, and cleaned __before__ (used in baseController now). fixed User for clone url with logged in session user.
Sat, 15 May 2010 19:05:13 +0200 Marcin Kuzminski moved sqlalchemy session to base.
Mon, 03 May 2010 19:07:54 +0200 Marcin Kuzminski Html changes and cleanups, made folders for html templates, implemented tags and branches pages
Sun, 25 Apr 2010 01:25:54 +0200 Marcin Kuzminski statics moved to pylons.
Sun, 11 Apr 2010 17:25:47 +0200 Marcin Kuzminski Updated defaults bug of htmlfill + changed routing
Sat, 10 Apr 2010 16:45:13 +0200 Marcin Kuzminski Small fix for data display
Thu, 08 Apr 2010 12:00:06 +0200 marcink implemented autentication
Thu, 08 Apr 2010 03:22:32 +0200 Marcin Kuzminski user managment implementation continued update/delete/create works
Thu, 08 Apr 2010 01:50:46 +0200 Marcin Kuzminski Added sqlalchemy support
Wed, 07 Apr 2010 21:10:43 +0200 Marcin Kuzminski Css fixes, implemented removal of users, and display draft
Wed, 07 Apr 2010 20:19:25 +0200 Marcin Kuzminski Added rest controllers for repos and users,