722 Commits (a23456f1a7ff590847093dcffd6ab451b2967405)

Author SHA1 Message Date
Armin Ronacher e328eba97c Corrected prefix detection 14 years ago
Armin Ronacher 175d43b2f9 Instance paths are now moved into virtualenv/share/appname-instance if installed 14 years ago
Armin Ronacher 187cb80dcc Documented instance root 14 years ago
Armin Ronacher 153ecbc920 Implemented instance paths 14 years ago
Armin Ronacher 63876614b6 Removed second mention of json. This fixes #290 14 years ago
Armin Ronacher 6847329134 Flask will now give you an error in debug mode if a post request caused a redirect by the routing system. 14 years ago
Armin Ronacher ce70131975 If JSON parsing fails it now issues a BadRequest exception. 14 years ago
Armin Ronacher acac64e36a Don't only catch BadRequest key errors but all bad request errors. 14 years ago
Armin Ronacher ae00f6d149 Tweaked autodoc to skip :internal: methods. 14 years ago
Armin Ronacher 02a1317460 Added the ability to trigger functions before the first request to the application 14 years ago
Armin Ronacher 5500986971 Flask in debug mode will now complain if views are attached after the first view was handled. 14 years ago
Armin Ronacher ac99cd33a8 Better internal method name 14 years ago
Armin Ronacher f3db68c8ce Added testcase for the debug behavior and explicit encoding 14 years ago
Armin Ronacher 3400b78db2 Only provide that monkeypatch if all files are missing 14 years ago
Armin Ronacher 23c1dd8db2 Wording fail 14 years ago
Armin Ronacher 17a836d49c Better wording 14 years ago
Armin Ronacher 2e022cb272 Added debughelpers. Flask will now tell you if you forget enctype 14 years ago
Armin Ronacher a69b437af7 Cleanup for the json property 14 years ago
Armin Ronacher afe5d3cbd4 Added a missing versionadded 14 years ago
Armin Ronacher 7155f11a72 Added HTTP exception trapping. This should fix #294 14 years ago
Armin Ronacher eba2f70c6b Clarified a sentence that no longer made sense with the new docs on request objects. 14 years ago
Simon Sapin d5cfcfeba7 Intersphinx link fixes. 14 years ago
Dan Callahan 290925e133 Minor documentation typo / grammar fixes 14 years ago
Armin Ronacher 343e678900 Fixed a typo in a docstring 14 years ago
Armin Ronacher c9a2ad2b8d Fixed a bug in list_templates 14 years ago
Armin Ronacher 2866ccda1f Switch to explicit Werkzeug imports 14 years ago
Armin Ronacher 76796c326d Documented view function options 14 years ago
Armin Ronacher 3b31df81ae View functions can opt out of the default OPTIONS implementation 14 years ago
Armin Ronacher 9d899cd63e Fixed a typo. This closes #278 14 years ago
Michał Bartoszkiewicz 7dcf6cbc31 Don't use deprecated flask.session in flask.ctx. 14 years ago
Jesse Dubay fd679638ea typo fix: flask -> flag 14 years ago
Armin Ronacher ebb65b81e1 Removed an unnecessary import. 14 years ago
Armin Ronacher d90b1f1705 Backout last change, save_cookie by itself does that 14 years ago
Armin Ronacher 585bf02ee0 Better session logic. 14 years ago
Armin Ronacher deb513c7fe The session interface is new in 0.8, not 0.7 14 years ago
Armin Ronacher f29ec355e9 Backwards compatibility import 14 years ago
Armin Ronacher 10f8dc18b8 More doc updates 14 years ago
Armin Ronacher 7290981cef More docstrings for the session mixin 14 years ago
Armin Ronacher 10c99e95e9 Added missing sessions module 14 years ago
Armin Ronacher 0fccfe711f Refactored session interface 14 years ago
Armin Ronacher 515e946b02 master is 0.8-dev 14 years ago
Armin Ronacher bd473c1587 Fixed an issue that broke url processors for blueprints. Added testcases 14 years ago
Armin Ronacher 15372661af Removed leftover from no longer supported blueprint template loading code. 14 years ago
Armin Ronacher 510823c159 Bumped version number for this branch to 0.7.1 14 years ago
Armin Ronacher a101cfc35b Worked around a werkzeug bug with redirects 14 years ago
Ron DuPlain 57d9a2a118 Import with statement in helpers.py, #264. 14 years ago
Armin Ronacher b64fa73467 HEAD is 0.8-dev 14 years ago
Armin Ronacher fb1482d3bb Bump version number to 0.7 14 years ago
Armin Ronacher 775caf726d Improved cbv and added tests 14 years ago
Armin Ronacher dcf21989dc Added class based views 14 years ago