Commit graph

179 commits

Author SHA1 Message Date
Armin Ronacher
17a836d49c Better wording 2011-08-05 16:47:12 +02:00
Armin Ronacher
2e022cb272 Added debughelpers. Flask will now tell you if you forget enctype 2011-08-05 16:43:42 +02:00
Armin Ronacher
a69b437af7 Cleanup for the json property 2011-08-05 12:40:44 +02:00
Armin Ronacher
afe5d3cbd4 Added a missing versionadded 2011-08-05 12:37:57 +02:00
Armin Ronacher
7155f11a72 Added HTTP exception trapping. This should fix #294 2011-08-05 12:35:41 +02:00
Armin Ronacher
eba2f70c6b Clarified a sentence that no longer made sense with the new docs on request objects. 2011-07-30 02:11:30 +02:00
Armin Ronacher
79aa4ac14d Merge branch 'master' of github.com:mitsuhiko/flask 2011-07-27 22:34:34 +02:00
Simon Sapin
d5cfcfeba7 Intersphinx link fixes. 2011-07-23 11:13:30 -07:00
Dan Callahan
290925e133 Minor documentation typo / grammar fixes 2011-07-19 16:42:11 -05:00
Armin Ronacher
343e678900 Fixed a typo in a docstring 2011-07-18 23:06:15 +02:00
Armin Ronacher
c9a2ad2b8d Fixed a bug in list_templates 2011-07-16 01:16:29 +02:00
Armin Ronacher
2866ccda1f Switch to explicit Werkzeug imports 2011-07-15 18:03:48 +02:00
Armin Ronacher
76796c326d Documented view function options 2011-07-14 14:25:14 +02:00
Armin Ronacher
3b31df81ae View functions can opt out of the default OPTIONS implementation 2011-07-14 14:18:42 +02:00
Armin Ronacher
f8b9f4d41c Merge branch 'master' of github.com:mitsuhiko/flask 2011-07-13 14:04:42 +02:00
Armin Ronacher
9d899cd63e Fixed a typo. This closes #278 2011-07-13 14:04:23 +02:00
Michał Bartoszkiewicz
7dcf6cbc31 Don't use deprecated flask.session in flask.ctx. 2011-07-12 21:51:53 +02:00
Jesse Dubay
fd679638ea typo fix: flask -> flag 2011-07-11 15:25:37 -07:00
Armin Ronacher
ebb65b81e1 Removed an unnecessary import. 2011-07-10 13:33:52 +02:00
Armin Ronacher
d90b1f1705 Backout last change, save_cookie by itself does that 2011-07-08 19:21:50 +02:00
Armin Ronacher
585bf02ee0 Better session logic. 2011-07-08 19:20:40 +02:00
Armin Ronacher
deb513c7fe The session interface is new in 0.8, not 0.7 2011-07-08 14:38:49 +02:00
Armin Ronacher
f29ec355e9 Backwards compatibility import 2011-07-07 13:14:15 +02:00
Armin Ronacher
10f8dc18b8 More doc updates 2011-07-07 13:11:32 +02:00
Armin Ronacher
7290981cef More docstrings for the session mixin 2011-07-07 12:31:57 +02:00
Armin Ronacher
10c99e95e9 Added missing sessions module 2011-07-07 12:25:25 +02:00
Armin Ronacher
0fccfe711f Refactored session interface 2011-07-07 11:27:22 +02:00
Armin Ronacher
515e946b02 master is 0.8-dev 2011-07-06 10:21:23 +02:00
Armin Ronacher
bd473c1587 Fixed an issue that broke url processors for blueprints. Added testcases 2011-07-06 10:16:56 +02:00
Armin Ronacher
15372661af Removed leftover from no longer supported blueprint template loading code. 2011-07-01 00:56:06 +02:00
Armin Ronacher
510823c159 Bumped version number for this branch to 0.7.1 2011-06-29 18:31:56 +02:00
Armin Ronacher
a101cfc35b Worked around a werkzeug bug with redirects 2011-06-29 18:31:48 +02:00
Ron DuPlain
57d9a2a118 Import with statement in helpers.py, #264. 2011-06-28 12:00:06 -04:00
Armin Ronacher
b64fa73467 HEAD is 0.8-dev 2011-06-28 14:37:02 +02:00
Armin Ronacher
fb1482d3bb Bump version number to 0.7 2011-06-28 14:36:52 +02:00
Armin Ronacher
b62d76ae06 Merge branch 'blueprints' of github.com:mitsuhiko/flask into blueprints 2011-06-28 14:28:49 +02:00
Armin Ronacher
775caf726d Improved cbv and added tests 2011-06-28 14:24:37 +02:00
Armin Ronacher
dcf21989dc Added class based views 2011-06-28 12:45:49 +02:00
Ron DuPlain
7e6c70a133 Add teardown request decorators to blueprints. 2011-06-27 09:23:31 -04:00
Armin Ronacher
ccd5ced70e Chop of ports for session cookies. This fixes #253 2011-06-27 09:40:45 +02:00
Armin Ronacher
1e7577578f Expanded url_for docstring for blueprints 2011-06-27 09:30:27 +02:00
Armin Ronacher
ea7a172077 Test that dotted names work. This fixes #258 2011-06-27 09:20:50 +02:00
Armin Ronacher
874079bffe It's still dev :) 2011-06-27 00:45:31 +02:00
Armin Ronacher
3d146548c7 Added release script 2011-06-27 00:31:24 +02:00
Armin Ronacher
ab6bac111c Made it theoretically possible to hook into request matching 2011-06-26 21:34:27 +02:00
Armin Ronacher
2d946b96a1 Merge branch 'master' into blueprints 2011-06-25 12:26:13 +02:00
Armin Ronacher
0e98a08097 Provide ways to override the url rule 2011-06-25 12:26:07 +02:00
Armin Ronacher
86175054d6 More docstrings for blueprints. 2011-06-17 20:27:25 +02:00
Armin Ronacher
5ca333e9b7 Merge branch 'blueprints' of github.com:mitsuhiko/flask into blueprints 2011-06-17 03:42:49 +02:00
Armin Ronacher
e17e74d3a7 Started work on testcases for blueprints 2011-06-17 03:29:40 +02:00