2803 Commits (136dbf7de014dda29f3af89d1ba4fd4f4620e25c)
 

Author SHA1 Message Date
Pedro Algarvio 68ec5a3068 Allow passing the endpoint to the route decorators on Flask's `application` and `blueprints`. 13 years ago
Armin Ronacher 1bca65d72e Merge pull request #267 from LuitvD/patch-1 13 years ago
Ron DuPlain b209cd96f5 Merge pull request #304 from plaes/config-docs 13 years ago
Priit Laes 713ced603e Improve configuration docs a bit 13 years ago
Alexis Metaireau 77492f8afa typo 13 years ago
Armin Ronacher 45d963d6da The session interface is new in 0.8 not 0.7 13 years ago
Armin Ronacher eb9a14e158 Split up a test into two 13 years ago
Armin Ronacher 1d6f86bc87 Updated docstring 13 years ago
Armin Ronacher c3844d1102 Rename _get_package_path to get_root_path to avoid confusion 13 years ago
Armin Ronacher b3aaf6d5ca Refactored package finding 13 years ago
Armin Ronacher fb1a6730cf Leave eggs when finding the instance path 13 years ago
Armin Ronacher 74f4af59f6 Added comments for two branches in the instance detection 13 years ago
Armin Ronacher e328eba97c Corrected prefix detection 13 years ago
Armin Ronacher 175d43b2f9 Instance paths are now moved into virtualenv/share/appname-instance if installed 13 years ago
Armin Ronacher 0520425055 Fixed a typo 13 years ago
Armin Ronacher 9af75546f0 Mention default locations for instance folders 13 years ago
Armin Ronacher 187cb80dcc Documented instance root 13 years ago
Armin Ronacher 153ecbc920 Implemented instance paths 13 years ago
Armin Ronacher 63876614b6 Removed second mention of json. This fixes #290 13 years ago
Armin Ronacher 92c7bdd2dd Documented Request.headers 13 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. 13 years ago
Armin Ronacher ce70131975 If JSON parsing fails it now issues a BadRequest exception. 13 years ago
Armin Ronacher acac64e36a Don't only catch BadRequest key errors but all bad request errors. 13 years ago
Armin Ronacher 505cd663cd Hopefully fixed release script date parsing thingy. This fixes #299 13 years ago
Armin Ronacher 5b16532000 Extended quickstart docs for the headers 13 years ago
Armin Ronacher 13005d76b9 Improved cookie documentation 13 years ago
Armin Ronacher ae00f6d149 Tweaked autodoc to skip :internal: methods. 13 years ago
Armin Ronacher 02a1317460 Added the ability to trigger functions before the first request to the application 13 years ago
Armin Ronacher 5500986971 Flask in debug mode will now complain if views are attached after the first view was handled. 13 years ago
Armin Ronacher 5ca17c86c0 Added a missing colon 13 years ago
Armin Ronacher ac99cd33a8 Better internal method name 13 years ago
Armin Ronacher f3db68c8ce Added testcase for the debug behavior and explicit encoding 13 years ago
Armin Ronacher 3400b78db2 Only provide that monkeypatch if all files are missing 13 years ago
Armin Ronacher 23c1dd8db2 Wording fail 13 years ago
Armin Ronacher 17a836d49c Better wording 13 years ago
Armin Ronacher 5e336f9025 Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher 2e022cb272 Added debughelpers. Flask will now tell you if you forget enctype 13 years ago
Armin Ronacher a950f93687 Merge pull request #297 from rascalmicro/master 13 years ago
Brandon Stafford 5f367e879d Fix typos. 13 years ago
Armin Ronacher a69b437af7 Cleanup for the json property 13 years ago
Armin Ronacher afe5d3cbd4 Added a missing versionadded 13 years ago
Armin Ronacher a0fd8fca48 Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher 7155f11a72 Added HTTP exception trapping. This should fix #294 13 years ago
Ron DuPlain c40a7344f2 Merge pull request #293 from rascalmicro/master 13 years ago
Brandon Stafford 5304a15adc Add runserver.py filename to match earlier section of example 13 years ago
Armin Ronacher a070b4fe86 Merge branch 'master' of github.com:mitsuhiko/flask 13 years ago
Armin Ronacher fafcc02f26 Added a testcase for 404 errors caused by the routing system 13 years ago
Ron DuPlain c726e5fee0 Fix lighttpd config, from giskard on #pocoo. 13 years ago
Armin Ronacher eba2f70c6b Clarified a sentence that no longer made sense with the new docs on request objects. 13 years ago
Armin Ronacher 153d727d1f Fixed the docs for the request object. They were incomplete 13 years ago