| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-04-14 | Add "exception views" work contributed primarily by Andrey Popp by merging ↵ | Chris McDonough | |
| the "phash" branch. | |||
| 2010-03-10 | I had intended to put this one on the last commit as well, but forgot about it. | Carlos de la Guardia | |
| 2010-03-10 | missing letter | Carlos de la Guardia | |
| 2010-03-10 | this couple of paragraphs were a bit garbled | Carlos de la Guardia | |
| 2010-03-09 | one extra word, one extra letter | Carlos de la Guardia | |
| 2010-03-09 | a couple of missing words | Carlos de la Guardia | |
| 2010-03-03 | (no commit message) | Chris McDonough | |
| 2010-03-03 | (no commit message) | Chris McDonough | |
| 2010-03-03 | Chris W catch. | Chris McDonough | |
| 2010-03-03 | (no commit message) | Chris McDonough | |
| 2010-03-03 | Wording fix (via Chris W). | Chris McDonough | |
| 2010-02-03 | Make the hybrid chapter represent reality. | Chris McDonough | |
| 2010-02-02 | - Remove ``view_header``, ``view_accept``, ``view_xhr``, | Chris McDonough | |
| ``view_path_info``, ``view_request_method``, ``view_request_param``, and ``view_containment`` predicate arguments from the ``Configurator.add_route`` argument list. These arguments were speculative. If you need the features exposed by these arguments, add a view associated with a route using the ``route_name`` argument to the ``add_view`` method instead. - Remove ``view_header``, ``view_accept``, ``view_xhr``, ``view_path_info``, ``view_request_method``, ``view_request_param``, and ``view_containment`` predicate arguments from the ``route`` ZCML directive attribute set. These attributes were speculative. If you need the features exposed by these attributes, add a view associated with a route using the ``route_name`` attribute of the ``view`` ZCML directive instead. | |||
| 2010-01-24 | Merge reversepolarity branch. | 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 | Final review layout. | Chris McDonough | |
| 2010-01-17 | Checklist. | Chris McDonough | |
| 2010-01-17 | More pass overhaul based on making contextfinding explicit within documentation. | 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. | |||
| 2010-01-11 | Merge of andrew-docs branch. | Chris McDonough | |
| 2010-01-03 | Overlong lines. | Chris McDonough | |
| 2009-12-30 | Bugs detected by Ricardo Mendes. | Chris McDonough | |
| 2009-12-27 | - Added manual index entries to generated index. | Chris McDonough | |
| 2009-12-27 | Rendering cleanups. | Chris McDonough | |
| 2009-12-26 | - Created new top-level documentation section: "ZCML Directives". | Chris McDonough | |
| This section contains detailed ZCML directive information, some of which was removed from various narrative chapters. | |||
| 2009-12-25 | Fix syntax errors found via manuel, and add manuel-style markers to prevent | Chris McDonough | |
| untestable code blocks from being tested. | |||
| 2009-12-24 | Imperative and roles. | Chris McDonough | |
| 2009-12-19 | More docs. | Chris McDonough | |
| 2009-12-09 | Excise make_app from docs. | Chris McDonough | |
| 2009-11-28 | Fix. | Chris McDonough | |
| 2009-11-14 | Spellcheck. | Chris McDonough | |
| 2009-11-02 | - "What's New in ``repoze.bfg`` 1.1" document added to narrative | Chris McDonough | |
| documentation. - Minor typo fixes. | |||
| 2009-11-01 | Leave some confusing and near-useless params undocumented. | Chris McDonough | |
| 2009-11-01 | - The ZCML ``route`` directive's attributes ``xhr``, | Chris McDonough | |
| ``request_method``, ``path_info``, ``request_param``, ``header`` and ``accept`` are now *route* predicates rather than *view* predicates. If one or more of these predicates is specified in the route configuration, all of the predicates must return true for the route to match a request. If one or more of the route predicates associated with a route returns ``False`` when checked during a request, the route match fails, and the next match in the routelist is tried. This differs from the previous behavior, where no route predicates existed and all predicates were considered view predicates, because in that scenario, the next route was not tried. | |||
| 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-14 | - Add ``xhr``, ``accept``, and ``header`` view configuration | Chris McDonough | |
| predicates to ZCML view declaration, ZCML route declaration, and ``bfg_view`` decorator. See the ``Views`` narrative documentation chapter for more information about these predicates. | |||
| 2009-09-30 | - Describe "request-only" view calling conventions inside the | Chris McDonough | |
| urldispatch narrative chapter, where it's most helpful. | |||
| 2009-09-30 | Note. | Chris McDonough | |
| 2009-09-30 | Fix. | Chris McDonough | |
| 2009-09-30 | Add narrative docs about the append_slash_notfound_view. | Chris McDonough | |
| 2009-09-16 | - Give the ``route`` ZCML directive the ``view_attr`` and | Chris McDonough | |
| ``view_renderer`` parameters (bring up to speed with 1.1a3 features). These can also be spelled as ``attr`` and ``renderer``. | |||
| 2009-09-06 | Merge multiview2 branch to HEAD. | Chris McDonough | |
| 2009-07-20 | Fixed documentation bug showing invalid test for values from the ``matchdict``. | Tres Seaver | |
| o They are stored as attributes of the ``Article``, rather than subitems. | |||
| 2009-07-20 | Fixed documentation bug showing wrong environment key for the ``matchdict`` | Tres Seaver | |
| produced by the matching route. Thanks to leopay for the catch. | |||
| 2009-07-05 | Spellcheck. | Chris McDonough | |
| 2009-07-03 | General editing walkthrough. | Chris McDonough | |
| 2009-06-26 | Wrong. | Chris McDonough | |
| 2009-06-26 | Typo. | Chris McDonough | |
