824 Commits (5500986971b28f270a27db633acf19984eee609e)
 

Author SHA1 Message Date
Armin Ronacher 5500986971 Flask in debug mode will now complain if views are attached after the first view was handled. 13 years ago
Armin Ronacher 5ca17c86c0 Added a missing colon 13 years ago
Armin Ronacher ac99cd33a8 Better internal method name 13 years ago
Armin Ronacher f3db68c8ce Added testcase for the debug behavior and explicit encoding 13 years ago
Armin Ronacher 3400b78db2 Only provide that monkeypatch if all files are missing 13 years ago
Armin Ronacher 23c1dd8db2 Wording fail 13 years ago
Armin Ronacher 17a836d49c Better wording 13 years ago
Armin Ronacher 5e336f9025 Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher 2e022cb272 Added debughelpers. Flask will now tell you if you forget enctype 13 years ago
Armin Ronacher a950f93687 Merge pull request #297 from rascalmicro/master 13 years ago
Brandon Stafford 5f367e879d Fix typos. 13 years ago
Armin Ronacher a69b437af7 Cleanup for the json property 13 years ago
Armin Ronacher afe5d3cbd4 Added a missing versionadded 13 years ago
Armin Ronacher a0fd8fca48 Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher 7155f11a72 Added HTTP exception trapping. This should fix #294 13 years ago
Ron DuPlain c40a7344f2 Merge pull request #293 from rascalmicro/master 13 years ago
Brandon Stafford 5304a15adc Add runserver.py filename to match earlier section of example 13 years ago
Armin Ronacher a070b4fe86 Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher fafcc02f26 Added a testcase for 404 errors caused by the routing system 13 years ago
Ron DuPlain c726e5fee0 Fix lighttpd config, from giskard on #pocoo. 13 years ago
Armin Ronacher eba2f70c6b Clarified a sentence that no longer made sense with the new docs on request objects. 13 years ago
Armin Ronacher 153d727d1f Fixed the docs for the request object. They were incomplete 13 years ago
Armin Ronacher b34b086543 Merge pull request #288 from kennethreitz/patch-1 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 79aa4ac14d Merge branch 'master' of github.com:mitsuhiko/flask 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
Ron DuPlain 34c4709d06 Merge pull request #284 from SimonSapin/patch-2 13 years ago
Simon Sapin d5cfcfeba7 Intersphinx link fixes. 13 years ago
Armin Ronacher e8e2e93409 Merge pull request #282 from callahad/master 13 years ago
Dan Callahan 290925e133 Minor documentation typo / grammar fixes 13 years ago
Armin Ronacher 343e678900 Fixed a typo in a docstring 13 years ago
Armin Ronacher 85c496ad03 Merge pull request #281 from ustun/patch-1 13 years ago
Ustun Ozgur 13cddba84f Typo: developped -> developed 13 years ago
Armin Ronacher c9a2ad2b8d Fixed a bug in list_templates 13 years ago
Felix Hummel 8d2daea327 be consistent with app.config['UPLOAD_FOLDER'] 13 years ago
Armin Ronacher 2866ccda1f Switch to explicit Werkzeug imports 13 years ago
Armin Ronacher 6ca321c979 Added a versionadded 13 years ago
Armin Ronacher 76796c326d Documented view function options 13 years ago
Armin Ronacher 3b31df81ae View functions can opt out of the default OPTIONS implementation 13 years ago
Armin Ronacher f8b9f4d41c Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher 9d899cd63e Fixed a typo. This closes #278 13 years ago
Armin Ronacher 2d78a331c1 Merge pull request #277 from embe/master 13 years ago
Michał Bartoszkiewicz 7dcf6cbc31 Don't use deprecated flask.session in flask.ctx. 13 years ago
Armin Ronacher eaba852c71 Merge pull request #275 from vreon/patch-1 13 years ago
Armin Ronacher ac2915d438 Merge pull request #276 from consigliere/patch-1 13 years ago
consigliere 1a249e3389 Corrected decorators to remove duplicate teardown_request() and add after_request() 13 years ago
Jesse Dubay fd679638ea typo fix: flask -> flag 13 years ago
Armin Ronacher 76c8bb5f6c Merge pull request #274 from ThomasWaldmann/patch-2 13 years ago