log pylons_app/controllers/error.py @ 215:70f645fa97cc

age author description
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.
Thu, 29 Apr 2010 01:26:20 +0200 Marcin Kuzminski Moved check_repo function to utils, error controller check for first name in url, for this repo and only prints 404 make repo template if repo does not exists, moded check repo from admin
Sun, 25 Apr 2010 01:25:54 +0200 Marcin Kuzminski statics moved to pylons.
Sun, 18 Apr 2010 21:15:53 +0200 Marcin Kuzminski Updated error handling, from mercurial to pylons. + added tempalte for 404
Sat, 20 Feb 2010 22:45:59 +0100 Marcin Kuzminski change error controller,
Thu, 18 Feb 2010 13:01:57 +0100 Marcin Kuzminski initial commit.