| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-11-02 | Prep for 0.4.3. | Chris McDonough | |
| 2008-11-02 | Prep for 0.4.2. | Chris McDonough | |
| 2008-10-28 | - If the ``render_view_to_response`` function was called, if the | Chris McDonough | |
| view was found and called, but it returned something that did not implement IResponse, the error would pass by unflagged. This was noticed when I created a view function that essentially returned None, but received a NotFound error rather than a ValueError when the view was rendered. This was fixed. | |||
| 2008-10-03 | Release 0.4.0. | Chris McDonough | |
| 2008-09-28 | Prep for 0.3.9 release. | Chris McDonough | |
| 2008-09-28 | Features | Chris McDonough | |
| - A ``repoze.bfg.location`` API module was added. Backwards incompatibilities - Applications must now use the ``repoze.bfg.interfaces.ILocation`` interface rather than ``zope.location.interfaces.ILocation`` to represent that a model object is "location-aware". We've removed a dependency on ``zope.location`` for cleanliness purposes: as new versions of zope libraries are released which have improved dependency information, getting rid of our dependence on ``zope.location`` will prevent a newly installed repoze.bfg application from requiring the ``zope.security``, egg, which not truly used at all in a "stock" repoze.bfg setup. These dependencies are still required by the stack at this time; this is purely a futureproofing move. The security and model documentation for previous versions of ``repoze.bfg`` recommended using the ``zope.location.interfaces.ILocation`` interface to represent that a model object is "location-aware". This documentation has been changed to reflect that this interface should now be imported from ``repoze.bfg.interfaces.ILocation`` instead. | |||
| 2008-09-26 | Move to Chameleon. | Chris McDonough | |
| 2008-09-09 | 0.3.7. | Chris McDonough | |
| 2008-09-06 | Shut buildout up. | Chris McDonough | |
| 2008-09-04 | Prep for 0.3.6. | Chris McDonough | |
| 2008-09-01 | Prep for 0.3.5. | Chris McDonough | |
| 2008-08-29 | Prep for 0.3.4. | Chris McDonough | |
| 2008-08-29 | model_path and *backwards incompatible change* removing "make_app" and ↵ | Chris McDonough | |
| "get_options" from __init__.py of repoze.bfg; use repoze.bfg.router:make_app and repoze.bfg.registry:get_options instead. | |||
| 2008-08-24 | Sigh. | Chris McDonough | |
| 2008-08-24 | - Remove ``sampleapp`` sample application from bfg package itself. | Chris McDonough | |
| - Remove dependency on FormEncode (only needed by sampleapp). - Fix paster template generation so that case-sensitivity is preserved for project vs. package name. - Depend on ``z3c.pt`` version 1.0a1 (which requires the ``[lxml]`` extra currently). | |||
| 2008-08-20 | Prep for 0.3.1. | Chris McDonough | |
| 2008-08-16 | Prep for 0.3.0. | Chris McDonough | |
| 2008-08-12 | Fix ITraverserFactory lookup; release 0.2.9. | Chris McDonough | |
| 2008-08-11 | 0.2.8. | Chris McDonough | |
| 2008-08-06 | (no commit message) | Chris McDonough | |
| 2008-07-31 | (no commit message) | Chris McDonough | |
| 2008-07-31 | - Add event sends for INewRequest and INewResponse. See the | Chris McDonough | |
| events.rst chapter in the documentation's ``api`` directory. | |||
| 2008-07-29 | 0.2.5: add model_url. | Chris McDonough | |
| 2008-07-27 | Release 0.2.4. | Chris McDonough | |
| 2008-07-22 | Add url-based dispatch. | Chris McDonough | |
| 2008-07-20 | - Add API functions for authenticated_userid and effective_principals. | Chris McDonough | |
| 2008-07-20 | (no commit message) | Chris McDonough | |
| 2008-07-20 | (no commit message) | Chris McDonough | |
| 2008-07-20 | Prep for 0.2 release. | Chris McDonough | |
| 2008-07-19 | Add a paster template. | Chris McDonough | |
| 2008-07-16 | Zero in on making docs render properly. | Chris McDonough | |
| 2008-07-13 | Depend on FormEncode. | Chris McDonough | |
| 2008-07-13 | Use an application-local component registry. | Chris McDonough | |
| 2008-07-12 | bfg shouldn't be a namespace package. | Chris McDonough | |
| 2008-07-07 | Depend on z3c.pt. | Chris McDonough | |
| Use ZCML to configure applications. | |||
| 2008-07-07 | Require paste. | Chris McDonough | |
| 2008-07-05 | Use WebOb. | Chris McDonough | |
| Return a NotFound when we can't adapt. | |||
| 2008-07-05 | IWSGIApplication -> IWSGIApplicationFactory | Chris McDonough | |
| The router is not middleware. | |||
| 2008-07-05 | policy -> traversal. | Chris McDonough | |
| 2008-07-04 | Depend on zope.component | Chris McDonough | |
| Use an adapter to perform traversal. | |||
| 2008-07-04 | Don't depend on ZODB; shuffle policy responsibilities around a little. | Chris McDonough | |
| 2008-07-04 | Start on bfg. | Chris McDonough | |
