| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-06 | Merge pull request #1112 from dhellmann/bug/namespace-packages | Chris McDonough | |
| Update package_name() to work with namespace pkgs | |||
| 2013-09-06 | Merge pull request #1115 from bertjwregeer/docs/remove_init_sqlalchemy | Michael Merickel | |
| Docs: remove init sqlalchemy | |||
| 2013-09-06 | Update line numbers as appropriate | Bert JW Regeer | |
| Removing __init__ moved some code around, update the line numbers as appropriate so that the right sections of code get highlighted. | |||
| 2013-09-06 | Add small note showing example usage of MyModel | Bert JW Regeer | |
| 2013-09-06 | removed MyModel.__init__ from the scaffolds | sergey.volobuev | |
| 2013-09-06 | changed the explanation of the (now missing) __init__ method | sergey.volobuev | |
| 2013-09-06 | removed __init__ methods from SQLAlchemy models in the documentation because ↵ | sergey.volobuev | |
| the latter generates a default constructor | |||
| 2013-09-06 | Update package_name() to work with namespace pkgs | Doug Hellmann | |
| The logic in pyramid.path.package_name() should take into account the fact that namespace packages created by setuptools do not have __init__.py[c] files, and so they have no __file__ attribute. This resolves an issue with WSME (https://bugs.launchpad.net/wsme/+bug/1221201) Change-Id: I39bc32a9c38fa11c4cef22a041077ed9001091be | |||
| 2013-09-06 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-09-06 | shorten test output in travis | Chris McDonough | |
| 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 | Merge branch 'fix.remove-deprecated-request-attrs' | Chris McDonough | |
| 2013-09-05 | update HACKING | 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-09-03 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 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-09-02 | move docs section to a more appropriate place | Chris McDonough | |
| 2013-09-02 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 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. | |||
