summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* Clean up and update docsDoug Hellmann2013-05-0320-466/+728
| | | | | | | | Clean up some formatting issues in doc sources and smooth out some wording. Change-Id: I2bb2c9a32d67b71deeb7fcc13fd6a2949b4e195b Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Version increment.Ryan Petrello2013-04-252-2/+13
|
* Merge branch 'master' into nextRyan Petrello2013-04-252-2/+12
|\
| * Increment version number.0.2.2Ryan Petrello2013-04-092-2/+12
| |
* | Rearrange quickstart verbiage so users don't miss a necessary step.Ryan Petrello2013-04-241-8/+6
| |
* | Store exceptions raised by ``abort`` in the WSGI environ.Ryan Petrello2013-04-091-0/+7
|/ | | | This makes it easier to access the original exception later in the request cycle (e.g., other middleware or in custom error handlers).
* Merge pull request #189 from ryanpetrello/doc-updateJonathan LaCour2013-03-121-0/+29
|\ | | | | Add documentation for returning specific HTTP status codes.
| * Add documentation for returning specific HTTP status codes.Ryan Petrello2013-03-121-0/+29
| |
* | Merge pull request #174 from alfredodeza/env_varRyan Petrello2013-03-011-6/+34
|\ \ | | | | | | Environment Variable implementation
| * | fix wording in documentationAlfredo Deza2013-02-281-9/+9
| | |
| * | fix some typos on commands docsAlfredo Deza2013-02-271-5/+5
| | |
| * | documentation about PECAN_CONFIG addedAlfredo Deza2013-01-231-0/+28
| | |
* | | Merge pull request #181 from ryanpetrello/nextDoug Hellmann2013-02-082-0/+44
|\ \ \ | | | | | | | | Add change history to the docs.
| * | | Remove pep8 changes from the changelog.Ryan Petrello2013-02-081-2/+0
| | | |
| * | | Slight rearrangement of changelog placement.Ryan Petrello2013-02-082-10/+13
| | | |
| * | | Add change history to the docs.Ryan Petrello2013-02-082-0/+43
| |/ /
* | | Increment version number.0.2.1Ryan Petrello2013-02-081-2/+2
|/ /
* | Version increment.0.2.0Ryan Petrello2013-01-181-2/+2
| |
* | Improve visibility of deployment-related docs.Ryan Petrello2013-01-112-1/+5
| |
* | Add support for a ``gunicorn_pecan`` console script.Ryan Petrello2013-01-091-10/+1
|/
* Version update.Ryan Petrello2012-12-071-2/+2
|
* Version update.Ryan Petrello2012-12-071-2/+2
|
* Improve documentation about config and app.pySteven Berler2012-12-052-0/+18
| | | | | Adds an explanation for app.modules in the app config, and documents the requirements for the app.py file.
* Fix an incorrect code example in the Hooks documentation.Ryan Petrello2012-10-291-1/+2
|
* docs: Fix minor typo in *args Routing example.Wesley Spikes2012-10-261-1/+1
|
* Documentation bug.Pete2012-04-111-1/+1
| | | | Fixes github.com dreamhost/pecan issue #133
* Updating version to use semantic versioning.Ryan Petrello2012-04-021-2/+2
|
* Deployment documenation tweak.Ryan Petrello2012-03-301-2/+1
|
* More deployment docs.Ryan Petrello2012-03-301-18/+104
|
* Version bump, a bug fix, more documentation...Ryan Petrello2012-03-302-6/+6
|
* Doc tweaks.Ryan Petrello2012-03-291-7/+14
|
* A first pass at deployment documentation.Ryan Petrello2012-03-291-21/+93
|
* Error doc tweak.Ryan Petrello2012-03-291-18/+18
|
* Custom Errors DocumentationPete2012-03-281-1/+112
| | | | | | - DocString'ed pecan.middleware.errordocument.py - Wrote a Custom Errors Cookbook - Fixed a bug in base config.py scaffold
* reload.rst not standalonePete2012-03-274-1/+5
| | | | | | Made reload.rst an orphan. Added a :start-after: directive to the inclusions to prevent the string "orphan:" from interpolating into html.