| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-18 | Prep for b1 | Chris McDonough | |
| Merge a bunch of paper-based docs fixes Configure logging during bfgshell. | |||
| 2010-01-17 | Reduce overall book size by not giving each ZCML directive its own chapter. | Chris McDonough | |
| 2010-01-17 | More pass overhaul based on making contextfinding explicit within documentation. | 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 | Merge andrew-docs branch. | Chris McDonough | |
| 2010-01-11 | Merge of andrew-docs branch. | Chris McDonough | |
| 2010-01-03 | Add a (minimal) repoze.catalog tutorial. | Chris McDonough | |
| 2009-12-30 | Make traversal and urldispatch into subchapters. | Chris McDonough | |
| 2009-12-30 | untypo | Reed OBrien | |
| 2009-12-27 | Latex rendering. | Chris McDonough | |
| Documentation licensing. | |||
| 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-23 | Roles and imperative documentation for security policy config. | Chris McDonough | |
| 2009-12-09 | - Added "Thread Locals" narrative chapter to documentation, and added | Chris McDonough | |
| a API chapter documenting the ``repoze.bfg.threadlocals`` module. | |||
| 2009-11-28 | Add a what's new document. | Chris McDonough | |
| 2009-11-27 | Add threadlocal to API. | Chris McDonough | |
| 2009-11-24 | Docs updates. | Chris McDonough | |
| 2009-11-21 | Add meager API docs for Configurator. | Chris McDonough | |
| 2009-11-21 | Beginnings of explaining configuration modes. | Chris McDonough | |
| 2009-11-14 | Don't show subinfo. | Chris McDonough | |
| 2009-11-12 | - Add "Defending BFG Design" chapter. | 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-19 | - Add a chapter titled "Request and Response" to the narrative | Chris McDonough | |
| documentation, content cribbed from the WebOb documentation. | |||
| 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-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 | Add a mod_wsgi configuration tutorial. | Chris McDonough | |
| 2009-07-03 | bfgwiki tutorial audit. | Chris McDonough | |
| 2009-07-03 | API docs audit. | Chris McDonough | |
| 2009-07-02 | Rendering. | Chris McDonough | |
| 2009-07-02 | Rendering. | Chris McDonough | |
| 2009-07-02 | Point at the right bug tracker. | Chris McDonough | |
| 2009-07-02 | - Added an "Extending" chapter to the narrative documentation which | Chris McDonough | |
| explains how to extend or modify an existing BFG application using another Python package and ZCML. | |||
| 2009-07-02 | - Added a "Resources" chapter to the narrative documentation which | Chris McDonough | |
| explains how to override resources within one package from another package. | |||
| 2009-07-01 | - Deprecate the ``authentication_policy`` and ``authorization_policy`` | Chris McDonough | |
| arguments to ``repoze.bfg.router.make_app``. Instead, developers should use the various authentication policy ZCML directives (``repozewho1authenticationpolicy``, ``remoteuserauthenticationpolicy`` and ``authtktauthenticationpolicy``) and the `aclauthorizationpolicy`` authorization policy directive as described in the changes to the "Security" narrative documentation chapter and the wiki tutorials. | |||
| 2009-06-29 | (no commit message) | Chris McDonough | |
| 2009-06-25 | (no commit message) | Chris McDonough | |
| 2009-06-24 | Save the scary stuff for later. | Chris McDonough | |
| 2009-06-19 | Move pushpage support out into separate distribution. | Tres Seaver | |
| 2009-06-19 | - Added a (fairly sad) "Combining Traversal and URL Dispatch" chapter | Chris McDonough | |
| to the narrative documentation. | |||
| 2009-06-19 | Add a router chapter. | Chris McDonough | |
| 2009-06-02 | - Add API named ``repoze.bfg.settings.get_settings`` which retrieves a | Chris McDonough | |
| derivation of values passed as the ``options`` value of ``repoze.bfg.router.make_app``. This API should be preferred instead of using getUtility(ISettings). I added a new ``repoze.bfg.settings`` API document as well. | |||
| 2009-06-01 | (no commit message) | Chris McDonough | |
| 2009-06-01 | Header. | Chris McDonough | |
| 2009-06-01 | Shorten front page by showing fewer subitems. | Chris McDonough | |
| 2009-06-01 | Remove link to repoze.wiki (it's in the SQLAlchemy tut). | Chris McDonough | |
| 2009-06-01 | Use only useful stuff. | Chris McDonough | |
| 2009-05-31 | Note bfgwiki change. | Chris McDonough | |
| 2009-05-28 | Docs for Windows people, add paster to index. | Chris McDonough | |
| 2009-05-28 | - Add a ``get_app`` API functions to the ``paster`` module. This | Chris McDonough | |
| obtains a WSGI application from a config file given a config file name and a section name. See the ``repoze.bfg.paster`` API docs for more information. - Add a new module named ``scripting``. It contains a ``get_root`` API function, which, provided a Router instance, returns a traversal root object and a "closer". See the ``repoze.bfg.scripting`` API docs for more info. | |||
| 2009-05-27 | Add tutorial to index. | Chris McDonough | |
