index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
repoze
/
bfg
/
tests
Age
Commit message (
Expand
)
Author
2010-08-08
- New public interface: ``repoze.bfg.exceptions.IExceptionResponse``.
Chris McDonough
2010-08-07
Features
Chris McDonough
2010-08-02
add infrastructure for resolving dotted names
Chris McDonough
2010-07-30
the dangers of leaving uncommitted changes in your working dir
Chris McDonough
2010-07-30
cm
Chris McDonough
2010-07-28
- A ``repoze.bfg.events.subscriber`` decorator was added. This
Chris McDonough
2010-07-28
- When adding a view for a route which did not yet exist ("did not yet
Chris McDonough
2010-07-26
return route from add_route
Chris McDonough
2010-07-26
merge generic_rendering branch
Chris McDonough
2010-07-24
Remove match_val feature: it's a pretty nuisance
Chris 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) named
Chris McDonough
2010-07-15
Features
Chris McDonough
2010-07-12
- New internal exception: ``repoze.bfg.exceptions.URLDecodeError``.
Chris McDonough
2010-07-12
- Fix regression in
Chris McDonough
2010-07-02
- The ``repoze.bfg.url.route_url`` API has changed. If a keyword
Chris McDonough
2010-06-30
- In earlier versions, a custom route predicate associated with a url
Chris McDonough
2010-06-23
- Undocumented hook: make ``get_app`` and ``get_root`` of the
Chris McDonough
2010-04-27
Features
Chris McDonough
2010-04-26
Be 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 can
Chris McDonough
2010-04-25
Allow default exception views to handle the case where they've
Chris McDonough
2010-04-25
Make default_notfound_view and default_forbidden_view expect an exception as
Chris McDonough
2010-04-25
Add tests for debug_templates (backfill for reload_templates).
Chris McDonough
2010-04-25
Fix default_locale_name.
Chris McDonough
2010-04-25
Move locale out of fixtures and into localeapp to prevent test runner weirdne...
Chris McDonough
2010-04-25
Merge i18n branch via svn merge --ignore-ancestry -r9030:9150 $REPOZE_SVN/rep...
Chris McDonough
2010-04-21
Moved i18n work to a branch and revert to pre-i18n-feature state via svn merg...
Chris McDonough
2010-04-19
Go with a subclass of z.i18nmid.Message with the args reordered as a compromise.
Chris McDonough
2010-04-19
Punt and use zope.i18nmessageid.
Chris McDonough
2010-04-19
Pass along translate function to templates.
Chris McDonough
2010-04-19
Dip a toe in the i18n waters.
Chris McDonough
2010-04-18
- Use "Venusian" (`http://docs.repoze.org/venusian
Chris McDonough
2010-04-14
Add "exception views" work contributed primarily by Andrey Popp by merging th...
Chris McDonough
2010-03-03
Defer conditional import of IPython to avoid breakage under mod_wsgi.
Tres Seaver
2010-02-07
Fix bug in resolve_resource_spec caused by a refactoring.
Chris McDonough
2010-02-06
- Remove magical feature of ``repoze.bfg.url.model_url`` which
Chris McDonough
2010-02-05
- More correct conversion of provided ``renderer`` values to resource
Chris 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 configuration
Chris McDonough
2010-02-03
Bug Fixes
Chris McDonough
2010-02-02
- Remove ``view_header``, ``view_accept``, ``view_xhr``,
Chris McDonough
2010-01-24
100% test coverage.
Chris McDonough
2010-01-24
Make sure global views don't match by default.
Chris McDonough
2010-01-24
Merge reversepolarity branch.
Chris McDonough
2010-01-21
Add functional test.
Chris McDonough
2010-01-21
Add tests for setattr and getattr.
Chris McDonough
2010-01-21
- Fix a view lookup ordering bug whereby a view with a larger number
Chris McDonough
2010-01-20
Add (non-failing) tests for ordering issue reported indirectly via http://lab...
Chris McDonough
[next]