summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Collapse)Author
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
2013-10-08grammar polishSteve Piercy
2013-10-08Merge pull request #1148 from kpinc/docs_nobeakerSteve Piercy
Docs: introduction.rst: Beaker -> Redis.
2013-10-08print() not printf()Steve Piercy
2013-10-08Docs: introduction.rst: Beaker -> Redis.Karl O. Pinc
2013-10-08Docs: project.rst: Oops, print(), not printf().Karl O. Pinc
2013-10-08Docs: project.rst: Printf()s can be used for debugging. Output goes to the ↵Karl O. Pinc
server console. The main point of the second sentence is to setup the reader with mental context for the 3rd sentence, so that the 3rd sentence sinks in. Likewise, the parenthetical in the second sentence about server startup messages gives the reader some clue as to what the rest of the sentence it talking about. I suspect that some readers won't know what a console is, and the rest will be confused by a server run on a console.
2013-10-07- use clearer subjectSteve Piercy
2013-10-07Merge branch 'kpinc-doc_interactive_dev'Steve Piercy
2013-10-07wrap to 79Steve Piercy
2013-10-07- straighten out difference between content and its presentation, re: ↵Steve Piercy
admonitions of note, seealse, sidebar
2013-10-07- Merge branch 'docs_dict_note' of github.com:kpinc/pyramid into ↵Steve Piercy
kpinc-docs_dict_note - Got note vs. sidebar vs. seealso admonitions worked out
2013-10-07Docs: introduction.rst: Note that printf() works.Karl O. Pinc
2013-10-07Merge branch 'master' into doc_interactive_devKarl O. Pinc
2013-10-07Merge branch 'doc_reload_template_note' of github.com:kpinc/pyramid into ↵Steve Piercy
kpinc-doc_reload_template_note
2013-10-07Merge branch 'doc_render_to_response2' of github.com:kpinc/pyramid into ↵Steve Piercy
kpinc-doc_render_to_response2
2013-10-07Docs: project.rst: Reword template reload note per Steve Piercy's suggestions.Karl O. Pinc
Take care to retain the thought that the defaults setup by the scaffold cause automatic template reload. This patch should be applied before the docs_dict_note branch.
2013-10-07Docs: renders.rst: Make sentences that everybody's happy with.Karl O. Pinc
2013-10-07Docs: renders.rst: Make sentences short per IRC chat with committers.Karl O. Pinc
2013-10-07Docs: renders.rst: Break sentence into two to simplify.Karl O. Pinc
2013-10-07Docs: renders.rst: Use punctuation to make sentence simpler.Karl O. Pinc