summaryrefslogtreecommitdiff
path: root/repoze/bfg/zcml.py
AgeCommit message (Expand)Author
2009-10-16- Add ``zcml_configure`` to ``repoze.bfg.testing`` module API. ThisChris McDonough
2009-10-14- Add ``xhr``, ``accept``, and ``header`` view configurationChris McDonough
2009-10-10- The ``notfound`` and ``forbidden`` ZCML directives now accept theChris McDonough
2009-09-23- On 64-bit Linux systems, views that were members of a multiviewChris McDonough
2009-09-22__is_bfg_view__ -> __bfg_view_settings__Chris McDonough
2009-09-20Remove comments.Chris McDonough
2009-09-20Make instance grokking work again.Chris McDonough
2009-09-20- The way ``bfg_view`` declarations are scanned for has been modified.Chris McDonough
2009-09-18Cleanup.Chris McDonough
2009-09-18Compulsive import reorderings.Chris McDonough
2009-09-18Centralize resource_spec code.Chris McDonough
2009-09-17Move view-related helper functions from zcml.py to view.py.Chris McDonough
2009-09-17- Add a ``repoze.bfg.url.static_url`` API which is capable ofChris McDonough
2009-09-16- Give the ``route`` ZCML directive the ``view_attr`` andChris McDonough
2009-09-16- The ``repoze.bfg.testing.registerDummyRenderer`` API has beenChris McDonough
2009-09-16Checkpoint. Not 100% test coverage.Chris McDonough
2009-09-14- The ``view`` attribute of the ``view`` ZCML directive is no longerChris McDonough
2009-09-14Provide "wrapped_view" as well in the outer wrapper request.Chris McDonough
2009-09-14Provide wrapper behavior to bfg_view decorator.Chris McDonough
2009-09-14- A ZCML ``view`` directive (and the associated ``bfg_view``Chris McDonough
2009-09-14- A ZCML ``view`` directive (and the associated ``bfg_view``Chris McDonough
2009-09-06Remove 0.9 deprecations.Chris McDonough
2009-09-06Merge multiview2 branch to HEAD.Chris McDonough
2009-08-28Coverage.Chris McDonough
2009-08-27Rebase module-relative static views on the nearest package path.Malthe Borch
2009-08-25- The ``repoze.bfg.view.static`` class now accepts a string as itsChris McDonough
2009-08-24Added ZCML directive to serve up static files from a directory.Malthe Borch
2009-08-09- Change urldispatch internals: Route object is now constructed usingChris McDonough
2009-07-03- ``remoteuserauthenticationpolicy`` ZCML directive didn't workChris McDonough
2009-07-01- Add three new ZCML directives which configure authenticationChris McDonough
2009-06-30Unused imports.Chris McDonough
2009-06-30- Register a ``repoze.bfg.resource.OverrideProvider`` as aChris McDonough
2009-06-29- Use ``caller_package`` function instead of ``caller_module``Chris McDonough
2009-06-29Add changelog entry for resource directive.Chris McDonough
2009-06-29Merge pkg_resource_overrides branch.Chris McDonough
2009-06-24Merge noroutes branch to trunk.Chris McDonough
2009-06-24- ``model_url`` when passed a request that was generated as a resultChris McDonough
2009-06-23Deal with no-route-yet-defined case.Chris McDonough
2009-06-22- Add a ``view_for`` attribute to the ``route`` ZCML directive. ThisChris McDonough
2009-06-19- Move BBB logic for registering anChris McDonough
2009-06-19- A new ZCML directive was added named ``notfound``. This ZCMLChris McDonough
2009-06-18Move view derivation code into a function.Chris McDonough
2009-06-18- Allow views to be *optionally* defined as callables that accept onlyChris McDonough
2009-06-11Merge unifyroutesandtraversal branch into trunkChris McDonough
2009-05-31- The ``route`` ZCML directive now accepts ``request_type`` as anChris McDonough
2009-05-31- The ``request_type`` argument of ZCML ``view`` declarations andChris McDonough
2009-05-27Merge authchanges branch to trunk.Chris McDonough
2009-05-21- Class objects may now be used as view callables (both via ZCML andChris McDonough
2009-05-21Remove cacheability voodoo.Chris McDonough
2009-05-21- Removed the pickling of ZCML actions (the code that wroteChris McDonough