summaryrefslogtreecommitdiff
path: root/docs/narr/traversal.rst
AgeCommit message (Collapse)Author
2011-01-02Split view chapter, move view config after templates, some reordering in ↵Casey Duncan
view config
2011-01-01rework paragraphs discussifng root factot configCasey Duncan
2011-01-01rework opening explanation of the resource tree for clarityCasey Duncan
2011-01-01XXX try to clearly explain how the view name is derived during traversal, ↵Casey Duncan
confirm this is sufficiently truthy XXX
2011-01-01clarify traversal detailsCasey Duncan
2011-01-01reword for clarityCasey Duncan
2011-01-01simplify/clarifyCasey Duncan
2011-01-01clarify opening paragraphCasey Duncan
2010-12-31clarify that the default root resource is emptyCasey Duncan
2010-12-31clarifyCasey Duncan
2010-12-31remove rendundant sentence that was redundantCasey Duncan
2010-12-31remove stray quoteCasey Duncan
2010-12-31add Much ado about traversal chapter from Rob Miller, with light ↵Casey Duncan
adaptations. Also remove some now redundant overview content in the Traversal chapter, which is now only details.
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-19make a judgmentChris McDonough
2010-12-19wordingChris McDonough
2010-12-19an -> aChris McDonough
2010-12-19get rid of UNIX user analogyChris McDonough
2010-12-19context finding -> resource locationChris McDonough
2010-12-18model->resource; make docs render without warningsChris McDonough
2010-12-18model -> resource; resource -> assetChris McDonough
2010-12-12fix merge conflictsCasey Duncan
2010-12-09fix docs: pyramid.configuration -> pyramid.configChris McDonough
2010-11-30Merge https://github.com/Pylons/pyramidCasey Duncan
2010-11-28Narrative doc cleanupBlaise Laflamme
2010-11-18Remove "and", add commasCasey Duncan
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-09-05- Each of the follow methods of the Configurator now allow theChris McDonough
below-named arguments to be passed as "dotted name strings" (e.g. "foo.bar.baz") rather than as actual implementation objects that must be imported: setup_registry root_factory, authentication_policy, authorization_policy, debug_logger, locale_negotiator, request_factory, renderer_globals_factory add_subscriber subscriber, iface derive_view view add_view view, for_, context, request_type, containment add_route() view, view_for, factory, for_, view_context scan package add_renderer factory set_forbidden_view view set_notfound_view view set_request_factory factory set_renderer_globals_factory() factory set_locale_negotiator negotiator testing_add_subscriber event_iface
2010-03-08extra letterCarlos de la Guardia
2010-03-08Removed extra word.Carlos de la Guardia
2010-03-08Removed space before period.Carlos de la Guardia
2010-03-08Edited for clarity.Carlos de la Guardia
2010-03-07missing letterCarlos de la Guardia
2010-03-03s/term// (thanks to Chris W).Chris McDonough
2010-02-03Make the hybrid chapter represent reality.Chris McDonough
2010-01-21(no commit message)Chris McDonough
2010-01-19Spellcheck.Chris McDonough
2010-01-19Spellcheck.Chris McDonough
2010-01-18Prep for b1Chris McDonough
Merge a bunch of paper-based docs fixes Configure logging during bfgshell.
2010-01-17More pass overhaul based on making contextfinding explicit within documentation.Chris McDonough
2010-01-16Muh.Chris McDonough
2010-01-16Traversal mini-overhaul.Chris McDonough
2010-01-16Stray text.Chris McDonough
2010-01-16Massive overhaul to deal with the reality that we don't map URLs directly to ↵Chris McDonough
code.
2009-12-28Adjust for 7.5x9.25in output.Chris McDonough
2009-12-27- Added manual index entries to generated index.Chris McDonough
2009-12-27Rendering cleanups.Chris McDonough
2009-12-24Roles.Chris McDonough
2009-12-10typoFernando Correa Neto