| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-12 | Merge branch 'master' into change-to-localhost | Steve Piercy | |
| 2017-05-12 | update narrative docs to align with source code | Steve Piercy | |
| - per https://github.com/Pylons/pyramid/pull/3000#issuecomment-294565854 | |||
| 2017-04-16 | Fix #2927 - Change to listen = localhost:6543. | Aleph Melo | |
| 2017-03-31 | add some simple notes about plaster in the narrative docs | Michael Merickel | |
| 2016-12-27 | quick_tutorial - refactor MyProject/myproject for cookiecutters | Steve Piercy | |
| 2016-12-27 | narr/startup - update for cookiecutters | Steve Piercy | |
| 2016-12-09 | grammar fixes | Martin | |
| 2016-12-09 | Added configuration for ipv6 in .ini files. | Martin | |
| 2016-12-07 | Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵ | Martin | |
| supported by waitress server. | |||
| 2016-12-06 | Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ↵ | Bert JW Regeer | |
| …" | |||
| 2016-12-06 | Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵ | Martin | |
| supported by waitress server. | |||
| 2015-12-08 | update narrative docs and literalinclude source files that use the starter ↵ | Steve Piercy | |
| scaffold to reflect its current state | |||
| 2015-10-09 | wrap 79 cols | Steve Piercy | |
| 2015-10-06 | - grammar, wrapping to 79 columns | Steve Piercy | |
| 2014-08-08 | Add index entries for .ini files vis settings. | Karl O. Pinc | |
| 2014-08-08 | Link to logging configuration in the Startup chapter. | Karl O. Pinc | |
| The Startup chapter describes the application's .ini file. The Logging chapter describes how to configure logging with the .ini file. | |||
| 2014-02-09 | Apply change from #1221 manually. | Tres Seaver | |
| Avoid the unintentional slight in OPs commit message. | |||
| 2013-03-26 | fix #948 | Tshepang Lekhonkhobe | |
| 2013-03-05 | fix link | Tshepang Lekhonkhobe | |
| 2012-04-19 | squash another reference to dotted name | Chris McDonough | |
| 2012-04-19 | take out 'or dotted python name' | Chris McDonough | |
| 2012-03-01 | Remove mention of the `root_factory` argument. | Martijn Pieters | |
| The example code earlier on the page does not use the `root_factory` argument, only the `settings` argument. This is a fix for pyramid issue #452. | |||
| 2012-01-02 | - Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding. | Chris McDonough | |
| 2011-12-10 | update startup chapter against new scaffolding | Chris McDonough | |
| 2011-10-25 | updated [DEFAULT] to link to the relevant section | Cypha | |
| 2011-10-24 | clarified [DEFAULT] as an optional section in .ini | Cypha | |
| 2011-10-06 | remove all reference to the paster command-line utility | Chris McDonough | |
| 2011-08-22 | - Use [app:main] instead of a pipeline in all scaffolds and tutorials | Chris McDonough | |
| and narrative docs. - Break out awkward description of PasteDeploy entry points from project chapter into its own Paste chapter. | |||
| 2011-07-30 | Updated all of the docs to reflect the new pyramid.* settings prefix. | Michael Merickel | |
| 2011-07-24 | Rewrote bad sentence | Carlos de la Guardia | |
| 2011-07-20 | add more index markers | Chris McDonough | |
| 2011-07-12 | add docs about logging config | Chris McDonough | |
| 2011-01-29 | no longer broken | Chris McDonough | |
| 2011-01-29 | renderings | Chris McDonough | |
| 2011-01-27 | module name contractions | Chris McDonough | |
| 2010-12-19 | fix startup chapter | Chris McDonough | |
| 2010-12-09 | fix docs: pyramid.configuration -> pyramid.config | Chris McDonough | |
| 2010-11-28 | Narrative doc cleanup | Blaise Laflamme | |
| 2010-11-22 | fix wrong egg reference | Chris McDonough | |
| 2010-11-11 | document the request.settings attribute as well as we can | Chris McDonough | |
| 2010-11-09 | - All references to Pyramid-the-application were changed from :mod:`pyramid` | Chris McDonough | |
| to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal) | |||
| 2010-11-07 | - All references to events by interface | Chris McDonough | |
| (e.g. ``pyramid.interfaces.INewRequest``) have been changed to reference their concrete classes (e.g. ``pyramid.events.NewRequest``) in documentation about making subscriptions. | |||
| 2010-11-04 | we added more keys to the default paster template ini file app section, ↵ | Chris McDonough | |
| update the startup chapter to show them | |||
| 2010-11-04 | fix project documentation to account for starter paster template changes | Chris McDonough | |
| 2010-11-03 | de-zcml-ify various chapters and move ZCML to the declarative chapter | Chris McDonough | |
| 2010-10-25 | convert narrative docs to Pyramid | Chris McDonough | |
| 2010-09-12 | - The BFG router now emits an additional event unconditionally at the | Chris McDonough | |
| end of request processing: ``repoze.bfg.interfaces.IFinishedRequest``. This event is meant to be used when it is necessary to perform unconditional cleanup after request processing. See the ``repoze.bfg.events.FinishedRequest`` class documentation for more information. - The ``repoze.bfg.interfaces.IWSGIApplicationCreatedEvent`` event interface was renamed to ``repoze.bfg.interfaces.IApplicationCreated``. Likewise, the ``repoze.bfg.events.WSGIApplicationCreatedEvent`` class was renamed to ``repoze.bfg.events.ApplicationCreated``. The older aliases will continue to work indefinitely. - The ``repoze.bfg.interfaces.IAfterTraversal`` event interface was renamed to ``repoze.bfg.interfaces.IContextFound``. Likewise, the ``repoze.bfg.events.AfterTraveral`` class was renamed to ``repoze.bfg.events.ContextFound``. The older aliases will continue to work indefinitely. | |||
| 2010-03-29 | Delete duplicate step. | Chris McDonough | |
| 2010-01-18 | Prep for b1 | Chris McDonough | |
| Merge a bunch of paper-based docs fixes Configure logging during bfgshell. | |||
| 2010-01-11 | Merge of andrew-docs branch. | Chris McDonough | |
