Commit Graph

419 Commits

Author SHA1 Message Date
Armin Ronacher a59dfe4a77 Added missing template 2010-07-17 14:02:02 +02:00
Armin Ronacher 90b8df3e4c Fixed paren in docstring 2010-07-17 13:10:50 +02:00
Armin Ronacher 6fc1492357 Added make_response 2010-07-17 11:36:16 +02:00
Armin Ronacher e20534dbf5 Merge branch 'master' of github.com:mitsuhiko/flask 2010-07-16 13:16:18 +02:00
Armin Ronacher 70dc2b66a0 Removed useless script reference. This fixes #87 2010-07-16 13:14:54 +02:00
Ron DuPlain b4b2f42f48 Warn about SQL injection in the tutorial. 2010-07-16 04:57:18 +08:00
Armin Ronacher dbb3620792 Fixed an rst error 2010-07-15 21:22:11 +02:00
Armin Ronacher 82b143f972 Changelog entry for 0.5.2
Conflicts:

	CHANGES
2010-07-15 20:03:58 +02:00
Armin Ronacher c83b5555f0 Improved styleguide docs 2010-07-15 18:11:38 +02:00
Armin Ronacher 1202996c63 Fixed a template loading bug 2010-07-15 18:10:26 +02:00
Armin Ronacher 793a56bc8b Added the pocoo styleguide to the documentation 2010-07-15 17:01:04 +02:00
Armin Ronacher e84ca8ed94 Clearified that 2010-07-15 15:43:17 +02:00
Armin Ronacher bc8e021b34 Added a note on references to static folders 2010-07-15 15:42:27 +02:00
Armin Ronacher 54ebd88f45 Documented MAX_CONTENT_LENGTH in the file upload docs and linked to Flask-Uploads 2010-07-15 14:39:49 +02:00
Armin Ronacher 4aeb44567a Documented change 2010-07-15 14:35:44 +02:00
Armin Ronacher f5b8c08284 endpoint is optional for modules. This fixes #86 2010-07-15 14:35:02 +02:00
Armin Ronacher b1790cca55 Added MAX_CONTENT_LENGTH config key 2010-07-14 10:47:57 +02:00
Armin Ronacher f8f8463f3a Documented cookie problem for #80 2010-07-14 02:50:41 +02:00
Armin Ronacher 85ff63c32e Emit correct date. In theory 2010-07-13 23:52:55 +02:00
Armin Ronacher aa3d8398fd Config is now available in templates, context processors no longer override keys 2010-07-13 23:30:29 +02:00
Armin Ronacher ed16ae2183 Always register URL rules. This fixes #81 2010-07-13 23:14:53 +02:00
Armin Ronacher 6e52355eb3 tiny performance improvement 2010-07-12 23:58:43 +02:00
Armin Ronacher 5e1b1030e8 Added support for automagic OPTIONS 2010-07-12 23:04:24 +02:00
Armin Ronacher a532568680 Merge branch 'master' of github.com:mitsuhiko/flask 2010-07-12 18:05:16 +02:00
Armin Ronacher d12d73263f Reverse order of execution of post-request handlers. This fixes #82 2010-07-12 18:04:10 +02:00
Armin Ronacher f3b6d94bf7 added Thomas Schranz to AUTHORS 2010-07-07 09:19:41 -07:00
Thomas Schranz 0198313a22 added workaround for json on Google AppEngine
Google AppEngine unfortunately does not offer json/simplejson where
we would expect it to be, but since they do offer django and django
comes with simplejson as a frozen dependency, we can import it
from there.

prior art:
http://github.com/facebook/python-sdk/blob/master/src/facebook.py#L50
2010-07-08 00:19:12 +08:00
Armin Ronacher f1a6fbe250 send_from_directory > SharedDataMiddleware 2010-07-06 20:28:48 +02:00
florentx 16e4d5a655 Various typos. 2010-07-07 02:09:07 +08:00
Armin Ronacher b004324dbb merged with 0.5-maintenance 2010-07-06 19:26:37 +02:00
Armin Ronacher 0a93c552cc Fixed a template lookup error 2010-07-06 19:24:50 +02:00
Armin Ronacher 596ae0ced5 Updated changelog 2010-07-06 19:11:51 +02:00
Armin Ronacher 98ea6579c8 Preparing for a 0.5.1 bugfix release 2010-07-06 19:10:08 +02:00
Armin Ronacher 3f7ab17977 HEAD is 0.6-dev 2010-07-06 16:28:47 +02:00
Armin Ronacher 4c937be252 Preparing for release 2010-07-06 16:25:44 +02:00
Armin Ronacher 5dd4e9f318 Fixed a typo 2010-07-06 16:10:49 +02:00
Armin Ronacher 34fcd19306 Added chapter about fabric based deployments 2010-07-06 16:07:13 +02:00
Armin Ronacher b7c0e564d4 Added a chapter on configuration options 2010-07-06 14:42:43 +02:00
Armin Ronacher 77743a5f15 Some documentation improvements 2010-07-06 12:33:39 +02:00
Armin Ronacher 60e143ecb6 Documented change regarding the session cookie domain policy in the CHANGES 2010-07-06 10:43:38 +02:00
Armin Ronacher da514b3984 Respect the domain for the session cookie. This fixes #79 2010-07-06 10:42:36 +02:00
Armin Ronacher 56796f0f43 More doc changes regarding foreword 2010-07-05 11:06:29 +02:00
Armin Ronacher 77e2fbf249 Added a separate logging module 2010-07-05 10:37:44 +02:00
Armin Ronacher e5d8202038 Added a docstring 2010-07-05 10:32:06 +02:00
Armin Ronacher df3f8940c3 Added separate module for testing 2010-07-05 10:31:18 +02:00
Armin Ronacher c34b03e9a6 Documented send_from_directory 2010-07-05 10:25:51 +02:00
Armin Ronacher ac13deff40 Re-added support for folder with static files, refactored static file sending 2010-07-05 10:23:35 +02:00
Armin Ronacher b7109865a3 Removed circular dependency by going over a proxy. This is the better solution anyway 2010-07-04 22:57:49 +02:00
Armin Ronacher 09e7b5eb2f Added a chapter for 0.5 in upgrading.rst 2010-07-04 20:40:58 +02:00
Armin Ronacher 8945a97a42 fixed possible security problem in module branch 2010-07-04 20:36:34 +02:00