| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-24 | alphabetize | Michael Merickel | |
| 2019-12-24 | security policy docs and legacy policy improvements | Michael Merickel | |
| - Added `set_security_policy`` to more places in the docs. - Ensure that the authn/authz policies are not used at all if the legacy policy is not in effect to avoid edge cases where the code would skip the security policy and use the authn/authz policy on accident. - Change deprecation warnings in code to reference the docs by name instead of by URL. | |||
| 2018-11-27 | Restore pyramid_zcml intersphinx link, using explicit name | Steve Piercy | |
| 2018-11-20 | Split into 2 sentences | Karl O. Pinc | |
| 2018-11-20 | Add comma per Steve Piercy | Karl O. Pinc | |
| 2018-11-19 | Shorter sentences are better | Karl O. Pinc | |
| 2018-11-18 | Note what directive takes effect when conflits are resolved with commit() | Karl O. Pinc | |
| 2018-11-18 | Fix so sentence has the right meaning | Karl O. Pinc | |
| 2018-10-03 | remove deprecated set_request_property | Michael Merickel | |
| 2018-08-18 | Clean up code-blocks in advconfig | Steve Piercy | |
| 2016-01-14 | Rename Cookbook to Pyramid Community Cookbook | Steve Piercy | |
| - use .rst intersphinx labels for pages instead of broken URLs | |||
| 2015-11-06 | minor grammar, fix .rst markup, add emphasize lines for diff, rewrap to 79 ↵ | Steve Piercy | |
| columns | |||
| 2014-02-10 | - Garden PR #1121 | Steve Piercy | |
| 2013-09-08 | - The ``renderer_globals_factory`` argument to the | Chris McDonough | |
| ``pyramid.config.Configurator` constructor and its ``setup_registry`` method has been removed. The ``set_renderer_globals_factory`` method of ``pyramid.config.Configurator`` has also been removed. The (internal) ``pyramid.interfaces.IRendererGlobals`` interface was also removed. These arguments, methods and interfaces had been deprecated since 1.1. Use a ``BeforeRender`` event subscriber as documented in the "Hooks" chapter of the Pyramid narrative documentation instead of providing renderer globals values to the configurator. | |||
| 2013-04-05 | fix some cross-references | Tshepang Lekhonkhobe | |
| 2013-03-12 | fix markup | Tshepang Lekhonkhobe | |
| 2013-01-14 | Punctuate. | Tres Seaver | |
| 2013-01-13 | typo; should be 'titled', but would be redundant | Tshepang Lekhonkhobe | |
| 2012-09-15 | point at cookbook | Chris McDonough | |
| 2012-09-09 | rename set_request_method to add_request_method. closes #683 | Chris McDonough | |
| 2012-08-16 | readd set_request_property to docs (just so when people run across it in ↵ | Chris McDonough | |
| in-the-wild code they're not totally confused); we'll remove it later | |||
| 2012-08-16 | docs-deprecated set_request_property | Michael Merickel | |
| 2012-05-07 | Two grammatical fixes | Patricio Paez | |
| 2012-03-13 | Typos | Patricio Paez | |
| 2012-02-18 | expand | Chris McDonough | |
| 2011-12-16 | stamp out paste.httpserver usage | Chris McDonough | |
| 2011-12-03 | break out 'extending config' into exconfig and add stuff about the action ↵ | Chris McDonough | |
| method; move startup and router chapters to earlier in toc | |||
| 2011-11-29 | add note about allowing extension via custom directives | Chris McDonough | |
| 2011-11-29 | get repr right | Chris McDonough | |
| 2011-11-29 | move register method from IIntrospector back to IIntrospectable; provide ↵ | Chris McDonough | |
| better conflict reporting and a more useful ActionInfo object | |||
| 2011-09-04 | remove documentation and todo mentions of zope.configuration | Chris McDonough | |
| 2011-07-20 | add more index markers | Chris McDonough | |
| 2011-06-05 | More small fixes made reading the rest of the docs and the tutorials. | Christoph Zwerschke | |
| 2011-04-22 | - Make sure deprecation warnings aren't raised when tests are run. | Chris McDonough | |
| - Modify documentation for cross-referencing. - Use add_view(viewname) syntax rather than add_view(view=viewname) syntax for normalization. - Use warnings.warn rather than zope.deprecated in order to make testing easier. - Move tests which test deprecated methods of configurator to a separate test case. | |||
| 2011-04-20 | Converting docs to deprecate view parameters in config.add_route. | Michael Merickel | |
| 2011-01-27 | module name contractions | Chris McDonough | |
| 2011-01-21 | - Added "What's New in Pyramid 1.0" chapter to HTML rendering of | Chris McDonough | |
| documentation. | |||
| 2011-01-19 | - Added "Adding Methods to the Configurator via ``add_directive``" section to | Chris McDonough | |
| Advanced Configuration narrative chapter. | |||
| 2011-01-18 | Merge https://github.com/Pylons/pyramid | Casey Duncan | |
| 2011-01-18 | they => the | Casey Duncan | |
| 2011-01-18 | remove empty See Also | Casey Duncan | |
| 2011-01-18 | - Most references to ZCML in narrative chapters have been removed or | Chris McDonough | |
| redirected to ``pyramid_zcml`` locations. | |||
| 2011-01-16 | - The ``pylons_minimal``, ``pylons_basic`` and ``pylons_sqla`` paster | Chris McDonough | |
| templates were removed. Use ``pyramid_sqla`` (available from PyPI) as a generic replacement for Pylons-esque development. - All references to ``add_handler`` and the ``handler`` ZCML directive have been removed from the docs, and stubs which point to ``pylons_handlers`` package have replaced them. | |||
| 2011-01-16 | document 'includeme' | Chris McDonough | |
| 2010-12-27 | - Reconcile "extending an existing application" chapter with existence of | Chris McDonough | |
| "advanced configuration" chapter. | |||
| 2010-12-24 | internal ordering | Chris McDonough | |
| 2010-12-24 | internal ordering | Chris McDonough | |
| 2010-12-24 | fix | Chris McDonough | |
| 2010-12-24 | - Added "Advanced Configuration" narrative chapter which documents how to | Chris McDonough | |
| deal with configuration conflicts, two-phase configuration, ``include`` and ``commit``. | |||
