205 Commits (41b5d77e29e6158f7a67e9f9872efb323f1be18f)

Author SHA1 Message Date
Markus Unterwaditzer 9d8674d5b6 Added more information about app factories. 12 years ago
Alex Couper a92588f161 Add closing html tag 12 years ago
Armin Ronacher 05f162329d Added celery pattern 12 years ago
Trung Ly b4fc4412e8 Update docs/patterns/deferredcallbacks.rst 12 years ago
Erik Rose a319516518 Fix a typo in the deferred-callbacks docs. 12 years ago
Max Countryman caefb67ccd correcting typo 12 years ago
Gennady Kovshenin 82b29c09ac Use sqlite3.Row factory in Flaskr 12 years ago
Armin Ronacher c2e5799879 Updated examples to new sqlite patterns and added new section to appcontext docs 12 years ago
Armin Ronacher b5bb49d080 Added a new example for checksums on input data. This fixes #601 12 years ago
Armin Ronacher 18413ed1bf Added HTTP override middleware to docs. This fixes #582 12 years ago
pinchsp 69e419e020 Fixed small mistake in sqlalchemy pattern 12 years ago
Armin Ronacher d5218997d9 Added flask.stream_with_context 12 years ago
Ron DuPlain a3cb2a3382 Use American English for "behavior" in docs. 13 years ago
Ron DuPlain b885edf810 Fix typo pointed out by tri on #pocoo. 13 years ago
Dmitry Shevchenko 9c48387072 Removed unneeded print statements form mongokit pattern doc 13 years ago
Ron DuPlain df772df24f Touch up run_simple doc, #446. 13 years ago
Filip Ristić c2661dd4bc Update docs/patterns/packages.rst 13 years ago
jtsoi fe9f5a4768 Added an example of how to configure debugging with run_simple, it has to be enabled both for the Flask app and the Werkzeug server. 13 years ago
iammookli 73cb15ed2c Update docs/patterns/mongokit.rst 13 years ago
awsum 20a3281209 Update docs/patterns/wtforms.rst 13 years ago
Ron DuPlain 5cb50a46ee Fix Message Flashing doc, from SwashBuckla #pocoo. 13 years ago
FND 76c1a1f722 fixed spelling of "instantiate" 13 years ago
Ron DuPlain c93ea5551c Keep flashed message examples in one place. 13 years ago
Steven Osborn fa069f94de Allow category filtering in get_flashed_messages to allow rending categories in separate html blocks 13 years ago
awsum d50a0b4955 typo fix 13 years ago
kracekumar b115b38dbe Added PasswordField in docs/patterns/wtforms.rst 13 years ago
Armin Ronacher 54875e9317 Direct passthrough is counter productive 13 years ago
Armin Ronacher 8840973a33 Fixed a cross reference in the 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 d3ca55177a Updated the docs and examples to non-failing teardown handlers 13 years ago
Armin Ronacher 5ca17c86c0 Added a missing colon 13 years ago
Brandon Stafford 5304a15adc Add runserver.py filename to match earlier section of example 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
Dan Callahan 290925e133 Minor documentation typo / grammar fixes 13 years ago
Felix Hummel 8d2daea327 be consistent with app.config['UPLOAD_FOLDER'] 13 years ago
ThomasWaldmann 441c8a5b93 fixed typo 13 years ago
Hadley Rich c6dbcd572b Trivial fix for PathDispatcher example usage 13 years ago
Armin Ronacher c26a6dd50c Admin -> Backend 13 years ago
Armin Ronacher 22d468e190 Less annoying gender neutral forms 13 years ago
Jeffrey Finkelstein 12761bd02c fixed pronoun gender in documentation 13 years ago
Ron DuPlain 8e928a2fcb Document Werkzeug's run_simple for dispatch, #225. 13 years ago
wilsaj c40937e7bf Bug fix in the documentation for Deploying with Fabric: as of Fabric 1.0, in the local() function capture=False by default, so it must be explicitly set to capture=True so it returns a python string (http://docs.fabfile.org/en/1.0.1/api/core/operations.html#fabric.operations.local) 13 years ago
Peter Manser e6b9f509ba Improving documentation for loading jQuery. Now using Google CDN with fallback to local jQuery. 13 years ago
Armin Ronacher d38c61f42a More modules -> blueprints 13 years ago
Armin Ronacher d62e277dfe Added pattern for url processors because the API documentation itself might not reveal much. 13 years ago
Armin Ronacher 86175054d6 More docstrings for blueprints. 13 years ago
Armin Ronacher dbfa04ece6 Removed old module documentation and added some new for blueprints. 13 years ago
Ron DuPlain 65f9bc7b22 Touch up (tiny) doc as requested by emiel, #244. 13 years ago
Armin Ronacher a9fc040c39 Updated documentation to use teardown request where appropriate 14 years ago