Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Documenting multipart file uploads. Resolves #229. | Jonathan LaCour | 2013-08-09 | 1 | -16/+41 | |
| | ||||||
* | Merge pull request #226 from ryanpetrello/next | markmcclain | 2013-08-08 | 1 | -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 Petrello | 2013-08-08 | 1 | -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/next | markmcclain | 2013-08-08 | 1 | -0/+24 | |
|\ \ | |/ | | | Clarify the __force_dict__ configuration directive. | |||||
| * | Clarify the __force_dict__ configuration directive. | Ryan Petrello | 2013-08-08 | 1 | -0/+24 | |
| | | ||||||
* | | Version increment. | Ryan Petrello | 2013-07-22 | 1 | -0/+5 | |
| | | ||||||
* | | Allow on_error hooks to return a Response. | Kiall Mac Innes | 2013-07-20 | 1 | -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 implementation | Alfredo Deza | 2013-07-08 | 1 | -4/+5 | |
| | | ||||||
* | | include cherrypy as list of static file serving options | Alfredo Deza | 2013-07-08 | 1 | -1/+3 | |
| | | ||||||
* | | Add the CheryPy section | Alfredo Deza | 2013-07-08 | 1 | -2/+73 | |
|/ | ||||||
* | Update the version in the docs from the package | Doug Hellmann | 2013-05-08 | 1 | -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 LaCour | 2013-05-08 | 2 | -3/+3 | |
| | ||||||
* | Version increment. | Ryan Petrello | 2013-05-07 | 2 | -2/+6 | |
| | ||||||
* | Version increment. | Ryan Petrello | 2013-05-07 | 2 | -2/+7 | |
| | ||||||
* | Address review comments | Doug Hellmann | 2013-05-06 | 4 | -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 docs | Doug Hellmann | 2013-05-03 | 20 | -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 Petrello | 2013-04-25 | 2 | -2/+13 | |
| | ||||||
* | Merge branch 'master' into next | Ryan Petrello | 2013-04-25 | 2 | -2/+12 | |
|\ | ||||||
| * | Increment version number.0.2.2 | Ryan Petrello | 2013-04-09 | 2 | -2/+12 | |
| | | ||||||
* | | Rearrange quickstart verbiage so users don't miss a necessary step. | Ryan Petrello | 2013-04-24 | 1 | -8/+6 | |
| | | ||||||
* | | Store exceptions raised by ``abort`` in the WSGI environ. | Ryan Petrello | 2013-04-09 | 1 | -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-update | Jonathan LaCour | 2013-03-12 | 1 | -0/+29 | |
|\ | | | | | Add documentation for returning specific HTTP status codes. | |||||
| * | Add documentation for returning specific HTTP status codes. | Ryan Petrello | 2013-03-12 | 1 | -0/+29 | |
| | | ||||||
* | | Merge pull request #174 from alfredodeza/env_var | Ryan Petrello | 2013-03-01 | 1 | -6/+34 | |
|\ \ | | | | | | | Environment Variable implementation | |||||
| * | | fix wording in documentation | Alfredo Deza | 2013-02-28 | 1 | -9/+9 | |
| | | | ||||||
| * | | fix some typos on commands docs | Alfredo Deza | 2013-02-27 | 1 | -5/+5 | |
| | | | ||||||
| * | | documentation about PECAN_CONFIG added | Alfredo Deza | 2013-01-23 | 1 | -0/+28 | |
| | | | ||||||
* | | | Merge pull request #181 from ryanpetrello/next | Doug Hellmann | 2013-02-08 | 2 | -0/+44 | |
|\ \ \ | | | | | | | | | Add change history to the docs. | |||||
| * | | | Remove pep8 changes from the changelog. | Ryan Petrello | 2013-02-08 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | Slight rearrangement of changelog placement. | Ryan Petrello | 2013-02-08 | 2 | -10/+13 | |
| | | | | ||||||
| * | | | Add change history to the docs. | Ryan Petrello | 2013-02-08 | 2 | -0/+43 | |
| |/ / | ||||||
* | | | Increment version number.0.2.1 | Ryan Petrello | 2013-02-08 | 1 | -2/+2 | |
|/ / | ||||||
* | | Version increment.0.2.0 | Ryan Petrello | 2013-01-18 | 1 | -2/+2 | |
| | | ||||||
* | | Improve visibility of deployment-related docs. | Ryan Petrello | 2013-01-11 | 2 | -1/+5 | |
| | | ||||||
* | | Add support for a ``gunicorn_pecan`` console script. | Ryan Petrello | 2013-01-09 | 1 | -10/+1 | |
|/ | ||||||
* | Version update. | Ryan Petrello | 2012-12-07 | 1 | -2/+2 | |
| | ||||||
* | Version update. | Ryan Petrello | 2012-12-07 | 1 | -2/+2 | |
| | ||||||
* | Improve documentation about config and app.py | Steven Berler | 2012-12-05 | 2 | -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 Petrello | 2012-10-29 | 1 | -1/+2 | |
| | ||||||
* | docs: Fix minor typo in *args Routing example. | Wesley Spikes | 2012-10-26 | 1 | -1/+1 | |
| | ||||||
* | Documentation bug. | Pete | 2012-04-11 | 1 | -1/+1 | |
| | | | | Fixes github.com dreamhost/pecan issue #133 | |||||
* | Updating version to use semantic versioning. | Ryan Petrello | 2012-04-02 | 1 | -2/+2 | |
| | ||||||
* | Deployment documenation tweak. | Ryan Petrello | 2012-03-30 | 1 | -2/+1 | |
| | ||||||
* | More deployment docs. | Ryan Petrello | 2012-03-30 | 1 | -18/+104 | |
| | ||||||
* | Version bump, a bug fix, more documentation... | Ryan Petrello | 2012-03-30 | 2 | -6/+6 | |
| | ||||||
* | Doc tweaks. | Ryan Petrello | 2012-03-29 | 1 | -7/+14 | |
| | ||||||
* | A first pass at deployment documentation. | Ryan Petrello | 2012-03-29 | 1 | -21/+93 | |
| | ||||||
* | Error doc tweak. | Ryan Petrello | 2012-03-29 | 1 | -18/+18 | |
| | ||||||
* | Custom Errors Documentation | Pete | 2012-03-28 | 1 | -1/+112 | |
| | | | | | | - DocString'ed pecan.middleware.errordocument.py - Wrote a Custom Errors Cookbook - Fixed a bug in base config.py scaffold | |||||
* | reload.rst not standalone | Pete | 2012-03-27 | 4 | -1/+5 | |
| | | | | | | Made reload.rst an orphan. Added a :start-after: directive to the inclusions to prevent the string "orphan:" from interpolating into html. |