summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-08Keep using easy_install.Wichert Akkerman
2014-04-08Update Lingua glossary item.Wichert Akkerman
2014-04-08Update documentation for Lingua 2Wichert Akkerman
2014-04-08Merge branch '1.5-branch'Chris McDonough
2014-04-08fix merge conflict while merging master to 1.5 branchChris McDonough
2014-04-07Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2014-03-27broadcast 3.4 supportMichael Merickel
2014-03-27Merge pull request #1188 from msabramo/patch-4Michael Merickel
tox.ini: Add py34
2014-03-26Merge pull request #1280 from dhaaker/patch-2Steve Piercy
Update hello_world.rst
2014-03-26Merge pull request #1279 from dhaaker/patch-1Steve Piercy
Remove whitespace before the open parenthesis
2014-03-26Update hello_world.rstDaniel Haaker
Modify 'Extra Credit' to reflect code example
2014-03-26Remove whitespace before the open parenthesisDaniel Haaker
2014-03-24Merge pull request #1269 from msabramo/test_unicode_in_urlMichael Merickel
Add integration tests for Unicode in URL
2014-03-21Merge pull request #1276 from stevepiercy/masterSteve Piercy
Minor rendering, syntax, and grammar fixes
2014-03-21- fix indentation of code blockSteve Piercy
2014-03-21- correct bad .rst syntaxSteve Piercy
2014-03-18Merge pull request #1275 from thapar/patch-3Tres Seaver
Added note to place login/logout route definitions before `/{pagename}` ...
2014-03-17Corrected inline markup to use * for italicsthapar
2014-03-17Added note to place login/logout route definitions before `/{pagename}` routethapar
Resolves https://github.com/Pylons/pyramid/issues/1274
2014-03-11test_unicode_in_url_404: Add comment to clarify why request_path_unicodeMarc Abramowitz
is expected to be in res.txt
2014-03-11Convert from u prefix to byte string and decodeMarc Abramowitz
because the u prefix is not supported in Python 3.2
2014-03-11Remove 'b'; WebTest or WebOb doesn't like Python 3 bytes for URLsMarc Abramowitz
2014-03-10Add integration tests for Unicode in URLMarc Abramowitz
2014-03-10Merge pull request #1267 from sbivol/masterTres Seaver
Remove extra concatenation from request.static_url()
2014-03-10Remove extra concatenation from request.static_url()sbivol
fixes issue #1266
2014-03-07Merge pull request #1263 from slinkp/slinkp_quickintro_doc_fixesMichael Merickel
Minor punctuation and grammar changes to Quick Intro
2014-03-07Minor punctuation and grammar changes to Quick IntroPaul Winkler
2014-03-05'request_method' is *not* limited to the named set.Tres Seaver
2014-03-04update inconsistent effective_principals docsMichael Merickel
fixes #1196
2014-03-04Merge pull request #1255 from rbu/repozewho1-remember-kwargs-1.5Tres Seaver
Hand RepozeWho1AuthenticationPolicy.remember kwargs to repoze.who (1.5) #1249
2014-03-03Merge pull request #1254 from rbu/repozewho1-remember-kwargsTres Seaver
Hand RepozeWho1AuthenticationPolicy.remember kwargs to repoze.who (master) #1249
2014-03-03Hand RepozeWho1AuthenticationPolicy.remember kwargs to repoze.who #1249Robert Buchholz
Documentation for pyramid.security.remember supports keyword arguments to hand over to the authentication policy. However, when using RepozeWho1AuthenticationPolicy, all of the kw were dropped in remember. It is my understanding that with repoze.who, additional configuration parameters shall be stored in the identity dictionary. In our case, setting the max_age parameter to the authtkt identifier, would be done using an identity {'repoze.who.userid':principal, 'max_age': 23}. It seems sensible just to hand over kw through the identity dictionary and all users to specify max_age or other parameters such as userdata.
2014-03-03Hand RepozeWho1AuthenticationPolicy.remember kwargs to repoze.who #1249Robert Buchholz
Documentation for pyramid.security.remember supports keyword arguments to hand over to the authentication policy. However, when using RepozeWho1AuthenticationPolicy, all of the kw were dropped in remember. It is my understanding that with repoze.who, additional configuration parameters shall be stored in the identity dictionary. In our case, setting the max_age parameter to the authtkt identifier, would be done using an identity {'repoze.who.userid':principal, 'max_age': 23}. It seems sensible just to hand over kw through the identity dictionary and all users to specify max_age or other parameters such as userdata.
2014-02-27update changelogMichael Merickel
2014-02-27Merge branch 'fix.1247'Michael Merickel
2014-02-27handle reissue_time=None properlyMichael Merickel
2014-02-27reproduce reissue_time=None bugMichael Merickel
2014-02-27fix timeout=None bug as well as some other potential unpacking problemsMichael Merickel
2014-02-27reproduce timeout=None bugMichael Merickel
2014-02-2779-char line widths!Michael Merickel
2014-02-27improve timeout docsMichael Merickel
2014-02-27Merge pull request #1250 from dobesv/patch-2Michael Merickel
Add get_logout_headers to request
2014-02-27Remove reference to request.get_logout_headers()dobesv
2014-02-27Add get_logout_headers to requestdobesv
The documentation for forget() says it is deprecated and to use get_logout_headers() on the request instead. However, no such method has been added to the request.
2014-02-21fix regression with code expecting secrets to be encoded with latin-1Michael Merickel
2014-02-21Merge branch 'fix.1246' into 1.5-branchMichael Merickel
2014-02-21support high-order characters in UnencryptedCookieSessionFactoryConfig secretsMichael Merickel
2014-02-21test cases to reproduce #1246Michael Merickel
2014-02-16Clarify.Tres Seaver
2014-02-16Trailing commas are good.Tres Seaver