Commit Graph

99 Commits

Author SHA1 Message Date
Armin Ronacher d44b127748 Use a custom logger subclass that uses DEBUG level if in debug mode 2010-06-18 16:53:38 +02:00
Armin Ronacher 20c2e53893 Alcoholified placeholders 2010-06-11 01:37:35 +02:00
Armin Ronacher 33a035bb0e Added security document 2010-06-10 23:06:54 +02:00
Armin Ronacher f5fb457657 Added TESTING flag. This fixes #58. 2010-06-07 00:56:02 +02:00
Dag Odenhall 06ed3e1e88 Misleading templates path example in docs for open_resource 2010-06-06 05:56:05 +08:00
Dag Odenhall 51a5add86d Fix inconsistent capitalisation and punctuation in attribute docstrings 2010-06-06 05:56:05 +08:00
Armin Ronacher 88a031ab24 Revert that change, an HTTP is correct from what I know. 2010-06-05 04:36:04 -07:00
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
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 33e7f2b990 Invoke after_request on exceptions as well. This fixes #59 2010-06-02 18:04:49 +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
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 ce6e4cbd73 0.5 is 0.3 now, why skip numbers? 2010-05-28 01:18:29 +02:00
Armin Ronacher 182ee31503 Added chapter about config 2010-05-27 17:42:01 +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 74d458b40c Added versionadded for logger 2010-05-26 15:30:06 +02: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 cbcd15c3b5 Beefed up latex output. Unfortunately parts look ugly. 2010-05-24 08:38:28 +02:00
Armin Ronacher ea5e654e9e Added a documentation chapter about logging 2010-05-17 22:46:35 +02:00
Armin Ronacher e7f67e1333 Added logging support. 2010-05-17 16:06:30 +02:00
Armin Ronacher 931dcc4c80 Fixed a doc bug and added distribtue docs. 2010-05-17 01:41:57 +02:00
Armin Ronacher 35ed617fe4 Added support for flashing categories.
This fixes #35.
2010-05-17 00:37:55 +02:00
Zhao Xiaohong 693e4449f8 Fix typo. 2010-05-13 18:31:27 +08:00
Zhao Xiaohong a5a41d40aa Fix typo. 2010-05-13 18:31:26 +08:00
Armin Ronacher e409bc792d Fixed typo 2010-05-12 02:34:22 +02:00
Armin Ronacher 9fa4f94ad8 Merge branch 'master' into module-support
Conflicts:
	CHANGES
	docs/_themes
	tests/flask_tests.py
2010-05-12 01:04:35 +02:00
Armin Ronacher f80e1d3b5a Added note on send_file security. 2010-05-12 01:02:20 +02:00
Armin Ronacher 2d87e9bc37 Added support for send_file 2010-05-10 11:27:42 +02:00
Armin Ronacher 745638e774 Added missing decorators for module wide context processors.
This fixes #25.
2010-05-04 11:51:07 +02:00
Armin Ronacher a921aef6c4 Fixed late binding of url_prefix. This fixes #29. 2010-05-04 11:41:54 +02:00
Armin Ronacher 720bede150 Merge branch 'master' into module-support 2010-05-03 20:04:38 +02:00
florentx 67fc465262 Fix typo, remove useless import, limit lines to 79 columns. 2010-05-04 02:03:20 +08:00
Armin Ronacher 9da5795d79 Merge branch 'master' into module-support 2010-05-03 20:00:42 +02:00
Armin Ronacher dffb3d091c Removed useless import and adapted tests 2010-05-03 14:39:16 +02:00
Armin Ronacher ce53d10236 Merge branch 'master' into module-support 2010-05-03 13:08:00 +02:00
Armin Ronacher 9248a7baca None responses fail properly now. This fixes #24 2010-05-03 13:07:30 +02:00
Armin Ronacher 36f659b82b Merge branch 'master' into module-support
Conflicts:
	flask.py
2010-05-02 19:12:00 +02:00
Armin Ronacher 75461c1467 Added _external support to url_for 2010-05-02 19:10:44 +02:00
Armin Ronacher eeb0e94951 Fixed merging confict 2010-05-02 12:09:31 +02:00
Armin Ronacher f1603d33f2 Docs mention query args now. This fixes #20 2010-05-02 11:36:42 +02:00
Armin Ronacher 36717b0273 Added support for long running sessions. This closes #16. 2010-04-27 14:32:09 +02:00
Armin Ronacher 36e24299e3 Merge branch 'master' into module-support 2010-04-25 14:54:33 +02:00