| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-17 | resolve contributors.txt merge conflict | Chris McDonough | |
| 2012-09-11 | Change variable name ``name`` to ``pagename`` in ZODB tutorial | Patricio Paez | |
| 2012-08-04 | add quotes for clarity | Daniel Haaker | |
| 2012-07-29 | prettify CSS stored in docs tutorials | David Gay | |
| 2012-07-29 | correct typo 'snall' to 'small' | David Gay | |
| 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-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-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 | link to tests stage source | Chris McDonough | |
| 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-12 | Added links to Starting the Application | Patricio Paez | |
| - Sections 'Viewing the Application in a Browser' in the 'Defining the Domain Model' and 'Defining the Views' chapters now offer a quick link in both wiki tutorials, as suggested by Paulo. | |||
| 2012-03-12 | Added the Design chapter on both wiki tutorials | Patricio Paez | |
| 2012-02-22 | - New API: ``pyramid.config.Configurator.add_forbidden_view``. This is a | Chris McDonough | |
| wrapper for ``pyramid.Config.configurator.add_view`` which does the right thing about permissions. It should be preferred over calling ``add_view`` directly with ``context=HTTPForbidden`` as was previously recommended. - New API: ``pyramid.view.forbidden_view_config``. This is a decorator constructor like ``pyramid.view.view_config`` that calls ``pyramid.config.Configurator.add_forbidden_view`` when scanned. It should be preferred over using ``pyramid.view.view_config`` with ``context=HTTPForbidden`` as was previously recommended. - Updated the "Creating a Not Forbidden View" section of the "Hooks" chapter, replacing explanations of registering a view using ``add_view`` or ``view_config`` with ones using ``add_forbidden_view`` or ``forbidden_view_config``. - Updated all tutorials to use ``pyramid.view.forbidden_view_config`` rather than ``pyramid.view.view_config`` with an HTTPForbidden context. | |||
| 2012-02-19 | - Put ``pyramid.includes`` targets within ini files in scaffolds on separate | Chris McDonough | |
| lines in order to be able to tell people to comment out only the ``pyramid_debugtoolbar`` line when they want to disable the toolbar. | |||
| 2012-01-29 | show decorators along with view callables, fixes #393 | Chris McDonough | |
| 2012-01-19 | use method-based setting of authorization and authentication policy (see ↵ | Chris McDonough | |
| issue #398) | |||
| 2012-01-02 | - Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding. | Chris McDonough | |
| 2011-12-27 | garden | Michael Merickel | |
| 2011-11-28 | move code from login.py to views.py (like sqla tutorial) | Chris McDonough | |
| 2011-11-26 | output warning to use populate command to console after alchemy scaffold ↵ | Chris McDonough | |
| rendering; emit logging statements when populate is run | |||
| 2011-11-18 | - Fix ZODB tutorial docs to match ZODB tutorial code (I removed program name | Chris McDonough | |
| from ``scan``). | |||
| 2011-11-11 | make more relocatable | Chris McDonough | |
| 2011-11-10 | Remove gratuitous whitespace. | kenmanheimer | |
| 2011-11-10 | Convert absolute 'tutorial' package references that are from within the | kenmanheimer | |
| package to relative ones, to reduce brittleness, eg when the user names the package something other than 'tutorial'. - make imports relative - use plain relative URLs for resources (like stylesheets and images) in page templates. This is the last batch of this kind of change that I know about. I've exercised the changes (via the browser and the test target) in a package with an alternate name, 'zodbtutorial', as well as in a package with the default name, 'tutorial'. | |||
| 2011-11-08 | Add a note flagging the only case where we might mislead the student to | kenmanheimer | |
| change substitute the package name they used with 'tutorial'. | |||
| 2011-11-08 | Remove unnecessary whitespace. | kenmanheimer | |
| 2011-11-08 | Convert absolute 'tutorial' package references that are from within the | kenmanheimer | |
| package to relative ones, to reduce brittleness, eg when the user names the package something other than 'tutorial'. - make imports relative - use plain relative URLs for resources (like stylesheets and images) in page templates. | |||
| 2011-11-08 | Use active ("Run the Tests") rather than passive ("Running the Tests") | kenmanheimer | |
| voice for the headings. | |||
| 2011-11-08 | No longer using request.static_url() in the demos. | kenmanheimer | |
| 2011-11-08 | Track change of the scaffolding file names, removing 'pyramid_' prefix. | kenmanheimer | |
| 2011-11-08 | Note that firewalls may ask for network connection authorization. | kenmanheimer | |
| 2011-11-08 | Use active ("Run the Tests") rather than passive ("Running the Tests") | kenmanheimer | |
| voice for the headings. | |||
| 2011-11-08 | Swap order of the test-coverage and starting-application sections, so | kenmanheimer | |
| test-coverage comes right after the test section, and the starting-application section right before the visit-app-in-browser section. | |||
| 2011-11-08 | Explain relative naming policies necessary to allow varying the package | kenmanheimer | |
| name without breaking operation. | |||
| 2011-11-08 | Convert absolute 'tutorial' package references that are from within the | kenmanheimer | |
| package to relative ones, to reduce brittleness, eg when the user names the package something other than 'tutorial'. - make imports relative - use plain relative URLs for resources (like stylesheets and images) in page templates. | |||
| 2011-11-07 | Reverting "grammar: "people who" - it's not "to whom"." | kenmanheimer | |
| 2011-11-07 | Correct the description to match the code. | kenmanheimer | |
