Ron DuPlain
33bae1a8dc
Add Flask.request_globals_class to customize g.
...
Requested by toothr on #pocoo.
13 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
Ron DuPlain
7c79ce6e41
Revise foreword and Becoming Big docs, #484 .
13 years ago
Ron DuPlain
ff5ee034b8
Touch up README.
13 years ago
Ron DuPlain
b31f2d9a64
Require Werkzeug>=0.7, #449 .
13 years ago
Ron DuPlain
2262ce4915
Skip template leak test when not CPython2.7, #452 .
13 years ago
Ron DuPlain
148c50abf9
Document url_for BuildError hook.
13 years ago
Kenneth Reitz
ccc6816459
Merge pull request #498 from alekzvik/master
...
Fixed typo in docs/quickstart
13 years ago
Alex Vykalyuk
028229d0ff
Fixed typo in docs/quickstart
13 years ago
Ron DuPlain
8c8c524ddb
Re-raise BuildError with traceback.
13 years ago
Ron DuPlain
bb31188ec3
Add a BuildError hook to url_for, #456 .
13 years ago
Ron DuPlain
d90f0afe39
Add test for jsonify padded=False, #495 .
13 years ago
Kenneth Reitz
2ae2338ebf
Merge pull request #496 from alekzvik/master
...
Removed link to ep.io
13 years ago
Alex Vykalyuk
0333c824bf
Removed link to ep.io from quickstart
13 years ago
Ron DuPlain
fb01187885
Touch up fastcgi doc.
13 years ago
Vadim Pestovnikov
34380b9c1d
Add detailed Apache httpd fastcgi configuration.
13 years ago
Ron DuPlain
a3cb2a3382
Use American English for "behavior" in docs.
...
Prompted by plaes on #pocoo, mitsuhiko confirmed to use American English.
13 years ago
Ron DuPlain
10c34e6652
Reword 0.9 upgrade doc, thanks to plaes on #pocoo.
13 years ago
Ron DuPlain
b885edf810
Fix typo pointed out by tri on #pocoo.
13 years ago
Ron DuPlain
0d2ffc094b
Use 'venv' consistently for virtualenv directory.
...
Pointed out by tri on #pocoo.
13 years ago
Ron DuPlain
fd62cd82cb
Merge pull request #493 from kuyanatan/patch-1
...
Rectified rampant 'roule'.
13 years ago
Natan
ffbab00cd1
Rectified rampant 'roule'.
13 years ago
Kenneth Reitz
2a6c80a37d
Merge pull request #489 from florentx/patch-1
...
few typos
13 years ago
Florent Xicluna
a2eb5efcd8
few typos
13 years ago
Ron DuPlain
1a19ddc55c
Merge pull request #486 from PaulMcMillan/docs_fix
...
Minor docs fix.
13 years ago
Paul McMillan
acb61ae57b
Minor docs fix.
13 years ago
Ron DuPlain
989aabbe32
Merge pull request #483 from svieira/patch-1
...
Fix spelling.
13 years ago
Sean Vieira
9d09632dbf
Fix spelling.
13 years ago
Armin Ronacher
bcd00e5070
Fixed a typo
13 years ago
Armin Ronacher
d26af4fd6d
Fixed some smaller things in the docs
13 years ago
Armin Ronacher
52f9cefbcd
More documentation updates for 0.9
13 years ago
Armin Ronacher
32f845ea75
Added an example for using the db connection without the request
13 years ago
Armin Ronacher
cb54c462b8
Pass exc explicitly to the inner context.
13 years ago
Armin Ronacher
9bed20c07c
Added documentation for appcontext and teardown handlers
13 years ago
Armin Ronacher
34bbd3100b
Fixed a failing testcase
13 years ago
Armin Ronacher
cf1641e5be
Changed the implementation of returning tuples from functions
13 years ago
Armin Ronacher
3249eeb438
Merge branch 'master' of github.com:mitsuhiko/flask
13 years ago
Armin Ronacher
ab110d8fe5
Documented config changes
13 years ago
Armin Ronacher
0207e90155
Updated docs for the app context.
13 years ago
Armin Ronacher
f8f2e2dff4
Added more tests for the new stack behavior.
13 years ago
Armin Ronacher
307d1bc4e5
Added support for basic URL generation without request contexts.
13 years ago
Armin Ronacher
47288231fe
Implemented a separate application context.
13 years ago
Armin Ronacher
a1305973bf
Fixed a typo in a comment
13 years ago
Ron DuPlain
f07199009c
Fix reqcontext ref in signals doc.
13 years ago
Ron DuPlain
492ef06bff
Clarify use of context-locals with signals.
13 years ago
Ron DuPlain
b16c988f1e
Fix static endpoint name mention in quickstart.
13 years ago
Kenneth Reitz
f46f7155b2
2012
13 years ago
Ron DuPlain
f267f9302a
Merge pull request #469 from jfinkels/patch-2
...
Removed extra blank line to fix ReST formatted documentation string in w...
13 years ago
jfinkels
91efb90fb3
Removed extra blank line to fix ReST formatted documentation string in wrappers.py. Should have gone with pull request #439 .
13 years ago
Ron DuPlain
f43003967e
Merge pull request #439 from aisipos/jsonexceptions
...
Add new exceptions module, to implement JSONHttpException and JSONBadRequest.
13 years ago