Ron DuPlain
26da6a5365
Use default send_file max-age consistently.
...
Prior to this commit, the send_file max-age hook and config were only
used for the static file handler. Now they are used when calling
helpers.send_file directly.
13 years ago
Armin Ronacher
ab110d8fe5
Documented config changes
13 years ago
Ron DuPlain
d94efc6db6
Expose send_file max-age as config value, #433 .
...
Need to add the same hook in a Blueprint, but this is the first such
case where we need app.config in the Blueprint.
13 years ago
Cory Li
e4d9ccd6ec
Changing instance_root to instance_path
13 years ago
Armin Ronacher
396c4bdcc0
Fixed a typo. "Does not" of course
13 years ago
Armin Ronacher
6dccf77546
PERMANENT_SESSION_LIFETIME can now be an integer. This fixes #310
13 years ago
Armin Ronacher
6d0b3264c2
Mention localhost:5000 being pointless in the docs. It already says that down on the page but not on the key
13 years ago
Armin Ronacher
ccf464189b
Added finer control over the session cookie parameters
13 years ago
Armin Ronacher
314f9201ab
Updated instance path documentation to explain the $PREFIX lookup
13 years ago
Armin Ronacher
c844d02f1c
Added the APPLICATION_ROOT configuration variable which is used by session backends.
13 years ago
Priit Laes
713ced603e
Improve configuration docs a bit
13 years ago
Armin Ronacher
0520425055
Fixed a typo
13 years ago
Armin Ronacher
9af75546f0
Mention default locations for instance folders
13 years ago
Armin Ronacher
187cb80dcc
Documented instance root
13 years ago
Armin Ronacher
acac64e36a
Don't only catch BadRequest key errors but all bad request errors.
13 years ago
Armin Ronacher
7155f11a72
Added HTTP exception trapping. This should fix #294
13 years ago
Armin Ronacher
d38c61f42a
More modules -> blueprints
14 years ago
Simon Sapin
9beee51b0b
Clarify in docs that the SERVER_NAME config can also take a port number.
14 years ago
Armin Ronacher
086ecdb918
Better reraising of exceptions
14 years ago
Armin Ronacher
e71a5ff8de
Started work on new request dispatching. Unittests not yet updated
14 years ago
Sam Anderson
da00160db6
Fixed some small typos in the documentation.
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
Armin Ronacher
8569dfee61
Added a PROPAGATE_EXCEPTIONS flag
14 years ago
Ron DuPlain
6875a057ec
Fixed small typos in docs. Added a cross-ref.
14 years ago
Armin Ronacher
dbb3620792
Fixed an rst error
15 years ago
Armin Ronacher
b1790cca55
Added MAX_CONTENT_LENGTH config key
15 years ago
Armin Ronacher
f8f8463f3a
Documented cookie problem for #80
15 years ago
Armin Ronacher
34fcd19306
Added chapter about fabric based deployments
15 years ago
Armin Ronacher
b7c0e564d4
Added a chapter on configuration options
15 years ago
Armin Ronacher
f195d92447
Added proper subdomain support
15 years ago
Adam Zapletal
24754114fc
Minor config documentation fixes (grammar, etc)
15 years ago
Armin Ronacher
f5fb457657
Added TESTING flag. This fixes #58 .
15 years ago
Armin Ronacher
ce6e4cbd73
0.5 is 0.3 now, why skip numbers?
15 years ago
Armin Ronacher
dfecc86dd3
Ported examples over to new config. documented upgrading
15 years ago
Armin Ronacher
182ee31503
Added chapter about config
15 years ago