| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | [wip] update tests in wiki2 tutorial | Michael Merickel | |
| 2016-02-08 | expose the session factory on the registry | 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-04 | fix the Base import | Michael Merickel | |
| 2016-02-04 | update source for basiclayout | Michael Merickel | |
| 2015-12-02 | - add comment to NAMING_CONVENTION per 9b12c01168cb756ec36351d7414cad95e87f6581 | Steve Piercy | |
| 2015-12-02 | - rewrite wiki2/tests.rst (removed an obsolete reference to testing models, ↵ | Steve Piercy | |
| per 2885a7b96545c037109d7999319f74869a640050) - add wiki2/src/tests/ files. special thanks to @ppaez | |||
| 2015-11-16 | - complete rewrite of wiki2/authorization.rst | Steve Piercy | |
| - add wiki2/src/authorization/ files - improve <title> tag in views/tutorial/templates/edit.jinja2 | |||
| 2015-11-15 | wrap content with <p> | Steve Piercy | |
| 2015-11-14 | commit new wiki2/src/views/tutorial files | Steve Piercy | |
| 2015-11-13 | update wiki2/src/views and wiki2/definingviews.rst | Steve Piercy | |
| 2015-11-12 | Restore progress after backing changes out of master. | Michael Merickel | |
| This reverts commit 049e670aef9ea5611561546fd5c0e2dd6152b9b7. | |||
| 2015-11-12 | Merge branch 'master' into feature/alchemy-scaffold-update | Tres Seaver | |
| Conflicts: docs/tutorials/wiki2/basiclayout.rst | |||
| 2015-11-12 | update wiki2/src/models and wiki2/definingmodels.rst | Steve Piercy | |
| 2015-11-12 | basiclayout/tutorial - models, scripts, static, templates | Steve Piercy | |
| - use package instead of single file - add tests.py from scaffold - update basiclayout.rst with models section | |||
| 2015-11-11 | basiclayout/tutorial - views | Steve Piercy | |
| - use package instead of single file - add tests.py from scaffold - update basiclayout.rst with views section | |||
| 2015-11-11 | basiclayout/tutorial/setup.py - update template binding from chameleon to jinja2 | Steve Piercy | |
| 2015-11-11 | Revert "update wiki2/src/basiclayout/tutorial" | Steve Piercy | |
| 2015-11-11 | - update basiclayout/tutorial/__init__.py | Steve Piercy | |
| - update section "Application configuration with ``__init__.py``" - move WIP to "Content Models with ``models.py``", wrapped by Sphinx comments | |||
| 2015-11-11 | wiki2/src/basiclayout/ | Steve Piercy | |
| - update ini files using new scaffold | |||
| 2015-10-01 | wiki2 documentation precisely matches the scaffolding output | nharringtonwasatch | |
| 2015-05-27 | - clean up and make consistent across both wikis authorization.rst | Steve Piercy | |
| - update templates and static assets to new theme | |||
| 2015-05-25 | update templates, line numbers, file references | Steve Piercy | |
| 2015-05-25 | update templates and static assets for each step | Steve Piercy | |
| 2015-05-24 | update static assets for wiki tutorial | Steve Piercy | |
| 2015-05-24 | use current theme derived from new alchemy scaffold | Steve Piercy | |
| 2015-05-24 | - make templates html5 compliant | Steve Piercy | |
| - punctuation, grammar, spelling - fix linenos references - update outputs | |||
| 2014-04-08 | Drop setup.cfg from scaffolds | Wichert Akkerman | |
| Since setup.cfg is no longer needed for Babel, and no scaffold or documentation references nose there is no need to keep them. | |||
| 2014-04-08 | Remove Babel from all setup.cfg files | Wichert Akkerman | |
| 2013-11-18 | Merge branch '1.5-branch' of github.com:Pylons/pyramid into 1.5-branch | Chris McDonough | |
| 2013-11-09 | undeprecate remember/forget functions and remove ↵ | Chris McDonough | |
| remember_userid/forget_userid methods from request | |||
| 2013-10-30 | fix failing test (unrelated to security stuff) | Chris McDonough | |
| 2013-10-30 | fix wiki2 tutorial wrt request-method security APIs | Chris McDonough | |
| 2013-10-16 | Add HTML escaping to views.py | Jeff Hemphill | |
| At least it's less obviously dangerous this way. | |||
| 2013-10-08 | fix stupid missing named arguments, whyyy | Michael Merickel | |
| 2013-10-07 | fix some broken positional args to sqlalchemy models | Michael Merickel | |
