summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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-09Merge pull request #1239 from stevepiercy/masterSteve Piercy
Clean up PR #1163
2014-02-09- Clean up PR #1163Steve Piercy
2014-02-09Specified installation instructions for pyramid_chameleonHari haran
2014-02-09Apply change from #1221 manually.Tres Seaver
Avoid the unintentional slight in OPs commit message.
2014-02-09- correct error when building docs in Sphinx:Steve Piercy
Warning, treated as error: ~/projects/pyramid/pyramid/docs/api/i18n.rst:6: WARNING: error while formatting arguments for pyramid.i18n.TranslationStringFactory: 'function' object has no attribute '__bases__'
2014-02-09add docs/_themesSteve Piercy
2014-02-08prep for 1.5b1Chris McDonough
2014-01-28add scaffolding changes to whatsnewChris McDonough
2014-01-29Wee typo fixDan Jacka
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-12-10prep for 1.5a3Chris McDonough
2013-12-10use CookieProfile from webob in authentication module, add support for new ↵Chris McDonough
domain attribute on dummy request, depend on webob 1.3 or better
2013-11-18update whatsnew in 1.5Chris McDonough
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-11-11Merge branch 'feature.security-apis-on-request'Chris McDonough
2013-11-09undeprecate remember/forget functions and remove ↵Chris McDonough
remember_userid/forget_userid methods from request
2013-11-07document add_adapterMichael Merickel
2013-10-30fix failing test (unrelated to security stuff)Chris McDonough
2013-10-30new apiChris McDonough
2013-10-30convert remember/forget to request-method-basedChris McDonough
2013-10-30note deprecationChris McDonough
2013-10-30not methods, attrsChris 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-28Bring change log, API docs, and deprecations in line with normal ↵Chris McDonough
policies/processes
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-20fix merge conflictChris McDonough
2013-10-19monChris McDonough
2013-10-19add admonishment against secret sharingChris McDonough