summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Collapse)Author
2010-12-21- Added "Finding the Root Resource" to Resources narrative chapter.Chris McDonough
- Added "Finding a Resource With a Class or Interface in Lineage" to Resources narrative chapter.
2010-12-20- Added "Obtaining the Lineage of a Resource" to the Resources narrativeChris McDonough
chapter. - Added "Determining if a Resource is In The Lineage of Another Resource" to Resources narrative chapter.
2010-12-20FeaturesChris McDonough
-------- - If a resource implements a ``__resource_url__`` method, it will be called as the result of invoking the ``pyramid.url.resource_url`` function to generate a URL, overriding the default logic. See the new "Generating The URL Of A Resource" section within the Resources narrative chapter. Documentation ------------- - Added "Generating The URL Of A Resource" section to the Resources narrative chapter (includes information about overriding URL generation using ``__resource_url__``). - Added "Generating the Path To a Resource" section to the Resources narrative chapter. - Added "Finding a Resource by Path" section to the Resources narrative chapter.
2010-12-20rearrange and add example resource treeChris McDonough
2010-12-20typo fixChris McDonough
2010-12-20remove following (confusing)Chris McDonough
2010-12-20fix typoChris McDonough
2010-12-19typoChris McDonough
2010-12-19adjust views chapter to better describe handlers as view classes which ↵Chris McDonough
happen to be registered using add_handler, gardening
2010-12-19Merge branch 'jahmad-typos'Chris McDonough
2010-12-19merge handlers chapter into views chapterChris McDonough
2010-12-20BFG_ -> PYRAMID_Jamaludin Ahmad
2010-12-19- Split off "Renderers" as its own chapter from "Views" chapter in narrativeChris McDonough
documentation.
2010-12-20there is no mypackage.run moduleJamaludin Ahmad
2010-12-19less definitive articleChris McDonough
2010-12-19wordingChris McDonough
2010-12-19move note about zcml to conclusionChris McDonough
2010-12-20i believe it's not neededJamaludin Ahmad
2010-12-20typo fixJamaludin Ahmad
2010-12-19typoChris McDonough
2010-12-19cunctional -> functionalChris McDonough
2010-12-19make a judgmentChris McDonough
2010-12-19wordingChris McDonough
2010-12-19rearrange traversal and urldispatch chaptersChris McDonough
2010-12-19add functional testing exampleChris McDonough
2010-12-19contextfinding -> resourcelocationJamaludin Ahmad
2010-12-19fix urldispatch chapterChris McDonough
2010-12-19an -> aChris McDonough
2010-12-19get rid of UNIX user analogyChris McDonough
2010-12-19context finding -> resource locationChris McDonough
2010-12-19fix startup chapterChris McDonough
2010-12-19adjust project chapterChris McDonough
2010-12-19update firstapp chapterChris McDonough
2010-12-19wordingChris McDonough
2010-12-19- All environment variables which used to be prefixed with ``BFG_`` are nowChris McDonough
prefixed with ``PYRAMID_`` (e.g. ``BFG_DEBUG_NOTFOUND`` is now ``PYRAMID_DEBUG_NOTFOUND``)
2010-12-18Merge branch 'model2resource'Chris McDonough
Conflicts: docs/narr/views.rst
2010-12-18model->resource; make docs render without warningsChris McDonough
2010-12-18resource -> assetChris McDonough
2010-12-18model -> resourceChris McDonough
2010-12-18model -> resourceChris McDonough
2010-12-18model -> resource; resource -> assetChris McDonough
2010-12-17get rid of conflict markerChris McDonough
2010-12-16tweakageChris McDonough
2010-12-16- Direct Jython users to Mako rather than Jinja2 in "Install" narrativeChris McDonough
chapter.
2010-12-16- The name ``registry`` is now available in a ``pshell`` environment byChris McDonough
default. It is the application registry object. - Changed "Project" chapter slightly to expand on use of ``paster pshell``.
2010-12-16FeaturesChris McDonough
-------- - Added ``debug_routematch`` configuration setting that logs matched routes (including the matchdict and predicates). Documentation ------------- - Added "Debugging Route Matching" section to the urldispatch narrative documentation chapter. - Added reference to ``BFG_DEBUG_ROUTEMATCH`` envvar and ``debug_routematch`` config file setting to the Environment narrative docs chapter.
2010-12-16Added debug_matched configuration setting.Joachim Krebs
2010-12-15- Fix reference to ``repoze.bfg.traversalwrapper`` in "Models" chapter (pointChris McDonough
at ``pyramid_traversalwrapper`` instead).
2010-12-15fix description of models based on zzzeeek's reddit commentChris McDonough
2010-12-15add missing last sentenceCasey Duncan