log pylons_app/controllers/users.py @ 304:14478d989870

age author description
Mon, 28 Jun 2010 22:49:32 +0200 Marcin Kuzminski removed wrong import
Mon, 07 Jun 2010 00:18:33 +0200 Marcin Kuzminski Implemented basic repository managment. Implemented repo2db mappings, model, helpers updates and code cleanups
Fri, 04 Jun 2010 13:08:29 +0200 Marcin Kuzminski licensing updates, code cleanups
Thu, 03 Jun 2010 00:04:48 +0200 Marcin Kuzminski Reimplemented way of caching repos list, hg model now get's repos objects right from cached dict, this way we skipp creating instances of MercurialRepository and gain performance. Some import cleanup
Sun, 30 May 2010 19:49:40 +0200 Marcin Kuzminski Adde draft for permissions systems, made all needed decorators, and checks. For future usage in the system.
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,