summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-11simplifyChris McDonough
2011-07-11simplify wordingChris McDonough
2011-07-11earlier info referenced later info, fixChris McDonough
2011-07-11move mention of controllers to endChris McDonough
2011-07-11Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-07-11move alternate calling convention to chapter bottom; fix referenceChris McDonough
2011-07-10Merge pull request #229 from mmerickel/garden.webob-refsChris McDonough
Modified docs to reference webob's new website.
2011-07-10Modified docs to reference webob's new website.Michael Merickel
2011-07-10Merge pull request #228 from ejo/patch-3Michael Merickel
Adding 'I' to example custom AuthenticationPolicy; it's an interface.
2011-07-10Adding 'I' to example custom AuthenticationPolicy; it's an interface.ejo
2011-07-10gardenChris McDonough
2011-07-10prep for 1.1b1Chris McDonough
2011-07-10slightly more informative error messageChris McDonough
2011-07-10add info to changes.txt and whatsnew about pshell changes; removed unused ↵Chris McDonough
import and unwrap string
2011-07-10Merge branch 'mmerickel-feature.pshell'Chris McDonough
2011-07-10Merge branch 'feature.pshell' of https://github.com/mmerickel/pyramid into ↵Chris McDonough
mmerickel-feature.pshell
2011-07-10reverse position of custom decorator and http cache decoratorChris McDonough
2011-07-09add prevent_auto flag to cache controlChris McDonough
2011-07-09add prevent_auto flag to cache controlChris McDonough
2011-07-09add release ann templateChris McDonough
2011-07-09prevent an extra function call when a renderer is in useChris McDonough
2011-07-09Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-07-09make less confusingChris McDonough
2011-07-09Merge pull request #225 from ejo/patch-1Chris McDonough
Minor wording change for accuracy
2011-07-09request.json -> request.json_body; add some docs for json_bodyChris McDonough
2011-07-09Old 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-09add a note about response wrapping bug fixChris McDonough
2011-07-09Merge branch 'responsewrapping'Chris McDonough
2011-07-09massive test rejiggering to account for the addition of response_resolved_viewChris McDonough
2011-07-09rename wrapper for better results in profile outputChris McDonough
2011-07-08point at groundhog github repo (why?)Chris McDonough
2011-07-07fwd compat for webob 1.1Chris McDonough
2011-07-07more testsChris McDonough
2011-07-07Updated proutes and pviews docs.Michael Merickel
2011-07-07Added/updated documentation for the new interactive shell.Michael Merickel
2011-07-07fix a few tests broken by refactoringChris McDonough
2011-07-06typoChris McDonough
2011-07-06- The ``config.scan`` method has grown a ``**kw`` argument. ``kw`` argumentChris 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``).
2011-07-06Added tests for the new pshell.Michael Merickel
2011-07-06Replaced the manual parsing with python's ConfigParser.Michael Merickel
2011-07-06Fixed a small bug in pviews initialization.Michael Merickel
2011-07-06Updated paster tests to use the ini_file#section syntax.Michael Merickel
2011-07-06Added [pshell] support to INI files and the ability to load generic wsgi apps.Michael Merickel
Generic WSGI apps can now be loaded without exposing the 'registry' and 'root' objects. When an app is loaded, extra variables will be exposed to the environment from a special [pshell] section of the INI file. These variables are of the format "name = asset.path.to.object".
2011-07-06Updated paster commands to use the ini#section uri spec.Michael Merickel
2011-07-06gardenChris McDonough
2011-07-06gardenChris McDonough
2011-07-05Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-07-05gardenChris McDonough
2011-07-04Merge pull request #223 from michr/masterCarlos de la Guardia
fixed wording for add_view to sound a bit more proper
2011-07-04better working for renderer param of add_viewMichr