Dag Odenhall
|
e67903d134
|
Fixing another article error, in handle_http_exception.
|
2010-06-05 19:34:18 +08:00 |
|
Dag Odenhall
|
cc7876f97f
|
Fix in docs for handle_exception: "A" before nouns pronounced with an initial consonant sound
|
2010-06-05 19:34:18 +08:00 |
|
Dag Odenhall
|
12c2cb5e12
|
Typo in docs for Flask.handle_exception
|
2010-06-05 19:34:18 +08:00 |
|
Dag Odenhall
|
f904ef27d3
|
Fixing typo in error handling documentation (s/changes are/chances are/)
|
2010-06-05 19:34:17 +08:00 |
|
Armin Ronacher
|
1ffa295d93
|
Added message that setup.py develop is required to build the docs
|
2010-06-03 16:25:15 +02:00 |
|
Armin Ronacher
|
9983e84742
|
Fixed after_request handlers being called twice in some cases and improved logging system
|
2010-06-03 16:21:23 +02:00 |
|
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.
|
2010-06-03 15:26:07 +02:00 |
|
Armin Ronacher
|
937360877b
|
Documented changes in after_request handlers.
|
2010-06-02 18:32:23 +02:00 |
|
Armin Ronacher
|
b4d576bce2
|
Merge branch 'master' of github.com:mitsuhiko/flask
|
2010-06-02 18:05:40 +02:00 |
|
Armin Ronacher
|
33e7f2b990
|
Invoke after_request on exceptions as well. This fixes #59
|
2010-06-02 18:04:49 +02:00 |
|
Dag Odenhall
|
216472b43d
|
Fix missing plural in documentation
|
2010-06-02 05:32:26 +08:00 |
|
Armin Ronacher
|
ee69fb5890
|
Added document about extension development
|
2010-05-31 21:14:27 +02:00 |
|
Armin Ronacher
|
707b30749d
|
use setup.py test. This fixes #56
|
2010-05-31 17:53:10 +02:00 |
|
Armin Ronacher
|
a6617f44c0
|
Documented _request_ctx_stack. This fixes #57
|
2010-05-31 17:50:31 +02:00 |
|
Armin Ronacher
|
50bca8c2d3
|
Updated AUTHORS file and added missing versionadded
|
2010-05-31 17:38:05 +02:00 |
|
Simon Sapin
|
7a4b608839
|
Add Module.app_errorhandler, like Flask.errorhandler.
|
2010-05-31 23:28:58 +08:00 |
|
Georg Brandl
|
a224fecfd5
|
More typo fixes.
|
2010-05-30 02:15:05 +08:00 |
|
Georg Brandl
|
63caf6e158
|
Fix some typos.
|
2010-05-30 02:15:05 +08:00 |
|
Armin Ronacher
|
8e4bcaf576
|
Fixed build process
|
2010-05-28 21:37:27 +02:00 |
|
Armin Ronacher
|
dba42ae968
|
Added missing message
|
2010-05-28 21:37:27 +02:00 |
|
Armin Ronacher
|
9959ddd3da
|
Removed some unused code
|
2010-05-28 21:37:27 +02:00 |
|
Armin Ronacher
|
6cb0855e2d
|
Fixed an error reporting bug with flask.Config.from_envvar
|
2010-05-28 21:37:27 +02:00 |
|
Armin Ronacher
|
6913dc1733
|
Added missing changelog entry
|
2010-05-28 01:30:46 +02:00 |
|
Armin Ronacher
|
4ca1d0a2ed
|
update setup.py
|
2010-05-28 01:25:35 +02:00 |
|
Armin Ronacher
|
d29a9765a5
|
HEAD is 0.4dev
|
2010-05-28 01:25:19 +02:00 |
|
Armin Ronacher
|
ce6e4cbd73
|
0.5 is 0.3 now, why skip numbers?
|
2010-05-28 01:18:29 +02:00 |
|
Armin Ronacher
|
dfecc86dd3
|
Ported examples over to new config. documented upgrading
|
2010-05-27 21:17:25 +02:00 |
|
Armin Ronacher
|
02b916d509
|
Added appfactory pattern
|
2010-05-27 17:55:57 +02:00 |
|
Armin Ronacher
|
182ee31503
|
Added chapter about config
|
2010-05-27 17:42:01 +02:00 |
|
Armin Ronacher
|
78fc9949aa
|
Merge branch 'master' into config-support
|
2010-05-27 13:55:36 +02:00 |
|
Armin Ronacher
|
99c6287ce2
|
appengine -> app engine
|
2010-05-27 13:54:40 +02:00 |
|
Armin Ronacher
|
672eaf7abf
|
Merge branch 'config-support' of github.com:mitsuhiko/flask into config-support
Conflicts:
flask.py
tests/flask_tests.py
|
2010-05-27 13:34:56 +02:00 |
|
Armin Ronacher
|
35fd6eb22c
|
Use uppercase for config and support any object.
|
2010-05-27 13:31:36 +02:00 |
|
Armin Ronacher
|
4d16486132
|
Improved configuration support.
|
2010-05-27 13:31:35 +02:00 |
|
Armin Ronacher
|
68278fd78e
|
Started working on config support
|
2010-05-27 13:31:35 +02:00 |
|
Armin Ronacher
|
e432d833b5
|
Fixed stuff I broke
|
2010-05-27 13:30:54 +02:00 |
|
Armin Ronacher
|
8d356d7cda
|
Fixed a build error and added a touch icon
|
2010-05-27 12:17:07 +02:00 |
|
Armin Ronacher
|
74d458b40c
|
Added versionadded for logger
|
2010-05-26 15:30:06 +02:00 |
|
Armin Ronacher
|
1264c458ae
|
Document ways to generate secret keys. This fixes #47.
|
2010-05-26 15:19:08 +02:00 |
|
Armin Ronacher
|
58285b61ff
|
Merge branch 'master' of github.com:mitsuhiko/flask
|
2010-05-26 14:50:20 +02:00 |
|
Armin Ronacher
|
9d19b77acf
|
Added lazyloading pattern and explicit chapter links in tutorial.
This fixes #49.
|
2010-05-26 14:49:01 +02:00 |
|
Marian Sigler
|
7829e6ec98
|
quickstart docs: Use a real value for secret_key to better illustrate how a secret key should look.
|
2010-05-25 17:16:38 +08:00 |
|
Marian Sigler
|
133920c83b
|
Fix typo in docs.
|
2010-05-25 17:16:38 +08:00 |
|
Armin Ronacher
|
6c095deda5
|
Fixed docstring. This fixes #45
|
2010-05-25 08:17:55 +02:00 |
|
Armin Ronacher
|
ef0dc1800f
|
Added interactive Python docs, fixed part style.
|
2010-05-24 18:37:48 +02:00 |
|
Armin Ronacher
|
9d98ad5e07
|
Documented redirect behaviour. Fixes #42
|
2010-05-24 15:24:17 +02:00 |
|
Armin Ronacher
|
cc8332e9d9
|
Added troubleshooting infos. This fixes #44
|
2010-05-24 15:08:35 +02:00 |
|
Armin Ronacher
|
664c64e0aa
|
Merge branch 'master' of github.com:mitsuhiko/flask
|
2010-05-24 09:04:24 +02:00 |
|
Armin Ronacher
|
aa654128cf
|
Added part style
|
2010-05-24 09:03:08 +02:00 |
|
Armin Ronacher
|
cbcd15c3b5
|
Beefed up latex output. Unfortunately parts look ugly.
|
2010-05-24 08:38:28 +02:00 |
|