Chris McDonough
2011-01-20 dd2944cca90c8cbb2f0733a04442d047100df383
adjust wiki2 tutorial based on changes to pyramid_routesalchemy template
8 files modified
34 ■■■■ changed files
docs/tutorials/wiki2/src/authorization/development.ini 6 ●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/authorization/setup.py 4 ●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/basiclayout/development.ini 6 ●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/basiclayout/setup.py 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/models/development.ini 6 ●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/models/setup.py 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/views/development.ini 6 ●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/views/setup.py 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/src/authorization/development.ini
@@ -11,9 +11,13 @@
[pipeline:main]
pipeline =
    egg:WebError#evalerror
    egg:repoze.tm2#tm
    tm
    tutorial
[filter:tm]
use = egg:repoze.tm2#tm
commit_veto = repoze.tm:default_commit_veto
[server:main]
use = egg:Paste#http
host = 0.0.0.0
docs/tutorials/wiki2/src/authorization/setup.py
@@ -11,10 +11,10 @@
    'pyramid',
    'SQLAlchemy',
    'transaction',
    'repoze.tm2',
    'repoze.tm2>=1.0b1', # default_commit_veto
    'zope.sqlalchemy',
    'WebError',
    'docutils'
    'docutils',
    ]
if sys.version_info[:3] < (2,5,0):
docs/tutorials/wiki2/src/basiclayout/development.ini
@@ -11,9 +11,13 @@
[pipeline:main]
pipeline =
    egg:WebError#evalerror
    egg:repoze.tm2#tm
    tm
    tutorial
[filter:tm]
use = egg:repoze.tm2#tm
commit_veto = repoze.tm:default_commit_veto
[server:main]
use = egg:Paste#http
host = 0.0.0.0
docs/tutorials/wiki2/src/basiclayout/setup.py
@@ -11,7 +11,7 @@
    'pyramid',
    'SQLAlchemy',
    'transaction',
    'repoze.tm2',
    'repoze.tm2>=1.0b1', # default_commit_veto
    'zope.sqlalchemy',
    'WebError',
    ]
docs/tutorials/wiki2/src/models/development.ini
@@ -11,9 +11,13 @@
[pipeline:main]
pipeline =
    egg:WebError#evalerror
    egg:repoze.tm2#tm
    tm
    tutorial
[filter:tm]
use = egg:repoze.tm2#tm
commit_veto = repoze.tm:default_commit_veto
[server:main]
use = egg:Paste#http
host = 0.0.0.0
docs/tutorials/wiki2/src/models/setup.py
@@ -11,7 +11,7 @@
    'pyramid',
    'SQLAlchemy',
    'transaction',
    'repoze.tm2',
    'repoze.tm2>=1.0b1', # default_commit_veto
    'zope.sqlalchemy',
    'WebError',
    ]
docs/tutorials/wiki2/src/views/development.ini
@@ -11,9 +11,13 @@
[pipeline:main]
pipeline =
    egg:WebError#evalerror
    egg:repoze.tm2#tm
    tm
    tutorial
[filter:tm]
use = egg:repoze.tm2#tm
commit_veto = repoze.tm:default_commit_veto
[server:main]
use = egg:Paste#http
host = 0.0.0.0
docs/tutorials/wiki2/src/views/setup.py
@@ -11,7 +11,7 @@
    'pyramid',
    'SQLAlchemy',
    'transaction',
    'repoze.tm2',
    'repoze.tm2>=1.0b1', # default_commit_veto
    'zope.sqlalchemy',
    'WebError',
    'docutils',