| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-07 | - use clearer subject | Steve Piercy | |
| 2013-10-07 | Merge branch 'kpinc-doc_interactive_dev' | Steve Piercy | |
| 2013-10-07 | wrap to 79 | Steve Piercy | |
| 2013-10-07 | Merge 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-07 | Docs: introduction.rst: Note that printf() works. | Karl O. Pinc | |
| 2013-10-07 | Merge branch 'master' into doc_interactive_dev | Karl O. Pinc | |
| 2013-10-07 | Merge branch 'doc_interactive_dev' of github.com:kpinc/pyramid into ↵ | Steve Piercy | |
| kpinc-doc_interactive_dev | |||
| 2013-10-07 | Merge branch 'doc_reload_template_note' of github.com:kpinc/pyramid into ↵ | Steve Piercy | |
| kpinc-doc_reload_template_note | |||
| 2013-10-07 | Merge branch 'doc_render_to_response2' of github.com:kpinc/pyramid into ↵ | Steve Piercy | |
| kpinc-doc_render_to_response2 | |||
| 2013-10-07 | Docs: 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-07 | fix some broken positional args to sqlalchemy models | Michael Merickel | |
| 2013-10-07 | Docs: renders.rst: Make sentences that everybody's happy with. | Karl O. Pinc | |
| 2013-10-07 | Docs: renders.rst: Make sentences short per IRC chat with committers. | Karl O. Pinc | |
| 2013-10-07 | Docs: renders.rst: Break sentence into two to simplify. | Karl O. Pinc | |
| 2013-10-07 | Docs: renders.rst: Use punctuation to make sentence simpler. | Karl O. Pinc | |
| 2013-10-07 | Docs: introduction.rst: Improve wording. | Karl O. Pinc | |
| 2013-10-07 | Doc: introduction.rst: Broaden debug toolbar feature description to include ↵ | Karl O. Pinc | |
| other interactive development features. | |||
| 2013-10-07 | Docs: project.rst: Move note that tempates get values from dictionaries down ↵ | Karl O. Pinc | |
| a paragraph. | |||
| 2013-10-07 | Docs: project.rst: Utilize sidebars for out-of-band text. | Karl O. Pinc | |
| 2013-10-06 | Fixed an example | BauhausSP | |
| "from pyramid.view import view_config" instead of "from pyramid.view. import view_config" | |||
| 2013-10-05 | fix py3 | Michael Merickel | |
| 2013-10-05 | introduce SignedCookieSessionFactory | Michael 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-05 | Docs: project.rst: Hilight that dictionaries provide values to templates. | Karl O. Pinc | |
| 2013-10-05 | Docs: 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-04 | normalize 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-03 | modification to the unencrypted cookie to use a clearer api | Michael 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-02 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-10-02 | Merge branch 'bertjwregeer-docs/remove_redundant' | Chris McDonough | |
| 2013-10-02 | rearrange the fix | Chris McDonough | |
| 2013-10-02 | Merge branch 'docs/remove_redundant' of github.com:bertjwregeer/pyramid into ↵ | Chris McDonough | |
| bertjwregeer-docs/remove_redundant | |||
| 2013-10-02 | correct the explanation of the behavior change | Chris McDonough | |
| 2013-10-02 | fix merge conflict | Chris McDonough | |
| 2013-10-02 | fix the docs build and get rid of stray references to Beaker | Chris McDonough | |
| 2013-10-02 | get rid of note that appears to be explained in the next para | Chris McDonough | |
| 2013-10-02 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-10-02 | Merge pull request #1138 from kpinc/doc_session | Chris McDonough | |
| Docs: sessions.rst: Explain example. | |||
| 2013-10-02 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-10-02 | Merge 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-02 | Merge pull request #1137 from kpinc/doc_render | Chris McDonough | |
| Doc render | |||
| 2013-10-02 | Docs: project.rst: Fix markup failure just introduced. | Karl O. Pinc | |
| 2013-10-02 | Docs: Make statements more concreate regards renderers getting data from ↵ | Karl O. Pinc | |
| dictionaries. | |||
| 2013-10-02 | fix merge conflict | Chris McDonough | |
| 2013-10-02 | Merge remote-tracking branch 'upstream/master' into doc_render | Karl O. Pinc | |
| Doing something to make the pull request have the right stuff. | |||
| 2013-10-02 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-10-02 | Docs: 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 longer | Chris McDonough | |
| maintained. Point people at ``pyramid_redis_sessions`` instead. | |||
| 2013-10-02 | Docs: sessions.rst: Explain example. | Karl O. Pinc | |
