Commit graph

86 commits

Author SHA1 Message Date
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
Sebastien Estienne
5c9ef2c44d the template_filter now expects the parentheses 2010-04-25 20:51:27 +08:00
Sebastien Estienne
a9bb965b6d add a decorator to add custom template filter 2010-04-25 20:51:26 +08:00
Armin Ronacher
0da39c76e3 More documentation updates :) 2010-04-24 18:30:38 +02:00
Armin Ronacher
5144d3b65a Merge branch 'master' into module-support 2010-04-24 17:47:24 +02:00
Armin Ronacher
c0a9f5d0c4 Documentation update for the flask module support. 2010-04-24 17:35:25 +02:00
Armin Ronacher
67f4b0f315 Modules are now instanciated with the package name.
This makes it possible to load resources from the folder the module is
located in.
2010-04-24 17:07:16 +02:00
Armin Ronacher
2f181e1949 Removed unused package_name attribute 2010-04-23 17:16:59 +02:00
Armin Ronacher
5c52fe980e Added request/response processing based on modules. 2010-04-23 17:10:22 +02:00
Armin Ronacher
e0148a00c0 Basic module support is working, but does not look very nice. 2010-04-23 17:01:20 +02:00
Armin Ronacher
444e642531 extended URL generation 2010-04-23 16:44:49 +02:00
Armin Ronacher
a862ead5f2 Warn on None responses. 2010-04-23 16:30:04 +02:00
Armin Ronacher
88f671aaae Another try for #12 2010-04-23 16:04:54 +02:00
florentx
dbe0df756b Use setdefault() because it sets session.modified correctly. 2010-04-21 16:36:20 +08:00