| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-02-04 | make models/__init__.py a template | Michael Merickel | |
| 2016-02-04 | rename dbmaker to session_factory | Michael Merickel | |
| 2016-02-03 | improve the models api/usage and add a lot of comments | Michael Merickel | |
| 2016-01-31 | Merge branch 'master' into feature/alchemy-scaffold-update | Michael Merickel | |
| 2016-01-31 | stop using the meta package from the outside | Michael Merickel | |
| 2016-01-31 | add a 404 error view | Michael Merickel | |
| 2016-01-31 | minor tweaks | Michael Merickel | |
| 2016-01-30 | Merge pull request #2321 from stevepiercy/master | Steve Piercy | |
| add instructions for enabling pylons_sphinx_latesturl on previously r… | |||
| 2016-01-30 | add instructions for enabling pylons_sphinx_latesturl on previously released ↵ | Steve Piercy | |
| branch when making a new major release | |||
| 2016-01-30 | Merge pull request #2314 from stevepiercy/master | Steve Piercy | |
| clean up principal and userid glossary entries for grammar, rst syntax | |||
| 2016-01-30 | clean up principal and userid glossary entries for grammar, rst syntax | Steve Piercy | |
| 2016-01-30 | Merge pull request #2313 from stevepiercy/master | Steve Piercy | |
| fix heading under/overlines for rst syntax | |||
| 2016-01-30 | fix heading under/overlines for rst syntax | Steve Piercy | |
| (cherry picked from commit 60b74ee) | |||
| 2016-01-29 | Merge pull request #2307 from stevepiercy/master | Steve Piercy | |
| add update docs/conf.py for RELEASING.txt | |||
| 2016-01-29 | update instructions for major release in conf.py html_theme_options | Steve Piercy | |
| 2016-01-29 | add update docs/conf.py for RELEASING.txt | Steve Piercy | |
| 2016-01-29 | Merge pull request #2302 from stevepiercy/master | Steve Piercy | |
| minor grammar fixes, rewrap to 79 columns, in section "Pyramid uses i… | |||
| 2016-01-29 | minor grammar fixes, rewrap to 79 columns, in section "Pyramid uses its own ↵ | Steve Piercy | |
| HTTP exception class hierarchy" | |||
| 2016-01-27 | Merge pull request #2293 from hyperknot/patch-1 | Steve Piercy | |
| check_csrf vs. csrf_token in view_config docs | |||
| 2016-01-27 | Merge pull request #2298 from mmerickel/fix/2294 | Bert JW Regeer | |
| ensure csrf tokens are compared as bytes | |||
| 2016-01-27 | convert csrf tokens to bytes prior to string compare | Michael Merickel | |
| 2016-01-27 | set DummySession to use unicode csrf token by default like ↵ | Michael Merickel | |
| SignedCookieSessionFactory | |||
| 2016-01-27 | add test to reproduce #2294 | Michael Merickel | |
| 2016-01-27 | Merge pull request #2295 from stevepiercy/master | Steve Piercy | |
| minor grammar fixes, rewrap to 79 columns, in section "Zope 3 Enforce… | |||
| 2016-01-27 | minor grammar fixes, rewrap to 79 columns, in section "Zope 3 Enforces 'TTW'..." | Steve Piercy | |
