Stephane Wirtel
801918603c
Remove an unused function
2010-07-30 05:55:10 +08:00
Armin Ronacher
fee5bdafe8
Code cleanup
2010-07-25 17:34:47 +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
f5b8c08284
endpoint is optional for modules. This fixes #86
2010-07-15 14:35:02 +02:00
Armin Ronacher
85ff63c32e
Emit correct date. In theory
2010-07-13 23:52:55 +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
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
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
8945a97a42
fixed possible security problem in module branch
2010-07-04 20:36:34 +02:00
Armin Ronacher
51a89bf35e
Restored 2.5 compatibility and actual fix for the json problem
2010-07-04 20:07:03 +02:00
Armin Ronacher
80eb6cfffc
Switched to relative imports in the package
2010-07-04 20:00:23 +02:00
Armin Ronacher
2b00ec4017
Small cleanups
2010-07-04 14:19:17 +02:00
Armin Ronacher
a3c9494f67
Moved templating stuff into a separate module
2010-07-04 13:49:58 +02:00
Armin Ronacher
a38dcd5e2b
Added support for loading templates from modules
2010-07-04 13:42:00 +02:00
Armin Ronacher
15012af700
Refactored static folder registration
2010-07-04 12:48:37 +02:00
Armin Ronacher
fedc06c295
dropped pkg_resources
2010-07-04 12:14:00 +02:00
Armin Ronacher
532347d6ad
phased out shared data middleware in flask for send_file
2010-07-04 12:06:29 +02:00
Armin Ronacher
d0c6ad7d28
Added support for conditional responses to send_file
2010-07-04 11:56:08 +02:00
Armin Ronacher
4f8ee8f129
Added missing comments, fixed setup.py and made tests pass
2010-07-04 11:35:20 +02:00
Justin Quick
c4f64c1c47
working import layout for module
2010-07-02 15:10:32 -04:00
Justin Quick
d0dc89ea80
in with the new. i have the bits in places where i think they should be, now i just need to work on the import scheme layout
2010-07-02 14:20:58 -04:00