| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-05 | s/view execution machinery/generating a response/ | Michael Merickel | |
| 2013-09-05 | resolve conflicts, reword change entry a bit | Chris McDonough | |
| 2013-09-05 | remove the deprecated request.response_* attributes | Michael Merickel | |
| 2013-09-05 | update render() to preserve the original response object | Michael Merickel | |
| 2013-08-30 | prep for 1.5a1 | Chris McDonough | |
| 2013-08-30 | update whatsnew | Chris McDonough | |
| 2013-08-30 | move 1.4 stuff to HISTORY.txt | 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-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 | point at docs section | Chris McDonough | |
| 2013-08-29 | documentation for hybrid url generation | Chris McDonough | |
| 2013-08-29 | first cut at hybrid url generation; still needs tests for resource_url logic | 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 | 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-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-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 | Merge branch 'feature.issue611-external-static-routes' of tomster/pyramid ↵ | Michael Merickel | |
| into feature.external-routes | |||
| 2013-08-17 | update changelog | Tom Lazar | |
| 2013-08-17 | add ``localizer`` property to the request (refs #508) | Andreas Zeidler | |
| 2013-08-15 | fix some rST issues | Tshepang Lekhonkhobe | |
| 2013-08-15 | Make ``pserve.cherrypy_server_runner`` Python 3 compatible. | Tom Lazar | |
| Closes https://github.com/Pylons/pyramid/issues/718 | |||
| 2013-08-15 | Add reference to the pull requests | Tom Lazar | |
| Conflicts: CHANGES.txt | |||
| 2013-08-15 | Merge pull request #1078 from wichert/auth-explicit-domain | Andreas Zeidler | |
| Allow explicit auth cookie domain setting. | |||
| 2013-08-14 | fixed line indentation | Blaise Laflamme | |
| 2013-08-14 | added bug fix to changes | Blaise Laflamme | |
| 2013-08-13 | Fixed documentation width, signed contributors agreement and added a test ↵ | Jonathan Villemaire-Krajden | |
| for duplicate query strings. | |||
| 2013-08-13 | Fixes to documentation, added change to what's new. | Jonathan Villemaire-Krajden | |
| 2013-08-13 | Updated CHANGES | Jonathan Villemaire-Krajden | |
| Fixes 1040. | |||
| 2013-08-12 | Allow explicit cookie domain setting. | Wichert Akkerman | |
| This is useful as an escape hatch when dealing with enviroments where no normal rules apply. | |||
| 2013-08-10 | add change note | Chris McDonough | |
| 2013-08-10 | add change note | Chris McDonough | |
| 2013-08-10 | add change note | Chris McDonough | |
| 2013-08-02 | add pdistreport command | Chris McDonough | |
| 2013-07-24 | add not_ predicate feature | Chris McDonough | |
| 2013-07-18 | version bump in setup.py conf.py CHANGES.txt, rejigger changes bugs vs. features | Chris McDonough | |
| 2013-07-17 | Merge branch 'auth-parent-domain' of github.com:wichert/pyramid into ↵ | Chris McDonough | |
| wichert-auth-parent-domain | |||
| 2013-07-15 | update changelog | Michael Merickel | |
| 2013-07-14 | update changlog | Michael Merickel | |
| 2013-07-12 | add an entry to changes about code merged from feature.prequest_login branch | Chris McDonough | |
| 2013-06-19 | Typo | Tres Seaver | |
| 2013-06-19 | Changelog for PR #1033. | Tres Seaver | |
| 2013-06-11 | - ``pyramid.testing.DummyResource`` didn't define ``__bool__``, so code under | Chris McDonough | |
| Python 3 would use ``__len__`` to find truthiness; this usually caused an instance of DummyResource to be "falsy" instead of "truthy". See https://github.com/Pylons/pyramid/pull/1032 Closes #1032 | |||
| 2013-06-05 | add changelog note | Chris McDonough | |
| 2013-06-03 | Add a parent_domain option for auth_tkt policy | Wichert Akkerman | |
| This change adds a new ``parent_domain`` option to ``AuthTktAuthenticationPolicy`` which sets the authentication cookie as a wildcard cookie on the parent domain. This is useful if you have multiple sites sharing the same domain. | |||
| 2013-05-21 | this is actually a bugfix | Chris McDonough | |
| 2013-05-21 | Merge branch 'feature-pep302' | Chris McDonough | |
| 2013-05-21 | tortured docs | Chris McDonough | |
