| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-06-01 | Use only useful stuff. | Chris McDonough | |
| 2009-06-01 | Keep useful stuff. | Chris McDonough | |
| 2009-06-01 | Only keep useful stuff. | Chris McDonough | |
| 2009-05-31 | Make a copy of the tutorial for Routes+SQLAlchemy. | Chris McDonough | |
| 2009-05-31 | Description. | Chris McDonough | |
| 2009-05-31 | Note bfgwiki change. | Chris McDonough | |
| 2009-05-31 | Never use the login view URL as the came_from. | Chris McDonough | |
| 2009-05-30 | Version. | Chris McDonough | |
| 2009-05-30 | - Remove "context" argument from ``effective_principals`` and | Chris McDonough | |
| ``authenticated_userid`` function APIs in ``repoze.bfg.security``, effectively a doing reversion to 0.8 and before behavior. Both functions now again accept only the ``request`` parameter. | |||
| 2009-05-30 | Docs renderings. Prep for 0.9a6. | Chris McDonough | |
| 2009-05-30 | (no commit message) | Chris McDonough | |
| 2009-05-30 | Modify tutorial for a6. | Chris McDonough | |
| 2009-05-27 | Add bfgwiki tutorial. | Chris McDonough | |
| 2009-05-14 | General cleanup. | Chris McDonough | |
| 2009-05-03 | Add GAE tutorial plus make CHANGES.txt renderings work. | Chris McDonough | |
| 2009-05-01 | Merge "c-free" branch to trunk. | Chris McDonough | |
| 2009-01-17 | Security policy documentation. | Chris McDonough | |
| 2009-01-08 | Fixed incorrect import. Patch contributed by Peter Koppatz. | Malthe Borch | |
| 2008-12-21 | Backwards Incompatibilities (Major) | Chris McDonough | |
| - Rather than prepare the "stock" implementations of the ZCML directives from the ``zope.configuration`` package for use under :mod:`repoze.bfg`, :mod:`repoze.bfg` now makes available the implementations of directives from the ``repoze.zcml`` package (see http://static.repoze.org/zcmldocs). As a result, the :mod:`repoze.bfg` package now depends on the ``repoze.zcml`` package, and no longer depends directly on the ``zope.component``, ``zope.configuration``, ``zope.interface``, or ``zope.proxy`` packages. The primary reason for this change is to enable us to eventually reduce the number of inappropriate :mod:`repoze.bfg` Zope package dependencies, as well as to shed features of dependent package directives that don't make sense for :mod:`repoze.bfg`. Note that currently the set of requirements necessary to use bfg has not changed. This is due to inappropriate Zope package requirements in ``chameleon.zpt``, which will hopefully be remedied soon. - BFG applications written prior to this release which expect the "stock" ``zope.component`` ZCML directive implementations (e.g. ``adapter``, ``subscriber``, or ``utility``) to function now must either 1) include the ``meta.zcml`` file from ``zope.component`` manually (e.g. ``<include package="zope.component" file="meta.zcml">``) and include the ``zope.security`` package as an ``install_requires`` dependency or 2) change the ZCML in their applications to use the declarations from `repoze.zcml <http://static.repoze.org/zcmldocs/>`_ instead of the stock declarations. ``repoze.zcml`` only makes available the ``adapter``, ``subscriber`` and ``utility`` directives. - The ``http://namespaces.repoze.org/bfg`` XML namespace is now the default XML namespace in ZCML for paster-generated applications. - The copies of BFG's ``meta.zcml`` and ``configure.zcml`` were removed from the root of the ``repoze.bfg`` package. In 0.3.6, a new package named ``repoze.bfg.includes`` was added, which contains the "correct" copies of these ZCML files; the ones that were removed were for backwards compatibility purposes. Other - The minimum requirement for ``chameleon.core`` is now 1.0b13. The minimum requirement for ``chameleon.zpt`` is now 1.0b7. The minimum requirement for ``chameleon.genshi`` is now 1.0b2. | |||
| 2008-10-15 | wrong import in tutorials/cmf/catalog | Fernando Correa Neto | |
| 2008-10-13 | Adjustments. | Chris McDonough | |
| 2008-09-26 | Move to Chameleon. | Chris McDonough | |
| 2008-09-21 | Add workflow chapter, fix renderings. | Chris McDonough | |
| 2008-09-21 | Tweakage. | Chris McDonough | |
| 2008-09-21 | Add actions chapter. | Chris McDonough | |
| 2008-09-21 | Add skins chapter. | Chris McDonough | |
| 2008-09-21 | Add docs about cataloging. | Chris McDonough | |
| 2008-09-21 | - Add ``principals_allowed_by_permission`` API to security module. | Chris McDonough | |
| 2008-09-19 | Begin CMF migration documentation. | Chris McDonough | |
| 2008-07-28 | Tweaks. | Chris McDonough | |
| 2008-07-25 | It's not all my fault. | Chris McDonough | |
| 2008-07-25 | Install docs. | Chris McDonough | |
| 2008-07-25 | Tweaks via interactive testing. | Chris McDonough | |
| 2008-07-25 | Step 4 written up. I also made the small changes to the models.py that ↵ | Paul Everitt | |
| Chris had in Step 03. | |||
| 2008-07-25 | Remove reference to view factory | Paul Everitt | |
| 2008-07-25 | Temporarily hide step4, tweaks. | Chris McDonough | |
| 2008-07-25 | Nope. | Chris McDonough | |
| 2008-07-25 | Remove prefixes. | Chris McDonough | |
| 2008-07-25 | Work on Step 3. | Chris McDonough | |
| 2008-07-25 | More glossary lovin. | Chris McDonough | |
| 2008-07-24 | Various tweaks. | Chris McDonough | |
| 2008-07-24 | Get rendering right. | Chris McDonough | |
| 2008-07-24 | Typo.wq | Chris McDonough | |
| 2008-07-24 | Steps 1 & 2 appear sane. | Chris McDonough | |
| 2008-07-24 | Unnecessary for now. | Chris McDonough | |
| 2008-07-24 | Filename cleanups. | Chris McDonough | |
| 2008-07-24 | Get rid of duplicate info in lxmlgraph tutorial. | Chris McDonough | |
| 2008-07-24 | Add tutorial sections | Paul Everitt | |
