log pylons_app/controllers/repos.py @ 318:fdf9f6ee5217

age author description
Tue, 29 Jun 2010 20:45:03 +0200 Marcin Kuzminski Implemented permissions into hg app, secured admin controllers, templates and repository specific controllers
Mon, 28 Jun 2010 13:54:47 +0200 Marcin Kuzminski repos crud controllers - change id into repo_name for compatability, added ajax repo perm user function variuos html fixes, permissions forms and managment fixes.
Sat, 26 Jun 2010 18:42:13 +0200 Marcin Kuzminski autocomplete for repository managment of users
Fri, 25 Jun 2010 02:09:33 +0200 Marcin Kuzminski first permissions commit: added permission managment on repository edit. Changed db rmissions, validators.
Mon, 07 Jun 2010 00:26:52 +0200 Marcin Kuzminski added check for repo created outside of hg app
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 20:28:46 +0200 Marcin Kuzminski Added support for repository located in subdirectories.
Thu, 03 Jun 2010 16:01:47 +0200 Marcin Kuzminski proper sorting fix
Thu, 03 Jun 2010 01:01:36 +0200 Marcin Kuzminski Fixed bug in repos, added dependencies and bumped version rhodecode-0.0.0.7.6
Sun, 30 May 2010 00:44:45 +0200 Marcin Kuzminski Fixed access to repos and users.
Tue, 25 May 2010 19:31:56 +0200 Marcin Kuzminski repo edit
Mon, 24 May 2010 22:18:15 +0200 Marcin Kuzminski Moved repo creation to admin/repos, as part of crud controller. Now repo creation is based on a form, which can be auto filled with data from 404 page. Fixed the error controller to properly give the repo name.
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.
Fri, 21 May 2010 02:17:13 +0200 Marcin Kuzminski added long term caching of repo_list to the base controller. changed hg and repos to use that cached list.
Sat, 15 May 2010 19:05:13 +0200 Marcin Kuzminski moved sqlalchemy session to base.
Sun, 09 May 2010 15:06:00 +0200 Marcin Kuzminski moved cache invalidating to utils, as seperate function. Implemented invalidating in
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.
Fri, 09 Apr 2010 03:00:20 +0200 Marcin Kuzminski Added hg model,implemented removal of repos, added HgModel for fetching repos(with generator)
Thu, 08 Apr 2010 12:00:06 +0200 marcink implemented autentication
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,