summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
AgeCommit message (Collapse)Author
2016-04-14Issue #2493: Fixing Quick Tutorial Step 18 - CSS/JS Paths, also on Step 19 - ↵Arian Maykon de Araújo Diógenes
Database
2016-02-29Merge branch 'master' into feature/alchemy-scaffold-updateMichael Merickel
2016-02-28Merge branch 'pr/1370'Michael Merickel
2016-01-31Merge branch 'master' into feature/alchemy-scaffold-updateMichael Merickel
2016-01-26Added myself to contributor listMarcin Raczyński
2016-01-03Merge branch 'master' into feature/alchemy-scaffold-updateBert JW Regeer
2015-12-12Update CONTRIBUTORS.txtSri Sanketh Uppalapati
2015-11-12Restore progress after backing changes out of master.Michael Merickel
This reverts commit 049e670aef9ea5611561546fd5c0e2dd6152b9b7.
2015-11-11Revert "update wiki2/src/basiclayout/tutorial"Steve Piercy
2015-11-11Merge pull request #2108 from stevepiercy/feature/alchemy-scaffold-updateSteve Piercy
update wiki2/src/basiclayout/tutorial
2015-10-28Convert timeout argument to int values when applicableRamiC
2015-10-22Sign contributor list.Amos Latteier
2015-10-21Merge branch 'master' into feature/alchemy-scaffold-updateMichael Merickel
2015-10-07populate pshell's env_help with docstring of valuesJesse Dhillon
2015-06-11added appropriate contributors and changes entriesIgor Stroh
2015-06-01added name to contributors listKaren Dalton
2015-04-20Adding myself to the contributors listRandy Topliffe
2015-04-20Update CONTRIBUTORS.txtTimur Izhbulatov
2015-03-15Add myself to CONTRIBUTORS.txtDonald Stufft
2015-02-12Add workaround to make sure echo is enabled after reload (refs #689)David Glick
Also add myself to CONTRIBUTORS.txt
2015-02-06Sign CONTRIBUTORS.txtJeff Dairiki
2015-02-05use getfullargspec in PY3, allowing annotations in subscriberssaarni
2014-12-17Add documentation on handling CORS pre-flightsAdrian Teng
2014-11-25Documentation addedHugo Branquinho
2014-11-11Add myself to contributorsRandall Leeds
2014-05-06Added required notes to changes/contributors file.Fenton Travers
2014-01-23Update CONTRIBUTORS.txtamitvmane
Added as a contributor.
2013-11-16Added Antti Haapala to CONTRIBUTORS.txtAntti Haapala
2013-10-27Security APIs on pyramid.request.RequestMatt Russell
The pyramid.security Authorization API function has_permission is made available on the request. The pyramid.security Authentication API functions are now available as properties (unauthenticated_userid, authenticated_userid, effective_principals) and methods (remember_userid, forget_userid) on pyramid.request.Request. Backwards compatibility: For each of the APIs moved to request method or property, the original API in the pyramid.security module proxies to the request. Reworked tests to check module level b/c wrappers call through to mixins for each API. Tests that check no reg on request now do the right thing. Use a response callback to set the request headers for forget_userid and remember_userid. Update docs. Attempt to improve a documentation section referencing the pyramid.security.has_permission function in docs/narr/resources.rst Ensures backwards compatiblity for `pyramid.security.forget` and `pyramid.security.remember`.
2013-09-30CONTRIBUTORS: Add Karl O. Pinc.Karl O. Pinc
2013-09-06Update package_name() to work with namespace pkgsDoug Hellmann
The logic in pyramid.path.package_name() should take into account the fact that namespace packages created by setuptools do not have __init__.py[c] files, and so they have no __file__ attribute. This resolves an issue with WSME (https://bugs.launchpad.net/wsme/+bug/1221201) Change-Id: I39bc32a9c38fa11c4cef22a041077ed9001091be
2013-08-28Permit escaping of double braces in scaffolds, see #862Chris McDonough
2013-08-28Added me to the CONTRIBUTERS.txt.Takahiro Fujiwara
2013-08-23Add name to contributorsMatthew Wilkes
2013-08-15sign the contribution agreement...Andreas Zeidler
2013-08-15added myself to contributors listTom Lazar
2013-08-15Added myself to the contributors.themanwithoutaplan
2013-08-13Fixed documentation width, signed contributors agreement and added a test ↵Jonathan Villemaire-Krajden
for duplicate query strings.
2013-08-12added myself to CONTRIBUTORS.txtChris Davies
2013-08-11Merge junaidali-master branch.Tres Seaver
2013-08-10accepted contributors licenseJunaid Ali
2013-08-10Appended name to CONTRIBUTORS.txtJulian Paul Glass
2013-07-14Merge branch 'master' of lrowe/pyramid into pull.1004Michael Merickel
2013-05-30Added myself to contributorsLuke Cyca
2013-04-24Laurence Rowe contributor agreement.Laurence Rowe
2013-03-28Added name to CONTRIBUTORS file.Jason
2013-03-21Merge branch 'master' of madjar/pyramid into pull.930Michael Merickel
2013-03-21Update CONTRIBUTORS.txtGeorges Dubus
2013-02-02Sign CONTRIBUTORS.txtBert JW Regeer
2012-11-18fix merge conflictChris McDonough