summaryrefslogtreecommitdiff
path: root/repoze/bfg/meta.zcml
AgeCommit message (Collapse)Author
2008-08-17 - Add ``<bfg:settings>`` directive. This directive currently allowsChris McDonough
only one attribute: ``reload_templates``. If e.g.:: <bfg:settings reload_templates="true"/> is in your application's ZCML, you will not need to restart the appserver in order for ``z3c.pt`` or XSLT template changes to be detected and displayed.
2008-07-14Less magical templated view model: make custom template views responsible for Chris McDonough
knowing their template's name.
2008-07-12metaconfigure.py -> zcml.pyChris McDonough
2008-07-08Add a browser:page directive type and make our sample app use it.Chris McDonough