| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-02-28 | Merge pull request #2382 from stevepiercy/feature/alchemy-scaffold-update | Steve Piercy | |
| update distributing.rst (done) | |||
| 2016-02-28 | update distributing.rst (done) | Steve Piercy | |
| - minor grammar - clean up sdist output | |||
| 2016-02-28 | Merge pull request #2381 from stevepiercy/feature/alchemy-scaffold-update | Steve Piercy | |
| update tests.rst (done) | |||
| 2016-02-28 | update tests.rst (done) | Steve Piercy | |
| - minor grammar - mention BaseTest class - clean up test output | |||
| 2016-02-28 | Merge pull request #2379 from stevepiercy/feature/alchemy-scaffold-update-authcn | Steve Piercy | |
| wiki2 authentication bug fix | |||
| 2016-02-28 | apply change to all src/*/user.py | Steve Piercy | |
| 2016-02-28 | Merge pull request #2380 from stevepiercy/feature/alchemy-scaffold-update | Steve Piercy | |
| wiki2 authorization (done) | |||
| 2016-02-28 | wiki2 revert unnecessary hmac stuff | Steve Piercy | |
| 2016-02-28 | wiki2 authorization (done) | Steve Piercy | |
| - minor grammar and syntax - align order of bullet points for NewPage and PageResource with code - synch up "viewing app in browser" sections between authentication and authzn | |||
| 2016-02-27 | grammar fix | Steve Piercy | |
| 2016-02-27 | wiki2 authentication bug fix and improvement against timing attack | Steve Piercy | |
| - Bytes type does not have encode method. The expected_hash retrieved from the database is a bytes object. - Use hmac.compare_digest instead of == to avoid timing attacks as a recommended security best practice. See https://www.python.org/dev/peps/pep-0466/ https://bugs.python.org/issue21306 and https://codahale.com/a-lesson-in-timing-attacks/ for details. Note, however, this was not backported to py2.6. For a tutorial, I am OK with stating this will not work on Python 2.6 with a clear warning note at the start of the tutorial and on the authentication step. | |||
| 2016-02-27 | Merge pull request #2378 from stevepiercy/feature/alchemy-scaffold-update | Steve Piercy | |
| update authentication, design | |||
| 2016-02-26 | update authentication (done) | Steve Piercy | |
| - remove highlighting from some code blocks because it didn't make sense and added visual noise and dissonance - minor grammar and syntax | |||
| 2016-02-26 | minor grammar | Steve Piercy | |
| 2016-02-26 | Merge pull request #2375 from stevepiercy/feature/alchemy-scaffold-update | Steve Piercy | |
| update definingviews (done) | |||
| 2016-02-26 | update definingviews (done) | Steve Piercy | |
| - minor grammar and syntax | |||
| 2016-02-24 | Merge pull request #2373 from stevepiercy/feature/alchemy-scaffold-update | Steve Piercy | |
| update definingmodels (done) | |||
| 2016-02-24 | update definingmodels (done) | Steve Piercy | |
| - minor grammar and syntax | |||
| 2016-02-23 | Merge pull request #2372 from Pylons/zodb_wiki_tutorial-authnz-return_logged_in | Tres Seaver | |
| Fix view name order, windows for 'Return logged_in to renderer. | |||
| 2016-02-23 | Fix view name order, windows for 'Return logged_in to renderer. | Tres Seaver | |
| 2016-02-23 | Merge pull request #2369 from ↵ | Tres Seaver | |
| Pylons/zodb_wiki_tutorial-view_template_attribute_error Use correct attribute name in the ZODB Wiki tutorial view template. | |||
| 2016-02-23 | Use correct attribute name in the ZODB Wiki tutorial view template. | Tres Seaver | |
| 2016-02-23 | Merge pull request #2366 from stevepiercy/feature/alchemy-scaffold-update | Steve Piercy | |
| update definingmodels (WIP) | |||
| 2016-02-23 | update definingmodels (WIP) | Steve Piercy | |
| - minor grammar and syntax - define hashing and its purpose | |||
| 2016-02-23 | add methods to DummyRequest | Michael Merickel | |
| 2016-02-22 | move p.response.temporary_response context manager to p.util.hide_attrs | Michael Merickel | |
| 2016-02-22 | Merge branch 'master' into feature.invoke_exception_view | Michael Merickel | |
| 2016-02-22 | Merge pull request #2364 from stevepiercy/feature/alchemy-scaffold-update | Steve Piercy | |
| update installation and basiclayout | |||
| 2016-02-22 | update basiclayout | Steve Piercy | |
| - minor grammar and syntax - insert complete mymodel.py code | |||
| 2016-02-22 | update installation | Steve Piercy | |
| - update command line output to reflect changes to scaffold - fix inconsistent heading levels - add spacing to separate sections - minor grammar and syntax | |||
| 2016-02-21 | Merge pull request #2363 from stevepiercy/feature/alchemy-scaffold-update | Steve Piercy | |
| revert a couple of the reversions | |||
| 2016-02-21 | revert a couple of the reversions | Steve Piercy | |
| 2016-02-21 | Merge branch 'master' into feature/configurable-view-deriver | Bert JW Regeer | |
| 2016-02-21 | Remove references to pip | Bert JW Regeer | |
| 2016-02-21 | Merge pull request #2361 from ergo/patch-1 | Michael Merickel | |
| Fix the import from meta | |||
| 2016-02-21 | Fix the import from meta | Marcin Lulek | |
| 2016-02-21 | Merge pull request #2358 from stevepiercy/master | Steve Piercy | |
| fix links for babel and chameleon | |||
| 2016-02-21 | Merge pull request #2357 from stevepiercy/feature/alchemy-scaffold-update | Steve Piercy | |
| wiki2 docs update WIP | |||
| 2016-02-21 | oopsie, include installation in commit | Steve Piercy | |
| 2016-02-21 | wiki2 docs update WIP | Steve Piercy | |
| - minor grammar, .rst syntax - add pip to glossary - add pip instructions, commented until 1.7 is released | |||
| 2016-02-20 | fix links for babel and chameleon | Steve Piercy | |
| 2016-02-18 | Merge pull request #2334 from mmerickel/feature/alchemy-scaffold-update-tweaks | Michael Merickel | |
| object-level security and tons of other small improvements to the wiki2 tutorial | |||
| 2016-02-18 | update tests chapter | Michael Merickel | |
| 2016-02-18 | add fallback for next_url | Michael Merickel | |
| 2016-02-18 | add webtest and tests_require to setup.py | Michael Merickel | |
| 2016-02-18 | update the authorization chapter | Michael Merickel | |
| 2016-02-16 | add first cut at source for authorization chapter | Michael Merickel | |
| 2016-02-16 | remove whitespace | Michael Merickel | |
| 2016-02-16 | use page.name to prepare for context | Michael Merickel | |
| 2016-02-16 | Merge pull request #2353 from stevepiercy/master | Steve Piercy | |
| minor grammar and punctuation through "wrapping up" | |||
