defuz
974e144843
docs: remove unnecessary colons
10 years ago
defuz
ad011bc32d
docs: ``DEBUG``, ``SERVER_NAME``, ``PATH_INFO``
10 years ago
defuz
a8f570cc62
docs: :file:`app.py`, :file:`yourapp/templates`
10 years ago
defuz
8284217593
docs: ``True``, ``False`` and ``None``
10 years ago
Ivan Ivaschenko
6a6acfbb09
Using double-backticks: ``None``
10 years ago
defuz
76f3d6b45e
improve TEMPLATE_AUTO_RELOAD docs
10 years ago
defuz
f88765d504
set TEMPLATE_AUTO_RELOAD default value to None
10 years ago
Armin Ronacher
bafc139810
Added EXPLAIN_TEMPLATE_LOADING to help people debug templates not being loaded.
10 years ago
Armin Ronacher
84ad89ffa4
Always log now, even if debug is off.
10 years ago
lord63
e429e47a96
Correct the mistakes.
10 years ago
Nico Revin
22219f51e5
Update doclinks
...
Fix redirects and broken links
10 years ago
lord63
02e7bec21c
Fix typos in config.rst
10 years ago
lord63
7777b06809
Fix a typo in config.rst
10 years ago
Mark Hildreth
6a37c1716d
Fixed incorrect grammar in Config.rst
...
Fixed incorrect grammar in "SESSION_REFRESH_EACH_REQUEST" configuration description.
11 years ago
defuz
3e485009a8
add TEMPLATES_AUTO_RELOAD option to config
11 years ago
defuz
475b0c1cd9
fix typo (jsonfiy)
11 years ago
Armin Ronacher
d1d835c023
Added SESSION_REFRESH_EACH_REQUEST config option.
...
This also changes how sessions are being refreshed. With the new
behavior set-cookie is only emitted if the session is modified or if the
session is permanent. Permanent sessions can be set to not refresh
automatically through the SESSION_REFRESH_EACH_REQUEST config key.
This fixes #798 .
11 years ago
Armin Ronacher
77d293cf49
Order JSON keys by default to avoid trashing HTTP caches
12 years ago
Armin Ronacher
3d9055b3b7
Added the JSONIFY_PRETTYPRINT_REGULAR config variable. This fixes #725
12 years ago
Armin Ronacher
8339cb3508
Added support for unicode json dumping. This fixes #535
12 years ago
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