summaryrefslogtreecommitdiff
path: root/pecan/hooks.py
Commit message (Expand)AuthorAgeFilesLines
* Improve detection of infinite recursion for PecanHook and pypy.Ryan Petrello2014-11-201-3/+16
* Fix an infinite recursion error in PecanHook application.Ryan Petrello2014-08-151-1/+10
* Merge "Added inheritance for hooks from parent classes"Jenkins2014-06-251-2/+11
|\
| * Added inheritance for hooks from parent classesTihomir Trifonov2014-06-171-2/+11
* | Add support for Pecan *without* thread local request/response objectsRyan Petrello2014-05-281-3/+1
|/
* Improve pecan documentation and correct intersphinx references.Ryan Petrello2014-01-191-6/+4
* Fix typos in documents and commentsChang Bo Guo2013-12-101-2/+2
* Defined the HooksController metaclass in a Py2/3-compatible way.Ryan Petrello2013-04-301-5/+14
* Update exception block syntax.Ryan Petrello2013-04-301-1/+1
* Correct relative imports.Ryan Petrello2013-04-301-2/+2
* Resolve a bug in TransactionHook.Ryan Petrello2013-04-171-2/+3
* pep8 complianceRyan Petrello2012-10-291-16/+17
* Renaming ``pecan.configuration.Config.as_dict`` to ``to_dict``.Ryan Petrello2012-03-241-1/+1
* More PEP8 compliancy.Ryan Petrello2012-03-201-3/+3
* Appease SphinxPete2012-03-191-25/+24
* After a full-scale scan with pep8.py and pyflakes, identified andJonathan LaCour2012-03-111-67/+91
* adding after_rollback functionalityMark McClain2011-10-271-6/+10
* params are tuples so encode each individuallyMark McClain2011-09-291-1/+1
* update to use the correct param key and encode into utf-8Mark McClain2011-09-291-1/+1
* Fixing a bug in the `after_commit` hook implementation.Ryan Petrello2011-07-221-3/+11
* state.controller will always exist, so check to make sure it's not NoneMark McClain2011-06-301-1/+1
* Add documentation for RequestViewerHookAlfredo Deza2011-06-261-3/+4
* make sure headers are stringsAlfredo Deza2011-06-251-2/+2
* Better default outputsAlfredo Deza2011-06-251-23/+12
* Sets proper headers to a Pecan response:Alfredo Deza2011-06-241-12/+28
* Actually adding the as_dict callAlfredo Deza2011-06-241-1/+4
* Hook can make an automatic as_dict convertionAlfredo Deza2011-06-241-1/+1
* Fix double methodAlfredo Deza2011-06-241-2/+0
* Adds the RequestViewer Hook (from pecan-raw)Alfredo Deza2011-06-241-4/+133
* Adding a feature for decorating methods to perform an action after aJonathan LaCour2011-06-171-7/+9
* Add docstrings for pecan.hooks.Jonathan LaCour2011-03-061-1/+62
* A little work on improving our coverage reports for Pecan. This gets usJonathan LaCour2011-02-071-4/+0
* Merge branch 'secured'Mark McClain2011-01-201-2/+3
|\
| * create util module with functions shared across filesMark McClain2011-01-201-1/+1
| * Permissions are now checked as routing moves between controllersMark McClain2011-01-141-1/+1
* | HookController now properly walks subclassesMark McClain2011-01-171-1/+2
|/
* Fixing error handling in transaction hookYoann Roman2011-01-061-1/+1
* Adding additional support to Pecan's `TransactionalHook` and a @transactional...Ryan Petrello2011-01-041-3/+21
* remove old code that should have been remove before prior commitMark McClain2011-01-031-5/+0
* before hook now re-checks tranactional statusMark McClain2011-01-031-4/+15
* Adding an on_route hookYoann Roman2011-01-031-1/+4
* Improved handling of hooks when used in conjunction with validation,Jonathan LaCour2010-10-141-3/+3
* Some reorganization, more tests, improved handling of errors, andJonathan LaCour2010-09-301-0/+35
* Added coverage for hooks, and fixed a few bugs along the way.Jonathan LaCour2010-09-291-3/+2
* Added support for "hooks" which are like a simpler form of middleware.Jonathan LaCour2010-09-281-0/+44