summaryrefslogtreecommitdiff
path: root/docs/narr/traversal.rst
AgeCommit message (Collapse)Author
2012-02-15- Replace all mentions of zope.interface.implements withChris McDonough
zope.interface.implementer.
2012-01-30Hello world with traversal, linked from various places; plus some 'what this ↵Paul Winkler
chapter is for' notes on the other traversal chapters. Hope this helps.
2011-08-14- The ``route_url``, ``route_path``, ``resource_url``, ``static_url``, andChris McDonough
``current_route_url`` functions in the ``pyramid.url`` package now delegate to a method on the request they've been passed, instead of the other way around. The pyramid.request.Request object now inherits from a mixin named pyramid.url.URLMethodsMixin to make this possible, and all url/path generation logic is embedded in this mixin. - Narrative and API documentation which used the ``route_url``, ``route_path``, ``resource_url``, ``static_url``, and ``current_route_url`` functions in the ``pyramid.url`` package have now been changed to use eponymous methods of the request instead.
2011-07-20- Reordered chapters in narrative section for better new user friendliness.Chris McDonough
- Added more indexing markers to sections in documentation.
2011-06-03Fixed quote chars.Christoph Zwerschke
2011-06-02Some typos, better quoting in Traversal docs.Christoph Zwerschke
2011-02-05fix conflictsChris McDonough
2011-01-28nonsensical modChris McDonough
2011-01-27module name contractionsChris McDonough
2011-01-27First batch of fixes for typo's and other language issues.Chris Beelby
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.