summaryrefslogtreecommitdiff
path: root/repoze
AgeCommit message (Expand)Author
2010-08-13- The Configurator now accepts a dotted name *string* to a package asChris McDonough
2010-08-10use imp.get_suffixes indirection for package file namesChris McDonough
2010-08-09fix in case dotted is tupleChris McDonough
2010-08-09forward compat test fixes for when we package can be stringChris McDonough
2010-08-08renderingChris McDonough
2010-08-08- New public interface: ``repoze.bfg.exceptions.IExceptionResponse``.Chris McDonough
2010-08-07FeaturesChris McDonough
2010-08-02add infrastructure for resolving dotted namesChris McDonough
2010-07-30the dangers of leaving uncommitted changes in your working dirChris McDonough
2010-07-30cmChris McDonough
2010-07-28- A ``repoze.bfg.events.subscriber`` decorator was added. ThisChris 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- The ``Hybrid`` narrative chapter now contains a description of theChris 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-12- New internal exception: ``repoze.bfg.exceptions.URLDecodeError``.Chris McDonough
2010-07-12- Fix regression inChris McDonough
2010-07-04documentation updatesChris 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-06-30- A section named ``Custom Predicates`` was added to the URL DispatchChris McDonough
2010-06-30pass only match and route and document route minimallyChris McDonough
2010-06-30- In earlier versions, a custom route predicate associated with a urlChris McDonough
2010-06-23- Undocumented hook: make ``get_app`` and ``get_root`` of theChris McDonough
2010-04-29Next releaseChris McDonough
2010-04-27- Expanded portion of i18n narrative chapter docs which discussChris McDonough
2010-04-27FeaturesChris McDonough
2010-04-26Be kind to KARL: don't assume "debug_templates" will be in the settings dict.Chris McDonough
2010-04-25- Add a new method of the Configurator named ``derive_view`` which canChris McDonough
2010-04-25Allow default exception views to handle the case where they'veChris McDonough
2010-04-25Make default_notfound_view and default_forbidden_view expect an exception asChris McDonough
2010-04-25Add tests for debug_templates (backfill for reload_templates).Chris McDonough
2010-04-25- It is now possible to turn on Chameleon template "debugging mode"Chris McDonough
2010-04-25Fix default_locale_name.Chris 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-19Docstring tweak.Chris McDonough
2010-04-19Go with a subclass of z.i18nmid.Message with the args reordered as a compromise.Chris McDonough
2010-04-19Docstrings.Chris McDonough
2010-04-19Punt and use zope.i18nmessageid.Chris McDonough