| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-07-19 | - The concept of "view factories" was removed in favor of always | Chris McDonough | |
| calling a view, which is a callable that returns a response directly (as opposed to returning a view). As a result, the ``factory`` attribute in the bfg:view ZCML statement has been renamed to ``view``. Various interface names were changed also. - ``render_template`` and ``render_transform`` no longer return a Response object. Instead, these return strings. The old behavior can be obtained by using ``render_template_to_response`` and ``render_transform_to_response``. | |||
| 2008-07-16 | Add convenience has_permission function. | Chris McDonough | |
| 2008-07-16 | Add security. | Chris McDonough | |
| 2008-07-14 | Fix. | Chris McDonough | |
| 2008-07-14 | Really allow views to be functions. | Chris McDonough | |
| 2008-07-14 | Make sample app work. | Chris McDonough | |
| 2008-07-14 | Render templates explicitly in views. | Chris McDonough | |
| 2008-07-14 | And, just to maximally confuse Paul, come full circle, and don't require ↵ | Chris McDonough | |
| that the template be spelled on the class, while still allowing us to pickle the registry actions. | |||
| 2008-07-14 | Less magical templated view model: make custom template views responsible for | Chris McDonough | |
| knowing their template's name. | |||
| 2008-07-12 | Missed a template. | Chris McDonough | |
| 2008-07-12 | Use a djangoesque layout and naming scheme. | Chris McDonough | |
| 2008-07-12 | Make make_app available from repoze.bfg directly | Chris McDonough | |
| 2008-07-12 | Remove unused import. | Chris McDonough | |
| 2008-07-09 | Provide a policy for doing redirects. | Chris McDonough | |
| 2008-07-08 | Fix a thinko in metaconfigure. | Chris McDonough | |
| Allow blog entries to be created. | |||
| 2008-07-08 | Reuse the same PageTemplateFile for all requests to the same view. | Chris McDonough | |
| 2008-07-08 | Redirect on default view if name doesn't end with slash. | Chris McDonough | |
| Rejigger sample app, adding more templates. | |||
| 2008-07-08 | Call it TemplateView. | Chris McDonough | |
| 2008-07-08 | It's BrowserView. | Chris McDonough | |
| 2008-07-08 | Add a browser:page directive type and make our sample app use it. | Chris McDonough | |
| 2008-07-07 | Depend on z3c.pt. | Chris McDonough | |
| Use ZCML to configure applications. | |||
| 2008-07-07 | Clean up mapply a little. | Chris McDonough | |
| 2008-07-07 | Dont recreate the root on every request. | Chris McDonough | |
| 2008-07-07 | DRY. | Chris McDonough | |
| 2008-07-07 | Add a sample app. | Chris McDonough | |
