summaryrefslogtreecommitdiff
path: root/repoze/bfg/tests/test_zcml.py
AgeCommit message (Expand)Author
2010-04-18- Use "Venusian" (`http://docs.repoze.org/venusianChris McDonough
2010-04-14Add "exception views" work contributed primarily by Andrey Popp by merging th...Chris McDonough
2010-02-05- More correct conversion of provided ``renderer`` values to resourceChris McDonough
2010-02-03Bug FixesChris McDonough
2010-02-02- Remove ``view_header``, ``view_accept``, ``view_xhr``,Chris McDonough
2010-01-24100% test coverage.Chris McDonough
2010-01-24Merge reversepolarity branch.Chris McDonough
2010-01-03Further testing of deprecated ``for``.Chris McDonough
2010-01-03FeaturesChris McDonough
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-12-01Stop new Pyflakes complaints.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-27Coverage.Chris McDonough
2009-11-26- When two views were registered with the same ``accept`` argument,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-23Excise ZCA threadlocal API.Chris McDonough
2009-11-20Passable stab at supporting an imperative mode.Chris McDonough
2009-11-19100% coverage.Chris McDonough
2009-11-19Move renderer tests from zcml tests to configure tests.Chris McDonough
2009-11-19Reword notfound and forbidden view handlers.Chris McDonough
2009-11-19Add configurator static tests.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-01- Reinstate ``renderer`` alias for ``view_renderer`` in theChris 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-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-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-15Test coverage.Chris McDonough
2009-10-15FeaturesChris 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-30- The import of ``repoze.bfg.view.NotFound`` is deprecated in favor ofChris McDonough
2009-09-23Make sure we have multiview predicate dispatch ordering right.Chris McDonough
2009-09-22__is_bfg_view__ -> __bfg_view_settings__Chris McDonough
2009-09-20Make instance grokking work again.Chris McDonough