| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | normalize zodb tut design doc with text from sqla design doc | Chris McDonough | |
| 2012-03-17 | normalize zodb tut design doc with text from sqla design doc | Chris McDonough | |
| 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 | link to tests stage source | 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 | |||
| 2012-03-14 | Removed populate tests from the SQL wiki tutorial | Patricio Paez | |
| - Removed the main() settings parameter in populate.py - Updated the Tests chapter | |||
| 2012-03-14 | Merge branch 'master' into improve-docs | Patricio Paez | |
| 2012-03-14 | Simplify the summary table | Patricio Paez | |
| - Removed the Context column - Swapped Action and View columns | |||
| 2012-03-13 | Wording improvements to Defining Views section of tutorial. | Audrey Roy | |
| 2012-03-13 | Wording improvements to Defining Views section of tutorial. | Audrey Roy | |
| 2012-03-13 | Merge pull request #478 from ↵ | Chris McDonough | |
| shentonfreude/shentonfreude/bug.sqltut-test-populate-settings Shentonfreude/bug.sqltut test populate settings | |||
| 2012-03-13 | Merge remote-tracking branch 'upstream/master' into ↵ | Chris Shenton | |
| shentonfreude/bug.sqltut-test-populate-settings | |||
| 2012-03-13 | Show modification to scripts/populate.py to accept memory DB URI | Chris Shenton | |
| The text didn't describe editing the populate.py to accept an optional ``settings`` argument, which _callFUT() in tests.py passed in. This is used to specify a memory-backed SQLite DB which we can wipe-n-load during testing. Show how to replace main() in populate.py per our source code to accept this argument, and use it to set the DB URI; it also uses our Page model. | |||
| 2012-03-13 | Improved the Authorization chapter | Patricio Paez | |
| - Highlighted the added lines in the listings - Simplified 'Viewing the application in a browser' and added link to Starting the application | |||
| 2012-03-13 | Sync section titles with the summary | Patricio Paez | |
| 2012-03-13 | Improved the Authorization chapter | Patricio Paez | |
| - Added a summary of the steps - Fixed a couple of typos | |||
| 2012-03-13 | Merge pull request #474 from ppaez/wiki-documentation | michr | |
| Clarify two steps in the SQL wiki tutorial | |||
| 2012-03-12 | The import also has changed and needs to be edited by the user, so I ↵ | Audrey Roy | |
| highlighted it. | |||
| 2012-03-12 | Clarify two steps in the SQL wiki tutorial | Patricio Paez | |
| - Highlight the added or changed lines | |||
| 2012-03-12 | More clarification, telling the user to open specified files. | Audrey Roy | |
| 2012-03-12 | Clarified which files to open/edit. Highlighted the lines to be edited in ↵ | Audrey Roy | |
| models.py. | |||
