1210 Commits (a9e753f7064e38e40819b49a51491e681dd0f42c)
 

Author SHA1 Message Date
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 32cdb7298f Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher c6316132b1 Context preserving is now part of Flask and not the test client. This fixes #326 13 years ago
Armin Ronacher d2eefe25e7 app.name shall be __main__ for console apps 13 years ago
Ron DuPlain 436d24ee66 Merge pull request #327 from SimonSapin/patch-2 13 years ago
Simon Sapin b8ef7360eb Add to sys.path, not sys.path_info 13 years ago
Armin Ronacher 56afafae67 Do not break extension tests if tested with installed extensions. 13 years ago
Armin Ronacher d4d75701bc Added ext to the packages 13 years ago
Armin Ronacher 0c75be1172 Whitespace normalize 13 years ago
Armin Ronacher 9691b7f0bf Deal with partially setup packages in the redirect hook. 13 years ago
Armin Ronacher ee9b401632 Added a comment on who the is_important_traceback seems to work. It's only speculation 13 years ago
Armin Ronacher 9a70e62b8d No longer swallow important import errors. 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 81b4271fa6 Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher 2b8ea40cd6 import -> activate 13 years ago
Armin Ronacher 7997bae5bb Explicitly activate compat module 13 years ago
Ron DuPlain 90884a78fb Cross-reference debug docs in run docstring. 13 years ago
Simon Sapin 907c24e6ff Document the debug param for Flask.run, it is not part of **options given to run_simple. 13 years ago
Ron DuPlain 899f8cdf51 Merge pull request #322 from jperras/patch-1 13 years ago
Priit Laes d4d6cc8401 Clean up auditing command 13 years ago
Armin Ronacher 9c82840f52 Added more tests for the import hook 13 years ago
Armin Ronacher 933d203828 Started extensions introduction document 13 years ago
Armin Ronacher e94416704d Added the flaskext_compat module to support flask.ext in 0.7 and earlier. 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 9df2aefd7f Do not set dotted attributes on flask.ext 13 years ago
Armin Ronacher e8020e2c5c Added comment to the importer wiping. 13 years ago
Armin Ronacher f80bfcaa28 Added tests for old imports 13 years ago
Armin Ronacher 80bd6949a6 Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher c72ca16234 Added tests for the import hook and fixed a problem with it. 13 years ago
Ron DuPlain 7044b4becc Merge pull request #324 from embe/master 13 years ago
Armin Ronacher 8f85a3b0d1 Experimental redirect importing for flask.ext to flask_ and flaskext. 13 years ago
Armin Ronacher bd6ce4d48c Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher e68b34eb6c Added API example to the method view docs 13 years ago
Armin Ronacher 32c7e43dda Simplified HEAD handling for method views 13 years ago
Michał Bartoszkiewicz f8caa54d31 Fixed Blueprint.app_url_value_preprocessor. 13 years ago
Joel Perras 17a46a4d23 Fixed typo in docstring of `dispatch_request` method of `flask.views.View`. 13 years ago
Ron DuPlain f6798885e6 Update create_global_jinja_loader docstring, #321. 13 years ago
Armin Ronacher 7d7d810aea Single quotes for consistency 13 years ago
Armin Ronacher 4e12eb4c74 Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher f6edb31c34 Merge pull request #303 from ametaireau/patch-1 13 years ago
Armin Ronacher b1311bd8cd Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher 7b899c8510 Merge pull request #309 from embe/master 13 years ago
Armin Ronacher 88617311db Added an testcase for subclassing of Flask to supress logging 13 years ago
Armin Ronacher b40af3ccd9 Updated the documentation to show how to set cookies for not yet existing responses 13 years ago