| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-12-19 | adjust views chapter to better describe handlers as view classes which ↵ | Chris McDonough | |
| happen to be registered using add_handler, gardening | |||
| 2010-12-19 | make a judgment | Chris McDonough | |
| 2010-12-19 | wording | Chris McDonough | |
| 2010-12-19 | an -> a | Chris McDonough | |
| 2010-12-19 | get rid of UNIX user analogy | Chris McDonough | |
| 2010-12-19 | context finding -> resource location | Chris McDonough | |
| 2010-12-18 | model->resource; make docs render without warnings | Chris McDonough | |
| 2010-12-18 | model -> resource; resource -> asset | Chris McDonough | |
| 2010-12-12 | fix merge conflicts | Casey Duncan | |
| 2010-12-09 | fix docs: pyramid.configuration -> pyramid.config | Chris McDonough | |
| 2010-11-30 | Merge https://github.com/Pylons/pyramid | Casey Duncan | |
| 2010-11-28 | Narrative doc cleanup | Blaise Laflamme | |
| 2010-11-18 | Remove "and", add commas | Casey 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-25 | convert narrative docs to Pyramid | Chris McDonough | |
| 2010-09-05 | - Each of the follow methods of the Configurator now allow the | Chris 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-08 | extra letter | Carlos de la Guardia | |
| 2010-03-08 | Removed extra word. | Carlos de la Guardia | |
| 2010-03-08 | Removed space before period. | Carlos de la Guardia | |
| 2010-03-08 | Edited for clarity. | Carlos de la Guardia | |
| 2010-03-07 | missing letter | Carlos de la Guardia | |
| 2010-03-03 | s/term// (thanks to Chris W). | Chris McDonough | |
| 2010-02-03 | Make the hybrid chapter represent reality. | Chris McDonough | |
| 2010-01-21 | (no commit message) | Chris McDonough | |
| 2010-01-19 | Spellcheck. | Chris McDonough | |
| 2010-01-19 | Spellcheck. | Chris McDonough | |
| 2010-01-18 | Prep for b1 | Chris McDonough | |
| Merge a bunch of paper-based docs fixes Configure logging during bfgshell. | |||
| 2010-01-17 | More pass overhaul based on making contextfinding explicit within documentation. | Chris McDonough | |
| 2010-01-16 | Muh. | Chris McDonough | |
| 2010-01-16 | Traversal mini-overhaul. | Chris McDonough | |
| 2010-01-16 | Stray text. | Chris McDonough | |
| 2010-01-16 | Massive overhaul to deal with the reality that we don't map URLs directly to ↵ | Chris McDonough | |
| code. | |||
| 2009-12-28 | Adjust for 7.5x9.25in output. | Chris McDonough | |
| 2009-12-27 | - Added manual index entries to generated index. | Chris McDonough | |
| 2009-12-27 | Rendering cleanups. | Chris McDonough | |
| 2009-12-24 | Roles. | Chris McDonough | |
| 2009-12-10 | typo | Fernando Correa Neto | |
| 2009-12-09 | Excise make_app from docs. | Chris McDonough | |
| 2009-12-09 | Refactor. | Chris McDonough | |
| 2009-10-30 | - The ``__call__`` of a plugin "traverser" implementation (registered | Chris McDonough | |
| as an adapter for ``ITraverser`` or ``ITraverserFactory``) will now receive a *request* as the single argument to its ``__call__`` method. In previous versions it was passed a WSGI ``environ`` object. The request object passed to the factory implements dictionary-like methods in such a way that existing traverser code which expects to be passed an environ will continue to work. - Fix docs. | |||
| 2009-10-18 | - Added ``Changing the Traverser`` and ``Changing How | Chris McDonough | |
| :mod:`repoze.bfg.url.model_url` Generates a URL`` to the "Hooks" narrative chapter of the docs. | |||
| 2009-09-24 | Add traversal diagram. | Chris McDonough | |
| 2009-07-05 | Spellcheck. | Chris McDonough | |
| 2009-07-03 | General editing walkthrough. | Chris McDonough | |
| 2009-06-26 | Update the traversal chapter to account for the fact that traversal elements ↵ | Chris McDonough | |
| are now usually tuples. | |||
| 2009-06-26 | Pointed at the wrong chapter. | Chris McDonough | |
| 2009-06-11 | Merge unifyroutesandtraversal branch into trunk | Chris McDonough | |
| 2009-05-31 | - The ``request_type`` argument of ZCML ``view`` declarations and | Chris McDonough | |
| ``bfg_view`` decorators can now be one of the strings ``GET``, ``POST``, ``PUT``, ``DELETE``, or ``HEAD`` instead of a reference to the respective interface type imported from ``repoze.bfg.interfaces``. | |||
| 2009-05-27 | Rendering. | Chris McDonough | |
| 2009-05-27 | Don't mix the streams. | Chris McDonough | |
