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
|
fee5bdafe8
|
Code cleanup
|
2010-07-25 17:34:47 +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
|
e5008386b1
|
Added docs on use_evalex. This fixes #90
|
2010-07-17 15:41:05 +02:00 |
Armin Ronacher
|
a3a72e2d8d
|
Added middlewares to quickstart. This fixes #88
|
2010-07-17 15:39:24 +02:00 |
Armin Ronacher
|
91e9632a37
|
Moved wsgi_app down to a more logical location
|
2010-07-17 15:26:35 +02:00 |
Armin Ronacher
|
e0712b47c6
|
Added support for signals
|
2010-07-17 14:39:28 +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
|
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 |
florentx
|
16e4d5a655
|
Various typos.
|
2010-07-07 02:09:07 +08:00 |
Armin Ronacher
|
da514b3984
|
Respect the domain for the session cookie. This fixes #79
|
2010-07-06 10:42:36 +02:00 |
Armin Ronacher
|
77e2fbf249
|
Added a separate logging module
|
2010-07-05 10:37:44 +02:00 |
Armin Ronacher
|
df3f8940c3
|
Added separate module for testing
|
2010-07-05 10:31:18 +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
|
f1cde5bbfc
|
Added more versionadded directives
|
2010-07-04 20:11:54 +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
|
b551f15b22
|
Restored 2.5 compatibility{
|
2010-07-04 14:17:29 +02:00 |
Armin Ronacher
|
665fa2a32b
|
More refactoring and moving stuff around
|
2010-07-04 14:01:56 +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 |
Armin Ronacher
|
dd59d7241d
|
Ported a typo fix from master
|
2010-07-04 11:26:34 +02:00 |
Armin Ronacher
|
8798b4b711
|
Merged in changes from master by hand
|
2010-07-04 11:25:26 +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 |