summaryrefslogtreecommitdiff
path: root/docs/narr/advconfig.rst
AgeCommit message (Collapse)Author
2012-02-18expandChris McDonough
2011-12-16stamp out paste.httpserver usageChris McDonough
2011-12-03break 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-29add note about allowing extension via custom directivesChris McDonough
2011-11-29get repr rightChris McDonough
2011-11-29move register method from IIntrospector back to IIntrospectable; provide ↵Chris McDonough
better conflict reporting and a more useful ActionInfo object
2011-09-04remove documentation and todo mentions of zope.configurationChris McDonough
2011-07-20add more index markersChris McDonough
2011-06-05More 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-20Converting docs to deprecate view parameters in config.add_route.Michael Merickel
2011-01-27module name contractionsChris McDonough
2011-01-21- Added "What's New in Pyramid 1.0" chapter to HTML rendering ofChris McDonough
documentation.
2011-01-19- Added "Adding Methods to the Configurator via ``add_directive``" section toChris McDonough
Advanced Configuration narrative chapter.
2011-01-18Merge https://github.com/Pylons/pyramidCasey Duncan
2011-01-18they => theCasey Duncan
2011-01-18remove empty See AlsoCasey Duncan
2011-01-18- Most references to ZCML in narrative chapters have been removed orChris McDonough
redirected to ``pyramid_zcml`` locations.
2011-01-16- The ``pylons_minimal``, ``pylons_basic`` and ``pylons_sqla`` pasterChris 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-16document 'includeme'Chris McDonough
2010-12-27- Reconcile "extending an existing application" chapter with existence ofChris McDonough
"advanced configuration" chapter.
2010-12-24internal orderingChris McDonough
2010-12-24internal orderingChris McDonough
2010-12-24fixChris McDonough
2010-12-24- Added "Advanced Configuration" narrative chapter which documents how toChris McDonough
deal with configuration conflicts, two-phase configuration, ``include`` and ``commit``.