| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-10-11 | Use 1.1 index. | Chris McDonough | |
| Explain where "request" comes from in templates. | |||
| 2009-10-11 | Include vhosting info for modwsgi. | Chris McDonough | |
| 2009-10-11 | Protip from Graham. | Chris McDonough | |
| 2009-10-10 | Prep for 1.1a5. | Chris McDonough | |
| 2009-10-10 | Move to renderers. | Chris McDonough | |
| 2009-10-10 | Move to renderers. | Chris McDonough | |
| 2009-10-10 | Move to renderers. Add tests. | Chris McDonough | |
| 2009-10-10 | Move to renderers. | Chris McDonough | |
| Add tests. | |||
| 2009-10-10 | - Add a new ``repoze.bfg.testing`` API: ``registerRoute``, for | Chris McDonough | |
| registering routes to satisfy calls to e.g. ``repoze.bfg.url.route_url`` in unit tests. | |||
| 2009-10-10 | cleanUp is no longer necessary. | Chris McDonough | |
| 2009-10-10 | More renderer conversions. | Chris McDonough | |
| 2009-10-10 | - The ``notfound`` and ``forbidden`` ZCML directives now accept the | Chris McDonough | |
| following addtional attributes: ``attr``, ``renderer``, and ``wrapper``. These have the same meaning as they do in the context of a ZCML ``view`` directive. | |||
| 2009-10-10 | Use a renderer. | Chris McDonough | |
| 2009-10-10 | Rely on new attrs of notfound_view so we can use a renderer. | Chris McDonough | |
| 2009-10-10 | Convert bfgwiki to use renderers. | Chris McDonough | |
| 2009-10-10 | Tweaks. | Chris McDonough | |
| 2009-10-09 | Fix in the face of renderers. | Chris McDonough | |
| 2009-10-09 | Normalize. | Chris McDonough | |
| 2009-10-09 | Remove comment. | Chris McDonough | |
| 2009-10-09 | Use renderers. | Chris McDonough | |
| 2009-10-09 | view -> static directive. | Chris McDonough | |
| 2009-10-09 | view -> static directive. | Chris McDonough | |
| 2009-10-09 | route -> static directive. | Chris McDonough | |
| 2009-10-09 | Protip from elpargo. | Chris McDonough | |
| 2009-10-09 | Fix ordering. | Chris McDonough | |
| 2009-10-04 | (no commit message) | Chris McDonough | |
| 2009-09-30 | Mention modwsgi. | Chris McDonough | |
| 2009-09-30 | Put labels on arrows. | Chris McDonough | |
| 2009-09-30 | - Add a diagram which explains the operation of the BFG router to the | Chris McDonough | |
| "Router" narrative chapter. | |||
| 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-30 | - For behavior like Django's ``APPEND_SLASH=True``, use the | Chris McDonough | |
| ``repoze.bfg.view.append_slash_notfound_view`` view as the Not Found view in your application. When this view is the Not Found view (indicating that no view was found), and any routes have been defined in the configuration of your application, if the value of ``PATH_INFO`` does not already end in a slash, and if the value of ``PATH_INFO`` *plus* a slash matches any route's path, do an HTTP redirect to the slash-appended PATH_INFO. Note that this will *lose* ``POST`` data information (turning it into a GET), so you shouldn't rely on this to redirect POST requests. | |||
| 2009-09-30 | - The import of ``repoze.bfg.view.NotFound`` is deprecated in favor of | Chris McDonough | |
| ``repoze.bfg.exceptions.NotFound``. The old location still functions, but emits a deprecation warning. - The import of ``repoze.bfg.security.Unauthorized`` is deprecated in favor of ``repoze.bfg.exceptions.Forbidden``. The old location still functions but emits a deprecation warning. The rename from ``Unauthorized`` to ``Forbidden`` brings parity to the the name of the exception and the system view it invokes when raised. - New ``repoze.bfg.exceptions`` module was created to house exceptions that were previously sprinkled through various modules. - An ``exceptions`` API chapter was added, documenting the new ``repoze.bfg.exceptions`` module. | |||
| 2009-09-26 | Added missing word found by Stephen Waterbury | Carlos de la Guardia | |
| 2009-09-24 | Merge jpenny changes. | Chris McDonough | |
| 2009-09-24 | Add traversal diagram. | Chris McDonough | |
| 2009-09-23 | Prep for 1.1a4. | Chris McDonough | |
| 2009-09-21 | Fix docs after updates. | Chris McDonough | |
| 2009-09-19 | (no commit message) | Chris McDonough | |
| 2009-09-19 | Typos. | Chris McDonough | |
| 2009-09-19 | - Added a tutorial which explains how to use ``repoze.session`` | Chris McDonough | |
| (ZODB-based sessions) in a ZODB-based repoze.bfg app. | |||
| 2009-09-19 | - Added a tutorial which explains how to add ZEO to a ZODB-based | Chris McDonough | |
| ``repoze.bfg`` application. | |||
| 2009-09-18 | Rendering. | Chris McDonough | |
| 2009-09-18 | Add a mod_wsgi configuration tutorial. | Chris McDonough | |
| 2009-09-17 | - Add a ``repoze.bfg.url.static_url`` API which is capable of | Chris McDonough | |
| generating URLs to static resources defined by the ``<static>`` ZCML directive. See the "Views" narrative chapter's section titled "Generating Static Resource URLs" for more information. | |||
| 2009-09-17 | - Add a ``string`` renderer. This renderer converts a non-Response | Chris McDonough | |
| return value of any view callble into a string. It is documented in the "Views" narrative chapter. | |||
| 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-16 | Excise "page" vernacular. | Chris McDonough | |
