Commit graph

150 commits

Author SHA1 Message Date
Armin Ronacher
ef62e8440e Merge pull request #702 from edburnett/master
AJAX with jQuery documentation update
2013-05-14 03:25:49 -07:00
Jason Moon
d1bf82b0f4 Fixed typo in URL Processor documentation 2013-04-14 00:10:38 -07:00
Ed Burnett
0a5d62f9ee Updated jquery.rst with the current Google Developer hosted libraries URL and jquery version 2013-03-26 16:56:05 -07:00
Markus Unterwaditzer
9d8674d5b6 Added more information about app factories. 2013-03-17 21:42:30 +01:00
Alex Couper
a92588f161 Add closing html tag 2013-02-22 11:15:40 +00:00
Armin Ronacher
05f162329d Added celery pattern 2013-01-27 00:38:25 +00:00
Kenneth Reitz
3fdcefbcda Merge pull request #625 from soulseekah/master
Use sqlite3.Row factory in Flaskr (#588)
2013-01-24 20:22:02 -08:00
Trung Ly
b4fc4412e8 Update docs/patterns/deferredcallbacks.rst
fix example code in Deferred Callback docs: don't set response upon executing callback
2013-01-14 14:53:06 -08:00
Erik Rose
a319516518 Fix a typo in the deferred-callbacks docs. 2012-12-11 14:11:27 -08:00
Max Countryman
caefb67ccd correcting typo 2012-11-05 15:31:07 -08:00
Gennady Kovshenin
82b29c09ac Use sqlite3.Row factory in Flaskr
As pointed out in issue #588 sqlite3.Row should be used instead of
using casting to dict(). Also altered the "Easy Querying" Patterns
example to include the more correct way to return rows as dicts.
Did not touch Tutorial examples ("Views"), as these are not up to
date with the current Flaskr code, and the "Show Entries" section
points out the "Easy Querying" section on how to convert to a
dict().
2012-11-05 06:00:46 +06:00
Armin Ronacher
c2e5799879 Updated examples to new sqlite patterns and added new section to appcontext docs 2012-10-09 14:02:32 -05:00
Armin Ronacher
b5bb49d080 Added a new example for checksums on input data. This fixes #601 2012-10-07 15:46:21 +02:00
Armin Ronacher
18413ed1bf Added HTTP override middleware to docs. This fixes #582 2012-10-07 13:02:05 +02:00
pinchsp
69e419e020 Fixed small mistake in sqlalchemy pattern 2012-09-04 00:51:45 -03:00
Armin Ronacher
d5218997d9 Added flask.stream_with_context 2012-06-27 15:06:39 +01:00
Armin Ronacher
9be47f5932 Merge pull request #479 from dmishe/patch-1
Removed unneeded print statements form mongokit pattern doc
2012-06-17 06:25:10 -07:00
Ron DuPlain
a3cb2a3382 Use American English for "behavior" in docs.
Prompted by plaes on #pocoo, mitsuhiko confirmed to use American English.
2012-04-19 11:51:38 -04:00
Ron DuPlain
b885edf810 Fix typo pointed out by tri on #pocoo. 2012-04-18 15:54:04 -04:00
Dmitry Shevchenko
9c48387072 Removed unneeded print statements form mongokit pattern doc 2012-04-08 18:09:12 -05:00
Ron DuPlain
df772df24f Touch up run_simple doc, #446. 2012-04-01 11:40:37 -04:00
Ron DuPlain
8740fff907 Merge pull request #446 from jtsoi/patch-1
Debug example with run_simple and flask app.
2012-04-01 08:37:44 -07:00
Kenneth Reitz
079c5ef7ff Merge pull request #445 from iammookli/patch-1
Update docs/patterns/mongokit.rst
2012-03-20 19:01:28 -07:00
Filip Ristić
c2661dd4bc Update docs/patterns/packages.rst 2012-03-20 22:07:58 +01:00
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. 2012-03-16 09:38:40 +01:00
iammookli
73cb15ed2c Update docs/patterns/mongokit.rst 2012-03-15 18:20:17 -07:00
awsum
20a3281209 Update docs/patterns/wtforms.rst 2012-02-25 15:29:13 -05:00
Ron DuPlain
5cb50a46ee Fix Message Flashing doc, from SwashBuckla #pocoo.
Provide a full example as promised in the doc.
2012-01-31 05:46:18 -05:00
FND
76c1a1f722 fixed spelling of "instantiate"
while the interwebs suggest "instanciate" might be a valid spelling, it
seems quite uncommon and potentially irritating (to pedants like myself)
2012-01-23 20:12:57 +01:00
Ron DuPlain
c93ea5551c Keep flashed message examples in one place. 2012-01-16 23:16:43 -05:00
Steven Osborn
fa069f94de Allow category filtering in get_flashed_messages to allow rending categories in separate html blocks 2012-01-16 22:45:42 -05:00
awsum
d50a0b4955 typo fix 2012-01-07 21:11:35 +02:00
kracekumar
b115b38dbe Added PasswordField in docs/patterns/wtforms.rst 2011-10-06 23:45:35 +05:30
Armin Ronacher
54875e9317 Direct passthrough is counter productive 2011-09-20 00:03:24 +02:00
Armin Ronacher
8840973a33 Fixed a cross reference in the docs. 2011-09-18 12:50:56 +02:00
Armin Ronacher
b40af3ccd9 Updated the documentation to show how to set cookies for not yet existing responses 2011-09-05 18:51:47 +02:00
Armin Ronacher
d3ca55177a Updated the docs and examples to non-failing teardown handlers 2011-08-25 20:56:43 +01:00
Armin Ronacher
5ca17c86c0 Added a missing colon 2011-08-07 01:51:02 +02:00
Brandon Stafford
5304a15adc Add runserver.py filename to match earlier section of example 2011-08-04 22:31:11 -03:00
Armin Ronacher
029eebe2f5 No need for the directive here. 2011-07-27 22:34:56 +02:00
Armin Ronacher
79aa4ac14d Merge branch 'master' of github.com:mitsuhiko/flask 2011-07-27 22:34:34 +02:00
Armin Ronacher
4d2c8181b4 Updated docs for streaming 2011-07-27 22:34:18 +02:00
Dan Callahan
290925e133 Minor documentation typo / grammar fixes 2011-07-19 16:42:11 -05:00
Felix Hummel
8d2daea327 be consistent with app.config['UPLOAD_FOLDER']
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-07-15 19:02:19 +02:00
ThomasWaldmann
441c8a5b93 fixed typo 2011-07-10 09:25:08 -07:00
Hadley Rich
c6dbcd572b Trivial fix for PathDispatcher example usage 2011-06-30 22:44:28 +12:00
Armin Ronacher
c26a6dd50c Admin -> Backend 2011-06-29 15:36:02 +02:00
Armin Ronacher
22d468e190 Less annoying gender neutral forms 2011-06-28 14:34:07 +02:00
Armin Ronacher
4e47ea9105 Merge branch 'master' into blueprints 2011-06-27 09:30:39 +02:00
Jeffrey Finkelstein
12761bd02c fixed pronoun gender in documentation 2011-06-26 21:43:48 -04:00