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-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-09-24
- The ``repoze.bfg.traversal.traversal_path`` API now eagerly attempts
Chris McDonough
2010-09-15
coverage
Chris McDonough
2010-09-15
Features
Chris McDonough
2010-09-14
- If an exception view was registered through the legacy
Chris McDonough
2010-09-14
- The ``add_route`` method of a Configurator now accepts a
Chris McDonough
2010-09-13
allow callbacks to add other callbacks
Chris McDonough
2010-09-13
Features
Chris McDonough
2010-09-12
- Add a new request API: ``request.add_finished_callback``. Finished
Chris McDonough
2010-09-12
remove FinishedEvent (bad idea)
Chris McDonough
2010-09-12
- The BFG router now emits an additional event unconditionally at the
Chris McDonough
2010-09-09
Features
Chris McDonough
2010-09-09
- The ``traverse`` route predicate could not successfully generate a
Chris McDonough
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-07
- Fix a bug in ``repoze.bfg.url.static_url`` URL generation: if two
Chris McDonough
2010-09-06
- The ``repoze.bfg.interfaces.INewResponse`` interface now includes a
Chris McDonough
2010-09-05
- The route pattern registered internally for a a local "static view"
Chris McDonough
2010-09-05
rename
Chris McDonough
2010-09-05
- Each of the follow methods of the Configurator now allow the
Chris McDonough
2010-09-05
Documentation
Chris McDonough
2010-08-31
- The reify decorator now maintains the docstring of the function it
Chris McDonough
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
forward compat test fixes for when we package can be string
Chris McDonough
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
[next]