| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-07-05 | Delete the database. | Chris McDonough | |
| 2009-07-04 | Wording changes. | Chris McDonough | |
| 2009-07-03 | (no commit message) | Chris McDonough | |
| 2009-07-03 | Wording. | Chris McDonough | |
| 2009-07-03 | Not a publisher, a router. | Chris McDonough | |
| 2009-07-03 | (no commit message) | Chris McDonough | |
| 2009-07-03 | Make sure tutorial still works. | Chris McDonough | |
| 2009-07-03 | Back to dev. | Chris McDonough | |
| 2009-07-03 | Prep for b2. | Chris McDonough | |
| 2009-07-03 | Audit grammar in bfgwik2 tutorial. | Chris McDonough | |
| 2009-07-03 | bfgwiki tutorial audit. | Chris McDonough | |
| 2009-07-03 | API docs audit. | Chris McDonough | |
| 2009-07-03 | - ``remoteuserauthenticationpolicy`` ZCML directive didn't work | Chris McDonough | |
| without an ``environ_key`` directive (didn't match docs). | |||
| 2009-07-03 | General editing walkthrough. | Chris McDonough | |
| 2009-07-03 | Note no-spaces-in-path issue. | Chris McDonough | |
| 2009-07-03 | - Fix ``configure_zcml`` filespec check on Windows. Previously if an | Chris McDonough | |
| absolute filesystem path including a drive letter was passed as ``filename`` (or as ``configure_zcml`` in the options dict) to ``repoze.bfg.router.make_app``, it would be treated as a package:resource_name specification. | |||
| 2009-07-02 | - Fix inaccuracies and import errors in bfgwiki (traversal+ZODB) and | Chris McDonough | |
| bfgwiki2 (urldispatch+SA) tutorials. - Use bfgsite index for all tutorial setup.cfg files. | |||
| 2009-07-02 | Use bfgsite index. | Chris McDonough | |
| 2009-07-02 | Fix import. | Chris McDonough | |
| Use request.url as "referrer" as we're no longer redirecting. | |||
| 2009-07-02 | Get import and logged in detection working right. | Chris McDonough | |
| 2009-07-02 | Use bfgsite index. | Chris McDonough | |
| 2009-07-02 | Unused imports. | Chris McDonough | |
| 2009-07-02 | Testing output. | Chris McDonough | |
| 2009-07-02 | Prep for 1.0b1. | Chris McDonough | |
| 2009-07-02 | Rendering. | Chris McDonough | |
| 2009-07-02 | Allow ``zcml_configure`` value to override the package. | 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 | Reorder. | Chris McDonough | |
| 2009-07-02 | Typo. | 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 | Mention resources. | Chris McDonough | |
| 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-02 | - Allow a Paste config file (``configure_zcml``) value or an | Chris McDonough | |
| environment variable (``BFG_CONFIGURE_ZCML``) to name a ZCML file that will be used to bootstrap the application. Previously, the integrator could not influence which ZCML file was used to do the boostrapping (only the original application developer could do so). | |||
| 2009-07-02 | Document (upcoming) ``configure_zcml`` feature. | Chris McDonough | |
| 2009-07-01 | Minimal mention of new feature. | Chris McDonough | |
| 2009-07-01 | Prep for yet another alpha. | Chris McDonough | |
| 2009-07-01 | Formatting. | Chris McDonough | |
| 2009-07-01 | - Make it possible to pass strings in the form | Chris McDonough | |
| "package_name:relative/path" to APIs like ``render_template``, ``render_template_to_response``, and ``get_template``. Sometimes the package in which a caller lives is a direct namespace package, so the module which is returned is semi-useless for navigating from. | |||
| 2009-07-01 | Prep for 1.0a8. | Chris McDonough | |
| 2009-07-01 | Rendering. | Chris McDonough | |
| 2009-07-01 | Renderings. | Chris McDonough | |
| 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-07-01 | - Add three new ZCML directives which configure authentication | Chris McDonough | |
| policies: - ``repozewho1authenticationpolicy`` - ``remoteuserauthenticationpolicy`` - ``authtktauthenticationpolicy`` - Add a new ZCML directive which configures an ACL authorization policy named ``aclauthorizationpolicy``. | |||
| 2009-07-01 | Update copyright years. | Chris McDonough | |
| 2009-07-01 | Use nonmutable default arg. | Chris McDonough | |
| 2009-07-01 | Modify. | Chris McDonough | |
| 2009-07-01 | No, and yes. | Chris McDonough | |
| 2009-06-30 | - Bug fix: when a ``repoze.bfg.resource.PackageOverrides`` class was | Chris McDonough | |
| instantiated, and the package it was overriding already had a ``__loader__`` attribute, it would fail at startup time, even if the ``__loader__`` attribute was another PackageOverrides instance. We now replace any ``__loader__`` that is also a PackageOverrides instance. Symptom: ``ConfigurationExecutionError: <type 'exceptions.TypeError'>: Package <module 'karl.views' from '/Users/chrism/projects/osi/bfgenv/src/karl/karl/views/__init__.pyc'> already has a __loader__ (probably a module in a zipped egg)``. | |||
