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
/
urldispatch.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-09-14
- The ``add_route`` method of a Configurator now accepts a
Chris McDonough
2010-09-08
- The ``repoze.bfg.urldispatch.Route`` constructor (not an API) now
Chris McDonough
2010-07-30
cm
Chris McDonough
2010-07-12
- New internal exception: ``repoze.bfg.exceptions.URLDecodeError``.
Chris McDonough
2010-06-30
- A section named ``Custom Predicates`` was added to the URL Dispatch
Chris McDonough
2010-06-30
pass only match and route and document route minimally
Chris McDonough
2010-06-30
- In earlier versions, a custom route predicate associated with a url
Chris McDonough
2009-12-16
Bug Fixes
Chris McDonough
2009-12-01
Unused assignment.
Chris McDonough
2009-11-17
Move configuration methods into Configurator.
Chris McDonough
2009-11-12
- Use ``alsoProvides`` in the urldispatch module to attach an
Chris McDonough
2009-11-01
- Header values returned by the ``authtktauthenticationpolicy``
Chris McDonough
2009-11-01
- The routes root factory called route factories and the default route
Chris McDonough
2009-11-01
- The ZCML ``route`` directive's attributes ``xhr``,
Chris McDonough
2009-10-30
Features
Chris McDonough
2009-10-29
- The ``repoze.bfg.request.Request`` class, which is a subclass of
Chris McDonough
2009-09-23
Features
Chris McDonough
2009-09-20
Minor speed tweaks.
Chris McDonough
2009-09-18
Compulsive import reorderings.
Chris McDonough
2009-09-17
- Add a ``repoze.bfg.url.static_url`` API which is capable of
Chris McDonough
2009-08-09
- Change urldispatch internals: Route object is now constructed using
Chris McDonough
2009-06-26
- Cause ``:segment`` matches in route paths to put a Unicode-decoded
Chris McDonough
2009-06-25
- Make ``route_url`` URL-quote segment replacements during generation.
Chris McDonough
2009-06-24
Merge noroutes branch to trunk.
Chris McDonough
2009-06-22
Unused import.
Chris McDonough
2009-06-22
- Adding ``*path_info`` to a route no longer changes the PATH_INFO for
Chris McDonough
2009-06-21
Make urldispatch put matchdict into environ.
Chris McDonough
2009-06-21
- Make Routes mapper responsible for doing magic to fix up PATH_INFO
Chris McDonough
2009-06-11
Merge unifyroutesandtraversal branch into trunk
Chris McDonough
2009-06-03
Revert urldispatch-context-as-dict-subclass committed in r5175. Let's not ma...
Chris McDonough
2009-06-03
- The default routes context
Chris McDonough
2009-06-01
- It was not possible to register a custom ``IRoutesContextFactory``
Chris McDonough
2009-05-27
- Remove backwards compatibility alias for
Chris McDonough
2009-05-18
Features
Chris McDonough
2009-05-16
Speed up common case (use default factory).
Chris McDonough
2009-05-16
Don't do an alsoProvides if it's already a default routes context.
Chris McDonough
2009-05-16
- The ``RoutesMapper`` class in ``repoze.bfg.urldispatch`` has been
Chris McDonough
2009-05-10
Minor speed and docs tweaks.
Chris McDonough
2009-05-10
- In version 0.6.3, passing a ``get_root`` callback (a "root factory")
Chris McDonough
2009-05-01
Remove dependencies on zope.deferredimport. zope.deferredimport was
Chris McDonough
2009-04-16
- The interface for ``repoze.bfg.interfaces.ITraverser`` and the
Chris McDonough
2009-01-27
Features
Chris McDonough
2009-01-25
- The ``repoze.bfg.urldispatch.RoutesRootFactory`` now injects the
Chris McDonough
2009-01-18
context_factory -> factory
Chris McDonough
2009-01-18
Merge "routesmapper branch" to trunk.
Chris McDonough
2009-01-16
- Add a section on "Using BFG Security With URL Dispatch" into the
Chris McDonough
2008-09-17
- Routes URL dispatch did not have access to the WSGI environment,
Chris McDonough
2008-09-16
Document url dispatch in narrative form.
Chris McDonough
2008-08-08
- Add ``find_context_from_path`` and ``find_root`` traversal APIs.
Chris McDonough
[next]