Commit graph

59 commits

Author SHA1 Message Date
Armin Ronacher
6e3dd9b3ce Added a changelog entry for #108 2010-08-20 11:20:22 +02:00
Armin Ronacher
a3a843999b normpath is now used before loading templates 2010-08-09 15:16:02 +02:00
Armin Ronacher
fda14678c0 Deprecated send_file etag support and mimetype guessing for file-like objects. This fixes #104 2010-08-07 13:36:39 +02:00
Armin Ronacher
faa1c71e45 Request local objects now fail properly with a RuntimeError. This fixes #105 2010-08-07 13:02:53 +02:00
Armin Ronacher
952967fcab In 0.7, make_default_options_response is a public API 2010-07-28 01:39:25 +02:00
Armin Ronacher
dbf55de7e8 Fixed an issue where the default OPTIONS response was
not exposing all valid methods in the `Allow` header.

This fixes #97

Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-07-28 01:28:00 +02:00
Armin Ronacher
8a14a875d2 Added the upcoming bugfix release to the mainbranches CHANGES 2010-07-28 01:26:15 +02:00
Armin Ronacher
16b101edb6 HEAD is 0.7-dev 2010-07-27 14:40:21 +02:00
Armin Ronacher
5cadd9d34d Picked codename for 0.6 2010-07-27 14:38:59 +02:00
Armin Ronacher
7680d52f42 Added support for subdomain bound modules 2010-07-23 13:29:21 +01:00
Armin Ronacher
405d4492e4 Documented more changes 2010-07-17 15:56:58 +02:00
Armin Ronacher
e0712b47c6 Added support for signals 2010-07-17 14:39:28 +02:00
Armin Ronacher
6fc1492357 Added make_response 2010-07-17 11:36:16 +02:00
Armin Ronacher
82b143f972 Changelog entry for 0.5.2
Conflicts:

	CHANGES
2010-07-15 20:03:58 +02:00
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