Armin Ronacher
|
187cb80dcc
|
Documented instance root
|
2011-08-10 13:55:57 +02:00 |
|
Armin Ronacher
|
153ecbc920
|
Implemented instance paths
|
2011-08-10 13:34:58 +02:00 |
|
Armin Ronacher
|
63876614b6
|
Removed second mention of json. This fixes #290
|
2011-08-09 16:16:04 +02:00 |
|
Armin Ronacher
|
6847329134
|
Flask will now give you an error in debug mode if a post request caused a redirect by the routing system.
|
2011-08-09 14:51:06 +02:00 |
|
Armin Ronacher
|
ce70131975
|
If JSON parsing fails it now issues a BadRequest exception.
|
2011-08-08 21:47:26 +02:00 |
|
Armin Ronacher
|
acac64e36a
|
Don't only catch BadRequest key errors but all bad request errors.
|
2011-08-08 21:46:53 +02:00 |
|
Armin Ronacher
|
ae00f6d149
|
Tweaked autodoc to skip :internal: methods.
|
2011-08-07 14:15:33 +02:00 |
|
Armin Ronacher
|
02a1317460
|
Added the ability to trigger functions before the first request to the application
|
2011-08-07 12:43:38 +02:00 |
|
Armin Ronacher
|
5500986971
|
Flask in debug mode will now complain if views are attached after the first view was handled.
|
2011-08-07 02:30:34 +02:00 |
|
Armin Ronacher
|
ac99cd33a8
|
Better internal method name
|
2011-08-05 21:54:12 +02:00 |
|
Armin Ronacher
|
f3db68c8ce
|
Added testcase for the debug behavior and explicit encoding
|
2011-08-05 16:56:43 +02:00 |
|
Armin Ronacher
|
3400b78db2
|
Only provide that monkeypatch if all files are missing
|
2011-08-05 16:51:45 +02:00 |
|
Armin Ronacher
|
23c1dd8db2
|
Wording fail
|
2011-08-05 16:50:02 +02:00 |
|
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 |
|