Dag Odenhall
06ed3e1e88
Misleading templates path example in docs for open_resource
15 years ago
Dag Odenhall
51a5add86d
Fix inconsistent capitalisation and punctuation in attribute docstrings
15 years ago
Simon Sapin
e3de5e6ca3
Typo in extension development docs.
15 years ago
Armin Ronacher
88a031ab24
Revert that change, an HTTP is correct from what I know.
15 years ago
Merlin
7dae84f002
Enhanced the nginx deployment subsection of the documentation with working examples.
...
'tricky' was changed to 'different' to offer a more neutral tone.
'some' was changed to 'no' and 'not properly' swapped with 'by default' to explain the difference.
Configuration allows for static serving of media alongside a FastCGI application in a clean declarative manner.
Tested on nginx 0.7.x and 0.8.x
15 years ago
Dag Odenhall
2fb09d07f2
Another typo in jQuery pattern
15 years ago
Dag Odenhall
e7a9df784c
Typo in jQuery pattern docs
15 years ago
Dag Odenhall
e67903d134
Fixing another article error, in handle_http_exception.
15 years ago
Dag Odenhall
cc7876f97f
Fix in docs for handle_exception: "A" before nouns pronounced with an initial consonant sound
15 years ago
Dag Odenhall
12c2cb5e12
Typo in docs for Flask.handle_exception
15 years ago
Dag Odenhall
f904ef27d3
Fixing typo in error handling documentation (s/changes are/chances are/)
15 years ago
Armin Ronacher
1ffa295d93
Added message that setup.py develop is required to build the docs
15 years ago
Armin Ronacher
9983e84742
Fixed after_request handlers being called twice in some cases and improved logging system
15 years ago
Armin Ronacher
bc00fd1e83
Added support for deferred context cleanup. test_client users can now access the context locals after the actual request if the client is used with a with-block. This fixes #59 .
15 years ago
Armin Ronacher
937360877b
Documented changes in after_request handlers.
15 years ago
Armin Ronacher
b4d576bce2
Merge branch 'master' of github.com:mitsuhiko/flask
15 years ago
Armin Ronacher
33e7f2b990
Invoke after_request on exceptions as well. This fixes #59
15 years ago
Dag Odenhall
216472b43d
Fix missing plural in documentation
15 years ago
Armin Ronacher
ee69fb5890
Added document about extension development
15 years ago
Armin Ronacher
707b30749d
use setup.py test. This fixes #56
15 years ago
Armin Ronacher
a6617f44c0
Documented _request_ctx_stack. This fixes #57
15 years ago
Armin Ronacher
50bca8c2d3
Updated AUTHORS file and added missing versionadded
15 years ago
Simon Sapin
7a4b608839
Add Module.app_errorhandler, like Flask.errorhandler.
15 years ago
Georg Brandl
a224fecfd5
More typo fixes.
15 years ago
Georg Brandl
63caf6e158
Fix some typos.
15 years ago
Armin Ronacher
8e4bcaf576
Fixed build process
15 years ago
Armin Ronacher
dba42ae968
Added missing message
15 years ago
Armin Ronacher
9959ddd3da
Removed some unused code
15 years ago
Armin Ronacher
6cb0855e2d
Fixed an error reporting bug with flask.Config.from_envvar
15 years ago
Armin Ronacher
6913dc1733
Added missing changelog entry
15 years ago
Armin Ronacher
4ca1d0a2ed
update setup.py
15 years ago
Armin Ronacher
d29a9765a5
HEAD is 0.4dev
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
02b916d509
Added appfactory pattern
15 years ago
Armin Ronacher
182ee31503
Added chapter about config
15 years ago
Armin Ronacher
78fc9949aa
Merge branch 'master' into config-support
15 years ago
Armin Ronacher
99c6287ce2
appengine -> app engine
15 years ago
Armin Ronacher
672eaf7abf
Merge branch 'config-support' of github.com:mitsuhiko/flask into config-support
...
Conflicts:
flask.py
tests/flask_tests.py
15 years ago
Armin Ronacher
35fd6eb22c
Use uppercase for config and support any object.
15 years ago
Armin Ronacher
4d16486132
Improved configuration support.
15 years ago
Armin Ronacher
68278fd78e
Started working on config support
15 years ago
Armin Ronacher
e432d833b5
Fixed stuff I broke
15 years ago
Armin Ronacher
8d356d7cda
Fixed a build error and added a touch icon
15 years ago
Armin Ronacher
74d458b40c
Added versionadded for logger
15 years ago
Armin Ronacher
1264c458ae
Document ways to generate secret keys. This fixes #47 .
15 years ago
Armin Ronacher
58285b61ff
Merge branch 'master' of github.com:mitsuhiko/flask
15 years ago
Armin Ronacher
9d19b77acf
Added lazyloading pattern and explicit chapter links in tutorial.
...
This fixes #49 .
15 years ago
Marian Sigler
7829e6ec98
quickstart docs: Use a real value for secret_key to better illustrate how a secret key should look.
15 years ago
Marian Sigler
133920c83b
Fix typo in docs.
15 years ago