| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-04 | Remove bfg fixers script from entry points | Bert JW Regeer | |
| 2013-09-04 | Remove traces of Chameleon from tests/fixers | Bert JW Regeer | |
| 2013-09-04 | Remove chameleon from default renderers list | Bert JW Regeer | |
| 2013-09-04 | Remove Chameleon specific interfaces | Bert JW Regeer | |
| 2013-09-04 | Remove chameleon files | Bert JW Regeer | |
| 2013-09-04 | Remove the Chameleon renderer from renderers.py | Bert JW Regeer | |
| 2013-09-04 | Remove chameleon as a dependency in setup.py | Bert JW Regeer | |
| 2013-09-03 | Remove last references to mako | Bert JW Regeer | |
| We remove the default addition of .mak/.mako files in the configuration object, and we remove the test to see if it is has been defined as a renderer. | |||
| 2013-09-03 | Import mako from the proper location... | Bert JW Regeer | |
| 2013-09-03 | Require the pyramid_mako package | Bert JW Regeer | |
| This is mainly for backwards compatibility. | |||
| 2013-09-03 | Remove mako test specific files | Bert JW Regeer | |
| These files now live in the pyramid_mako git repository... | |||
| 2013-09-03 | Remove requirement from setup.py | Bert JW Regeer | |
| 2013-09-03 | Remove the mako templating | Bert JW Regeer | |
| 2013-09-02 | Merge pull request #1106 from westurner/patch-1 | Chris McDonough | |
| DOC: Update quick_tour.rst: Typo: with -> which | |||
| 2013-09-02 | DOC: Update quick_tour.rst: Typo: with -> which | Wes Turner | |
| 2013-08-30 | Merge branch '1.5-branch' | Chris McDonough | |
| 2013-08-30 | prep for 1.5a1 | Chris McDonough | |
| 2013-08-30 | mention quickstart | Chris McDonough | |
| 2013-08-30 | unnecessary | Chris McDonough | |
| 2013-08-30 | squash console output during test runs | Chris McDonough | |
| 2013-08-30 | update whatsnew | Chris McDonough | |
| 2013-08-30 | move 1.4 stuff to HISTORY.txt | Chris McDonough | |
| 2013-08-30 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-08-30 | dammit, typo | Chris McDonough | |
| 2013-08-30 | fix httpok docstring | Chris McDonough | |
| 2013-08-30 | fix docstrings | Chris McDonough | |
| 2013-08-30 | add HTTPSuccessful base class, allowing HTTPOk to be caught independently; ↵ | Chris McDonough | |
| closes #986 | |||
| 2013-08-30 | allow exception view registrations for HTTPException to override default ↵ | Chris McDonough | |
| exception view; closes #985 | |||
| 2013-08-30 | unused code | Chris McDonough | |
| 2013-08-30 | Merge branch 'feature.hybridurlgen' | Chris McDonough | |
| 2013-08-29 | get rid of remainder_name on route, and just default to passing traverse; ↵ | Chris McDonough | |
| add route_remainder_name argument to resource_url | |||
| 2013-08-29 | fix the regex used by get_remainder_name, add tests for get_remainder_name | Chris McDonough | |
| 2013-08-29 | fix name | Chris McDonough | |
| 2013-08-29 | point at docs section | Chris McDonough | |
| 2013-08-29 | documentation for hybrid url generation | Chris McDonough | |
| 2013-08-29 | resource_url coverage | Chris McDonough | |
| 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 | |
