summaryrefslogtreecommitdiff
path: root/repoze
AgeCommit message (Expand)Author
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-19Call order.Chris 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-17If match is not None.Chris McDonough
2009-11-17Move configuration methods into Configurator.Chris McDonough
2009-11-16Test fix.Chris McDonough
2009-11-16Failing one test.Chris McDonough
2009-11-16Merge imperativeconfig branch.Chris McDonough
2009-11-15Dead code.Chris McDonough
2009-11-12Test alsoProvides.Chris McDonough
2009-11-12- Use ``alsoProvides`` in the urldispatch module to attach anChris McDonough
2009-11-11Another example, minor typo fix.Chris McDonough
2009-11-11- Add examples to ``repoze.bfg.url.model_url`` docstring.Chris McDonough
2009-11-11Added no-coverage pragma to import.Malthe Borch
2009-11-10Make the docs not lie about argument order.Chris McDonough
2009-11-10Add superflous (but hopefully viral) setUp and tearDown methods that call tes...Chris McDonough
2009-11-10TemplatesChris McDonough
2009-11-06Version note.Chris McDonough
2009-11-06Note when added.Chris McDonough
2009-11-06- ``repoze.bfg.testing.registerRoutesMapper`` testing facility added.Chris McDonough
2009-11-06Express intent better.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(no commit message)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-11-01Unused import.Chris McDonough
2009-10-31Fix default root factory in the face of changes to root factory construction ...Chris McDonough
2009-10-31Comment logical parts of Router.__call__Chris McDonough
2009-10-31- Explicitly revert the feature introduced in 1.1a8: where the nameChris McDonough
2009-10-30Update documentation after root factory changes.Chris McDonough