| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2012-04-06 | Added first level sections, fixed route in the summary | Patricio Paez | |
| 2012-04-06 | Improve Authorization in the SQL tutorial | Patricio Paez | |
| - Made the section headers more explicit and rearranged them in a group for access control and another for login/logout - Split the summary in the two groups - Added missing section Add routes for /login and /logout - Clarify some sections | |||
| 2012-04-01 | Improve Authorization on SQL tutorial | Patricio Paez | |
| - Simplified the authentication policy callback section - Use full path for files in Seeing Our Changes - Fixed a typo | |||
| 2012-04-01 | More simplification to the Authorization chapter | Patricio Paez | |
| - Clarify the Adding A Root Factory section, include a related modification to __init__.py - Added Add routes for /login and /logout section - Added yellow higlighting in various listings - Consolidate all the Seeing our changes at the end - Use a 'do, then explain' pattern | |||
| 2012-04-01 | Improved Adding Authorization in SQL wiki tutorial | Patricio Paez | |
| - Removed unneeded logged_in assignment - Moved up text to the corresponding section - Normalize references to view callables - Simplify text in Add permission declarations | |||
| 2012-03-26 | Mark line with yellow in SQL wiki - issue #510 | Patricio Paez | |
| 2012-03-21 | generate more common filenames for sqlite and patch the wiki2 | Toni Mueller | |
| tutorial, too | |||
| 2012-03-17 | warn about python 3 | Chris McDonough | |
| 2012-03-17 | - Remove references to do-nothing ``pyramid.debug_templates`` setting in all | Chris McDonough | |
| Pyramid-provided ``.ini`` files. This setting previously told Chameleon to render better exceptions; now Chameleon always renders nice exceptions regardless of the value of this setting. Fixes #491. | |||
| 2012-03-17 | explain base a bit | Chris McDonough | |
| 2012-03-17 | add various elements to design document | Chris McDonough | |
| 2012-03-17 | explain zopetransaction extension | Chris McDonough | |
| 2012-03-17 | dont make a judgment as to whom this will be most familiar for | Chris McDonough | |
| 2012-03-17 | dont make a judgment as to whom this will be most familiar for | Chris McDonough | |
| 2012-03-17 | add link to tests source | Chris McDonough | |
| 2012-03-17 | Merge pull request #496 from douglatornell/sql-tut-edits | Chris McDonough | |
| Improve text of SQLAlchemy wiki tutorial. | |||
| 2012-03-17 | Fix typos. | Doug Latornell | |
| 2012-03-17 | Improve text of SQLAlchemy wiki tutorial. | Doug Latornell | |
| A mixture of typo fixes and wording improvements. | |||
| 2012-03-17 | master->1.3-branch | Chris McDonough | |
| 2012-03-16 | use the 1.3-branch urls for sources in tutorial | Chris McDonough | |
| 2012-03-14 | Fixed SQL tutorial functional tests for Python 3 | Patricio Paez | |
| 2012-03-14 | Removed the application restart step | Patricio Paez | |
| 2012-03-14 | Renamed db populate to initialize in SQL tutorial | Patricio Paez | |
| - Replaced populate_tutorial -> initialize_tutorial_db - Renamed populate.py -> initializedb.py - Updated references in the documenation | |||
