| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-14 | Add "exception views" work contributed primarily by Andrey Popp by merging ↵ | Chris McDonough | |
| the "phash" branch. | |||
| 2010-04-05 | Fix from Chris. | Chris McDonough | |
| 2010-03-28 | Mention content-type settings. | Chris McDonough | |
| 2010-03-17 | more trivial fixes | Carlos de la Guardia | |
| 2010-03-16 | a couple of code blocks had missing colons and didn't show up in the output | Carlos de la Guardia | |
| 2010-03-16 | a couple of a/an mistakes | Carlos de la Guardia | |
| 2010-03-16 | removed some duplicate words and an extra letter. | Carlos de la Guardia | |
| 2010-01-21 | (no commit message) | Chris McDonough | |
| 2010-01-21 | (no commit message) | Chris McDonough | |
| 2010-01-19 | Spellcheck. | Chris McDonough | |
| 2010-01-18 | Prep for b1 | Chris McDonough | |
| Merge a bunch of paper-based docs fixes Configure logging during bfgshell. | |||
| 2010-01-17 | Final review layout. | Chris McDonough | |
| 2010-01-17 | Checklist. | Chris McDonough | |
| 2010-01-17 | More reviews finished. | Chris McDonough | |
| 2010-01-17 | More pass overhaul based on making contextfinding explicit within documentation. | Chris McDonough | |
| 2010-01-16 | Traversal mini-overhaul. | 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-11 | Merge of andrew-docs branch. | 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. | |||
| 2009-12-28 | Adjust for 7.5x9.25in output. | Chris McDonough | |
| 2009-12-27 | - Added manual index entries to generated index. | Chris McDonough | |
| 2009-12-27 | Renderings. | Chris McDonough | |
| 2009-12-27 | Rendering cleanups. | Chris McDonough | |
| 2009-12-26 | - Created new top-level documentation section: "ZCML Directives". | Chris McDonough | |
| This section contains detailed ZCML directive information, some of which was removed from various narrative chapters. | |||
| 2009-12-25 | Fix syntax errors found via manuel, and add manuel-style markers to prevent | Chris McDonough | |
| untestable code blocks from being tested. | |||
| 2009-12-25 | Normalize code blocks. | Chris McDonough | |
| 2009-12-24 | Roles. | Chris McDonough | |
| 2009-12-23 | Thread locals chapter roles. | Chris McDonough | |
| 2009-12-23 | Roles. | Chris McDonough | |
| Explain use of renderers (somewhat redundantly) in the templates chapter. | |||
| 2009-12-19 | More docs. | Chris McDonough | |
| 2009-12-10 | - Added a "Special Exceptions" section to the "Views" narrative | Chris McDonough | |
| documentation chapter explaining the effect of raising ``repoze.bfg.exceptions.NotFound`` and ``repoze.bfg.exceptions.Forbidden`` from within view code. - When the ``repoze.bfg.exceptions.NotFound`` or ``repoze.bfg.exceptions.Forbidden`` error is raised from within a custom root factory or the ``factory`` of a route, the appropriate response is now sent to the requesting user agent (the result of the notfound view or the forbidden view, respectively). When these errors are raised from within a root factory, the ``context`` passed to the notfound or forbidden view will be ``None``. Also, the request will not be decorated with ``view_name``, ``subpath``, ``context``, etc. as would normally be the case if traversal had been allowed to take place. | |||
| 2009-12-10 | Fix overriding renderers rendering. | Chris McDonough | |
| 2009-12-09 | - Remove explanation of changing the request type in a new request | Chris McDonough | |
| event subscriber, as other predicates are now usually an easier way to get this done. | |||
| 2009-11-28 | Fix. | Chris McDonough | |
| 2009-11-28 | Document the request-only calling convention as the default. | Chris McDonough | |
| 2009-11-28 | Docs. | Chris McDonough | |
| 2009-11-27 | configurator API docs. | Chris McDonough | |
| 2009-11-24 | Docs updates. | Chris McDonough | |
| 2009-11-22 | Rendering tweaks. | Chris McDonough | |
| 2009-11-14 | Spellcheck. | Chris McDonough | |
| 2009-11-02 | - "What's New in ``repoze.bfg`` 1.1" document added to narrative | Chris McDonough | |
| documentation. - Minor typo fixes. | |||
| 2009-10-22 | (no commit message) | Chris McDonough | |
| 2009-10-22 | It's an envvar. | Chris McDonough | |
| 2009-10-22 | Added ``path_info`` predicate (regex-filters on the corresponding HTTP header). | Malthe Borch | |
| 2009-10-19 | Better disambiguation of predicate vs. non-predicate attributes. | Chris McDonough | |
| 2009-10-19 | - Call out predicate attributes of ZCML directive within "Views" | Chris McDonough | |
| chapter. | |||
| 2009-10-18 | Add filesystem analogy. | Chris McDonough | |
