summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Configure the root logger properlyStanislaw Pitucha2014-08-272-3/+2
| | | | | | | | The documentation and project template showed logging configuration which sets level INFO for module called 'root' rather than the root logger. Configure the root (default) logger instead. Change-Id: I172d06dc6b81a31c5b698e43be50ab6302d54984
* Provide `pecan.state.arguments` for inspecting controller call argumentsRyan Petrello2014-07-281-0/+4
| | | | Change-Id: Ibbd8b2f075a875b109c7309bc42e0d1f1d5ae610
* Version increment.0.6.1Ryan Petrello2014-07-101-0/+5
| | | | Change-Id: Idda4968eb448dd5fe12a069f23f29fcedfebbd09
* Version increment.Ryan Petrello2014-06-262-0/+27
| | | | Change-Id: Idac278b53431988c6a3a3dfe89fcb4156f5574c1
* Merge "Add support for specifying custom request and response implementations."Jenkins2014-06-251-2/+30
|\
| * Add support for specifying custom request and response implementations.Ryan Petrello2014-06-251-2/+30
| | | | | | | | | | | | | | | | I noticed that people using pecan have taken to writing custom webob req/resp subclasses and monkeypatching onto `pecan.request` and `pecan.response`. Let's give them what they need to do this properly. Change-Id: If0ac953e381cec3a744388000a3b3afc0ea2525c
* | Merge "Added inheritance for hooks from parent classes"Jenkins2014-06-251-2/+99
|\ \ | |/ |/|
| * Added inheritance for hooks from parent classesTihomir Trifonov2014-06-171-2/+99
| | | | | | | | | | | | | | | | | | also added hook inheritance from mixins, and adding hooks to child controllers, added as sub-controllers. Fixes bug 1330673 Change-Id: I709cece7bcce26943b254b15dc8ddac5613b1202
* | Merge "Add support for Pecan *without* thread local request/response objects"Jenkins2014-06-253-5/+61
|\ \
| * | Add support for Pecan *without* thread local request/response objectsRyan Petrello2014-05-283-5/+61
| |/ | | | | | | Change-Id: I5a5a05e1f57ef2d8ad64e925c7ffa6907b914273
* | Fix routing docs about "Interacting with the Request and Response Object"Pierre Padrixe2014-06-191-2/+2
| | | | | | | | | | | | | | | | pecan.response.text and pecan.response.status should be written instead of pecan.response.body and pecan.response.status_int Change-Id: Ie3f4011e3f299c77d464308cabfd2245ed01bb9f Closes-Bug: #1332101
* | Merge "Missing import in example"Jenkins2014-06-191-0/+1
|\ \ | |/ |/|
| * Missing import in exampleStanislaw Pitucha2014-05-271-0/+1
| | | | | | | | | | | | `import logging` is required in the example. Change-Id: I92777da13b64592d4fb064c3ee0fc9507360ca0f
* | Fix a documentation typo.Ryan Petrello2014-05-251-2/+2
|/ | | | Change-Id: I3f36528b1911a570bdcb59115a3aa61d0e5b6a04
* Version increment.0.5.0Ryan Petrello2014-04-011-1/+14
| | | | Change-Id: I34ab0eedf6a96eb77f21ec3e6b91cc3264409822
* Adding new walkthroughs for docschadlung2014-03-273-1/+484
| | | | Change-Id: I419d337e06ecc70d539823e89dd768d923b1e2c5
* Document another configuration use case for the use of `__force_dict__`.Ryan Petrello2014-03-181-6/+12
| | | | | Change-Id: I74ab3b38adad456440df728d54843bbcbbad1ee3 Fixes bug: 1293545
* Version increment.0.4.5Ryan Petrello2014-02-191-0/+8
| | | | Change-Id: Ic3333885875af332f751dc46cfa7ef67d03f20c5
* Add improved documentation for `pecan.request` and `pecan.response`.Ryan Petrello2014-02-181-0/+28
| | | | | Change-Id: I6f27e5a352000758b959f70d19261389a3ea97b7 Closes-Bug: 1276869
* Improve pecan documentation and correct intersphinx references.Ryan Petrello2014-01-1918-180/+233
| | | | Change-Id: Iac6229a2727a3c662d3fe9e83e1aa02ef648f025
* Merge "Fix typos in documents and comments"Jenkins2014-01-182-3/+3
|\
| * Fix typos in documents and commentsChang Bo Guo2013-12-102-3/+3
| | | | | | | | | | | | | | | | | | Fix typos detected by toolkit misspellings. * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: I3d7c06bcc3b5d0cdf82b8da98a7fba15e935cab6
* | Version increment.0.4.4Ryan Petrello2014-01-071-0/+5
| | | | | | | | Change-Id: Icc610b720c512a633cb8b50db3837364d41be19c
* | Version increment.0.4.3Ryan Petrello2013-12-171-0/+7
|/ | | | Change-Id: I9a4d128ce2ad9e26ebebec1f90c579622f55aeca
* Version increment.0.4.2Ryan Petrello2013-09-271-0/+4
| | | | Change-Id: Ieb0de1a38c5d015a8df07da9e5df7a36b6214c51
* Including a `venv` tox environment so we can release via OpenStack CI.0.4.1Ryan Petrello2013-09-271-1/+1
| | | | Change-Id: I42559526c951301a812910f4e48de8ac5221613a
* Version increment.0.4.0Ryan Petrello2013-09-271-1/+1
| | | | | | | Dependencies changed (we removed simplegeneric and replaced it with singledispatch), so we should probably release a new major version. Change-Id: Ic618d8998ec6f90806dc5fc84451f2ad616f1e66
* Version increment.Ryan Petrello2013-09-271-0/+11
| | | | Change-Id: Id6d78c43b1c4a2de75d5419c606d7af1e9c48ea1
* Replace simplegeneric with singledispatch (PEP 443).Ryan Petrello2013-09-221-4/+2
| | | | | Closes-Bug: #1226813 Change-Id: I1ba149ac00353460065d4cddbe3ccd8782aaa611
* Merge "Document and test the uwsgi plugin."Jenkins2013-09-011-11/+2
|\
| * Document and test the uwsgi plugin.Ryan Petrello2013-08-291-11/+2
| | | | | | | | Change-Id: I97449c5238ac8c8a9dbc334e628c4f7a414ff896
* | Fix an RST heading.Ryan Petrello2013-08-291-1/+1
|/ | | | Change-Id: I0a4068eb5624c2d9df54ce695ae9616725b0091b
* Update docs and package metadata to reflect gerrit review process.Ryan Petrello2013-08-131-3/+3
| | | | Change-Id: I5cc6cfa31bb899ea32f6d9cb37d86dc0275d09fc
* Version increment.0.3.2Ryan Petrello2013-08-121-0/+7
|
* Adding some clarification to the file upload docs, at Ryan's request.Jonathan LaCour2013-08-121-0/+1
|
* Documenting multipart file uploads. Resolves #229.Jonathan LaCour2013-08-091-16/+41
|
* Merge pull request #226 from ryanpetrello/nextmarkmcclain2013-08-081-33/+8
|\ | | | | Make some notable changes to how ``pecan.conf.app`` is passed to a new app.
| * Make some notable changes to how ``pecan.conf.app`` is passed to a new app.Ryan Petrello2013-08-081-33/+8
| | | | | | | | | | | | | | | | * Now pecan.conf.app items are treated as keywords passed directly to Pecan apps. This means no more tinkering with *both* your configuration file *and* your app.py file. * Removed support for the RequestViewerHook config file shortcut (because now you can easily specify hooks via configuration).
* | Merge pull request #224 from ryanpetrello/nextmarkmcclain2013-08-081-0/+24
|\ \ | |/ | | Clarify the __force_dict__ configuration directive.
| * Clarify the __force_dict__ configuration directive.Ryan Petrello2013-08-081-0/+24
| |
* | Version increment.Ryan Petrello2013-07-221-0/+5
| |
* | Allow on_error hooks to return a Response.Kiall Mac Innes2013-07-201-2/+4
| | | | | | | | | | | | | | | | This allows on_error hooks to prevent the exception from being re-raised, and instead causes the returned Response to be provided to the end user. The first on_error hook to return a response "wins", and the remaining on_error hooks are not ran.
* | update some wording on cherrypy implementationAlfredo Deza2013-07-081-4/+5
| |
* | include cherrypy as list of static file serving optionsAlfredo Deza2013-07-081-1/+3
| |
* | Add the CheryPy sectionAlfredo Deza2013-07-081-2/+73
|/
* Update the version in the docs from the packageDoug Hellmann2013-05-081-2/+5
| | | | | | | | | Use pkg_resources to get the version of the pecan package instead of maintaining the version string in two places separately. Change-Id: I0970ef262054347ed9964431130fd60fdf4e7112 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Updating version to 0.3.0.Jonathan LaCour2013-05-082-3/+3
|
* Version increment.Ryan Petrello2013-05-072-2/+6
|
* Version increment.Ryan Petrello2013-05-072-2/+7
|
* Address review commentsDoug Hellmann2013-05-064-5/+5
| | | | | | | | A few typos and other changes based on the comments from reviewing the previous changeset. Change-Id: I0457db3496997586ad8e0432eea3eeda1641fae8 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>