summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src
AgeCommit message (Expand)Author
2016-02-28redirect to edit page when user attempts to add page that already existsSteve Piercy
2016-02-28apply change to all src/*/user.pySteve Piercy
2016-02-28wiki2 revert unnecessary hmac stuffSteve Piercy
2016-02-27wiki2 authentication bug fix and improvement against timing attackSteve Piercy
2016-02-18update tests chapterMichael Merickel
2016-02-18add fallback for next_urlMichael Merickel
2016-02-18add webtest and tests_require to setup.pyMichael Merickel
2016-02-16add first cut at source for authorization chapterMichael Merickel
2016-02-16remove whitespaceMichael Merickel
2016-02-16use page.name to prepare for contextMichael Merickel
2016-02-14implement the authentication example codeMichael Merickel
2016-02-14split routes into a separate moduleMichael Merickel
2016-02-14fix unicode issues with check_passwordMichael Merickel
2016-02-13improve the views section by removing quirks and explaining transactionsMichael Merickel
2016-02-12forward port changes to models / scripts to later chaptersMichael Merickel
2016-02-12update the models chapter with the new user modelMichael Merickel
2016-02-12let's go ahead and bite off more than we can chew by adding object-securityMichael Merickel
2016-02-12create an actual user model to prepare for securityMichael Merickel
2016-02-11copy layout and templates from views to authorizationMichael Merickel
2016-02-10move security into one placeMichael Merickel
2016-02-10update 404 templatesMichael Merickel
2016-02-10explain the base layout.jinja2 template and notfound viewMichael Merickel
2016-02-10several simple refactoringsMichael Merickel
2016-02-10split login from forbiddenMichael Merickel
2016-02-08fix functional testsMichael Merickel
2016-02-08fix jinja2 none testMichael Merickel
2016-02-08fix tests to get the bind from dbsession_factory properlyMichael Merickel
2016-02-08[wip] update tests in wiki2 tutorialMichael Merickel
2016-02-08expose the session factory on the registryMichael Merickel
2016-02-07update authorization chapter of wiki2 tutorialMichael Merickel
2016-02-07update definingviews chapter of wiki2 tutorialMichael Merickel
2016-02-07update definingmodels chapter of wiki2 tutorialMichael Merickel
2016-02-04fix the Base importMichael Merickel
2016-02-04update source for basiclayoutMichael Merickel
2015-12-02- add comment to NAMING_CONVENTION per 9b12c01168cb756ec36351d7414cad95e87f6581Steve Piercy
2015-12-02- rewrite wiki2/tests.rst (removed an obsolete reference to testing models, p...Steve Piercy
2015-11-16- complete rewrite of wiki2/authorization.rstSteve Piercy
2015-11-15wrap content with <p>Steve Piercy
2015-11-14commit new wiki2/src/views/tutorial filesSteve Piercy
2015-11-13update wiki2/src/views and wiki2/definingviews.rstSteve Piercy
2015-11-12Restore progress after backing changes out of master.Michael Merickel
2015-11-12Merge branch 'master' into feature/alchemy-scaffold-updateTres Seaver
2015-11-12update wiki2/src/models and wiki2/definingmodels.rstSteve Piercy
2015-11-12basiclayout/tutorial - models, scripts, static, templatesSteve Piercy
2015-11-11basiclayout/tutorial - viewsSteve Piercy
2015-11-11basiclayout/tutorial/setup.py - update template binding from chameleon to jinja2Steve Piercy
2015-11-11Revert "update wiki2/src/basiclayout/tutorial"Steve Piercy
2015-11-11- update basiclayout/tutorial/__init__.pySteve Piercy
2015-11-11wiki2/src/basiclayout/Steve Piercy
2015-10-01wiki2 documentation precisely matches the scaffolding outputnharringtonwasatch