summaryrefslogtreecommitdiff
path: root/docs/narr/zca.rst
AgeCommit message (Collapse)Author
2018-08-18Clean up code-blocks in zcaSteve Piercy
2015-12-04- add emphasize lines, minor grammar, rewrap 79 columnsSteve Piercy
2013-04-03add some more cross-referencesTshepang Lekhonkhobe
Also remove linenos setting, which is overkill for a one-liner.
2013-04-01Remove unused imports from code sampleCatalin Iacob
The import should be done only when actually using the global registry.
2013-04-01fix some cross-referencesTshepang Lekhonkhobe
2013-03-22remove unused ignore-next-block directiveTshepang Lekhonkhobe
2011-10-06remove stray references to PasteChris McDonough
2011-08-09dont call hook_zca when we already are using the global regChris McDonough
2011-06-05More small fixes made reading the rest of the docs and the tutorials.Christoph Zwerschke
2011-04-23BFG -> PyramidDanny Navarro
2011-01-27module name contractionsChris McDonough
2011-01-18Merge https://github.com/Pylons/pyramidCasey Duncan
2011-01-18add word that to clarifyCasey Duncan
2011-01-18- Most references to ZCML in narrative chapters have been removed orChris McDonough
redirected to ``pyramid_zcml`` locations.
2010-12-18model -> resource; resource -> assetChris McDonough
2010-12-09fix docs: pyramid.configuration -> pyramid.configChris McDonough
2010-11-28Narrative doc cleanupBlaise Laflamme
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-10-25convert narrative docs to PyramidChris McDonough
2010-03-29finished bug fixing for narrative docsCarlos de la Guardia
2010-02-03Renderings.Chris McDonough
2010-01-19Wording.Chris McDonough
2010-01-19Renderings and typo fix.Chris McDonough
2010-01-19Spellcheck.Chris McDonough
2010-01-19Bug FixesChris McDonough
--------- - When the ``Configurator`` is passed an instance of ``zope.component.registry.Components`` as a ``registry`` constructor argument, fix the instance up to have the attributes we expect of an instance of ``repoze.bfg.registry.Registry`` when ``setup_registry`` is called. This makes it possible to use the global Zope component registry as a BFG application registry. Documentation ------------- - Change renderings of ZCML directive documentation. - Add a narrative documentation chapter: "Using the Zope Component Architecture in ``repoze.bfg``"