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
/
wiki
/
authorization.rst
Age
Commit message (
Expand
)
Author
2013-03-07
Grammar fixes.
Steve Piercy
2013-03-06
Grammar fixes
Steve Piercy
2013-01-20
point to the sources of the wiki tutorials in just one location; fix #763
Tshepang Lekhonkhobe
2012-12-01
Update line references
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
2012-04-08
Final details
Patricio Paez
2012-04-08
Normalize Authorization in both tutorials 4
Patricio Paez
2012-04-08
Normalize Authorization in both tutorials 3
Patricio Paez
2012-04-07
Normalize Authorization in both tutorials 2
Patricio Paez
2012-04-07
Ordered sections as per the summary
Patricio Paez
2012-04-07
Normalize Authorization in both tutorials 1
Patricio Paez
2012-03-17
master->1.3-branch
Chris McDonough
2012-02-22
- New API: ``pyramid.config.Configurator.add_forbidden_view``. This is a
Chris McDonough
2012-01-29
show decorators along with view callables, fixes #393
Chris McDonough
2011-11-28
move code from login.py to views.py (like sqla tutorial)
Chris McDonough
2011-11-18
- Fix ZODB tutorial docs to match ZODB tutorial code (I removed program name
Chris McDonough
2011-11-08
Add a note flagging the only case where we might mislead the student to
kenmanheimer
2011-11-08
Use active ("Run the Tests") rather than passive ("Running the Tests")
kenmanheimer
2011-11-07
Reverting "grammar: "people who" - it's not "to whom"."
kenmanheimer
2011-08-14
- The ZODB wiki tutorial now uses the ``pyramid_zodbconn`` package rather
Chris McDonough
2011-06-14
merge httpexception-utils branch
Chris McDonough
2011-06-11
- Pyramid now expects Response objects to have a __call__
Chris McDonough
2011-06-05
More small fixes made reading the rest of the docs and the tutorials.
Christoph Zwerschke
2011-05-31
the canonical import location for HTTP exceptions/responses is now pyramid.re...
Chris McDonough
2011-05-30
Sync Adding Authorization on both wiki tutorials
Patricio Paez
2011-05-30
Improvements to Adding Authorization of the wiki tutorials
Patricio Paez
2011-04-16
Consolidate two identical paragraphs
Patricio Paez
2011-04-16
ZODB tutorial Adding Authorization reorganize
Patricio Paez
2011-04-16
Improve ZODB tutorial (Adding Authorization)
Patricio Paez
2011-01-28
dont use tab-width directive (older sphinx does not support, need to build bo...
Chris McDonough
2011-01-15
General reformatting of the wiki and wiki2 tutorials to eliminate
John Shipman
2011-01-06
Updated wiki tutorial docs
Blaise Laflamme
2010-12-23
specify ordering unimportance
Chris McDonough
2010-12-23
tutorial accuracy and wording improvements
Chris McDonough
2010-12-22
right example language
Chris McDonough
2010-12-22
- The ``pyramid_zodb`` Paster template no longer employs ZCML. Instead, it
Chris McDonough
2010-11-09
- All references to Pyramid-the-application were changed from :mod:`pyramid`
Chris McDonough
2010-11-04
- The ZODB Wiki tutorial was updated to take into account changes to the
Chris McDonough
2010-10-29
bfg_view -> view_config
Chris McDonough
2010-10-25
convert more docs from bfg to pyramid
Chris McDonough
2010-10-25
rename bfgwiki to wiki
Chris McDonough