summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07Merge branch 'doc_interactive_dev' of github.com:kpinc/pyramid into ↵Steve Piercy
kpinc-doc_interactive_dev
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_interactive_dev' of github.com:kpinc/pyramid into ↵Steve Piercy
kpinc-doc_interactive_dev
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-07fix some broken positional args to sqlalchemy modelsMichael Merickel
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
2013-10-07Docs: introduction.rst: Improve wording.Karl O. Pinc
2013-10-07Doc: introduction.rst: Broaden debug toolbar feature description to include ↵Karl O. Pinc
other interactive development features.
2013-10-07Docs: project.rst: Move note that tempates get values from dictionaries down ↵Karl O. Pinc
a paragraph.
2013-10-07Docs: project.rst: Utilize sidebars for out-of-band text.Karl O. Pinc
2013-10-06Fixed an exampleBauhausSP
"from pyramid.view import view_config" instead of "from pyramid.view. import view_config"
2013-10-05fix py3Michael Merickel
2013-10-05introduce SignedCookieSessionFactoryMichael Merickel
- Break apart UnencryptedCookieSessionFactoryConfig into a BaseCookieSessionFactory. - Add support for reissue_time in the base. Set the unencrypted class to use reissue_time=0 for bw-compat. - Add SignedCookieSessionFactory which wraps the base in a serializer that uses signing via a sha512+hmac with a secret derived using an 8-byte random salt.
2013-10-05Docs: project.rst: Hilight that dictionaries provide values to templates.Karl O. Pinc
2013-10-05Docs: Link from renderer narrative docs to example render_to_response call, ↵Karl O. Pinc
and index the example. More fully explain the 2 examples, one with render_to_response call and one without.
2013-10-04normalize tox-vs-byhand, add note about --no-site-packages, tell folks to ↵Chris McDonough
use 'setup.py docs' and not 'setup.py dev docs' based on report from karlping
2013-10-03modification to the unencrypted cookie to use a clearer apiMichael Merickel
improved the signing to use a derived key based on a random salt, and upgraded the hash from sha1 to sha512. Finally the entire result is b64 instead of just the payload.
2013-10-02Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-10-02Merge branch 'bertjwregeer-docs/remove_redundant'Chris McDonough
2013-10-02rearrange the fixChris McDonough
2013-10-02Merge branch 'docs/remove_redundant' of github.com:bertjwregeer/pyramid into ↵Chris McDonough
bertjwregeer-docs/remove_redundant
2013-10-02correct the explanation of the behavior changeChris McDonough
2013-10-02fix merge conflictChris McDonough
2013-10-02fix the docs build and get rid of stray references to BeakerChris McDonough
2013-10-02get rid of note that appears to be explained in the next paraChris McDonough
2013-10-02Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-10-02Merge pull request #1138 from kpinc/doc_sessionChris McDonough
Docs: sessions.rst: Explain example.
2013-10-02Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-10-02Merge branch 'fix.none-value-in-query-string'Chris McDonough
2013-10-02 render the qs such that when provided with None as a value, it will render ↵Chris McDonough
the key plus the equal sign
2013-10-02Merge pull request #1137 from kpinc/doc_renderChris McDonough
Doc render
2013-10-02Docs: project.rst: Fix markup failure just introduced.Karl O. Pinc
2013-10-02Docs: Make statements more concreate regards renderers getting data from ↵Karl O. Pinc
dictionaries.
2013-10-02fix merge conflictChris McDonough
2013-10-02Merge remote-tracking branch 'upstream/master' into doc_renderKarl O. Pinc
Doing something to make the pull request have the right stuff.
2013-10-02Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2013-10-02Docs: sessions.rst: Sessions only work when the client cooperates.Karl O. Pinc
2013-10-02- Removed mention of ``pyramid_beaker`` from docs. Beaker is no longerChris McDonough
maintained. Point people at ``pyramid_redis_sessions`` instead.
2013-10-02Docs: sessions.rst: Explain example.Karl O. Pinc