729 Commits (3f8e29b12cd2b909d4dbbc3964339fd3f56c3203)

Author SHA1 Message Date
Ori Livneh 593b003b5c tweak to one sentence 13 years ago
Ori Livneh c34a87033f tweaks to style and structure 13 years ago
Ori Livneh 1a9e082a76 tweaks to style 13 years ago
Ori Livneh e5161a773e commas after introductory phrases 13 years ago
awsum d620ea7ea2 Update docs/api.rst a bit to reflect code. 13 years ago
Sundar Raman 94692607e6 Documentation on how to use external debuggers like eclipse/aptana 13 years ago
Priit Laes d18868bd17 Add simple decorator example 13 years ago
awsum d50a0b4955 typo fix 13 years ago
Armin Ronacher b6625ec193 Fixed a wrong example in the view docs. This fixes #374 13 years ago
Armin Ronacher 065afe53a6 Improved doc exaples. This fixes #370 and #371. 13 years ago
FND 7ccca13bbd Fixed various stylistic issues in documentation 13 years ago
Armin Ronacher a9726c43ac Updated mod_wsgi docs to reference the sys.path hackery 13 years ago
Armin Ronacher 4fe80c05c6 Not yet stable? Bollocks 13 years ago
Craig Dennis 75050d4bc5 Simple documentation corrections, mostly typos. 13 years ago
Jim Rollenhagen e345a3afb5 Fix string format error while we're in here. 13 years ago
Jim Rollenhagen 51e4a58a85 Fix flask issue #338 13 years ago
Cory Li e4d9ccd6ec Changing instance_root to instance_path 13 years ago
Ross Lawley 11c9bf2943 Api fix status_code => status 13 years ago
Armin Ronacher 174f32250e Mention that people subscribe with **extra. 13 years ago
Armin Ronacher 230e136f32 Subscribe to signals with extra kwargs in the docs 13 years ago
kracekumar b115b38dbe Added PasswordField in docs/patterns/wtforms.rst 13 years ago
Armin Ronacher 396c4bdcc0 Fixed a typo. "Does not" of course 13 years ago
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