summaryrefslogtreecommitdiff
path: root/pecan/core.py
Commit message (Expand)AuthorAgeFilesLines
* state.controller should always be thereMark McClain2011-06-301-2/+1
* Set state.controller to known state at start of each request.Mark McClain2011-06-301-1/+2
* Refining URL-decoding for positional "remainder"-type arguments.Ryan Petrello2011-06-171-15/+6
* Adding code to urldecode URL-based controller arguments and keyword arguments.Ryan Petrello2011-06-161-2/+15
* Adding code to work around a bug in htmlfill that prevents proper supportRyan Petrello2011-06-051-1/+1
* ensure that mimetype for .json is always definedMark McClain2011-05-131-1/+3
* add warning for when content_type mismatchMark McClain2011-03-081-0/+6
* Merging pecan-env into masterYoann Roman2011-03-081-47/+51
|\
| * update to guess_type on full pathMark McClain2011-03-061-6/+3
| * Merge branch 'pecan-env' of github.com:pecan/pecan into cleverdevil/pecan-envYoann Roman2011-03-061-6/+3
| |\
| | * use mimetypes to determine the typeMark McClain2011-03-061-6/+3
| * | Moving render into PecanYoann Roman2011-03-061-11/+14
| |/
| * Fixing handling of requests for unsupported content typesYoann Roman2011-03-061-0/+3
| * Moving all Pecan request properties into a Pecan config object to keep WebOb'...Yoann Roman2011-03-061-35/+33
* | more robust splitext for python2.5Mark McClain2011-03-061-23/+5
* | use builtin mimetypes moduleMark McClain2011-03-061-2/+2
* | updates for python2.5 compatMark McClain2011-03-061-3/+10
* | A small bug fix, and documentation for Pecan's security features.Ryan Petrello2011-03-061-1/+1
* | We now include autogenerated documentation for API from source code.Jonathan LaCour2011-03-061-0/+126
|/
* correct spelling errorMark McClain2011-02-241-1/+1
* added warning that POST cannot be redirected when appending slashMark McClain2011-02-241-0/+2
* adding deco to indicate than an index does not have to be canonicalMark McClain2011-02-191-1/+1
* adding opt support for requiring slashes on indexMark McClain2011-02-191-6/+12
* Adding a global render methodYoann Roman2011-02-151-10/+14
* A little work on improving our coverage reports for Pecan. This gets usJonathan LaCour2011-02-071-1/+1
* make sure that template=json sets the correct content_typeMark McClain2011-02-011-1/+1
* adding ability to change content type when overriding templateMark McClain2011-01-271-1/+6
* Adding a helper method to pecan's default template namespace, `static`. Now ...Ryan Petrello2011-01-261-1/+10
* Adding optional argument to ValidationException to specify custom field errorsYoann Roman2011-01-251-3/+6
* Fixing new ValidationException to correctly grab the request params and revis...Yoann Roman2011-01-251-1/+1
* Abstracting out the error handler redirect to ValidationException to allow re...Yoann Roman2011-01-251-8/+19
* Merge branch 'cleverdevil/master' into cleverdevil/htmlfillYoann Roman2011-01-251-0/+10
|\
| * Fixing mapping of GET/POST params with optional positional argumentsYoann Roman2011-01-251-0/+10
* | Adding support for htmlfill and variable decodingYoann Roman2011-01-211-37/+73
|/
* Adding routing path so that the original URL is preserved when modified by hooksYoann Roman2011-01-211-1/+4
* Standardizing storage of request metadata on request objectYoann Roman2011-01-211-4/+7
* Cleaning up state initializationYoann Roman2011-01-211-5/+5
* Merge branch 'secured'Mark McClain2011-01-201-21/+13
|\
| * Permissions are now checked as routing moves between controllersMark McClain2011-01-141-21/+13
* | Merge branch 'master' of github.com:cleverdevil/pecanRyan Petrello2011-01-181-7/+10
|\ \ | |/
| * better extension handling and extension preservationMark McClain2011-01-131-7/+10
* | Now external HTTP redirects with pecan.redirect() persist any headers which h...Ryan Petrello2011-01-181-2/+2
|/
* Merge branch 'arg-mapping' of https://github.com/silentsound/pecan into silen...Mark McClain2011-01-121-28/+36
|\
| * Rewriting the argument mapping to handle keyword arguments, stop dropping unu...Yoann Roman2011-01-121-28/+36
| * Changing get_params to be Python 2.5-compatibleYoann Roman2011-01-121-4/+4
* | prefer simplejson over builtin json (its faster)Mark McClain2011-01-121-2/+2
|/
* Merge branch 'master' into commandsMark McClain2011-01-101-0/+4
|\
| * Filling out functionality for RestController and first set of tests for itYoann Roman2011-01-071-0/+4
* | refactor of commands to more robust serverMark McClain2011-01-071-7/+2
|/
* Removing broken context proxy; the context is available via the request proxy...Yoann Roman2011-01-061-1/+0