summaryrefslogtreecommitdiff
path: root/repoze/bfg/configuration.py
AgeCommit message (Expand)Author
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-23actually make a predicate from traverseChris 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-13docs tweaksChris McDonough
2010-07-04make docs renderChris McDonough
2010-07-02- The ``repoze.bfg.url.route_url`` API has changed. If a keywordChris McDonough
2010-06-30fix weird formattingChris McDonough
2010-06-30more documentation fallout from allowing predicates access to route matching ...Chris 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-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-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