summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/src/authorization
AgeCommit message (Expand)Author
2016-12-09Added configuration for ipv6 in .ini files.Martin
2016-12-07Changed 'host' and 'port' configuration to a new 'listen' style that is now s...Martin
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ...Bert JW Regeer
2016-12-06Changed 'host' and 'port' configuration to a new 'listen' style that is now s...Martin
2016-04-12- use an environment variable and venv. See https://github.com/Pylons/pyramid...Steve Piercy
2016-04-11remove theme.min.css, it serves no purposeMichael Merickel
2016-04-11fix readme to show directions in both alchemy and zodbMichael Merickel
2016-04-10- update wiki authorization step and its src filesSteve Piercy
2015-05-27- clean up and make consistent across both wikis authorization.rstSteve Piercy
2015-05-26- clean up and make defininingviews consistent between two wiki tutorialsSteve Piercy
2014-04-08Drop setup.cfg from scaffoldsWichert Akkerman
2014-04-08Remove Babel from all setup.cfg filesWichert Akkerman
2013-11-09undeprecate remember/forget functions and remove remember_userid/forget_useri...Chris McDonough
2013-10-30fix zodb tutorial wrt request-based authentication and authorization apisChris McDonough
2013-09-06update the code in the wiki and wiki2 tutorials to use pyramid_chameleonMichael Merickel
2013-08-03"Web Application Development Framework" -> "Web Framework". Yay.Paul Everitt
2013-04-02remove copyright bits from the tutorial examplesTshepang Lekhonkhobe
2013-03-04fix #311Tshepang Lekhonkhobe
2012-12-01Sync ZODB tutorial source files with the scaffoldPatricio Paez
2012-11-20adding transaction module requirement to zodb wiki docsericrasmussen
2012-11-20More sync on ZODB wiki tutorialPatricio Paez
2012-11-19Sync some ZODB wiki tutorial files with the scaffoldPatricio Paez
2012-11-04merged SHA512AuthTktAuthenticationPolicy into AuthTktAuthenticationPolicyMichael Merickel
2012-11-04fix docs, upgrade tutorials, add change note, deprecate using zope.deprecatio...Chris McDonough
2012-09-17resolve contributors.txt merge conflictChris McDonough
2012-09-11Change variable name ``name`` to ``pagename`` in ZODB tutorialPatricio Paez
2012-07-29prettify CSS stored in docs tutorialsDavid Gay
2012-04-08Final detailsPatricio Paez
2012-04-08Normalize Authorization in both tutorials 4Patricio Paez
2012-04-08Normalize Authorization in both tutorials 3Patricio Paez
2012-03-17- Remove references to do-nothing ``pyramid.debug_templates`` setting in allChris McDonough
2012-02-22- New API: ``pyramid.config.Configurator.add_forbidden_view``. This is aChris McDonough
2012-02-19- Put ``pyramid.includes`` targets within ini files in scaffolds on separateChris McDonough
2012-01-19use method-based setting of authorization and authentication policy (see issu...Chris McDonough
2012-01-02- Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding.Chris McDonough
2011-11-28move code from login.py to views.py (like sqla tutorial)Chris McDonough
2011-11-11make more relocatableChris McDonough
2011-11-10Convert absolute 'tutorial' package references that are from within thekenmanheimer
2011-11-08Remove unnecessary whitespace.kenmanheimer
2011-11-08Convert absolute 'tutorial' package references that are from within thekenmanheimer
2011-11-08Convert absolute 'tutorial' package references that are from within thekenmanheimer
2011-10-06remove all reference to the paster command-line utilityChris McDonough
2011-09-06prep for 1.2a6Chris McDonough
2011-08-22- Use [app:main] instead of a pipeline in all scaffolds and tutorialsChris McDonough
2011-08-14- The ZODB wiki tutorial now uses the ``pyramid_zodbconn`` package ratherChris McDonough
2011-08-14- All tutorials now use - The ``route_url``, ``route_path``,Chris McDonough
2011-08-13- Projects created via a scaffold no longer depend on the ``WebError``Chris McDonough
2011-08-11fix docs, scaffolds, and tutorials to use pyramid.includesChris McDonough
2011-08-11pyramid_tm->tmChris McDonough
2011-08-09convert tutorials to pyramid_tm+pyramid_debugtoolbarChris McDonough