Commit graph

45 commits

Author SHA1 Message Date
Armin Ronacher
4aeb44567a Documented change 2010-07-15 14:35:44 +02:00
Armin Ronacher
b1790cca55 Added MAX_CONTENT_LENGTH config key 2010-07-14 10:47:57 +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
5e1b1030e8 Added support for automagic OPTIONS 2010-07-12 23:04:24 +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
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
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
60e143ecb6 Documented change regarding the session cookie domain policy in the CHANGES 2010-07-06 10:43:38 +02:00
Armin Ronacher
c34b03e9a6 Documented send_from_directory 2010-07-05 10:25:51 +02:00
Armin Ronacher
362cf493c4 Documented the create_jinja_loader removal 2010-07-04 14:20:20 +02:00
Armin Ronacher
f694456ff6 Documented changes 2010-07-04 14:13:30 +02:00
Armin Ronacher
fedc06c295 dropped pkg_resources 2010-07-04 12:14:00 +02:00
Armin Ronacher
d0c6ad7d28 Added support for conditional responses to send_file 2010-07-04 11:56:08 +02:00
Armin Ronacher
88d9315d19 We should now have the same public API as before 2010-07-04 11:37:39 +02:00
Armin Ronacher
7599046d04 Started working on refactoring Jinja integration 2010-07-04 11:16:24 +02:00
Armin Ronacher
f195d92447 Added proper subdomain support 2010-06-29 01:13:40 +02:00
Armin Ronacher
528ae04be0 HEAD is 0.5-dev 2010-06-18 17:14:43 +02:00
Armin Ronacher
7698c3fd14 This will become 0.4 2010-06-18 17:10:31 +02:00
Armin Ronacher
fe35105bec Updated design decisions. This fixes #63 2010-06-18 17:03:31 +02:00
Armin Ronacher
f5fb457657 Added TESTING flag. This fixes #58. 2010-06-07 00:56:02 +02:00
Armin Ronacher
9983e84742 Fixed after_request handlers being called twice in some cases and improved logging system 2010-06-03 16:21:23 +02:00
Armin Ronacher
bc00fd1e83 Added support for deferred context cleanup. test_client users can now access the context locals after the actual request if the client is used with a with-block. This fixes #59. 2010-06-03 15:26:07 +02:00
Armin Ronacher
937360877b Documented changes in after_request handlers. 2010-06-02 18:32:23 +02:00
Armin Ronacher
50bca8c2d3 Updated AUTHORS file and added missing versionadded 2010-05-31 17:38:05 +02:00
Armin Ronacher
8e4bcaf576 Fixed build process 2010-05-28 21:37:27 +02:00
Armin Ronacher
dba42ae968 Added missing message 2010-05-28 21:37:27 +02:00
Armin Ronacher
6cb0855e2d Fixed an error reporting bug with flask.Config.from_envvar 2010-05-28 21:37:27 +02:00
Armin Ronacher
6913dc1733 Added missing changelog entry 2010-05-28 01:30:46 +02:00
Armin Ronacher
d29a9765a5 HEAD is 0.4dev 2010-05-28 01:25:19 +02:00
Armin Ronacher
ce6e4cbd73 0.5 is 0.3 now, why skip numbers? 2010-05-28 01:18:29 +02:00
Armin Ronacher
ef0dc1800f Added interactive Python docs, fixed part style. 2010-05-24 18:37:48 +02:00
Armin Ronacher
e7f67e1333 Added logging support. 2010-05-17 16:06:30 +02:00
Armin Ronacher
35ed617fe4 Added support for flashing categories.
This fixes #35.
2010-05-17 00:37:55 +02:00
Armin Ronacher
07581b2404 HEAD is 0.5-dev 2010-05-12 01:32:29 +02:00
Armin Ronacher
b0ab127015 Added logo with new slogan 2010-05-12 01:29:25 +02:00
Armin Ronacher
9fa4f94ad8 Merge branch 'master' into module-support
Conflicts:
	CHANGES
	docs/_themes
	tests/flask_tests.py
2010-05-12 01:04:35 +02:00
Armin Ronacher
2d87e9bc37 Added support for send_file 2010-05-10 11:27:42 +02:00
Armin Ronacher
b93ec1465b Documented module changes in CHANGES 2010-05-04 16:41:04 +02:00
Armin Ronacher
75461c1467 Added _external support to url_for 2010-05-02 19:10:44 +02:00
Armin Ronacher
9cf2ea2abc Documented hostname change. 2010-04-20 21:45:36 +02:00
Armin Ronacher
260b4dfe61 Added changelog, restructured docs a bit. 2010-04-20 20:21:01 +02:00