summaryrefslogtreecommitdiff
path: root/repoze/bfg/tests
AgeCommit message (Expand)Author
2009-11-21_map_view doesn't need a registry argument.Chris McDonough
2009-11-21- "Hybrid mode" applications (applications which explicitly usedChris 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-19Fixtures required by new tests.Chris McDonough
2009-11-19Coverage masked by zcml tests.Chris McDonough
2009-11-19100% coverage.Chris McDonough
2009-11-19Coverage.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-19- The ACL authorization policy debugging output whenChris McDonough
2009-11-19Add configurator static tests.Chris McDonough
2009-11-19Test make_wsgi_app.Chris McDonough
2009-11-19- The ``repoze.bfg.view.rendered_response`` function has been moved toChris McDonough
2009-11-19Rearrange things to try to avoid circular import deps.Chris McDonough
2009-11-19Get rid of get_options.Chris McDonough
2009-11-19Checkpoint: move most zcml route and view directive tests to test_configuration.Chris McDonough
2009-11-18CoverageChris 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-16Failing one test.Chris McDonough
2009-11-16Merge imperativeconfig branch.Chris McDonough
2009-11-12Test alsoProvides.Chris McDonough
2009-11-10TemplatesChris McDonough
2009-11-06- ``repoze.bfg.testing.registerRoutesMapper`` testing facility added.Chris McDonough
2009-11-04- The ``bfgshell`` command did not function properly; it was stillChris McDonough
2009-11-02- Compound statements that used an assignment entered into in anChris McDonough
2009-11-02- Add a new event type: ``repoze.bfg.events.AfterTraversal``. EventsChris 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- The routes root factory called route factories and the default routeChris McDonough
2009-11-01- Deal with a potential circref in the traversal module.Chris McDonough
2009-11-01- The ZCML ``route`` directive's attributes ``xhr``,Chris McDonough
2009-11-01- The ``repoze.bfg.functional`` module was renamed toChris McDonough
2009-10-31Fix default root factory in the face of changes to root factory construction ...Chris McDonough
2009-10-30- The ``__call__`` of a plugin "traverser" implementation (registeredChris McDonough
2009-10-30FeaturesChris McDonough
2009-10-29- The ``repoze.bfg.request.Request`` class, which is a subclass ofChris McDonough
2009-10-29- An incorrect ZCML conflict would be encountered when theChris McDonough
2009-10-26Revert 6873, as it introduces an unnecessary providedBy for each request in t...Chris McDonough
2009-10-26The root factory may now return an object which implements ``ITraverser`` dir...Malthe Borch
2009-10-26Adapt to ``ITraverser`` instead of ``ITraverserFactory``. While this change b...Malthe Borch
2009-10-26Refactor; the ``_traverse`` is only used internally; the ``traverser`` argume...Malthe Borch
2009-10-24Ahem.Chris McDonough
2009-10-23Remove 'Respond' exception (its addition would be purely speculative: we solv...Chris 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