summaryrefslogtreecommitdiff
path: root/repoze/bfg/tests
AgeCommit message (Expand)Author
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- 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-12- New internal exception: ``repoze.bfg.exceptions.URLDecodeError``.Chris McDonough
2010-07-12- Fix regression inChris McDonough
2010-07-02- The ``repoze.bfg.url.route_url`` API has changed. If a keywordChris 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-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-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-19Go with a subclass of z.i18nmid.Message with the args reordered as a compromise.Chris McDonough
2010-04-19Punt and use zope.i18nmessageid.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-03-03Defer conditional import of IPython to avoid breakage under mod_wsgi.Tres Seaver
2010-02-07Fix bug in resolve_resource_spec caused by a refactoring.Chris McDonough
2010-02-06- Remove magical feature of ``repoze.bfg.url.model_url`` whichChris McDonough
2010-02-05- More correct conversion of provided ``renderer`` values to resourceChris McDonough
2010-02-04- Fix a bug whereby a ``renderer`` argument to the ``@bfg_view``Chris McDonough
2010-02-04- 1.2b4 introduced a bug whereby views added via a route configurationChris McDonough
2010-02-03Bug FixesChris McDonough
2010-02-02- Remove ``view_header``, ``view_accept``, ``view_xhr``,Chris McDonough
2010-01-24100% test coverage.Chris McDonough
2010-01-24Make sure global views don't match by default.Chris McDonough
2010-01-24Merge reversepolarity branch.Chris McDonough
2010-01-21Add functional test.Chris McDonough
2010-01-21Add tests for setattr and getattr.Chris McDonough
2010-01-21- Fix a view lookup ordering bug whereby a view with a larger numberChris McDonough
2010-01-20Add (non-failing) tests for ordering issue reported indirectly via http://lab...Chris McDonough