| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-06-02 | Prep for 0.9.1. | Chris McDonough | |
| 2009-06-02 | - Add API named ``repoze.bfg.settings.get_settings`` which retrieves a | Chris McDonough | |
| derivation of values passed as the ``options`` value of ``repoze.bfg.router.make_app``. This API should be preferred instead of using getUtility(ISettings). I added a new ``repoze.bfg.settings`` API document as well. | |||
| 2009-06-02 | - The ``repoze.bfg.location.locate`` API was removed: it didn't do | Chris McDonough | |
| enough to be very helpful and had a misleading name. | |||
| 2009-06-02 | The wiki2 tutorial has no disc. | Chris McDonough | |
| 2009-06-02 | Use bat instead of bash. | Chris McDonough | |
| 2009-06-02 | Remove this from the docs. | Chris McDonough | |
| 2009-06-02 | use the same name for the FrontPage object when describing the views in the ↵ | Carlos de la Guardia | |
| browser | |||
| 2009-06-02 | fixed typo | Carlos de la Guardia | |
| 2009-06-02 | - Add ``repoze.bfg.request.current_request`` function. This function | Chris McDonough | |
| should be used (**very sparingly**) to retrieve the "current" request. See the ``repoze.bfg.request`` API documentation for more information. | |||
| 2009-06-02 | change codeblock language on Windows example to use bat and stop coloring ↵ | Carlos de la Guardia | |
| backslashes as escape sequences | |||
| 2009-06-02 | change codeblock language on Windows example to use bat and stop coloring ↵ | Carlos de la Guardia | |
| backslashes as escape sequences | |||
| 2009-06-02 | corrected some mistakes in the mapping views sections and added more ↵ | Carlos de la Guardia | |
| explanation text | |||
| 2009-06-02 | fixed typo | Carlos de la Guardia | |
| 2009-06-02 | fixed typo | Carlos de la Guardia | |
| 2009-06-01 | was going to fix unclosed parentheses, but ended up refactoring sentence. | Carlos de la Guardia | |
| 2009-06-01 | change codeblock language on Windows examples to use bat and stop coloring ↵ | Carlos de la Guardia | |
| backslashes as escape sequences | |||
| 2009-06-01 | change codeblock language on Windows examples to use bat and stop coloring ↵ | Carlos de la Guardia | |
| backslashes as escape sequences | |||
| 2009-06-01 | Prep for 0.9. | Chris McDonough | |
| 2009-06-01 | Rendering. | Chris McDonough | |
| 2009-06-01 | Add headers. | Chris McDonough | |
| 2009-06-01 | Add authorization chapter to bfgwiki2 tutorial. | Chris McDonough | |
| 2009-06-01 | (no commit message) | Chris McDonough | |
| 2009-06-01 | Header. | Chris McDonough | |
| 2009-06-01 | Dedupe section names. | Chris McDonough | |
| 2009-06-01 | Shorten front page by showing fewer subitems. | Chris McDonough | |
| 2009-06-01 | Remove link to repoze.wiki (it's in the SQLAlchemy tut). | Chris McDonough | |
| 2009-06-01 | Not a term. | Chris McDonough | |
| 2009-06-01 | definingmodels -> models. | Chris McDonough | |
| 2009-06-01 | Fix wrong name, add ignores. | Chris McDonough | |
| 2009-06-01 | Flesh out the rest. | Chris McDonough | |
| 2009-06-01 | Add defining views chapter. | Chris McDonough | |
| 2009-06-01 | Add defining models chapter. | Chris McDonough | |
| 2009-06-01 | (no commit message) | Chris McDonough | |
| 2009-06-01 | (no commit message) | Chris McDonough | |
| 2009-06-01 | Use only useful stuff. | Chris McDonough | |
| 2009-06-01 | Keep useful stuff. | Chris McDonough | |
| 2009-06-01 | Only keep useful stuff. | Chris McDonough | |
| 2009-05-31 | Make a copy of the tutorial for Routes+SQLAlchemy. | Chris McDonough | |
| 2009-05-31 | Description. | 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 | Note bfgwiki change. | Chris McDonough | |
| 2009-05-31 | Never use the login view URL as the came_from. | 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-30 | Version. | Chris McDonough | |
| 2009-05-30 | Docs. | Chris McDonough | |
