697 Commits (5d205016040e9a5a5c6c511bb6b48877450e7032)

Author SHA1 Message Date
Armin Ronacher 363d9ed10d More doc typo fixes 13 years ago
Armin Ronacher 6dccf77546 PERMANENT_SESSION_LIFETIME can now be an integer. This fixes #310 13 years ago
Armin Ronacher 6d0b3264c2 Mention localhost:5000 being pointless in the docs. It already says that down on the page but not on the key 13 years ago
Armin Ronacher 83b1da8df8 Inserted verb 13 years ago
Armin Ronacher 142c9c391b Fixed typos in copy/pasted text 13 years ago
Armin Ronacher df1dd57045 Cleaned up url routing common docs. This fixes #279 13 years ago
Armin Ronacher 4573715195 Reworded before 0.8 ext docs. 13 years ago
Armin Ronacher 54875e9317 Direct passthrough is counter productive 13 years ago
Armin Ronacher 2b8ea40cd6 import -> activate 13 years ago
Armin Ronacher 7997bae5bb Explicitly activate compat module 13 years ago
Armin Ronacher 933d203828 Started extensions introduction document 13 years ago
Armin Ronacher 0719ad5f4f Documented new import system for extensions 13 years ago
Armin Ronacher 1e6c5f0975 Documented flask.ext. 13 years ago
Armin Ronacher 8840973a33 Fixed a cross reference in the docs. 13 years ago
Armin Ronacher e68b34eb6c Added API example to the method view docs 13 years ago
Armin Ronacher b40af3ccd9 Updated the documentation to show how to set cookies for not yet existing responses 13 years ago
Armin Ronacher ccf464189b Added finer control over the session cookie parameters 13 years ago
Armin Ronacher 08bf538fb4 Added a note on the behaviour of the routing system 13 years ago
Armin Ronacher dc05722b36 Made the foreword less defensive. 13 years ago
Armin Ronacher d49221bf2e The test client now properly pops response contexts on __exit__ 13 years ago
Armin Ronacher 85ed1bf058 Mentioned View.decorators in the views docs 13 years ago
Armin Ronacher 314f9201ab Updated instance path documentation to explain the $PREFIX lookup 13 years ago
Daniel Neuhäuser a43f73c75c s/Ify ou/If you/ typo 13 years ago
Armin Ronacher d3ca55177a Updated the docs and examples to non-failing teardown handlers 13 years ago
Armin Ronacher e853a0f739 The test client and test_request_context are now both using the same logic internally for creating the environ. Also they use APPLICATION_ROOT now. 13 years ago
Armin Ronacher 1ea3d4ea53 Updated documentation regarding the session transactions 13 years ago
Armin Ronacher a5da2c98f3 Implemented flask.testing.TestClient.session_transaction for quick session modifications in test environments. 13 years ago
Armin Ronacher c844d02f1c Added the APPLICATION_ROOT configuration variable which is used by session backends. 13 years ago
Priit Laes 713ced603e Improve configuration docs a bit 13 years ago
Alexis Metaireau 77492f8afa typo 13 years ago
Armin Ronacher 0520425055 Fixed a typo 13 years ago
Armin Ronacher 9af75546f0 Mention default locations for instance folders 13 years ago
Armin Ronacher 187cb80dcc Documented instance root 13 years ago
Armin Ronacher 63876614b6 Removed second mention of json. This fixes #290 13 years ago
Armin Ronacher 92c7bdd2dd Documented Request.headers 13 years ago
Armin Ronacher ce70131975 If JSON parsing fails it now issues a BadRequest exception. 13 years ago
Armin Ronacher acac64e36a Don't only catch BadRequest key errors but all bad request errors. 13 years ago
Armin Ronacher 5b16532000 Extended quickstart docs for the headers 13 years ago
Armin Ronacher 13005d76b9 Improved cookie documentation 13 years ago
Armin Ronacher ae00f6d149 Tweaked autodoc to skip :internal: methods. 13 years ago
Armin Ronacher 5ca17c86c0 Added a missing colon 13 years ago
Brandon Stafford 5f367e879d Fix typos. 13 years ago
Armin Ronacher 7155f11a72 Added HTTP exception trapping. This should fix #294 13 years ago
Brandon Stafford 5304a15adc Add runserver.py filename to match earlier section of example 13 years ago
Ron DuPlain c726e5fee0 Fix lighttpd config, from giskard on #pocoo. 13 years ago
Armin Ronacher 153d727d1f Fixed the docs for the request object. They were incomplete 13 years ago
Kenneth Reitz a7b85c9f15 Consistent quotes 13 years ago
Armin Ronacher 029eebe2f5 No need for the directive here. 13 years ago
Armin Ronacher 4d2c8181b4 Updated docs for streaming 13 years ago
Ron DuPlain c240a1f781 Add code organization help to tutorial doc. 13 years ago