Dag Odenhall
d4c44a7d8c
BaseConverter is in werkzeug.routing
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
Pedro Algarvio
a327452540
Better handling for `test_request_context` don't just append the port.
...
Also implemented a proper initial environment to use with
`Flask.test_app()` based on the application's configuration.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
Pedro Algarvio
88883aa6db
Fix for Flask's ticket 126. A proper environment is now built to use
...
with `test_request_context()`.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
Armin Ronacher
1e4e578d73
Added the extensions dictionary on the application
15 years ago
Armin Ronacher
eb67242e1c
Fixed a typo in a docstring in app.py
15 years ago
jgraeme
549af62290
Fix some typos in the docstrings
15 years ago
Armin Ronacher
952967fcab
In 0.7, make_default_options_response is a public API
15 years ago
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>
15 years ago
Armin Ronacher
fee5bdafe8
Code cleanup
15 years ago
Armin Ronacher
7680d52f42
Added support for subdomain bound modules
15 years ago
Armin Ronacher
405d4492e4
Documented more changes
15 years ago
Armin Ronacher
e5008386b1
Added docs on use_evalex. This fixes #90
15 years ago
Armin Ronacher
a3a72e2d8d
Added middlewares to quickstart. This fixes #88
15 years ago
Armin Ronacher
91e9632a37
Moved wsgi_app down to a more logical location
15 years ago
Armin Ronacher
e0712b47c6
Added support for signals
15 years ago
Armin Ronacher
f5b8c08284
endpoint is optional for modules. This fixes #86
15 years ago
Armin Ronacher
b1790cca55
Added MAX_CONTENT_LENGTH config key
15 years ago
Armin Ronacher
aa3d8398fd
Config is now available in templates, context processors no longer override keys
15 years ago
Armin Ronacher
ed16ae2183
Always register URL rules. This fixes #81
15 years ago
Armin Ronacher
5e1b1030e8
Added support for automagic OPTIONS
15 years ago
Armin Ronacher
d12d73263f
Reverse order of execution of post-request handlers. This fixes #82
15 years ago
florentx
16e4d5a655
Various typos.
15 years ago
Armin Ronacher
da514b3984
Respect the domain for the session cookie. This fixes #79
15 years ago
Armin Ronacher
77e2fbf249
Added a separate logging module
15 years ago
Armin Ronacher
df3f8940c3
Added separate module for testing
15 years ago
Armin Ronacher
ac13deff40
Re-added support for folder with static files, refactored static file sending
15 years ago
Armin Ronacher
f1cde5bbfc
Added more versionadded directives
15 years ago
Armin Ronacher
80eb6cfffc
Switched to relative imports in the package
15 years ago
Armin Ronacher
2b00ec4017
Small cleanups
15 years ago
Armin Ronacher
b551f15b22
Restored 2.5 compatibility{
15 years ago
Armin Ronacher
665fa2a32b
More refactoring and moving stuff around
15 years ago
Armin Ronacher
a3c9494f67
Moved templating stuff into a separate module
15 years ago
Armin Ronacher
a38dcd5e2b
Added support for loading templates from modules
15 years ago
Armin Ronacher
15012af700
Refactored static folder registration
15 years ago
Armin Ronacher
fedc06c295
dropped pkg_resources
15 years ago
Armin Ronacher
532347d6ad
phased out shared data middleware in flask for send_file
15 years ago
Armin Ronacher
d0c6ad7d28
Added support for conditional responses to send_file
15 years ago
Armin Ronacher
4f8ee8f129
Added missing comments, fixed setup.py and made tests pass
15 years ago
Armin Ronacher
dd59d7241d
Ported a typo fix from master
15 years ago
Armin Ronacher
8798b4b711
Merged in changes from master by hand
15 years ago
Justin Quick
c4f64c1c47
working import layout for module
15 years ago
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
15 years ago