| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-11 | wiki2/src/basiclayout/ | Steve Piercy | |
| - update ini files using new scaffold | |||
| 2015-11-05 | literalinclude line number was off for Base object | Naoko Reeves | |
| 2015-10-06 | Include the right line number from the .py file | Bert JW Regeer | |
| This was including a blank line. This mistake was caught when attempting to build a PDF file using latexpdf due to LaTeX not allowing certain sections to be blank. | |||
| 2015-10-01 | wiki2 documentation precisely matches the scaffolding output | nharringtonwasatch | |
| 2015-06-11 | Update authorization.rst | orangieboot | |
| Removed extra colons | |||
| 2015-05-27 | clean up and make consistent across wikis | Steve Piercy | |
| 2015-05-27 | - clean up and make consistent across wiki tutorials | Steve Piercy | |
| - update templates and static assets for new design | |||
| 2015-05-27 | - clean up and make consistent across both wikis authorization.rst | Steve Piercy | |
| - update templates and static assets to new theme | |||
| 2015-05-26 | - clean up and make defininingviews consistent between two wiki tutorials | Steve Piercy | |
| - sort imports to be consistent with scaffold setup.py - update templates, static assets | |||
| 2015-05-25 | update template and static assets to current | Steve Piercy | |
| 2015-05-25 | update static assets, mytemplate.pt, caps | Steve Piercy | |
| 2015-05-25 | wikis consistency, grammar, wrapping | Steve Piercy | |
| 2015-05-25 | grammar, caps, minor tweaks | Steve Piercy | |
| 2015-05-25 | cherry pick from 1.5-branch | Steve Piercy | |
| 2015-05-25 | mention ZODB; punctuation | Steve Piercy | |
| 2015-05-25 | grammar | Steve Piercy | |
| 2015-05-25 | update templates, line numbers, file references | Steve Piercy | |
| 2015-05-25 | use correct column type | Steve Piercy | |
| 2015-05-25 | update templates and static assets for each step | Steve Piercy | |
| 2015-05-24 | update static assets for wiki tutorial | Steve Piercy | |
| 2015-05-24 | grammar, punctuation, line number fixes | Steve Piercy | |
| 2015-05-24 | use current theme derived from new alchemy scaffold | Steve Piercy | |
| 2015-05-24 | - make templates html5 compliant | Steve Piercy | |
| - punctuation, grammar, spelling - fix linenos references - update outputs | |||
| 2015-04-14 | fixed documentation; wrong line in docs | Antti Haapala | |
| 2015-03-13 | Update code example | Steve Piercy | |
| Modify `lines` to include closing parens in source and update corresponding `emphasize-lines`. Closes #1606. | |||
| 2014-08-12 | Docs: Make "userid" link to the glossary term. | Karl O. Pinc | |
| 2014-04-08 | Drop setup.cfg from scaffolds | Wichert Akkerman | |
| Since setup.cfg is no longer needed for Babel, and no scaffold or documentation references nose there is no need to keep them. | |||
| 2014-04-08 | Remove Babel from all setup.cfg files | Wichert Akkerman | |
| 2014-03-21 | - correct bad .rst syntax | Steve Piercy | |
| 2014-03-17 | Corrected inline markup to use * for italics | thapar | |
| 2014-03-17 | Added note to place login/logout route definitions before `/{pagename}` route | thapar | |
| Resolves https://github.com/Pylons/pyramid/issues/1274 | |||
| 2013-11-18 | Merge branch 'master' into 1.5-branch | Chris McDonough | |
| 2013-11-18 | Merge branch '1.5-branch' of github.com:Pylons/pyramid into 1.5-branch | Chris McDonough | |
| 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 | fix failing test (unrelated to security stuff) | Chris McDonough | |
| 2013-10-30 | fix wiki2 tutorial wrt request-method security APIs | Chris McDonough | |
| 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-16 | Add HTML escaping to views.py | Jeff Hemphill | |
| At least it's less obviously dangerous this way. | |||
| 2013-10-14 | make these tests pass on python 3.2+ | Chris McDonough | |
| 2013-10-08 | fix stupid missing named arguments, whyyy | Michael Merickel | |
| 2013-10-07 | fix some broken positional args to sqlalchemy models | Michael Merickel | |
| 2013-09-08 | remove bfg conversion chapter | Chris McDonough | |
| 2013-09-08 | fix merge conflict | Chris McDonough | |
| 2013-09-06 | Update line numbers as appropriate | Bert JW Regeer | |
| Removing __init__ moved some code around, update the line numbers as appropriate so that the right sections of code get highlighted. | |||
| 2013-09-06 | Add small note showing example usage of MyModel | Bert JW Regeer | |
| 2013-09-06 | changed the explanation of the (now missing) __init__ method | sergey.volobuev | |
| 2013-09-06 | removed __init__ methods from SQLAlchemy models in the documentation because ↵ | sergey.volobuev | |
| the latter generates a default constructor | |||
