| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-07 | - update forms.rst | Steve Piercy | |
| 2016-04-07 | - update sessions.rst | Steve Piercy | |
| 2016-04-07 | - update logging.rst | Steve Piercy | |
| 2016-04-07 | - update more_view_classes.rst | Steve Piercy | |
| 2016-04-07 | - update json.rst | Steve Piercy | |
| 2016-04-07 | - update static_assets.rst | Steve Piercy | |
| 2016-04-07 | - update jinja2.rst | Steve Piercy | |
| 2016-04-07 | - update routing.rst | Steve Piercy | |
| 2016-04-07 | - update request_response.rst | Steve Piercy | |
| 2016-04-07 | - update view_classes.rst | Steve Piercy | |
| 2016-04-07 | - update templating.rst | Steve Piercy | |
| 2016-04-07 | - update views.rst | Steve Piercy | |
| 2016-04-07 | - update functional_testing.rst | Steve Piercy | |
| 2016-04-07 | - update unit_testing.rst | Steve Piercy | |
| 2016-04-07 | - update debugtoolbar | Steve Piercy | |
| 2016-04-07 | - update ini.rst | Steve Piercy | |
| 2016-04-06 | - remove conf.py straggler | Steve Piercy | |
| - update intersphinx link to python3 docs - Closes #2429 | |||
| 2016-04-05 | - replace easy_install with pip | Steve Piercy | |
| - add python3 for intersphinx. See #2429 - minor grammar | |||
| 2016-04-04 | - replace setup.py with pip | Steve Piercy | |
| 2016-04-03 | - replace easy_install with pip | Steve Piercy | |
| - bump Python version to 3.5 or generalize to Python 3 - rewrite seealso's - use ps1con lexer for windows powershell console - add hyperlink targets | |||
| 2016-04-02 | remove note to install setuptools | Steve Piercy | |
| 2016-03-31 | - change $VENV to just env. | Steve Piercy | |
| 2016-03-31 | - change env35 to just env. | Steve Piercy | |
| 2016-03-31 | - update links to PyPA site as practical | Steve Piercy | |
| - update various easy_install/setup.py commands to use pip - update to use py35 - other small improvements | |||
| 2016-03-30 | update installation and glossary | Steve Piercy | |
| 2016-03-26 | Fix typo | Pavlo Kapyshin | |
| 2016-03-14 | polish Invoking an Exception View docs | Steve Piercy | |
| - add index entry - minor grammar, syntax | |||
| 2016-03-14 | move comment closer to relevant logic | Michael Merickel | |
| 2016-03-14 | fix broken ref | Michael Merickel | |
| 2016-03-14 | add a new docs section on invoking exception views | Michael Merickel | |
| 2016-03-14 | Merge pull request #2393 from Pylons/feature.invoke_exception_view | Michael Merickel | |
| request.invoke exception view | |||
| 2016-03-08 | rewrite renderer glossary entry to read more easily | Steve Piercy | |
| 2016-03-03 | link invoke_exception_view to api docs | Michael Merickel | |
| 2016-03-02 | update link to videos | Steve Piercy | |
| 2016-03-02 | give sentence a colostomy, break into two | Steve Piercy | |
| 2016-02-29 | Merge branch 'master' into feature/alchemy-scaffold-update | Michael Merickel | |
| 2016-02-28 | Merge remote-tracking branch 'upstream/feature/alchemy-scaffold-update' into ↵ | Steve Piercy | |
| feature/alchemy-scaffold-update | |||
| 2016-02-28 | redirect to edit page when user attempts to add page that already exists | Steve Piercy | |
| - update src/*/views/default.py - update src/*/routes.py - write new test - revise docs, double-checking line counts and highlighting | |||
| 2016-02-28 | Merge pull request #2383 from stevepiercy/feature/alchemy-scaffold-update | Steve Piercy | |
| add note about deprecation warnings on py3 | |||
| 2016-02-28 | add note about deprecation warnings on py3 | Steve Piercy | |
| 2016-02-28 | fix some nits | Michael Merickel | |
| 2016-02-28 | update distributing.rst (done) | Steve Piercy | |
| - minor grammar - clean up sdist output | |||
| 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 | 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-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 | |||
