summaryrefslogtreecommitdiff
path: root/docs/tutorials
AgeCommit message (Collapse)Author
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-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-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-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
2016-02-04fix the Base importMichael Merickel
2016-02-04update source for basiclayoutMichael Merickel
2016-01-31Merge branch 'master' into feature/alchemy-scaffold-updateMichael Merickel
2016-01-31minor tweaksMichael Merickel
2016-01-30fix heading under/overlines for rst syntaxSteve Piercy
(cherry picked from commit 60b74ee)
2016-01-22Merge pull request #2256 from Pylons/remove_py32Michael Merickel
Remove Python 3.2 support
2016-01-20fix underline for headingSteve Piercy
2016-01-20Update docs to reflect dropping Python 3.2 supportSteve Piercy
2015-12-02- adjust linenos for NAMING_CONVENTION commentSteve Piercy
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, ↵Steve Piercy
per 2885a7b96545c037109d7999319f74869a640050) - add wiki2/src/tests/ files. special thanks to @ppaez
2015-11-20wiki2/tests - commit progressSteve Piercy
2015-11-16- update wiki2/design.rst to use jinja templatesSteve Piercy
- minor grammar - .rst fixes - rewrap to 79 columns
2015-11-16- complete rewrite of wiki2/authorization.rstSteve Piercy
- add wiki2/src/authorization/ files - improve <title> tag in views/tutorial/templates/edit.jinja2
2015-11-15wrap content with <p>Steve Piercy
2015-11-15wiki2/authorization.rst - progress on models and security from module to ↵Steve Piercy
subpackage
2015-11-14commit new wiki2/src/views/tutorial filesSteve Piercy
2015-11-14minor changes to narrative flowSteve Piercy
2015-11-13correct line numbers in and remove obsolete WIP block wiki2/basiclayout.rstSteve Piercy
2015-11-13update wiki2/src/views and wiki2/definingviews.rstSteve Piercy
2015-11-13update wiki2/src/views and wiki2/definingviews.rstSteve Piercy
2015-11-12Restore progress after backing changes out of master.Michael Merickel
This reverts commit 049e670aef9ea5611561546fd5c0e2dd6152b9b7.
2015-11-12Merge branch 'master' into feature/alchemy-scaffold-updateTres Seaver
Conflicts: docs/tutorials/wiki2/basiclayout.rst
2015-11-12update wiki2/src/models and wiki2/definingmodels.rstSteve Piercy
2015-11-12basiclayout/tutorial poke in attempt to resolve merge conflict on GitHubSteve Piercy
2015-11-12basiclayout/tutorial - models, scripts, static, templatesSteve Piercy
- use package instead of single file - add tests.py from scaffold - update basiclayout.rst with models section
2015-11-11basiclayout/tutorial - viewsSteve Piercy
- use package instead of single file - add tests.py from scaffold - update basiclayout.rst with views section
2015-11-11basiclayout/tutorial/setup.py - update template binding from chameleon to jinja2Steve Piercy
2015-11-11Revert "update wiki2/src/basiclayout/tutorial"Steve Piercy