summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-02-04make models/__init__.py a templateMichael Merickel
2016-02-04rename dbmaker to session_factoryMichael Merickel
2016-02-03improve the models api/usage and add a lot of commentsMichael Merickel
2016-01-31Merge branch 'master' into feature/alchemy-scaffold-updateMichael Merickel
2016-01-31stop using the meta package from the outsideMichael Merickel
2016-01-31add a 404 error viewMichael Merickel
2016-01-31minor tweaksMichael Merickel
2016-01-30Merge pull request #2321 from stevepiercy/masterSteve Piercy
add instructions for enabling pylons_sphinx_latesturl on previously r…
2016-01-30add instructions for enabling pylons_sphinx_latesturl on previously released ↵Steve Piercy
branch when making a new major release
2016-01-30Merge pull request #2314 from stevepiercy/masterSteve Piercy
clean up principal and userid glossary entries for grammar, rst syntax
2016-01-30clean up principal and userid glossary entries for grammar, rst syntaxSteve Piercy
2016-01-30Merge pull request #2313 from stevepiercy/masterSteve Piercy
fix heading under/overlines for rst syntax
2016-01-30fix heading under/overlines for rst syntaxSteve Piercy
(cherry picked from commit 60b74ee)
2016-01-29Merge pull request #2307 from stevepiercy/masterSteve Piercy
add update docs/conf.py for RELEASING.txt
2016-01-29update instructions for major release in conf.py html_theme_optionsSteve Piercy
2016-01-29add update docs/conf.py for RELEASING.txtSteve Piercy
2016-01-29Merge pull request #2302 from stevepiercy/masterSteve Piercy
minor grammar fixes, rewrap to 79 columns, in section "Pyramid uses i…
2016-01-29minor grammar fixes, rewrap to 79 columns, in section "Pyramid uses its own ↵Steve Piercy
HTTP exception class hierarchy"
2016-01-27Merge pull request #2293 from hyperknot/patch-1Steve Piercy
check_csrf vs. csrf_token in view_config docs
2016-01-27Merge pull request #2298 from mmerickel/fix/2294Bert JW Regeer
ensure csrf tokens are compared as bytes
2016-01-27convert csrf tokens to bytes prior to string compareMichael Merickel
2016-01-27set DummySession to use unicode csrf token by default like ↵Michael Merickel
SignedCookieSessionFactory
2016-01-27add test to reproduce #2294Michael Merickel
2016-01-27Merge pull request #2295 from stevepiercy/masterSteve Piercy
minor grammar fixes, rewrap to 79 columns, in section "Zope 3 Enforce…
2016-01-27minor grammar fixes, rewrap to 79 columns, in section "Zope 3 Enforces 'TTW'..."Steve Piercy
2016-01-27check_csrf vs. csrf_token in view_config docsZsolt Ero
2016-01-26update changelog for #2292Michael Merickel
2016-01-26Merge pull request #2292 from marc1n/masterMichael Merickel
Fixed --browser behaviour when --server-name provided
2016-01-26Added myself to contributor listMarcin Raczyński
2016-01-26TypoMarcin Raczyński
2016-01-26Fixed --browser behaviour when --server-name providedMarcin Raczyński
Fixed PR #1533. Calling: pserve --server-name abc --browser app.ini caused error : "LookupError: No section 'main' (prefixed by 'server') found in config app.ini"
2016-01-26Merge pull request #2288 from stevepiercy/masterSteve Piercy
minor grammar and rst fixes, rewrap to 79 columns, in section "Pyrami…
2016-01-26minor grammar and rst fixes, rewrap to 79 columns, in section "Pyramid ↵Steve Piercy
Applications Are Extensible"