| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-21 | polish view derivers docs, minor grammar | Steve Piercy | |
| 2016-03-21 | polish view derivers docs, minor grammar | Steve Piercy | |
| 2016-03-17 | fix deriver docs to explain ordering issues | Michael Merickel | |
| 2016-03-14 | add a docstring for add_view_deriver and expose the method to the api docs | Michael Merickel | |
| 2016-03-14 | do not guess at the name of the view deriver without further discussion | Michael Merickel | |
| 2016-03-14 | use the implicit name in the doc examples | Michael Merickel | |
| 2016-03-14 | first cut at documenting view derivers | Michael Merickel | |
| 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-13 | add examples of view derivers to the glossary | Michael Merickel | |
| 2016-03-13 | Merge pull request #2408 from stevepiercy/feature/configurable-view-deriver | Steve Piercy | |
| minor update to request processing diagram | |||
| 2016-03-13 | minor update to request processing diagram | Steve Piercy | |
| 2016-03-09 | add "view deriver" to the glossary | Michael Merickel | |
| 2016-03-09 | add options support to view derivers | Michael Merickel | |
| exposed a new IViewDeriver api with an optional ``options`` list to expose support for new kwargs that may be passed to config.add_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 | |||
| 2016-02-26 | minor grammar | Steve Piercy | |
| 2016-02-26 | update definingviews (done) | Steve Piercy | |
| - minor grammar and syntax | |||
| 2016-02-24 | update definingmodels (done) | Steve Piercy | |
| - minor grammar and syntax | |||
| 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-02-23 | update definingmodels (WIP) | Steve Piercy | |
| - minor grammar and syntax - define hashing and its purpose | |||
| 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 | revert a couple of the reversions | Steve Piercy | |
| 2016-02-21 | Remove references to pip | Bert JW Regeer | |
| 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 | update tests chapter | Michael Merickel | |
