| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-01-11 | Merge pull request #774 from tshepang/outdated-warning | Chris McDonough | |
| I have tested this on Python 3, and it works without modification | |||
| 2013-01-11 | Merge pull request #772 from tshepang/obvious | Chris McDonough | |
| remove info that should be obvious to the reader | |||
| 2013-01-11 | Merge pull request #771 from tshepang/loong | Chris McDonough | |
| no need to display the entire path | |||
| 2013-01-11 | Merge pull request #770 from tshepang/split | Chris McDonough | |
| sentence too long; also fix grammar, and add markup | |||
| 2013-01-11 | Merge pull request #768 from tshepang/dupes | Chris McDonough | |
| Reduce duplicated content in wiki2 tutorial | |||
| 2013-01-06 | I have tested this on Python 3, and it works without modification | Tshepang Lekhonkhobe | |
| 2013-01-05 | remove info that should be obvious to the reader | Tshepang Lekhonkhobe | |
| 2013-01-05 | no need to display the entire path | Tshepang Lekhonkhobe | |
| 2013-01-05 | sentence too long; also fix grammar, and add markup | Tshepang Lekhonkhobe | |
| 2013-01-05 | typo | Tshepang Lekhonkhobe | |
| 2013-01-05 | Reduce duplicated content in wiki2 tutorial | Tshepang Lekhonkhobe | |
| 2013-01-05 | typo | Tshepang Lekhonkhobe | |
| 2013-01-04 | typos | Tshepang Lekhonkhobe | |
| 2013-01-02 | Reduce duplicated installation instructions from the tutorials | Tshepang Lekhonkhobe | |
| * This also removes the mention of running 'source bin/activate' (see #759). | |||
| 2013-01-01 | Merge pull request #760 from tshepang/typos | Chris McDonough | |
| lots of typos | |||
| 2013-01-02 | eliminate other repeated words | Tshepang Lekhonkhobe | |
| 2012-12-31 | Mention ZopeTxnExt and pyramid_tm in tutorial | Steve 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-10 | Merge pull request #736 from msabramo/docs-tutorials-wiki2-tweaks | Chris McDonough | |
| A bunch of minor tweaks to the wiki2 tutorial in docs/tutorials/wiki2 | |||
| 2012-12-02 | Sync tests.py and views.py in SQL wiki tutorial | Patricio Paez | |
| - No line references to update | |||
| 2012-12-02 | Sync initializedb.py in SQL wiki tutorial | Patricio Paez | |
| 2012-12-01 | Sync models.py in SQL wiki tutorial | Patricio Paez | |
| - Update lines and emphasized-lines - No line numbers if only a single line | |||
| 2012-12-01 | Sync __init__.py in SQL wiki tutorial | Patricio Paez | |
| - Update lines and emphasized-lines - No line numbers if only a single line | |||
| 2012-12-01 | Sync setup.py in SQL wiki tutorial | Patricio Paez | |
| 2012-11-30 | tutorials/wiki2/definingviews.rst: Change example error page from | Marc 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-30 | A bunch of minor tweaks to the wiki2 tutorial in docs/tutorials/wiki2 | Marc Abramowitz | |
| 2012-11-20 | Sync views.py on SQL wiki tutorial with the scaffold | Patricio 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-19 | Sync some SQL wiki tutorial files with the scaffold | Patricio 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-04 | merged SHA512AuthTktAuthenticationPolicy into AuthTktAuthenticationPolicy | Michael Merickel | |
| AuthTktAuthenticationPolicy now accepts a hashalg parameter and is no longer deprecated. Docs recommend overriding hashalg and using 'sha512'. | |||
| 2012-11-04 | fix 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 tables | Chris 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-17 | resolve contributors.txt merge conflict | Chris McDonough | |
| 2012-09-16 | add link to forbidden footnote ref issue #671 | Chris McDonough | |
| 2012-09-10 | change variable name ``name`` to ``pagename`` | Patricio Paez | |
| - In the authorization and tests stages | |||
| 2012-08-04 | change variable name ``name`` to ``pagename``, for consistency with the ↵ | Daniel Haaker | |
| view_page function (and the matchdict key for that matter) | |||
| 2012-08-04 | add quotes for clarity | Daniel Haaker | |
| 2012-08-04 | fix two minor typos in docs | Daniel Haaker | |
| 2012-08-02 | closes #643 | Chris McDonough | |
| 2012-07-29 | prettify CSS stored in docs tutorials | David Gay | |
| 2012-07-21 | corrected table name tables->pages | Siddhartha Kasivajhula | |
| 2012-04-29 | Normalize 'Make a project' on both wiki tutorials | Patricio Paez | |
| 2012-04-26 | Merge pull request #505 from muellert/master | Michael Merickel | |
| code to implement the suggestion in issue #504 | |||
| 2012-04-16 | Normalize and update the last section | Patricio Paez | |
| 2012-04-13 | Simplify the introduction | Patricio 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-12 | Improve the Adding Templates section in both tutorials | Patricio Paez | |
| - As suggested by Paulo in the PyCon sprint | |||
| 2012-04-08 | Final details | Patricio Paez | |
| - Normalize the Seeing our changes section - Changed import to recommended style | |||
| 2012-04-08 | Normalize Authorization in both tutorials 4 | Patricio 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-08 | Normalize Authorization in both tutorials 3 | Patricio 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 | |||
| 2012-04-07 | Normalize Authorization in both tutorials 2 | Patricio Paez | |
| - Sync content of Add users and groups, and Add an ACL. - Added yellow highlight to listings in Seeing our changes, added models.py | |||
| 2012-04-07 | Ordered sections as per the summary | Patricio Paez | |
| 2012-04-07 | Normalize Authorization in both tutorials 1 | Patricio Paez | |
| - Sync the content of the introduction and the Viewing the Application in a Browser sections - Sync the section structure | |||
