| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-14 | fixed documentation; wrong line in docs | Antti Haapala | |
| 2015-03-13 | Update code example | Steve Piercy | |
| Modify `lines` to include closing parens in source and update corresponding `emphasize-lines`. Closes #1606. | |||
| 2014-08-12 | Docs: Make "userid" link to the glossary term. | Karl O. Pinc | |
| 2014-04-08 | Drop setup.cfg from scaffolds | Wichert Akkerman | |
| Since setup.cfg is no longer needed for Babel, and no scaffold or documentation references nose there is no need to keep them. | |||
| 2014-04-08 | Remove Babel from all setup.cfg files | Wichert Akkerman | |
| 2014-03-21 | - correct bad .rst syntax | Steve Piercy | |
| 2014-03-17 | Corrected inline markup to use * for italics | thapar | |
| 2014-03-17 | Added note to place login/logout route definitions before `/{pagename}` route | thapar | |
| Resolves https://github.com/Pylons/pyramid/issues/1274 | |||
| 2013-11-18 | Merge branch 'master' into 1.5-branch | Chris McDonough | |
| 2013-11-18 | Merge branch '1.5-branch' of github.com:Pylons/pyramid into 1.5-branch | Chris McDonough | |
| 2013-11-17 | Removed extra indentation from some examples (:linenos: should be indented ↵ | Antti Haapala | |
| with the same indentation as the rest of the code block) | |||
| 2013-11-09 | undeprecate remember/forget functions and remove ↵ | Chris McDonough | |
| remember_userid/forget_userid methods from request | |||
| 2013-10-30 | fix failing test (unrelated to security stuff) | Chris McDonough | |
| 2013-10-30 | fix wiki2 tutorial wrt request-method security APIs | Chris McDonough | |
| 2013-10-30 | copy forward views.py changes to tests step | Chris McDonough | |
| 2013-10-30 | fix zodb tutorial wrt request-based authentication and authorization apis | Chris McDonough | |
| 2013-10-27 | Security APIs on pyramid.request.Request | Matt Russell | |
| The pyramid.security Authorization API function has_permission is made available on the request. The pyramid.security Authentication API functions are now available as properties (unauthenticated_userid, authenticated_userid, effective_principals) and methods (remember_userid, forget_userid) on pyramid.request.Request. Backwards compatibility: For each of the APIs moved to request method or property, the original API in the pyramid.security module proxies to the request. Reworked tests to check module level b/c wrappers call through to mixins for each API. Tests that check no reg on request now do the right thing. Use a response callback to set the request headers for forget_userid and remember_userid. Update docs. Attempt to improve a documentation section referencing the pyramid.security.has_permission function in docs/narr/resources.rst Ensures backwards compatiblity for `pyramid.security.forget` and `pyramid.security.remember`. | |||
| 2013-10-16 | Add HTML escaping to views.py | Jeff Hemphill | |
| At least it's less obviously dangerous this way. | |||
| 2013-10-14 | make these tests pass on python 3.2+ | Chris McDonough | |
| 2013-10-08 | fix stupid missing named arguments, whyyy | Michael Merickel | |
| 2013-10-07 | fix some broken positional args to sqlalchemy models | Michael Merickel | |
| 2013-09-08 | remove bfg conversion chapter | Chris McDonough | |
| 2013-09-08 | fix merge conflict | Chris McDonough | |
| 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 | 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 | fix some more broken references | Michael Merickel | |
| 2013-09-06 | update the code in the wiki and wiki2 tutorials to use pyramid_chameleon | Michael Merickel | |
| 2013-08-16 | remove --no-site-packages and add usage note | Steve Piercy | |
| 2013-08-03 | "Web Application Development Framework" -> "Web Framework". Yay. | Paul Everitt | |
| 2013-04-23 | replace deprecated method | Tshepang Lekhonkhobe | |
| 2013-04-02 | remove copyright bits from the tutorial examples | Tshepang Lekhonkhobe | |
| We don't want to have to keep remembering these if there's a change, and apparently it's also overkill, according to https://github.com/Pylons/pyramid/pull/953#issuecomment-15654314. | |||
| 2013-04-01 | Fix reST markup | Catalin Iacob | |
| 2013-03-25 | use clearer language | Tshepang Lekhonkhobe | |
| 2013-03-25 | give installation a colectomy; give it headings; | Steve Piercy | |
| 2013-03-25 | Merge remote branch 'upstream/master' | Steve Piercy | |
| 2013-03-25 | make example links clickable, for convenience | Tshepang Lekhonkhobe | |
| 2013-03-24 | make example links clickable, for convenience | Tshepang Lekhonkhobe | |
| 2013-03-23 | place colon within strong style | Steve Piercy | |
| 2013-03-23 | change some slightly awkward wording | Chris McDonough | |
| 2013-03-22 | some consistency fixes | Tshepang Lekhonkhobe | |
| 2013-03-21 | Merge pull request #921 from pzatrick/master | Tres Seaver | |
| Updates to Wiki2 | |||
| 2013-03-21 | Meh. git hate me. | Steve Piercy | |
| 2013-03-21 | Update definingviews.rst to clarify that a template is a renderer | Patrick Canfield | |
| 2013-03-21 | Update definingviews.rst to use active voice, reduce redundancy. | Patrick Canfield | |
| 2013-03-21 | Update definingviews.rst to be more explicit, concise (?) | Patrick Canfield | |
| A make the first sentence a litte more explicit, default to present tense, remove unnecessary details and use python instead of english when it's cleared to do so. | |||
| 2013-03-21 | Update definingviews.rst explain matchdict more explicitly, concisely | Patrick Canfield | |
| 2013-03-21 | Merge remote-tracking branch 'upstream/master' | Steve Piercy | |
| Conflicts: docs/tutorials/wiki2/installation.rst | |||
| 2013-03-21 | Clean up: | Steve Piercy | |
| * SQLite3 language * cd into venv * minor heading names | |||
