summaryrefslogtreecommitdiff
path: root/docs/tutorials
AgeCommit message (Collapse)Author
2015-04-14fixed documentation; wrong line in docsAntti Haapala
2015-03-13Update code exampleSteve Piercy
Modify `lines` to include closing parens in source and update corresponding `emphasize-lines`. Closes #1606.
2014-08-12Docs: Make "userid" link to the glossary term.Karl O. Pinc
2014-04-08Drop setup.cfg from scaffoldsWichert 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-08Remove Babel from all setup.cfg filesWichert Akkerman
2014-03-21- correct bad .rst syntaxSteve Piercy
2014-03-17Corrected inline markup to use * for italicsthapar
2014-03-17Added note to place login/logout route definitions before `/{pagename}` routethapar
Resolves https://github.com/Pylons/pyramid/issues/1274
2013-11-18Merge branch 'master' into 1.5-branchChris McDonough
2013-11-18Merge branch '1.5-branch' of github.com:Pylons/pyramid into 1.5-branchChris McDonough
2013-11-17Removed extra indentation from some examples (:linenos: should be indented ↵Antti Haapala
with the same indentation as the rest of the code block)
2013-11-09undeprecate remember/forget functions and remove ↵Chris McDonough
remember_userid/forget_userid methods from request
2013-10-30fix failing test (unrelated to security stuff)Chris McDonough
2013-10-30fix wiki2 tutorial wrt request-method security APIsChris McDonough
2013-10-30copy forward views.py changes to tests stepChris McDonough
2013-10-30fix zodb tutorial wrt request-based authentication and authorization apisChris McDonough
2013-10-27Security APIs on pyramid.request.RequestMatt 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-16Add HTML escaping to views.pyJeff Hemphill
At least it's less obviously dangerous this way.
2013-10-14make these tests pass on python 3.2+Chris McDonough
2013-10-08fix stupid missing named arguments, whyyyMichael Merickel
2013-10-07fix some broken positional args to sqlalchemy modelsMichael Merickel
2013-09-08remove bfg conversion chapterChris McDonough
2013-09-08fix merge conflictChris McDonough
2013-09-06Update line numbers as appropriateBert 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-06Add small note showing example usage of MyModelBert JW Regeer
2013-09-06changed the explanation of the (now missing) __init__ methodsergey.volobuev
2013-09-06removed __init__ methods from SQLAlchemy models in the documentation because ↵sergey.volobuev
the latter generates a default constructor
2013-09-06fix some more broken referencesMichael Merickel
2013-09-06update the code in the wiki and wiki2 tutorials to use pyramid_chameleonMichael Merickel
2013-08-16remove --no-site-packages and add usage noteSteve Piercy
2013-08-03"Web Application Development Framework" -> "Web Framework". Yay.Paul Everitt
2013-04-23replace deprecated methodTshepang Lekhonkhobe
2013-04-02remove copyright bits from the tutorial examplesTshepang 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-01Fix reST markupCatalin Iacob
2013-03-25use clearer languageTshepang Lekhonkhobe
2013-03-25give installation a colectomy; give it headings;Steve Piercy
2013-03-25Merge remote branch 'upstream/master'Steve Piercy
2013-03-25make example links clickable, for convenienceTshepang Lekhonkhobe
2013-03-24make example links clickable, for convenienceTshepang Lekhonkhobe
2013-03-23place colon within strong styleSteve Piercy
2013-03-23change some slightly awkward wordingChris McDonough
2013-03-22some consistency fixesTshepang Lekhonkhobe
2013-03-21Merge pull request #921 from pzatrick/masterTres Seaver
Updates to Wiki2
2013-03-21Meh. git hate me.Steve Piercy
2013-03-21Update definingviews.rst to clarify that a template is a rendererPatrick Canfield
2013-03-21Update definingviews.rst to use active voice, reduce redundancy.Patrick Canfield
2013-03-21Update 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-21Update definingviews.rst explain matchdict more explicitly, conciselyPatrick Canfield
2013-03-21Merge remote-tracking branch 'upstream/master'Steve Piercy
Conflicts: docs/tutorials/wiki2/installation.rst
2013-03-21Clean up:Steve Piercy
* SQLite3 language * cd into venv * minor heading names