summaryrefslogtreecommitdiff
path: root/docs/narr/traversal.rst
AgeCommit message (Collapse)Author
2018-11-20proper hyphenation of UTF-8-decodedSteve Piercy
2018-11-19rip out moar unicode prefixesMichael Merickel
2018-08-18Clean up code-blocks in traversalSteve Piercy
2015-10-27minor grammar, rewrap 79 columns, some .rst syntax fixesSteve Piercy
2013-10-02rearrange the fixChris McDonough
2013-09-03Removed unnecessary side bar with duplicate contentBert JW Regeer
The side-bar contained a duplication of code that was already in the main article. Adding a note instead and removing the side-bar provides the same information without nearly as much duplication.
2013-08-08"resouce" to "resource"tisdall
2013-04-01fix some cross-referencesTshepang Lekhonkhobe
2013-03-23create optionality note for traversal chapter, see issue #879Chris McDonough
2013-03-09capitalize; add term roleTshepang Lekhonkhobe
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