summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki
AgeCommit message (Collapse)Author
2013-09-06fix some more broken referencesMichael Merickel
2013-09-06update the code in the wiki and wiki2 tutorials to use pyramid_chameleonMichael Merickel
2013-08-03"Web Application Development Framework" -> "Web Framework". Yay.Paul Everitt
2013-04-23replace deprecated methodTshepang Lekhonkhobe
2013-04-02remove copyright bits from the tutorial examplesTshepang Lekhonkhobe
We don't want to have to keep remembering these if there's a change, and apparently it's also overkill, according to https://github.com/Pylons/pyramid/pull/953#issuecomment-15654314.
2013-04-01Fix reST markupCatalin Iacob
2013-03-13consistency: use $VENV whenever virtualenv binaries are usedTshepang Lekhonkhobe
2013-03-12Merge pull request #893 from stevepiercy/masterMichael Merickel
traversal wiki tutorial docs updates
2013-03-07Grammar fixes.Steve Piercy
Align code in docs with that in the src directory.
2013-03-06Grammar fixesSteve Piercy
2013-03-05update some links and fix othersTshepang Lekhonkhobe
2013-03-04fix #311Tshepang Lekhonkhobe
2013-02-22paster use is outdatedTshepang Lekhonkhobe
2013-02-09Merge pull request #818 from stevepiercy/masterChris McDonough
Add source code snippets to supply context for the narrative.
2013-01-24Add source code snippets to supply context for the narrative.Steve Piercy
2013-01-22Merge pull request #812 from stevepiercy/mastergoodwillcoding
etc. is an abbreviation thank you
2013-01-22More grammar clean up.Steve Piercy
2013-01-22More grammar clean up.Steve Piercy
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-02Reduce duplicated installation instructions from the tutorialsTshepang Lekhonkhobe
* This also removes the mention of running 'source bin/activate' (see #759).
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-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-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-22Sync the tutorial docs for the transaction dependencyPatricio Paez
2012-11-20adding transaction module requirement to zodb wiki docsericrasmussen
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-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-17resolve contributors.txt merge conflictChris McDonough
2012-09-11Change variable name ``name`` to ``pagename`` in ZODB tutorialPatricio Paez
2012-08-04add quotes for clarityDaniel Haaker
2012-07-29prettify CSS stored in docs tutorialsDavid Gay
2012-07-29correct typo 'snall' to 'small'David Gay
2012-04-29Normalize 'Make a project' on both wiki tutorialsPatricio Paez
2012-04-28Link the first usage of "scaffold" to its definition in the glossary.Steve Piercy
2012-04-16Normalize and update the last sectionPatricio Paez
2012-04-13Simplify the introductionPatricio Paez
- Moved the selection of the templates to the Design chapter - Improved the Views section in the Design chapter - Normalize in both tutorials
2012-04-12Improve the Adding Templates section in both tutorialsPatricio Paez
- As suggested by Paulo in the PyCon sprint
2012-04-08Final detailsPatricio Paez
- Normalize the Seeing our changes section - Changed import to recommended style
2012-04-08Normalize Authorization in both tutorials 4Patricio Paez
- Sync content of Add login and logout views, Add the login.pt template, Return a logged_in flag, Add a logout link sections - Normalize sections of views.py
2012-04-08Normalize Authorization in both tutorials 3Patricio Paez
- Sync content in Adding Authentication and Authorization policies, Add permission declarations sections - Added mising permission=view in SQL tutorial - Moved __init__.py listing to Seeing our changes