summaryrefslogtreecommitdiff
path: root/repoze/bfg/zcml.py
AgeCommit message (Expand)Author
2009-12-20Get rid of add_adapter and add_utility APIs (config.registry.registerAdapter ...Chris McDonough
2009-12-19- Add two new APIs to the ``repoze.bfg.configuration.Configurator``Chris McDonough
2009-12-19- Add a ``custom_predicates`` argument to the ``Configurator``Chris McDonough
2009-12-09- The exception class representing the error raised by various methodsChris McDonough
2009-11-28More windows friendliness.Chris McDonough
2009-11-28Deal with Windows.Chris McDonough
2009-11-28Allow initial registry setup to be called via a ``setup_registry`` method.Chris McDonough
2009-11-28Bug found through interactive usage.Chris McDonough
2009-11-28- Turn paths into resource specs in ZCML directives that useChris McDonough
2009-11-27Cleanup.Chris McDonough
2009-11-25Don't depend on adaptedBy.Chris McDonough
2009-11-25- A dependency on the ``repoze.zcml`` package has been removed (itsChris McDonough
2009-11-25- Replace martian with something simpler.Chris McDonough
2009-11-23- The ``repoze.bfg.interfaces.ITemplateRendererFactory`` interface wasChris McDonough
2009-11-23- The internal ILogger utility named ``repoze.bfg.debug`` is now justChris McDonough
2009-11-21Name.Chris McDonough
2009-11-21Turn wrapper methods back into functions to avoid keeping around referencesChris McDonough
2009-11-20Passable stab at supporting an imperative mode.Chris McDonough
2009-11-19Try it.Chris McDonough
2009-11-19Unused.Chris McDonough
2009-11-19Move renderer tests from zcml tests to configure tests.Chris McDonough
2009-11-19- Each of the ``repoze.bfg.view.render_view``,Chris McDonough
2009-11-19Reword notfound and forbidden view handlers.Chris McDonough
2009-11-19Rearrange things to try to avoid circular import deps.Chris McDonough
2009-11-19Checkpoint: move most zcml route and view directive tests to test_configuration.Chris McDonough
2009-11-18- The ``repoze.bfg.registry.make_registry`` callable has been removed.Chris McDonough
2009-11-17Move configuration methods into Configurator.Chris McDonough
2009-11-16Merge imperativeconfig branch.Chris McDonough
2009-11-15Dead code.Chris McDonough
2009-11-01- Header values returned by the ``authtktauthenticationpolicy``Chris McDonough
2009-11-01- Reinstate ``renderer`` alias for ``view_renderer`` in theChris McDonough
2009-11-01(no commit message)Chris McDonough
2009-11-01- The ZCML ``route`` directive's attributes ``xhr``,Chris McDonough
2009-10-30FeaturesChris McDonough
2009-10-29- An incorrect ZCML conflict would be encountered when theChris McDonough
2009-10-23- Added ``max_age`` parameter to ``authtktauthenticationpolicy`` ZCMLChris McDonough
2009-10-22Maintain weight so it influences view lookup ordering.Chris McDonough
2009-10-22Added ``path_info`` predicate (regex-filters on the corresponding HTTP header).Malthe Borch
2009-10-21- Change how ``bfg_view`` decorator works when used as a class methodChris McDonough
2009-10-21- Fix bug encountered during "scan" (when ``<scan ..>`` directive isChris McDonough
2009-10-18Renames.Chris McDonough
2009-10-18Comment.Chris McDonough
2009-10-18- The ``@bfg_view`` decorator can now be used against a class method::Chris McDonough
2009-10-18- More than one ``@bfg_view`` decorator may now be stacked on top ofChris McDonough
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