| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-01 | Merge pull request #749 from irskep/patch-1 | Chris McDonough | |
| Mention ZopeTransactionExtension and pyramid_tm in SQLAlchemy scaffold tutorial | |||
| 2013-01-02 | eliminate other repeated words | Tshepang Lekhonkhobe | |
| 2013-01-01 | eliminate repeated "the" words | Tshepang Lekhonkhobe | |
| 2013-01-01 | "usernames" is a more correct term | 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-13 | Improvements to the ZODB tutorial Tests chapter | Patricio Paez | |
| - Standardize with the SQL tutorial | |||
| 2012-12-13 | Make ZODB tutorial functional tests pass | Patricio Paez | |
| - Synchronize with the changes in pyramid_zodbdbconn in commit 64b0c468d4ae320d720d03d0cbc8e9a0b0e42f1f | |||
| 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-12-01 | Update line references | Patricio Paez | |
| - In the Basic Layout and Authorization chapters of the ZODB wiki tutorial | |||
| 2012-12-01 | Sync ZODB tutorial source files with the scaffold | 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-22 | Sync the tutorial docs for the transaction dependency | Patricio Paez | |
| 2012-11-20 | adding transaction module requirement to zodb wiki docs | ericrasmussen | |
| 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-20 | More sync on ZODB wiki tutorial | Patricio Paez | |
| - literalinclude should refer to the file in the corresponding section - Remove extra lines | |||
| 2012-11-19 | Sync some ZODB wiki tutorial files with the scaffold | Patricio 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-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-13 | remove selinux caveat | Chris McDonough | |
| 2012-09-13 | hailmary | Chris McDonough | |
| 2012-09-13 | mention non-support of SELinux-enabled systems | Chris McDonough | |
| 2012-09-13 | remove chmod | Chris McDonough | |
| 2012-09-11 | Change variable name ``name`` to ``pagename`` in ZODB tutorial | Patricio Paez | |
| 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-29 | correct typo 'snall' to 'small' | David Gay | |
| 2012-07-25 | add logging call to wsgi setup | Michael Merickel | |
| 2012-07-21 | corrected table name tables->pages | Siddhartha Kasivajhula | |
| 2012-05-11 | add link to explanation | Chris McDonough | |
| 2012-04-29 | Normalize 'Make a project' on both wiki tutorials | Patricio Paez | |
| 2012-04-28 | Link the first usage of "scaffold" to its definition in the glossary. | Steve Piercy | |
| 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 | |||
