summaryrefslogtreecommitdiff
path: root/repoze/bfg/configuration.py
AgeCommit message (Expand)Author
2010-04-19Pass along translate function to templates.Chris McDonough
2010-04-19Dip a toe in the i18n waters.Chris McDonough
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-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-24100% test coverage.Chris McDonough
2010-01-24Merge reversepolarity branch.Chris McDonough
2010-01-21- Fix a view lookup ordering bug whereby a view with a larger numberChris McDonough
2010-01-21Disuse sys.maxint; that's silly. Use a hardcoded MAX_WEIGHT value.Chris McDonough
2010-01-19Bug FixesChris McDonough
2010-01-16Massive overhaul to deal with the reality that we don't map URLs directly to ...Chris McDonough
2010-01-03FeaturesChris McDonough
2010-01-02Move setup_registry to API listing.Chris McDonough
2009-12-30Spellcheck.Chris McDonough
2009-12-24Rendering.Chris McDonough
2009-12-24- Document the previously existing (but non-API)Chris McDonough
2009-12-24Roles.Chris McDonough
2009-12-23- The ``repoze.bfg.testing.registerRoutesMapper`` API (added in anChris McDonough
2009-12-23- Add ``hook_zca`` and ``unhook_zca`` methods to the ``Configurator``Chris McDonough
2009-12-22Docs.Chris McDonough
2009-12-22(no commit message)Chris McDonough
2009-12-22Use :meth:, :func:, and :class: appropriately for configuration-related docs.Chris McDonough
2009-12-21Wrong weight value for last predicate.Chris McDonough
2009-12-20- Add a ``**kw`` arg to the ``Configurator.add_settings`` API.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-19Add notes about nominal deprecations.Chris McDonough
2009-12-19- Add two new APIs to the ``repoze.bfg.configuration.Configurator``Chris McDonough
2009-12-19Note insertion version.Chris McDonough
2009-12-19More docs.Chris McDonough
2009-12-19- Add a ``custom_predicates`` argument to the ``Configurator``Chris McDonough
2009-12-17FeaturesChris McDonough
2009-12-09- Remove explanation of changing the request type in a new requestChris McDonough
2009-12-09- The exception class representing the error raised by various methodsChris McDonough
2009-12-09- General documentation freshening which takes imperativeChris McDonough
2009-12-02Oops.Chris McDonough
2009-12-02- When two views were registered with differering ``for`` interfacesChris McDonough
2009-11-29(no commit message)Chris McDonough
2009-11-29- Trying to use an HTTP method name string such as ``GET`` as aChris McDonough
2009-11-28Clarify.Chris McDonough
2009-11-28Allow initial registry setup to be called via a ``setup_registry`` method.Chris McDonough
2009-11-27Coverage.Chris McDonough
2009-11-27renderer -> factory.Chris McDonough
2009-11-27configurator API docs.Chris McDonough
2009-11-27Cleanup.Chris McDonough
2009-11-27- The ``repoze.bfg.testing.setUp`` function now accepts three extraChris McDonough
2009-11-27Get rid of ``zcml_file`` argument in configurator constructor in favor of the...Chris McDonough
2009-11-26- When two views were registered with the same ``accept`` argument,Chris McDonough