| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-24 | Use parsed-literal for installing versions of Pyramid. This should future ↵ | Steve Piercy | |
| proof docs. | |||
| 2016-04-23 | Fix all the stinky linkie rot via `make linkcheck ↵ | Steve Piercy | |
| SPHINXBUILD=$VENV/bin/sphinx-build`, but don't bother with HISTORY.txt or whatsnew-xx | |||
| 2016-04-16 | replace ps1con with doscon for lexer | Steve Piercy | |
| 2016-04-12 | one does not simply "create a virtualenv". one should "create a virtual ↵ | Steve Piercy | |
| environment". - Fixes #2483 | |||
| 2016-04-12 | one does not simply "create a virtualenv". one should "create a virtual ↵ | Steve Piercy | |
| environment" | |||
| 2016-04-12 | - use an environment variable and venv. See ↵ | Steve Piercy | |
| https://github.com/Pylons/pyramid/pull/2468#discussion_r59311019 - rename stanza from `testing_extras` to `tests_require` - switch from nose to pytest | |||
| 2016-04-11 | fix extras_requires to extras_require | Michael Merickel | |
| 2016-04-11 | remove theme.min.css, it serves no purpose | Michael Merickel | |
| 2016-04-11 | fix readme to show directions in both alchemy and zodb | Michael Merickel | |
| 2016-04-11 | - upgrade setuptools, too, in the two wikis | Steve Piercy | |
| 2016-04-10 | - update wiki/distributing.rst to use pip | Steve Piercy | |
| 2016-04-10 | - update wiki tests step and its src files | Steve Piercy | |
| - add test_referrer_is_login() to provide 100% coverage | |||
| 2016-04-10 | - update wiki authorization step and its src files | Steve Piercy | |
| - trim index | |||
| 2016-04-10 | - update definingviews and its src files | Steve Piercy | |
| - fix css in zodb scaffold and wiki tutorial previous steps | |||
| 2016-04-09 | update basiclayout and its src | Steve Piercy | |
| 2016-04-09 | update basiclayout and its src | Steve Piercy | |
| 2016-04-09 | - fix console message | Steve Piercy | |
| 2016-04-09 | - add src/installation files | Steve Piercy | |
| 2016-04-09 | - update wiki/installation step to use pip | Steve Piercy | |
| - make it consistent with wiki2 | |||
| 2016-04-09 | - rollback intersphinx targets | Steve Piercy | |
| 2016-04-09 | - fix traversal tutorial reference | Steve Piercy | |
| - add intersphinx targets to wiki/* | |||
| 2016-04-09 | disambiguate intersphinx target | Steve Piercy | |
| 2016-02-23 | Fix view name order, windows for 'Return logged_in to renderer. | Tres Seaver | |
| 2016-02-23 | Use correct attribute name in the ZODB Wiki tutorial view template. | Tres Seaver | |
| 2016-01-30 | fix heading under/overlines for rst syntax | Steve Piercy | |
| (cherry picked from commit 60b74ee) | |||
| 2016-01-20 | Update docs to reflect dropping Python 3.2 support | Steve Piercy | |
| 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-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 | |
| 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 | |
