summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Collapse)Author
2014-04-15DOC: Response.content_type defaults to text/htmlwesturner
2014-04-14Merge pull request #1291 from nnja/masterMichael Merickel
Update python installation instructions for Mac OSX
2014-04-14clarify python version supportMichael Merickel
2014-04-14adding comments for python versionsNina Zakharenko
2014-04-14Change OSX to Mac OS XNina Zakharenko
2014-04-14Update the documentation for Python installation on OSX. Binaries are ↵Nina Zakharenko
primary method.
2014-04-14Update python installation instructions for mac osx.Nina Zakharenko
2014-04-08make pdf build againChris McDonough
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-04-08Always mention the msg* commands come from GettextWichert Akkerman
2014-04-08Remove lingua references from setup.cfg description.Wichert Akkerman
2014-04-08Fix $VENT typoWichert Akkerman
2014-04-08Keep using easy_install.Wichert Akkerman
2014-04-08Update documentation for Lingua 2Wichert Akkerman
2014-02-10Merge pull request #1241 from stevepiercy/masterSteve Piercy
Garden Sphinx directives
2014-02-10- Garden PR #1121Steve Piercy
2014-02-10Merge pull request #1240 from stevepiercy/masterSteve Piercy
- Update list of session packages
2014-02-10- Update list of session packagesSteve Piercy
- Update Quick Tour section on sessions - Closes PR #1150
2014-02-09Apply change from #1221 manually.Tres Seaver
Avoid the unintentional slight in OPs commit message.
2014-01-23Update project.rstamitvmane
Updated text as per feedback from Michael M. Thanks.
2014-01-23Update project.rstamitvmane
Document fix for issue 1226
2014-01-19update narrative docs about iterable decorator argumentMichael Merickel
2014-01-03modified MyProject srcBlaise Laflamme
2014-01-03updated myproject docsBlaise Laflamme
2014-01-03changed project image refsBlaise Laflamme
2013-12-30grammar fixesSteve Piercy
2013-12-12Merge branch 'jsonp-syntax' of github.com:wichert/pyramid into ↵Chris McDonough
wichert-jsonp-syntax
2013-12-10Use new pluralize calling convention recognised by Lingua 1.7Matthew Wilkes
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-17Should return the simple_tween here, not the handler.Antti Haapala
2013-11-17Fixed indentation issuesAntti Haapala
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-1680 charsChris McDonough
2013-11-16Enhanced the narrative documentation for tweens.Antti Haapala
2013-11-11easiest commit everMichael Merickel
2013-10-30new apiChris McDonough
2013-10-30note deprecationChris 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-20fix merge conflict and prevent warning from showing up during testing (dont ↵Chris McDonough
import ITemplateRenderer)
2013-10-19monChris McDonough
2013-10-19add admonishment against secret sharingChris McDonough
2013-10-19link to the public renderer interfacesMichael Merickel
2013-10-19Merge branch 'master' into feature.signed-cookie-sessionMichael Merickel
2013-10-19update the docsMichael Merickel
2013-10-17fix documentation for csrf checkingMichael Merickel
2013-10-14update old ptweens outputMichael Merickel
2013-10-14add note about custom args to python when using command-line scriptsChris McDonough
2013-10-08Merge branch 'origin/master'Steve Piercy