| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-29 | first cut at hybrid url generation; still needs tests for resource_url logic | Chris McDonough | |
| 2013-08-29 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-08-29 | make local_name an attribute of Request, move logic from get_localizer into ↵ | Chris McDonough | |
| Request.localizer, fix docs; closes #1099 | |||
| 2013-08-29 | - When the ``pyramid.reload_templates`` setting was true, and a Chameleon | Chris McDonough | |
| template was reloaded, and the renderer specification named a macro (e.g. ``foo#macroname.pt``), renderings of the template after the template was reloaded due to a file change would produce the entire template body instead of just a rendering of the macro. See https://github.com/Pylons/pyramid/issues/1013. Closes #1013 | |||
| 2013-08-28 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-08-28 | Merge branch 'wutali-escaped_double_braces' | Chris McDonough | |
| 2013-08-28 | Permit escaping of double braces in scaffolds, see #862 | Chris McDonough | |
| 2013-08-28 | - The ``route_url`` and ``route_path`` APIs no longer quote ``/`` | Chris McDonough | |
| to ``%2F`` when a replacement value contains a ``/``. This was pointless, as WSGI servers always unquote the slash anyway, and Pyramid never sees the quoted value. | |||
| 2013-08-28 | Added me to the CONTRIBUTERS.txt. | Takahiro Fujiwara | |
| 2013-08-27 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-08-27 | utilize the tuple form of starts/endswith | Philip Jenvey | |
| 2013-08-27 | - Fix an obscure problem when combining a virtual root with a route with a | Chris McDonough | |
| ``*traverse`` in its pattern. Now the traversal path generated in such a configuration will be correct, instead of an element missing a leading slash. | |||
| 2013-08-27 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-08-23 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-08-23 | Merge pull request #1105 from MatthewWilkes/master | Chris McDonough | |
| Fix documentation on using gettext plurals and include examples | |||
| 2013-08-23 | Add name to contributors | Matthew Wilkes | |
| 2013-08-23 | Fix documentation on using gettext plurals and include examples | Matthew Wilkes | |
| 2013-08-20 | Merge branch 'feature.external-routes' | Chris McDonough | |
| 2013-08-20 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-08-20 | raise ValueError instead of generating just path when _app_url is provided ↵ | Chris McDonough | |
| to request.route_url and the route has an external pattern | |||
| 2013-08-19 | remove mention of unused http status code | Michael Merickel | |
| 2013-08-19 | allow pregenerator and route_prefix with external routes | Michael Merickel | |
| 2013-08-19 | Merge branch 'feature.issue611-external-static-routes' of tomster/pyramid ↵ | Michael Merickel | |
| into feature.external-routes | |||
| 2013-08-19 | Fix indentation. | Fabian Neumann | |
| 2013-08-19 | explain | Chris McDonough | |
| 2013-08-19 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-08-18 | Merge pull request #1102 from stevepiercy/master | Chris McDonough | |
| no HTML smartypants! | |||
| 2013-08-18 | no HTML smartypants! | Steve Piercy | |
| Fix https://github.com/Pylons/pyramid/issues/669 | |||
| 2013-08-17 | Merge branch 'adroullier-master' | Chris McDonough | |
| 2013-08-17 | Merge branch 'master' of github.com:adroullier/pyramid into adroullier-master | Chris McDonough | |
| 2013-08-17 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-08-17 | reference the static url route feature | Tom Lazar | |
| 2013-08-17 | typo | Tom Lazar | |
| 2013-08-17 | Oops, indent one level deeper. | Fabian Neumann | |
| 2013-08-17 | Document the external URL feature. | Fabian Neumann | |
| 2013-08-17 | Merge pull request #1100 from tomster/nose-selecttests | Chris McDonough | |
| include nose-selecttests | |||
| 2013-08-17 | include and mention the `nose-selecttests ↵ | Tom Lazar | |
| <https://pypi.python.org/pypi/nose-selecttests/>`_ plugin | |||
| 2013-08-17 | adjust the checkout path to the new value set above in a previous commit | Tom Lazar | |
| 2013-08-17 | provide the tox url when mentioning it first. | Tom Lazar | |
| 2013-08-17 | update changelog | Tom Lazar | |
| 2013-08-17 | document the behavior for ``route_path`` | Tom Lazar | |
| 2013-08-17 | if `_app_url` is given it takes precedence | Tom Lazar | |
| 2013-08-17 | assemble a custom pregenerator for static external urls | Tom Lazar | |
| we split the pattern via urlparse and pass the parts into the pregenerator such that route_url will behave as expected, mainly by assembling an appropriate value for ``_app_url`` | |||
| 2013-08-17 | Merge branch 'witsch-508-localizer-on-request' | Chris McDonough | |
| 2013-08-17 | Merge branch '508-localizer-on-request' of github.com:witsch/pyramid into ↵ | Chris McDonough | |
| witsch-508-localizer-on-request | |||
| 2013-08-17 | done :) | Andreas Zeidler | |
| 2013-08-17 | clean up test names | Andreas Zeidler | |
| 2013-08-17 | don't use the default locale when testing custom localizer | Andreas Zeidler | |
| also, use an object as a dummy localizer for better readability | |||
| 2013-08-17 | remove test that explicitly sets a registry on the request | Andreas Zeidler | |
| outside tests the router puts the registry on the request, but in tests it sometimes needs to exist as well. however, it doesn't make sense to test something that's only done in tests anyway | |||
| 2013-08-17 | test a custom localizer | Andreas Zeidler | |
