Commit graph

646 commits

Author SHA1 Message Date
Ron DuPlain
8e928a2fcb Document Werkzeug's run_simple for dispatch, #225. 2011-06-25 14:11:53 -04:00
Armin Ronacher
0e98a08097 Provide ways to override the url rule 2011-06-25 12:26:07 +02:00
Armin Ronacher
26e748cdd3 Merge branch 'master' of github.com:mitsuhiko/flask 2011-06-25 12:24:38 +02:00
Armin Ronacher
46ecc57b7c Merge pull request #237 from SimonSapin/master
A fix for send_file with unicode filenames.
2011-06-24 07:30:56 -07:00
Ron DuPlain
239d9ccf57 Remove extreview .rst in favor of website listing. 2011-06-23 08:42:27 -04:00
Ron DuPlain
63a3cea69b Merge pull request #250 from wilsaj/master
Deploying with Fabric fabfile bugfix
2011-06-21 08:12:44 -07:00
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) 2011-06-21 10:05:26 -05:00
Peter Manser
e6b9f509ba Improving documentation for loading jQuery. Now using Google CDN with fallback to local jQuery. 2011-06-20 23:51:30 +02:00
Armin Ronacher
04f2bbcb15 Updated JSON docs 2011-06-20 08:27:23 +02:00
Ron DuPlain
65f9bc7b22 Touch up (tiny) doc as requested by emiel, #244. 2011-06-16 10:28:51 -04:00
Kenneth Reitz
87234fb2f8 fixed typo 2011-06-15 23:31:48 -07:00
Ron DuPlain
207006f4c3 Touch up and integrate docs on deploying Flask. 2011-06-10 12:15:50 -04:00
Merlin
5127b8bd26 Added initial uwsgi deployment documentation for nginx; updated nginx URL in fastcgi deployment docs; added uwsgi to deployment index 2011-06-10 12:15:42 -04:00
Ron DuPlain
311c244f2e Approve Flask-Login. 2011-06-07 20:45:26 -04:00
Ron DuPlain
cb604e39bb Approve Frozen-Flask. 2011-06-05 04:38:24 -04:00
Simon Sapin
0baa4800d6 Merge branch 'master' of https://github.com/mitsuhiko/flask 2011-06-02 23:29:31 +02:00
Ron DuPlain
c7ff139481 Merge pull request #238 from SimonSapin/doc-SERVER_NAME-fix
Clarify in docs that the SERVER_NAME config can also take a port number.
2011-05-30 12:45:07 -07:00
Simon Sapin
9beee51b0b Clarify in docs that the SERVER_NAME config can also take a port number. 2011-05-30 21:39:12 +02:00
Simon Sapin
8017febac4 Don't fail for unicode filenames with send_file(add_etags=True) 2011-05-30 15:06:32 +02:00
Armin Ronacher
e3f2dd8f08 Added a test for content length behavior 2011-05-27 15:59:11 +02:00
Armin Ronacher
34e6933832 Documented change in flashing 2011-05-24 16:42:06 +02:00
Armin Ronacher
f2f806285d Merge pull request #232 from sharoonthomas/master
Fixes Issue #227 where pop causes the session to be modified.
2011-05-24 07:41:27 -07:00
Armin Ronacher
7242abcfb2 Extend the logging from the dynamically set logger class. This fixes #234 2011-05-24 16:34:41 +02:00
Armin Ronacher
9c00f8b787 Merge branch 'master' of github.com:mitsuhiko/flask 2011-05-24 16:31:46 +02:00
Armin Ronacher
2a81c8a822 Documented change 2011-05-24 16:30:08 +02:00
Armin Ronacher
d90765b026 Added testcase for json encoding parameter support 2011-05-24 16:29:46 +02:00
Steve Romanow
41952d2b25 respect request charset
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-05-24 16:24:24 +02:00
Ron DuPlain
ea77d5e12d Touch up docs according to user feedback. 2011-05-19 09:14:53 -04:00
Sharoon Thomas
57920a5808 Prevent pop if flashes not in session to avoid modification to session fixes #227 2011-05-17 11:41:12 -04:00
Ron DuPlain
8b974eb355 Note to use debug=False for third-party debuggers.
As requested on mailing list.
http://flask.pocoo.org/mailinglist/archive/2011/5/12/using-eclipse%2Bpydev-for-debugging-flask-apps/
2011-05-12 13:00:03 -04:00
Armin Ronacher
19dfe5f631 Merge pull request #230 from RonnyPfannschmidt/docs
the import order note was meant to be bold, not cursive
2011-05-08 03:32:31 -07:00
Ronny Pfannschmidt
74514fc837 the import order note was meant to be bold, not cursive 2011-05-08 11:31:52 +02:00
Armin Ronacher
e3d577cc2a Merge pull request #228 from akavlie/master
Corrections to fabfile example
2011-05-07 15:28:05 -07:00
Ron DuPlain
15c937b316 Remove ctx.bind() from doc. It doesn't exist. 2011-05-01 16:36:51 -04:00
Aaron Kavlie
c6e4d743a9 A couple of corrections to the example fabfile. 2011-04-27 14:28:07 -07:00
Aaron Kavlie
9d84a3458b Merge remote-tracking branch 'upstream/master' into issue_198 2011-04-27 14:25:34 -07:00
Armin Ronacher
017117778e Document that None skips in query strings. This fixes #224 2011-04-25 16:02:35 +02:00
Armin Ronacher
e774e3a69e Switch params and example 2011-04-18 23:20:24 +02:00
Armin Ronacher
d8fcd4260e Whitespace normalization 2011-04-18 23:19:59 +02:00
streety
1dd83964f0 Change to match headers in https://github.com/mitsuhiko/werkzeug/blob/master/werkzeug/contrib/fixers.py
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-04-18 17:00:05 +02:00
Armin Ronacher
3c7b5a68f1 Changelog entry 2011-04-18 16:48:40 +02:00
Simon Sapin
7ed3196e8d Add safe_join: returns the filename used by send_from_directory.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-04-18 16:48:12 +02:00
Kanak Kshetri
0e4cd2e651 Fixed a typo that was preventing second code block from appearing in a code block
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-04-18 16:40:51 +02:00
Rémy Roy
709ecefee1 Updating documentation for app.after_request decorator.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-04-18 16:39:33 +02:00
Noufal Ibrahim
a2225bf57e Added a note on actually starting the application
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-04-18 16:32:13 +02:00
Armin Ronacher
0ecc686372 Fixed a typo 2011-04-17 19:03:06 +02:00
Armin Ronacher
4c8c503326 break line 2011-03-18 09:00:24 +01:00
Armin Ronacher
fd0862c77d Merge remote branch 'mattd/extensions-docs' 2011-03-15 12:20:30 -04:00
Aaron Kavlie
67581795c4 Improved botched docstring wording for silent failure.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-03-15 12:19:05 -04:00
Armin Ronacher
dd75cc9e28 Merge branch 'appdispatch-docs' 2011-03-15 12:07:32 -04:00