summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-08Merge pull request #2403 from stevepiercy/masterSteve Piercy
rewrite renderer glossary entry to read more easily
2016-03-08rewrite renderer glossary entry to read more easilySteve Piercy
2016-03-07Merge pull request #2401 from stevepiercy/masterSteve Piercy
Use Python console lexer
2016-03-07Use Python console lexerSteve Piercy
2016-03-07Merge pull request #2400 from ianjosephwilson/masterSteve Piercy
Extra colon in docs breaks code block highlighting.
2016-03-07Extra colon in docs breaks code block highlighting.Ian Joseph Wilson
2016-03-02Merge pull request #2394 from stevepiercy/masterSteve Piercy
update link to videos
2016-03-02update link to videosSteve Piercy
2016-03-02Merge pull request #2389 from stevepiercy/masterSteve Piercy
give sentence a colostomy, break into two
2016-03-02give sentence a colostomy, break into twoSteve Piercy
2016-02-29Merge pull request #2386 from stevepiercy/masterSteve Piercy
update branch descriptions
2016-02-29add step to update contributing.mdSteve Piercy
2016-02-29update major release descriptionsSteve Piercy
2016-02-29update changelog for #2024Michael Merickel
2016-02-29Merge pull request #2024 from Pylons/feature/alchemy-scaffold-updateMichael Merickel
alchemy scaffold updates
2016-02-29Merge branch 'master' into feature/alchemy-scaffold-updateMichael Merickel
2016-02-29Merge pull request #2385 from stevepiercy/feature/alchemy-scaffold-updateMichael Merickel
redirect to edit page when user attempts to add page that already exists
2016-02-28Merge remote-tracking branch 'upstream/feature/alchemy-scaffold-update' into ↵Steve Piercy
feature/alchemy-scaffold-update
2016-02-28redirect to edit page when user attempts to add page that already existsSteve Piercy
- update src/*/views/default.py - update src/*/routes.py - write new test - revise docs, double-checking line counts and highlighting
2016-02-28add changelog for #1370Michael Merickel
2016-02-28Merge pull request #2383 from stevepiercy/feature/alchemy-scaffold-updateSteve Piercy
add note about deprecation warnings on py3
2016-02-28fix #1370 to use split instead of rsplit to keep consistentMichael Merickel
2016-02-28add a failing test case with #1370Michael Merickel
2016-02-28add note about deprecation warnings on py3Steve Piercy
2016-02-28Merge branch 'pr/1370'Michael Merickel
2016-02-28fix some nitsMichael Merickel
2016-02-28Merge pull request #2382 from stevepiercy/feature/alchemy-scaffold-updateSteve Piercy
update distributing.rst (done)
2016-02-28update distributing.rst (done)Steve Piercy
- minor grammar - clean up sdist output
2016-02-28Merge pull request #2381 from stevepiercy/feature/alchemy-scaffold-updateSteve Piercy
update tests.rst (done)
2016-02-28update tests.rst (done)Steve Piercy
- minor grammar - mention BaseTest class - clean up test output
2016-02-28Merge pull request #2379 from stevepiercy/feature/alchemy-scaffold-update-authcnSteve Piercy
wiki2 authentication bug fix
2016-02-28apply change to all src/*/user.pySteve Piercy
2016-02-28Merge pull request #2380 from stevepiercy/feature/alchemy-scaffold-updateSteve Piercy
wiki2 authorization (done)
2016-02-28wiki2 revert unnecessary hmac stuffSteve Piercy
2016-02-28wiki2 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-27grammar fixSteve Piercy
2016-02-27wiki2 authentication bug fix and improvement against timing attackSteve 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-27Merge pull request #2378 from stevepiercy/feature/alchemy-scaffold-updateSteve Piercy
update authentication, design
2016-02-26update 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-26minor grammarSteve Piercy
2016-02-26Merge pull request #2375 from stevepiercy/feature/alchemy-scaffold-updateSteve Piercy
update definingviews (done)
2016-02-26update definingviews (done)Steve Piercy
- minor grammar and syntax
2016-02-24Merge pull request #2373 from stevepiercy/feature/alchemy-scaffold-updateSteve Piercy
update definingmodels (done)
2016-02-24update definingmodels (done)Steve Piercy
- minor grammar and syntax
2016-02-23Merge pull request #2372 from Pylons/zodb_wiki_tutorial-authnz-return_logged_inTres Seaver
Fix view name order, windows for 'Return logged_in to renderer.
2016-02-23Fix view name order, windows for 'Return logged_in to renderer.Tres Seaver
2016-02-23Merge 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-23Use correct attribute name in the ZODB Wiki tutorial view template.Tres Seaver
2016-02-23Merge pull request #2366 from stevepiercy/feature/alchemy-scaffold-updateSteve Piercy
update definingmodels (WIP)
2016-02-23update definingmodels (WIP)Steve Piercy
- minor grammar and syntax - define hashing and its purpose