summaryrefslogtreecommitdiff
path: root/docs/tutorials
AgeCommit message (Collapse)Author
2013-01-22typoTshepang Lekhonkhobe
2013-01-21Grammar: either "e.g.", or "etc.", but not both in the same phrase.Steve Piercy
2013-01-21minor grammar, spellingSteve Piercy
2013-01-21etc. is an abbreviationSteve Piercy
2013-01-20point to the sources of the wiki tutorials in just one location; fix #763Tshepang Lekhonkhobe
* This avoids having to update the link multiple times. * Also, mention their location, in case user has Pyramid checkout.
2013-01-11Merge pull request #774 from tshepang/outdated-warningChris McDonough
I have tested this on Python 3, and it works without modification
2013-01-11Merge pull request #772 from tshepang/obviousChris McDonough
remove info that should be obvious to the reader
2013-01-11Merge pull request #771 from tshepang/loongChris McDonough
no need to display the entire path
2013-01-11Merge pull request #770 from tshepang/splitChris McDonough
sentence too long; also fix grammar, and add markup
2013-01-11Merge pull request #768 from tshepang/dupesChris McDonough
Reduce duplicated content in wiki2 tutorial
2013-01-06I have tested this on Python 3, and it works without modificationTshepang Lekhonkhobe
2013-01-05remove info that should be obvious to the readerTshepang Lekhonkhobe
2013-01-05no need to display the entire pathTshepang Lekhonkhobe
2013-01-05sentence too long; also fix grammar, and add markupTshepang Lekhonkhobe
2013-01-05typoTshepang Lekhonkhobe
2013-01-05Reduce duplicated content in wiki2 tutorialTshepang Lekhonkhobe
2013-01-05typoTshepang Lekhonkhobe
2013-01-04typosTshepang Lekhonkhobe
2013-01-02Reduce duplicated installation instructions from the tutorialsTshepang Lekhonkhobe
* This also removes the mention of running 'source bin/activate' (see #759).
2013-01-01Merge pull request #760 from tshepang/typosChris McDonough
lots of typos
2013-01-01Merge pull request #749 from irskep/patch-1Chris McDonough
Mention ZopeTransactionExtension and pyramid_tm in SQLAlchemy scaffold tutorial
2013-01-02eliminate other repeated wordsTshepang Lekhonkhobe
2013-01-01eliminate repeated "the" wordsTshepang Lekhonkhobe
2013-01-01"usernames" is a more correct termTshepang Lekhonkhobe
2012-12-31Mention ZopeTxnExt and pyramid_tm in tutorialSteve Johnson
If this page is found via web search while trying to configure SQLAlchemy from scratch without a scaffold, it is helpful to mention pyramid_tm as a requirement somewhere. Otherwise, a hapless user such as your humble author might spend lots of time wondering why his sessions aren't getting committed after his requests despite his best efforts to properly configure SQLAlchemy and ZopeTransactionExtension.
2012-12-13Improvements to the ZODB tutorial Tests chapterPatricio Paez
- Standardize with the SQL tutorial
2012-12-13Make ZODB tutorial functional tests passPatricio Paez
- Synchronize with the changes in pyramid_zodbdbconn in commit 64b0c468d4ae320d720d03d0cbc8e9a0b0e42f1f
2012-12-10Merge pull request #736 from msabramo/docs-tutorials-wiki2-tweaksChris McDonough
A bunch of minor tweaks to the wiki2 tutorial in docs/tutorials/wiki2
2012-12-02Sync tests.py and views.py in SQL wiki tutorialPatricio Paez
- No line references to update
2012-12-02Sync initializedb.py in SQL wiki tutorialPatricio Paez
2012-12-01Sync models.py in SQL wiki tutorialPatricio Paez
- Update lines and emphasized-lines - No line numbers if only a single line
2012-12-01Sync __init__.py in SQL wiki tutorialPatricio Paez
- Update lines and emphasized-lines - No line numbers if only a single line
2012-12-01Sync setup.py in SQL wiki tutorialPatricio Paez
2012-12-01Update line referencesPatricio Paez
- In the Basic Layout and Authorization chapters of the ZODB wiki tutorial
2012-12-01Sync ZODB tutorial source files with the scaffoldPatricio Paez
2012-11-30tutorials/wiki2/definingviews.rst: Change example error page fromMarc Abramowitz
http://localhost:6543/add_page to http://localhost:6543/foobar/edit_page For me, the former generates "404 Not Found" (probably because it doesn't match a route) while the latter gives "sqlalchemy.orm.exc.NoResultFound" and the nice traceback from Werkzeug.
2012-11-30A bunch of minor tweaks to the wiki2 tutorial in docs/tutorials/wiki2Marc Abramowitz
2012-11-22Sync the tutorial docs for the transaction dependencyPatricio Paez
2012-11-20adding transaction module requirement to zodb wiki docsericrasmussen
2012-11-20Sync views.py on SQL wiki tutorial with the scaffoldPatricio Paez
- Explain the added lines in the Basic Layout chapter. - The user is told to remove the added lines in the Defining Views chapter, there was no need to fix any emphasized lines. - Sync the file in the other sections even if it is not shown, for consistency.
2012-11-20More sync on ZODB wiki tutorialPatricio Paez
- literalinclude should refer to the file in the corresponding section - Remove extra lines
2012-11-19Sync some ZODB wiki tutorial files with the scaffoldPatricio Paez
- Files that are not referred to in a literalinclude in the tutorial docs - setup.py and development.ini appear in a literalinclude but no lines are emphasized and there is no impact.
2012-11-19Sync some SQL wiki tutorial files with the scaffoldPatricio Paez
- Files that are not referred to in a literalinclude in the tutorial docs - setup.py appears in literalinclude, but no lines are added or removed so no impact. Fixed docutils order in the requires list.
2012-11-04merged SHA512AuthTktAuthenticationPolicy into AuthTktAuthenticationPolicyMichael Merickel
AuthTktAuthenticationPolicy now accepts a hashalg parameter and is no longer deprecated. Docs recommend overriding hashalg and using 'sha512'.
2012-11-04fix docs, upgrade tutorials, add change note, deprecate using ↵Chris McDonough
zope.deprecation instead of a warning, make hashalg arg a kwarg in certain cases in case someone (maybe me) is using nonapi function imports from authentication
2012-09-22- Add ``Base.metadata.bind = engine`` to alchemy template, so that tablesChris McDonough
defined imperatively will work. - update wiki2 SQLA tutorial with the changes required after inserting ``Base.metadata.bind = engine`` into the alchemy scaffold.
2012-09-17resolve contributors.txt merge conflictChris McDonough
2012-09-16add link to forbidden footnote ref issue #671Chris McDonough
2012-09-13remove selinux caveatChris McDonough
2012-09-13hailmaryChris McDonough