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
/
configuration.py
Age
Commit message (
Expand
)
Author
2010-09-08
- Add an API to the ``Configurator`` named ``get_routes_mapper``.
Chris McDonough
2010-09-08
- The ``repoze.bfg.urldispatch.Route`` constructor (not an API) now
Chris McDonough
2010-09-07
- Use ``hash()`` rather than ``id()`` when computing the "phash" of a
Chris McDonough
2010-09-06
renderings
Chris McDonough
2010-09-05
- Each of the follow methods of the Configurator now allow the
Chris McDonough
2010-08-29
Fix ReST error
Wichert Akkerman
2010-08-13
svn merge -r9909:HEAD $REPOZE_SVN/repoze.bfg/branches/rendererhelper
Chris McDonough
2010-08-13
- The new
Chris McDonough
2010-08-13
- The Configurator now accepts a dotted name *string* to a package as
Chris McDonough
2010-08-09
fix in case dotted is tuple
Chris McDonough
2010-08-08
- New public interface: ``repoze.bfg.exceptions.IExceptionResponse``.
Chris McDonough
2010-08-02
add infrastructure for resolving dotted names
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
actually make a predicate from traverse
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-13
docs tweaks
Chris McDonough
2010-07-04
make docs render
Chris McDonough
2010-07-02
- The ``repoze.bfg.url.route_url`` API has changed. If a keyword
Chris McDonough
2010-06-30
fix weird formatting
Chris McDonough
2010-06-30
more documentation fallout from allowing predicates access to route matching ...
Chris McDonough
2010-04-27
Features
Chris McDonough
2010-04-25
- Add a new method of the Configurator named ``derive_view`` which can
Chris McDonough
2010-04-25
Make default_notfound_view and default_forbidden_view expect an exception as
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
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-02-04
- 1.2b4 introduced a bug whereby views added via a route configuration
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
Merge reversepolarity branch.
Chris McDonough
2010-01-21
- Fix a view lookup ordering bug whereby a view with a larger number
Chris McDonough
2010-01-21
Disuse sys.maxint; that's silly. Use a hardcoded MAX_WEIGHT value.
Chris McDonough
2010-01-19
Bug Fixes
Chris McDonough
2010-01-16
Massive overhaul to deal with the reality that we don't map URLs directly to ...
Chris McDonough
2010-01-03
Features
Chris McDonough
2010-01-02
Move setup_registry to API listing.
Chris McDonough
2009-12-30
Spellcheck.
Chris McDonough
2009-12-24
Rendering.
Chris McDonough
2009-12-24
- Document the previously existing (but non-API)
Chris McDonough
2009-12-24
Roles.
Chris McDonough
2009-12-23
- The ``repoze.bfg.testing.registerRoutesMapper`` API (added in an
Chris McDonough
[next]