summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2016-02-18add fallback for next_urlMichael Merickel
2016-02-18add webtest and tests_require to setup.pyMichael Merickel
2016-02-18update the authorization chapterMichael 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-16minor grammar and punctuation through "wrapping up"Steve Piercy
2016-02-16add a new authentication chapterMichael 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-14Revert "Use lexer name compatible w/ Pygments 1.5."Tres Seaver
This reverts commit eee002a2b0b010834a2ebede550329dbea3b3732.
2016-02-14Use lexer name compatible w/ Pygments 1.5.Tres Seaver
Attempt to fix Jenkins build failures such as: http://jenkins.pylonsproject.org/job/pyramid/1992/console.
2016-02-14minor grammar and punctuation through "Explicitly WSGI"Steve Piercy
2016-02-13highlight more appropriate lines in viewsMichael Merickel
2016-02-13fix syntaxMichael Merickel
2016-02-13improve the views section by removing quirks and explaining transactionsMichael Merickel
2016-02-12minor grammar and punctuation through "thread locals are a nuisance"Steve Piercy
2016-02-12update the views/models with setup.py developMichael Merickel
2016-02-12forward port changes to models / scripts to later chaptersMichael Merickel
2016-02-12add the bcrypt dependencyMichael 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
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-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
- move auth from default.py to auth.py - rename errors to notfound - drop basic templates (mytemplate.jinja2, layout.jinja2)
2016-02-10minor grammar and punctuation through "routes need relative ordering"Steve Piercy
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-08Merge 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 tutorialMichael Merickel
2016-02-08expose the session factory on the registryMichael Merickel
2016-02-08minor fixes to wiki2 distributing chapterMichael 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-07reference addon links for pyramid_jinja2, pyramid_tm, zope.sqlalchemy and ↵Michael Merickel
transaction
2016-02-07fix pyramid_tm urlMichael Merickel
2016-02-07assume the user is in the tutorial folderMichael Merickel
this is already assumed inside of installation where commands are run relative to setup.py
2016-02-07minor grammar and punctuation through "import-time side-effects are evil"Steve Piercy
2016-02-06minor grammar and punctuationSteve Piercy
2016-02-05minor grammar and punctuation tweaks, break up run-on sentences.Steve Piercy
2016-02-05link to create_all sqla methodMichael Merickel
2016-02-05update basiclayout proseMichael Merickel
2016-02-05unindent literalincludesMichael Merickel