| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-04-25 | (no commit message) | Chris McDonough | |
| 2010-04-25 | Merge i18n branch via svn merge --ignore-ancestry -r9030:9150 ↵ | Chris McDonough | |
| $REPOZE_SVN/repoze.bfg/branches/i18n No foreigners were harmed in the coding of this feature. | |||
| 2010-04-21 | Moved i18n work to a branch and revert to pre-i18n-feature state via svn ↵ | Chris McDonough | |
| merge -r9054:9030 svn+ssh://repoze@svn.repoze.org/svn/repoze.bfg/trunk | |||
| 2010-04-19 | Dip a toe in the i18n waters. | Chris McDonough | |
| 2010-04-19 | Clean up. | Chris McDonough | |
| 2010-04-18 | Get rid of some already-done items. | Chris McDonough | |
| 2010-04-14 | Remove INotFoundView and IForbiddenView interfaces. | Chris McDonough | |
| 2010-04-14 | Done. | Chris McDonough | |
| 2010-04-14 | Add "exception views" work contributed primarily by Andrey Popp by merging ↵ | Chris McDonough | |
| the "phash" branch. | |||
| 2010-03-26 | Tidying | Tres Seaver | |
| 2010-01-18 | Prep for b1 | Chris McDonough | |
| Merge a bunch of paper-based docs fixes Configure logging during bfgshell. | |||
| 2010-01-17 | Checklist. | Chris McDonough | |
| 2010-01-17 | Checklist. | Chris McDonough | |
| 2010-01-17 | More reviews finished. | Chris McDonough | |
| 2010-01-17 | Review. | Chris McDonough | |
| 2010-01-17 | (no commit message) | Chris McDonough | |
| 2010-01-16 | (no commit message) | Chris McDonough | |
| 2010-01-16 | Massive overhaul to deal with the reality that we don't map URLs directly to ↵ | Chris McDonough | |
| code. | |||
| 2010-01-13 | (no commit message) | Chris McDonough | |
| 2010-01-13 | Save this for 1.3. | Chris McDonough | |
| 2010-01-13 | - Get rid of references to repoze.bfg.router.Router. | Chris McDonough | |
| 2010-01-13 | (no commit message) | Chris McDonough | |
| 2010-01-13 | Merge andrew-docs branch. | Chris McDonough | |
| 2010-01-11 | Merge of andrew-docs branch. | Chris McDonough | |
| 2010-01-03 | (no commit message) | Chris McDonough | |
| 2010-01-03 | Features | Chris McDonough | |
| -------- - The ``Configurator.add_view`` method now accepts an argument named ``context``. This is an alias for the older argument named ``for_``; it is preferred over ``for_``, but ``for_`` will continue to be supported "forever". - The ``view`` ZCML directive now accepts an attribute named ``context``. This is an alias for the older attribute named ``for``; it is preferred over ``for``, but ``for`` will continue to be supported "forever". - The ``Configurator.add_route`` method now accepts an argument named ``view_context``. This is an alias for the older argument named ``view_for``; it is preferred over ``view_for``, but ``view_for`` will continue to be supported "forever". - The ``route`` ZCML directive now accepts an attribute named ``view_context``. This is an alias for the older attribute named ``view_for``; it is preferred over ``view_for``, but ``view_for`` will continue to be supported "forever". Documentation and Paster Templates ---------------------------------- - All uses of the ``Configurator.add_view`` method that used its ``for_`` argument now use the ``context``argument instead. - All uses of the ``Configurator.add_route`` method that used its ``view_for`` argument now use the ``view_context``argument instead. - All uses of the ``view`` ZCML directive that used its ``for`` attribute now use the ``context`` attribute instead. - All uses of the ``route`` ZCML directive that used its ``view_for`` attribute now use the ``view_context`` attribute instead. | |||
| 2010-01-02 | (no commit message) | Chris McDonough | |
| 2010-01-01 | (no commit message) | Chris McDonough | |
| 2009-12-23 | - Add ``hook_zca`` and ``unhook_zca`` methods to the ``Configurator`` | Chris McDonough | |
| API. - Add roles to configurator API docs. | |||
| 2009-12-23 | (no commit message) | Chris McDonough | |
| 2009-12-10 | (no commit message) | Chris McDonough | |
| 2009-11-28 | Yes. | Chris McDonough | |
| 2009-11-28 | Notes. | Chris McDonough | |
| 2009-11-28 | - Turn paths into resource specs in ZCML directives that use | Chris McDonough | |
| context.path. | |||
| 2009-11-28 | Docs. | Chris McDonough | |
| 2009-11-27 | (no commit message) | Chris McDonough | |
| 2009-11-27 | (no commit message) | Chris McDonough | |
| 2009-11-27 | configurator API docs. | Chris McDonough | |
| 2009-11-25 | - Replace martian with something simpler. | Chris McDonough | |
| 2009-11-24 | Docs updates. | Chris McDonough | |
| 2009-11-23 | Flesh out configuration chapter. | Chris McDonough | |
| 2009-11-23 | - The ``repoze.bfg.interfaces.ITemplateRendererFactory`` interface was | Chris McDonough | |
| removed; it has become unused. - Change imperative API. | |||
| 2009-11-23 | (no commit message) | Chris McDonough | |
| 2009-11-23 | Save a function call. | Chris McDonough | |
| Update text files. | |||
| 2009-11-23 | - The ``repoze.bfg.scripting.get_root`` API now uses a 'real' WebOb | Chris McDonough | |
| request rather than a FakeRequest when it sets up the request as a threadlocal. - The ``repoze.bfg.traversal.traverse`` API now uses a 'real' WebOb request rather than a FakeRequest when it calls the traverser. - The ``repoze.bfg.request.FakeRequest`` class has been removed. ``repoze.bfg.url.route_url`` ``repoze.bfg.url.model_url`` ``repoze.bfg.url.static_url`` ``repoze.bfg.traversal.virtual_root`` Each of these functions now expects to be called with a request object that has a ``registry`` attribute which represents the current ZCA registry. Get rid of extraneous uses of ZCA threadlocal API. | |||
| 2009-11-23 | Adjust. | Chris McDonough | |
| 2009-11-07 | Maybe. | Chris McDonough | |
| 2009-11-06 | (no commit message) | Chris McDonough | |
| 2009-11-06 | Remind myself. | Chris McDonough | |
| 2009-07-01 | No, and yes. | Chris McDonough | |
