| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-17 | Removed extra indentation from some examples (:linenos: should be indented ↵ | Antti Haapala | |
| with the same indentation as the rest of the code block) | |||
| 2013-11-09 | undeprecate remember/forget functions and remove ↵ | Chris McDonough | |
| remember_userid/forget_userid methods from request | |||
| 2013-10-30 | copy forward views.py changes to tests step | Chris McDonough | |
| 2013-10-30 | fix zodb tutorial wrt request-based authentication and authorization apis | Chris McDonough | |
| 2013-10-27 | Security APIs on pyramid.request.Request | Matt 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-14 | make these tests pass on python 3.2+ | Chris McDonough | |
| 2013-09-06 | fix some more broken references | Michael Merickel | |
| 2013-09-06 | update the code in the wiki and wiki2 tutorials to use pyramid_chameleon | Michael Merickel | |
| 2013-08-03 | "Web Application Development Framework" -> "Web Framework". Yay. | Paul Everitt | |
| 2013-04-23 | replace deprecated method | Tshepang Lekhonkhobe | |
| 2013-04-02 | remove copyright bits from the tutorial examples | Tshepang Lekhonkhobe | |
| We don't want to have to keep remembering these if there's a change, and apparently it's also overkill, according to https://github.com/Pylons/pyramid/pull/953#issuecomment-15654314. | |||
| 2013-04-01 | Fix reST markup | Catalin Iacob | |
| 2013-03-13 | consistency: use $VENV whenever virtualenv binaries are used | Tshepang Lekhonkhobe | |
| 2013-03-12 | Merge pull request #893 from stevepiercy/master | Michael Merickel | |
| traversal wiki tutorial docs updates | |||
| 2013-03-07 | Grammar fixes. | Steve Piercy | |
| Align code in docs with that in the src directory. | |||
| 2013-03-06 | Grammar fixes | Steve Piercy | |
| 2013-03-05 | update some links and fix others | Tshepang Lekhonkhobe | |
| 2013-03-04 | fix #311 | Tshepang Lekhonkhobe | |
| 2013-02-22 | paster use is outdated | Tshepang Lekhonkhobe | |
| 2013-02-09 | Merge pull request #818 from stevepiercy/master | Chris McDonough | |
| Add source code snippets to supply context for the narrative. | |||
| 2013-01-24 | Add source code snippets to supply context for the narrative. | Steve Piercy | |
| 2013-01-22 | Merge pull request #812 from stevepiercy/master | goodwillcoding | |
| etc. is an abbreviation thank you | |||
| 2013-01-22 | More grammar clean up. | Steve Piercy | |
| 2013-01-22 | More grammar clean up. | Steve Piercy | |
| 2013-01-22 | typo | Tshepang Lekhonkhobe | |
| 2013-01-21 | Grammar: either "e.g.", or "etc.", but not both in the same phrase. | Steve Piercy | |
| 2013-01-21 | minor grammar, spelling | Steve Piercy | |
| 2013-01-21 | etc. is an abbreviation | Steve Piercy | |
| 2013-01-20 | point to the sources of the wiki tutorials in just one location; fix #763 | Tshepang Lekhonkhobe | |
| * This avoids having to update the link multiple times. * Also, mention their location, in case user has Pyramid checkout. | |||
| 2013-01-02 | Reduce duplicated installation instructions from the tutorials | Tshepang Lekhonkhobe | |
| * This also removes the mention of running 'source bin/activate' (see #759). | |||
| 2013-01-02 | eliminate other repeated words | Tshepang Lekhonkhobe | |
| 2013-01-01 | eliminate repeated "the" words | Tshepang Lekhonkhobe | |
| 2013-01-01 | "usernames" is a more correct term | Tshepang Lekhonkhobe | |
| 2012-12-13 | Improvements to the ZODB tutorial Tests chapter | Patricio Paez | |
| - Standardize with the SQL tutorial | |||
| 2012-12-13 | Make ZODB tutorial functional tests pass | Patricio Paez | |
| - Synchronize with the changes in pyramid_zodbdbconn in commit 64b0c468d4ae320d720d03d0cbc8e9a0b0e42f1f | |||
| 2012-12-01 | Update line references | Patricio Paez | |
| - In the Basic Layout and Authorization chapters of the ZODB wiki tutorial | |||
| 2012-12-01 | Sync ZODB tutorial source files with the scaffold | Patricio Paez | |
| 2012-11-22 | Sync the tutorial docs for the transaction dependency | Patricio Paez | |
| 2012-11-20 | adding transaction module requirement to zodb wiki docs | ericrasmussen | |
| 2012-11-20 | More sync on ZODB wiki tutorial | Patricio Paez | |
| - literalinclude should refer to the file in the corresponding section - Remove extra lines | |||
| 2012-11-19 | Sync some ZODB wiki tutorial files with the scaffold | Patricio Paez | |
| - Files that are not referred to in a literalinclude in the tutorial docs - setup.py and development.ini appear in a literalinclude but no lines are emphasized and there is no impact. | |||
| 2012-11-04 | merged SHA512AuthTktAuthenticationPolicy into AuthTktAuthenticationPolicy | Michael Merickel | |
| AuthTktAuthenticationPolicy now accepts a hashalg parameter and is no longer deprecated. Docs recommend overriding hashalg and using 'sha512'. | |||
| 2012-11-04 | fix docs, upgrade tutorials, add change note, deprecate using ↵ | Chris McDonough | |
| zope.deprecation instead of a warning, make hashalg arg a kwarg in certain cases in case someone (maybe me) is using nonapi function imports from authentication | |||
| 2012-09-17 | resolve contributors.txt merge conflict | Chris McDonough | |
| 2012-09-11 | Change variable name ``name`` to ``pagename`` in ZODB tutorial | Patricio Paez | |
| 2012-08-04 | add quotes for clarity | Daniel Haaker | |
| 2012-07-29 | prettify CSS stored in docs tutorials | David Gay | |
| 2012-07-29 | correct typo 'snall' to 'small' | David Gay | |
| 2012-04-29 | Normalize 'Make a project' on both wiki tutorials | Patricio Paez | |
| 2012-04-28 | Link the first usage of "scaffold" to its definition in the glossary. | Steve Piercy | |
