| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | add a new authentication chapter | Michael Merickel | |
| 2016-02-14 | implement the authentication example code | Michael Merickel | |
| 2016-02-14 | split routes into a separate module | Michael Merickel | |
| 2016-02-14 | fix unicode issues with check_password | Michael Merickel | |
| 2016-02-13 | highlight more appropriate lines in views | Michael Merickel | |
| 2016-02-13 | fix syntax | Michael Merickel | |
| 2016-02-13 | improve the views section by removing quirks and explaining transactions | Michael Merickel | |
| 2016-02-12 | update the views/models with setup.py develop | Michael Merickel | |
| 2016-02-12 | forward port changes to models / scripts to later chapters | Michael Merickel | |
| 2016-02-12 | add the bcrypt dependency | Michael Merickel | |
| 2016-02-12 | update the models chapter with the new user model | Michael Merickel | |
| 2016-02-12 | let's go ahead and bite off more than we can chew by adding object-security | Michael Merickel | |
| we'll allow anyone to create pages, not just editors finally we'll allow page creators of pages to edit their pages even if they are not editors | |||
| 2016-02-12 | create an actual user model to prepare for security | Michael Merickel | |
| 2016-02-11 | copy layout and templates from views to authorization | Michael Merickel | |
| 2016-02-10 | move security into one place | Michael Merickel | |
| 2016-02-10 | update 404 templates | Michael Merickel | |
| 2016-02-10 | explain the base layout.jinja2 template and notfound view | Michael Merickel | |
| 2016-02-10 | several simple refactorings | Michael Merickel | |
| - move auth from default.py to auth.py - rename errors to notfound - drop basic templates (mytemplate.jinja2, layout.jinja2) | |||
| 2016-02-10 | split login from forbidden | Michael Merickel | |
| 2016-02-08 | fix functional tests | Michael Merickel | |
| 2016-02-08 | fix jinja2 none test | Michael Merickel | |
| 2016-02-08 | fix tests to get the bind from dbsession_factory properly | Michael Merickel | |
| 2016-02-08 | Merge pull request #2 from ↵ | Michael Merickel | |
| stevepiercy/mmerickel-feature/alchemy-scaffold-update-tweaks minor grammar and punctuation tweaks, break up run-on sentences. | |||
| 2016-02-08 | [wip] update tests in wiki2 tutorial | Michael Merickel | |
| 2016-02-08 | expose the session factory on the registry | Michael Merickel | |
| 2016-02-08 | minor fixes to wiki2 distributing chapter | Michael Merickel | |
| 2016-02-07 | update authorization chapter of wiki2 tutorial | Michael Merickel | |
| 2016-02-07 | update definingviews chapter of wiki2 tutorial | Michael Merickel | |
| 2016-02-07 | update definingmodels chapter of wiki2 tutorial | Michael Merickel | |
| 2016-02-07 | reference addon links for pyramid_jinja2, pyramid_tm, zope.sqlalchemy and ↵ | Michael Merickel | |
| transaction | |||
| 2016-02-07 | assume the user is in the tutorial folder | Michael Merickel | |
| this is already assumed inside of installation where commands are run relative to setup.py | |||
| 2016-02-05 | minor grammar and punctuation tweaks, break up run-on sentences. | Steve Piercy | |
| 2016-02-05 | link to create_all sqla method | Michael Merickel | |
| 2016-02-05 | update basiclayout prose | Michael Merickel | |
| 2016-02-05 | unindent literalincludes | Michael Merickel | |
| 2016-02-04 | fix the Base import | Michael Merickel | |
| 2016-02-04 | update source for basiclayout | Michael Merickel | |
| 2016-01-31 | Merge branch 'master' into feature/alchemy-scaffold-update | Michael Merickel | |
| 2016-01-31 | minor tweaks | Michael Merickel | |
| 2016-01-30 | fix heading under/overlines for rst syntax | Steve Piercy | |
| (cherry picked from commit 60b74ee) | |||
| 2016-01-22 | Merge pull request #2256 from Pylons/remove_py32 | Michael Merickel | |
| Remove Python 3.2 support | |||
