| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-07-03 | Note no-spaces-in-path issue. | Chris McDonough | |
| 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 | 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 | 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 | 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-06-30 | Back to dev. | Chris McDonough | |
| 2009-06-30 | Prep for 1.0a7. | Chris McDonough | |
| 2009-06-30 | - Add a ``reload_resources`` configuration file setting (aka the | Chris McDonough | |
| ``BFG_RELOAD_RESOURCES`` environment variable). When this is set to true, the server never needs to be restarted when moving files between directory resource overrides (esp. for templates currently). - Add a ``reload_all`` configuration file setting (aka the ``BFG_RELOAD_ALL`` environment variable) that implies both ``reload_resources`` and ``reload_templates``. - The ``static`` helper view class now uses a ``PackageURLParser`` in order to allow for the overriding of static resources (CSS / logo files, etc) using the ``resource`` ZCML directive. The ``PackageURLParser`` class was added to a (new) ``static`` module in BFG; it is a subclass of the ``StaticURLParser`` class in ``paste.urlparser``. - The ``repoze.bfg.templating.renderer_from_cache`` function now checks for the ``reload_resources`` setting; if it's true, it does not register a template renderer (it won't use the registry as a template renderer cache). - Add ``pkg_resources`` to the glossary. - Update the "Environment" docs to note the existence of ``reload_resources`` and ``reload_all``. - Use a colon instead of a tab as the separator between package name and relpath to form the "spec" when register a ITemplateRenderer. | |||
| 2009-06-29 | (no commit message) | Chris McDonough | |
| 2009-06-29 | Update test output. | Chris McDonough | |
| 2009-06-29 | (no commit message) | Chris McDonough | |
| 2009-06-29 | Back to dev. | Chris McDonough | |
| 2009-06-29 | Prep for 1.0a6. | Chris McDonough | |
| 2009-06-29 | Prep for 1.0a5 release. | Chris McDonough | |
| 2009-06-29 | Minimal docs for ``resource`` directive. | Chris McDonough | |
| 2009-06-29 | Add to docs. | Chris McDonough | |
| 2009-06-26 | Clean up. | Chris McDonough | |
| 2009-06-26 | Update the traversal chapter to account for the fact that traversal elements ↵ | Chris McDonough | |
| are now usually tuples. | |||
| 2009-06-26 | Pointed at the wrong chapter. | Chris McDonough | |
| 2009-06-26 | Wrong. | Chris McDonough | |
| 2009-06-26 | Typo. | Chris McDonough | |
| 2009-06-26 | Rendering. | Chris McDonough | |
| 2009-06-26 | Copyright years. | Chris McDonough | |
| 2009-06-26 | Prep for 1.0a4 release. | Chris McDonough | |
| 2009-06-26 | - Cause ``:segment`` matches in route paths to put a Unicode-decoded | Chris McDonough | |
| and URL-dequoted value in the matchdict for the value matched. Previously a non-decoded non-URL-dequoted string was placed in the matchdict as the value. - Cause ``*remainder`` matches in route paths to put a *tuple* in the matchdict dictionary in order to be able to present Unicode-decoded and URL-dequoted values for the traversal path. Previously a non-decoded non-URL-dequoted string was placed in the matchdict as the value. | |||
| 2009-06-25 | (no commit message) | Chris McDonough | |
| 2009-06-25 | (no commit message) | Chris McDonough | |
| 2009-06-25 | Wording. | Chris McDonough | |
| 2009-06-24 | Save the scary stuff for later. | Chris McDonough | |
| 2009-06-24 | Single arg style. | Chris McDonough | |
