212 Commits (7f5b6c692df34cedf28a01e46305ec5c22697a5a)

Author SHA1 Message Date
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 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 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 afe5d3cbd4 Added a missing versionadded 14 years ago
Armin Ronacher 7155f11a72 Added HTTP exception trapping. This should fix #294 14 years ago
Simon Sapin d5cfcfeba7 Intersphinx link fixes. 14 years ago
Armin Ronacher 343e678900 Fixed a typo in a docstring 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
Jesse Dubay fd679638ea typo fix: flask -> flag 14 years ago
Armin Ronacher ebb65b81e1 Removed an unnecessary import. 14 years ago
Armin Ronacher 0fccfe711f Refactored session interface 14 years ago
Armin Ronacher a101cfc35b Worked around a werkzeug bug with redirects 14 years ago
Armin Ronacher dcf21989dc Added class based views 14 years ago
Armin Ronacher ccd5ced70e Chop of ports for session cookies. This fixes #253 14 years ago
Armin Ronacher 0e98a08097 Provide ways to override the url rule 14 years ago
Armin Ronacher 62d91d67f3 More documentation updates 14 years ago
Armin Ronacher abe1378cae Chnaged a bunch of behavior in blueprints for it to be more flexible. Improved backwards compat. 14 years ago
Armin Ronacher 1f31ec4bea Added documentation in update document for new error handling 14 years ago
Armin Ronacher f5ec9952de Added blueprint specific error handling 14 years ago
Armin Ronacher db28217574 Fixed a bug, view_args not values 14 years ago
Armin Ronacher 4d6cd1a390 URL building should work in theory 14 years ago
Armin Ronacher 5da1fc2215 Started work on URL value preprocessors 14 years ago
Armin Ronacher f7e71b518f Register most stuff only once 14 years ago
Armin Ronacher 7a08331ac0 Latest iteration of the blueprint code. Far from being done 14 years ago
Armin Ronacher 086ecdb918 Better reraising of exceptions 14 years ago
Armin Ronacher 115d31ddbf More documentation updates 14 years ago
Armin Ronacher e71a5ff8de Started work on new request dispatching. Unittests not yet updated 14 years ago
Ron DuPlain 15c937b316 Remove ctx.bind() from doc. It doesn't exist. 14 years ago
Armin Ronacher a4ea3159a2 Better error messages 14 years ago
Rémy Roy 709ecefee1 Updating documentation for app.after_request decorator. 14 years ago
Armin Ronacher a06cd0a644 Started work on implementing blueprint based template loading 14 years ago
Armin Ronacher 1446614915 Added deprecation warnings for modules 14 years ago
Armin Ronacher 0da56d7f5c deprecated init_jinja_globals 14 years ago
Armin Ronacher 4c8c503326 break line 14 years ago
Matt Chisholm 04e70bd5c7 Add teardown_request decorator. Fixes issue #174 14 years ago
Armin Ronacher 00c5b7a937 added create_jinja_loader 14 years ago
Sean Reifschneider 1643e5c391 Fixing a word usage issue in docs. 14 years ago
mvantellingen b0ca7e5af1 Implement the endpoint decorator. This allows you to easily map views to endpoints when using the werkzeug routing. 14 years ago
Armin Ronacher 99be2ec022 Flask no longer internally depends on rules being added through the add_url_rule function 14 years ago
Armin Ronacher fb88d9d025 Whitespace nazi was here 14 years ago
Armin Ronacher 4b65c7ed5a Added the ability to override the test client's class. This fixes #148 14 years ago
Armin Ronacher 8569dfee61 Added a PROPAGATE_EXCEPTIONS flag 14 years ago