Michael Merickel
2017-06-20 5a1950121af5f70c473ce8e74b6d9044e8b9e375
2017-06-18 Michael Merickel
document changes and add tests
blob@ effe0e commitdiff | diff to current
2016-11-19 Michael Merickel
remove the deprecated IContextURL
blob@ 7ba907 commitdiff | diff to current
2013-11-27 Chris McDonough
change the behavior of parse_url_overrides and resource_url to not quote a ...
blob@ 06aee8 commitdiff | diff to current
2013-11-12 Michael Merickel
modify quoting to be bare-bones
blob@ 22f0eb commitdiff | diff to current
2013-11-12 Michael Merickel
centralize and properly escape query string and anchor arguments
blob@ af3134 commitdiff | diff to current
2013-11-08 Michael Merickel
fix tests
blob@ 70381b commitdiff | diff to current
2013-11-07 Michael Merickel
fix mishandled anchors that need to be quoted
blob@ fc30e8 commitdiff | diff to current
2013-11-07 Michael Merickel
tests for custom query strings
blob@ e967a9 commitdiff | diff to current
2013-08-30 Chris McDonough
get rid of remainder_name on route, and just default to passing traverse; a...
blob@ c29603 commitdiff | diff to current
2013-08-30 Chris McDonough
resource_url coverage
blob@ 60aeef commitdiff | diff to current
2013-08-30 Chris McDonough
first cut at hybrid url generation; still needs tests for resource_url logic
blob@ db0185 commitdiff | diff to current
2013-08-20 Chris McDonough
raise ValueError instead of generating just path when _app_url is provided ...
blob@ d07d16 commitdiff | diff to current
2013-08-20 Michael Merickel
allow pregenerator and route_prefix with external routes
blob@ 84367e commitdiff | diff to current
2013-08-17 Tom Lazar
document the behavior for ``route_path``
blob@ df413c commitdiff | diff to current
2013-08-17 Tom Lazar
if `_app_url` is given it takes precedence
blob@ edbc1d commitdiff | diff to current
2013-08-17 Tom Lazar
assemble a custom pregenerator for static external urls
blob@ 33b638 commitdiff | diff to current
2013-08-16 Chris McDonough
unused imports
blob@ 8a6ee2 commitdiff | diff to current
2013-08-13 Jonathan Villemaire-Krajden
Fixed documentation width, signed contributors agreement and added a test f...
blob@ 6a4a34 commitdiff | diff to current
2013-08-13 Jonathan Villemaire-Krajden
Request.current_route_url() now returns the query string by default.
blob@ fe8c0f commitdiff | diff to current
2013-03-19 Wolfgang Schnerring
Fixes #798: Allow a protocol-relative URL to be passed to add_static_view, ...
blob@ ff41f8 commitdiff | diff to current
2012-08-03 Chris McDonough
first cut at extensible view predicates via config.add_view_predicate; stil...
blob@ a00621 commitdiff | diff to current
2012-04-27 Christopher Lambacher
Don't add a ? to url if query string is empty.
blob@ 0e0c83 commitdiff | diff to current
2012-02-28 Chris McDonough
coverage
blob@ a4a8a5 commitdiff | diff to current
2012-02-28 Chris McDonough
fix a few tests on windows, might fail on unix now, but i have to check in ...
blob@ 8064bd commitdiff | diff to current
2012-02-27 Chris McDonough
- The method ``pyramid.request.Request.partial_application_url`` is no long...
blob@ 5b1e2a commitdiff | diff to current
2012-02-24 Chris McDonough
use paren-bracketed imports for modules from the same source
blob@ f5b9e9 commitdiff | diff to current
2012-02-18 Chris McDonough
deprecate pyramid.interfaces.IContextURL and pyramid.traversal.TraversalCon...
blob@ 118ea0 commitdiff | diff to current
2012-02-17 Chris McDonough
Features --------
blob@ c51896 commitdiff | diff to current
2011-09-25 Chris McDonough
fix url tests on 3.2
blob@ a7c67c commitdiff | diff to current
2011-09-24 Chris McDonough
slog
blob@ a84e17 commitdiff | diff to current
2011-09-23 Chris McDonough
more rusty knife in the eye changes
blob@ 8e606d commitdiff | diff to current
2011-09-22 Chris McDonough
anger release commit
blob@ e6c2d2 commitdiff | diff to current
2011-09-09 Chris McDonough
- The route prefix was not taken into account when a static view was added ...
blob@ cda7f6 commitdiff | diff to current
2011-08-29 Chris McDonough
- Pyramid did not properly generate static URLs using ``pyramid.url.stati...
blob@ b5c0cb commitdiff | diff to current
2011-08-22 Chris McDonough
- Moved the ``StaticURLInfo`` class from ``pyramid.static`` to ``pyramid....
blob@ 53d9d4 commitdiff | diff to current
2011-08-20 Chris McDonough
- The ``pyramid.request.Request.static_url`` API (and its brethren ``pyra...
blob@ b8c797 commitdiff | diff to current
2011-08-20 Chris McDonough
add static_path function to url and static_path method to request
blob@ 5c6963 commitdiff | diff to current
2011-08-20 Chris McDonough
- New request methods: ``current_route_url``, ``current_route_path``.
blob@ 12cef0 commitdiff | diff to current
2011-08-14 Chris McDonough
- The ``route_url``, ``route_path``, ``resource_url``, ``static_url``, and ...
blob@ fb90f0 commitdiff | diff to current
2011-06-26 Chris McDonough
try to replicate github #213
blob@ 311ccc commitdiff | diff to current
2011-03-29 Chris McDonough
stray cut and paste
blob@ 81e89c commitdiff | diff to current
2011-03-29 Chris McDonough
branch coverage
blob@ c18e27 commitdiff | diff to current
2011-02-28 Daniel Nouri
'pyramid.url.resource_url' no longer quotes '@' in '*elements'.
blob@ ab19ea commitdiff | diff to current
2011-02-25 Chris McDonough
- ``pyramid.url.route_path`` (and the shortcut ``pyramid.request.Request....
blob@ 0a0edf commitdiff | diff to current
2011-01-03 Chris McDonough
- Add a new API ``pyramid.url.current_route_url``, which computes a URL bas...
blob@ 5653d1 commitdiff | diff to current
2010-12-18 Chris McDonough
resource -> asset
blob@ 92c3e5 commitdiff | diff to current
2010-11-18 Chris McDonough
- Add a ``pyramid.url.route_path`` API, allowing folks to generate relative...
blob@ 2c9d14 commitdiff | diff to current
2010-10-25 Chris McDonough
first cut at converting bfg to pyramid
blob@ b60bdb commitdiff | diff to current
2010-10-25 Chris McDonough
first pass at converting bfg to pyramid namespace
blob@ 643724 commitdiff | diff to current
first | « prev | next »