| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-06-29 | Update test output. | Chris McDonough | |
| 2009-06-29 | (no commit message) | Chris McDonough | |
| 2009-06-29 | Minimal docs for ``resource`` directive. | Chris McDonough | |
| 2009-06-29 | Add to docs. | Chris McDonough | |
| 2009-06-26 | Clean up. | 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-26 | Wrong. | Chris McDonough | |
| 2009-06-26 | Typo. | Chris McDonough | |
| 2009-06-26 | Rendering. | Chris McDonough | |
| 2009-06-26 | - Cause ``:segment`` matches in route paths to put a Unicode-decoded | Chris McDonough | |
| and URL-dequoted value in the matchdict for the value matched. Previously a non-decoded non-URL-dequoted string was placed in the matchdict as the value. - Cause ``*remainder`` matches in route paths to put a *tuple* in the matchdict dictionary in order to be able to present Unicode-decoded and URL-dequoted values for the traversal path. Previously a non-decoded non-URL-dequoted string was placed in the matchdict as the value. | |||
| 2009-06-25 | (no commit message) | Chris McDonough | |
| 2009-06-25 | Wording. | Chris McDonough | |
| 2009-06-24 | - Add information to the URL Dispatch narrative documentation about | Chris McDonough | |
| path pattern matching syntax. | |||
| 2009-06-24 | - ``repoze.bfg`` no longer relies on the Routes package to interpret | Chris McDonough | |
| URL paths. | |||
| 2009-06-24 | Typo. | Chris McDonough | |
| 2009-06-24 | Change the implementation and the signature for ``route_url``. | Chris McDonough | |
| 2009-06-24 | - Added the ``repoze.bfg.url.route_url`` API. This is meant to | Chris McDonough | |
| "front" for the Routes ``url_for`` API. See the URL Dispatch narrative chapter and the "repoze.bfg.url" module API documentation for more information. | |||
| 2009-06-24 | Add (painful) explanation of weak-binding route view context registrations. | Chris McDonough | |
| 2009-06-23 | Sentence. | Chris McDonough | |
| 2009-06-22 | - Conditional documentation in installation section ("how to install a | Chris McDonough | |
| Python interpreter"). | |||
| 2009-06-22 | - Add a ``view_for`` attribute to the ``route`` ZCML directive. This | Chris McDonough | |
| attribute should refer to an interface or a class (ala the ``for`` attribute of the ``view`` ZCML directive). | |||
| 2009-06-22 | Update test output. | Chris McDonough | |
| 2009-06-22 | Typo. | Chris McDonough | |
| 2009-06-22 | Gardening. | Chris McDonough | |
| 2009-06-22 | Gardening. | Chris McDonough | |
| 2009-06-22 | Add documentation for *subpath. | Chris McDonough | |
| Switch back to using a route with a subpath in the bfgalchemy paster template. | |||
| 2009-06-21 | Make views that do not have a route_name match when any route is used. | Chris McDonough | |
| 2009-06-19 | - Add interface docs related to how to create authentication policies | Chris McDonough | |
| and authorization policies to the "Security" narrative chapter. | |||
| 2009-06-19 | - Added a (fairly sad) "Combining Traversal and URL Dispatch" chapter | Chris McDonough | |
| to the narrative documentation. | |||
| 2009-06-19 | Add a router chapter. | Chris McDonough | |
| 2009-06-19 | Edit. | Chris McDonough | |
| 2009-06-18 | IForbiddenView utility registration -> forbidden directive | Chris McDonough | |
| INotFoundView utility registry -> notfound directive | |||
| 2009-06-18 | Document request-only calling convention. | Chris McDonough | |
| 2009-06-11 | Document route_name (badly). | Chris McDonough | |
| 2009-06-11 | Merge unifyroutesandtraversal branch into trunk | Chris McDonough | |
| 2009-06-07 | Extending explanation a little bit | Carlos de la Guardia | |
| 2009-06-07 | Virtualenv needs the win32api package to work | Carlos de la Guardia | |
| 2009-06-06 | typo | Carlos de la Guardia | |
| 2009-06-03 | Subclass factories from dict in examples. | Chris McDonough | |
| 2009-06-02 | Use bat instead of bash. | Chris McDonough | |
| 2009-06-01 | Add headers. | Chris McDonough | |
| 2009-05-31 | - The ``route`` ZCML directive now accepts ``request_type`` as an | Chris McDonough | |
| alias for its ``condition_method`` argument for symmetry with the ``view`` directive. | |||
| 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-31 | GAE. | Chris McDonough | |
| 2009-05-31 | - Add description to narrative templating chapter about how to use | Chris McDonough | |
| Chameleon text templates. | |||
| 2009-05-31 | Side effects. | Chris McDonough | |
| 2009-05-31 | Features | Chris McDonough | |
| -------- - It is now possible to register a custom ``repoze.bfg.interfaces.INotFoundView`` for a given application. This feature replaces the ``repoze.bfg.interfaces.INotFoundAppFactory`` feature previously described in the Hooks chapter. The INotFoundView will be called when the framework detects that a view lookup done as a result of a reqest fails; it should accept a context object and a request object; it should return an IResponse object (a webob response, basically). See the Hooks narrative chapter of the BFG docs for more info. Deprecations ------------ - The ``repoze.bfg.interfaces.IUnauthorizedAppFactory`` interface has been deprecated in favor of using the new ``repoze.bfg.interfaces.IForbiddenResponseFactory`` mechanism. | |||
| 2009-05-31 | - Renamed ``repoze.bfg.interfaces.IForbiddenResponseFactory`` to | Chris McDonough | |
| ``repoze.bfg.interfaces.IForbiddenView``. | |||
| 2009-05-29 | New nosetests output. | Chris McDonough | |
