| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-07-12 | add docs about logging config | Chris McDonough | |
| 2011-07-12 | add docs about logging config | Chris McDonough | |
| 2011-07-12 | remove unnecessary clause | Chris McDonough | |
| 2011-07-11 | simplify | Chris McDonough | |
| 2011-07-11 | add PyPy | Chris McDonough | |
| 2011-07-11 | add PyPy | Chris McDonough | |
| 2011-07-11 | convenience command | Chris McDonough | |
| 2011-07-11 | bad reference | Chris McDonough | |
| 2011-07-11 | simplify | Chris McDonough | |
| 2011-07-11 | we no longer support 24. | Chris McDonough | |
| 2011-07-11 | remove request clasattr, it breaks tests | Chris McDonough | |
| 2011-07-11 | give request a registry = None clasattr so registry can successfully be ↵ | Chris McDonough | |
| passed as a kwarg to the Request constructor | |||
| 2011-07-11 | simplify | Chris McDonough | |
| 2011-07-11 | simplify wording | Chris McDonough | |
| 2011-07-11 | earlier info referenced later info, fix | Chris McDonough | |
| 2011-07-11 | move mention of controllers to end | Chris McDonough | |
| 2011-07-11 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-07-11 | move alternate calling convention to chapter bottom; fix reference | Chris McDonough | |
| 2011-07-10 | Merge pull request #229 from mmerickel/garden.webob-refs | Chris McDonough | |
| Modified docs to reference webob's new website. | |||
| 2011-07-10 | Modified docs to reference webob's new website. | Michael Merickel | |
| 2011-07-10 | Merge pull request #228 from ejo/patch-3 | Michael Merickel | |
| Adding 'I' to example custom AuthenticationPolicy; it's an interface. | |||
| 2011-07-10 | Adding 'I' to example custom AuthenticationPolicy; it's an interface. | ejo | |
| 2011-07-10 | garden | Chris McDonough | |
| 2011-07-10 | prep for 1.1b1 | Chris McDonough | |
| 2011-07-10 | slightly more informative error message | Chris McDonough | |
| 2011-07-10 | add info to changes.txt and whatsnew about pshell changes; removed unused ↵ | Chris McDonough | |
| import and unwrap string | |||
| 2011-07-10 | Merge branch 'mmerickel-feature.pshell' | Chris McDonough | |
| 2011-07-10 | Merge branch 'feature.pshell' of https://github.com/mmerickel/pyramid into ↵ | Chris McDonough | |
| mmerickel-feature.pshell | |||
| 2011-07-10 | reverse position of custom decorator and http cache decorator | Chris McDonough | |
| 2011-07-09 | add prevent_auto flag to cache control | Chris McDonough | |
| 2011-07-09 | add prevent_auto flag to cache control | Chris McDonough | |
| 2011-07-09 | add release ann template | Chris McDonough | |
| 2011-07-09 | prevent an extra function call when a renderer is in use | Chris McDonough | |
| 2011-07-09 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-07-09 | make less confusing | Chris McDonough | |
| 2011-07-09 | Merge pull request #225 from ejo/patch-1 | Chris McDonough | |
| Minor wording change for accuracy | |||
| 2011-07-09 | request.json -> request.json_body; add some docs for json_body | Chris McDonough | |
| 2011-07-09 | Old sentence was grammatically incorrect, literally meant that the URL or ↵ | ejo | |
| button in question did not know it was redirecting the user. It is the user who does not know, so "unwittingly" is replaced with "secretly"; "surreptitiously" would be another accurate alternative. An alternative sentence construction that maintains the word "unwittingly" would be, e.g., "...might click on a URL or button on another website and be unwittingly redirected to your application to perform some command that requires elevated privileges." | |||
| 2011-07-09 | add a note about response wrapping bug fix | Chris McDonough | |
| 2011-07-09 | Merge branch 'responsewrapping' | Chris McDonough | |
| 2011-07-09 | massive test rejiggering to account for the addition of response_resolved_view | Chris McDonough | |
| 2011-07-09 | rename wrapper for better results in profile output | Chris McDonough | |
| 2011-07-08 | point at groundhog github repo (why?) | Chris McDonough | |
| 2011-07-07 | fwd compat for webob 1.1 | Chris McDonough | |
| 2011-07-07 | more tests | Chris McDonough | |
| 2011-07-07 | Updated proutes and pviews docs. | Michael Merickel | |
| 2011-07-07 | Added/updated documentation for the new interactive shell. | Michael Merickel | |
| 2011-07-07 | fix a few tests broken by refactoring | Chris McDonough | |
| 2011-07-06 | typo | Chris McDonough | |
| 2011-07-06 | - The ``config.scan`` method has grown a ``**kw`` argument. ``kw`` argument | Chris McDonough | |
| represents a set of keyword arguments to pass to the Venusian ``Scanner`` object created by Pyramid. (See the Venusian documentation for more information about ``Scanner``). | |||
