index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
tutorials
/
wiki2
/
src
/
tests
Age
Commit message (
Expand
)
Author
2016-12-06
Changed 'host' and 'port' configuration to a new 'listen' style that is now s...
Martin
2016-07-16
fix the wiki2 tutorial to set the password as unicode
Michael Merickel
2016-07-06
Update links for Alembix
Steve Piercy
2016-06-13
pep8: inline comment must have 2 spaces before
JC Bohin
2016-06-13
Fix flake8's noqa directive in documentation and scaffolds
JC Bohin
2016-05-20
Change column `Page.data` to `Text`
viniciusban
2016-05-15
password_hash is unicode, needs to be encoded
Michael Merickel
2016-04-12
- use an environment variable and venv. See https://github.com/Pylons/pyramid...
Steve Piercy
2016-04-11
remove theme.min.css, it serves no purpose
Michael Merickel
2016-04-11
fix readme to show directions in both alchemy and zodb
Michael Merickel
2016-04-11
tweak wiki2 test to be more succinct
Steve Piercy
2016-04-09
use an alias for the import. Fixes #2450. Thanks @bertjwregeer!
Steve Piercy
2016-04-09
- update wiki2/tests step
Steve Piercy
2016-02-28
redirect to edit page when user attempts to add page that already exists
Steve Piercy
2016-02-28
apply change to all src/*/user.py
Steve Piercy
2016-02-18
update tests chapter
Michael Merickel
2016-02-12
forward port changes to models / scripts to later chapters
Michael Merickel
2016-02-10
update 404 templates
Michael Merickel
2016-02-10
several simple refactorings
Michael Merickel
2016-02-10
split login from forbidden
Michael Merickel
2016-02-08
fix functional tests
Michael Merickel
2016-02-08
fix jinja2 none test
Michael Merickel
2016-02-08
fix tests to get the bind from dbsession_factory properly
Michael Merickel
2016-02-08
[wip] update tests in wiki2 tutorial
Michael Merickel
2015-12-02
- add comment to NAMING_CONVENTION per 9b12c01168cb756ec36351d7414cad95e87f6581
Steve Piercy
2015-12-02
- rewrite wiki2/tests.rst (removed an obsolete reference to testing models, p...
Steve Piercy
2015-05-25
update templates and static assets for each step
Steve Piercy
2014-04-08
Drop setup.cfg from scaffolds
Wichert Akkerman
2014-04-08
Remove Babel from all setup.cfg files
Wichert Akkerman
2013-11-09
undeprecate remember/forget functions and remove remember_userid/forget_useri...
Chris McDonough
2013-10-30
fix failing test (unrelated to security stuff)
Chris McDonough
2013-10-30
fix wiki2 tutorial wrt request-method security APIs
Chris McDonough
2013-10-08
fix stupid missing named arguments, whyyy
Michael Merickel
2013-10-07
fix some broken positional args to sqlalchemy models
Michael Merickel
2013-09-08
fix merge conflict
Chris McDonough
2013-09-06
removed __init__ methods from SQLAlchemy models in the documentation because ...
sergey.volobuev
2013-09-06
update the code in the wiki and wiki2 tutorials to use pyramid_chameleon
Michael Merickel
2013-08-03
"Web Application Development Framework" -> "Web Framework". Yay.
Paul Everitt
2013-04-02
remove copyright bits from the tutorial examples
Tshepang Lekhonkhobe
2013-03-13
consistency: use $VENV whenever virtualenv binaries are used
Tshepang Lekhonkhobe
2013-03-04
fix #311
Tshepang Lekhonkhobe
2012-12-02
Sync tests.py and views.py in SQL wiki tutorial
Patricio Paez
2012-12-02
Sync initializedb.py in SQL wiki tutorial
Patricio Paez
2012-12-01
Sync models.py in SQL wiki tutorial
Patricio Paez
2012-12-01
Sync __init__.py in SQL wiki tutorial
Patricio Paez
2012-12-01
Sync setup.py in SQL wiki tutorial
Patricio Paez
2012-11-20
Sync views.py on SQL wiki tutorial with the scaffold
Patricio Paez
2012-11-19
Sync some SQL wiki tutorial files with the scaffold
Patricio Paez
2012-11-04
merged SHA512AuthTktAuthenticationPolicy into AuthTktAuthenticationPolicy
Michael Merickel
2012-11-04
fix docs, upgrade tutorials, add change note, deprecate using zope.deprecatio...
Chris McDonough
[next]