| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-02-14 | - Don't create a ``session`` instance in SQLA Wiki tutorial, use raw | Chris McDonough | |
| ``DBSession`` instead (this is more common in real SQLA apps). | |||
| 2012-02-14 | ignore venvs put into this dir | Chris McDonough | |
| 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-18 | include correct file | Chris McDonough | |
| 2012-01-04 | remove dependency on pysqlite from all scaffolding on platforms lt 2.6 | Chris McDonough | |
| 2012-01-04 | merge from master | Chris McDonough | |
| 2012-01-04 | Removed repetition of the word "the" in the Wiki Tutorial. | Mathieu Larose | |
| 2012-01-02 | - Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding. | Chris McDonough | |
| 2011-12-27 | garden | Michael Merickel | |
| 2011-12-27 | garden | Michael Merickel | |
| 2011-12-16 | - Removed the "Running Pyramid on Google App Engine" tutorial from the main | Chris McDonough | |
| docs. It survives on in the Cookbook (http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/gae.html). Rationale: it provides the correct info for the Python 2.5 version of GAE only, and this version of Pyramid does not support Python 2.5. | |||
| 2011-11-28 | move code from login.py to views.py (like sqla tutorial) | Chris McDonough | |
| 2011-11-27 | - The SQLAlchemy Wiki tutorial has been updated. It now uses | Chris McDonough | |
| ``@view_config`` decorators and an explicit database population script. Closes #359. | |||
| 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-12 | - The ``alchemy`` scaffold has been removed. | Chris McDonough | |
| - The ``routesalchemy`` scaffold has been renamed ``alchemy``. | |||
| 2011-11-11 | make more relocatable | Chris McDonough | |
| 2011-11-10 | Merge pull request #350 from kenmanheimer/klm/docs.tutorial | Carlos de la Guardia | |
| various tutorial changes by Ken Manheimer | |||
| 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 | Remove 'pyramid_' from scaffolding name used for pcreate now. | Chris Shenton | |
| 2011-11-08 | Move test, coverage together; start and view too. | Chris Shenton | |
| Previously it was: test, start, coverage, view. | |||
| 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 | |
| 2011-10-06 | remove stray references to Paste | Chris McDonough | |
| 2011-10-06 | remove all reference to the paster command-line utility | Chris McDonough | |
| 2011-09-23 | fixed up all the warning dealing ..note and ..warn | michr | |
| added a hide toc for glossary to prevent warnings | |||
| 2011-09-06 | prep for 1.2a6 | Chris McDonough | |
| 2011-09-05 | hail mary checkin to fix reported test failures on unknown systems that isnt ↵ | Chris McDonough | |
| replicable on my own | |||
| 2011-08-28 | clean up inappropriate discussions of ZCML | Chris McDonough | |
| 2011-08-22 | remove time bombs | Chris McDonough | |
| 2011-08-22 | - Use [app:main] instead of a pipeline in all scaffolds and tutorials | Chris McDonough | |
| and narrative docs. - Break out awkward description of PasteDeploy entry points from project chapter into its own Paste chapter. | |||
| 2011-08-20 | - Mention debug toolbar in tutorials. | Chris McDonough | |
| 2011-08-14 | - The ZODB wiki tutorial now uses the ``pyramid_zodbconn`` package rather | Chris McDonough | |
| than the ``repoze.zodbconn`` package to provide ZODB integration. - The ZODB scaffold now uses the ``pyramid_zodbconn`` package rather than the ``repoze.zodbconn`` package to provide ZODB integration. | |||
| 2011-08-14 | - All tutorials now use - The ``route_url``, ``route_path``, | Chris McDonough | |
| ``resource_url``, ``static_url``, and ``current_route_url`` methods of the request rather than the function variants imported from ``pyramid.url``. | |||
| 2011-08-13 | - Projects created via a scaffold no longer depend on the ``WebError`` | Chris McDonough | |
| package at all; configuration in the ``production.ini`` file which used to require its ``error_catcher`` middleware has been removed. Configuring error catching / email sending is now the domain of the ``pyramid_exclog`` package (see https://docs.pylonsproject.org/projects/pyramid_exclog/dev/). | |||
| 2011-08-11 | fix docs, scaffolds, and tutorials to use pyramid.includes | Chris McDonough | |
