summaryrefslogtreecommitdiff
path: root/repoze/bfg/tests/test_configuration.py
AgeCommit message (Expand)Author
2010-10-25first pass at converting bfg to pyramid namespaceChris McDonough
2010-09-14- The ``add_route`` method of a Configurator now accepts aChris McDonough
2010-09-12- The BFG router now emits an additional event unconditionally at theChris McDonough
2010-09-09FeaturesChris McDonough
2010-09-09- The ``traverse`` route predicate could not successfully generate aChris McDonough
2010-09-08- Add an API to the ``Configurator`` named ``get_routes_mapper``.Chris McDonough
2010-09-08- The ``repoze.bfg.urldispatch.Route`` constructor (not an API) nowChris McDonough
2010-09-07- Use ``hash()`` rather than ``id()`` when computing the "phash" of aChris McDonough
2010-09-07- Fix a bug in ``repoze.bfg.url.static_url`` URL generation: if twoChris McDonough
2010-09-05- The route pattern registered internally for a a local "static view"Chris McDonough
2010-09-05- Each of the follow methods of the Configurator now allow theChris McDonough
2010-08-13svn merge -r9909:HEAD $REPOZE_SVN/repoze.bfg/branches/rendererhelperChris McDonough
2010-08-13- The newChris McDonough
2010-08-13- The Configurator now accepts a dotted name *string* to a package asChris McDonough
2010-08-09forward compat test fixes for when we package can be stringChris McDonough
2010-08-08- New public interface: ``repoze.bfg.exceptions.IExceptionResponse``.Chris McDonough
2010-08-02add infrastructure for resolving dotted namesChris McDonough
2010-07-28- When adding a view for a route which did not yet exist ("did not yetChris McDonough
2010-07-26return route from add_routeChris McDonough
2010-07-26merge generic_rendering branchChris McDonough
2010-07-24Remove match_val feature: it's a pretty nuisanceChris McDonough
2010-07-24- A new method of the ``Configurator`` exists:Chris McDonough
2010-07-23- New argument to ``repoze.bfg.configuration.Configurator.add_route``Chris McDonough
2010-07-21- A new internal exception class (*not* an API) namedChris McDonough
2010-07-15FeaturesChris McDonough
2010-07-02- The ``repoze.bfg.url.route_url`` API has changed. If a keywordChris McDonough
2010-04-27FeaturesChris McDonough
2010-04-25- Add a new method of the Configurator named ``derive_view`` which canChris McDonough
2010-04-25Make default_notfound_view and default_forbidden_view expect an exception asChris McDonough
2010-04-25Move locale out of fixtures and into localeapp to prevent test runner weirdne...Chris McDonough
2010-04-25Merge i18n branch via svn merge --ignore-ancestry -r9030:9150 $REPOZE_SVN/rep...Chris McDonough
2010-04-21Moved i18n work to a branch and revert to pre-i18n-feature state via svn merg...Chris McDonough
2010-04-19Pass along translate function to templates.Chris McDonough
2010-04-19Dip a toe in the i18n waters.Chris McDonough
2010-04-14Add "exception views" work contributed primarily by Andrey Popp by merging th...Chris McDonough
2010-02-04- 1.2b4 introduced a bug whereby views added via a route configurationChris McDonough
2010-02-02- Remove ``view_header``, ``view_accept``, ``view_xhr``,Chris McDonough
2010-01-24Merge reversepolarity branch.Chris McDonough
2010-01-21Add functional test.Chris McDonough
2010-01-21- Fix a view lookup ordering bug whereby a view with a larger numberChris McDonough
2010-01-19Bug FixesChris McDonough
2010-01-03FeaturesChris McDonough
2010-01-02Move setup_registry to API listing.Chris McDonough
2009-12-23- Add ``hook_zca`` and ``unhook_zca`` methods to the ``Configurator``Chris McDonough
2009-12-20Get rid of add_adapter and add_utility APIs (config.registry.registerAdapter ...Chris McDonough
2009-12-19- Add four new testing-related APIs to theChris McDonough
2009-12-19- Add a new API to the ``repoze.bfg.configuration.Configurator``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-17FeaturesChris McDonough