1096 Commits (1a9caedb49ada290b00d0db0ec61e66d95807413)

Author SHA1 Message Date
Markus Unterwaditzer 71e10be286 Properly remove f.name usage in send_file (#1988) 9 years ago
Armin Ronacher e00e2c22aa Disable logger propagation by default 9 years ago
Markus Unterwaditzer 136a833a8d Bugfix: EnvironBuilder doesn't take `json` 9 years ago
Markus Unterwaditzer 5c4fa7e91c Remove already defined method 9 years ago
Markus Unterwaditzer 62b0b6652a testing: Make json a keyword arg 9 years ago
Adam Byrtek 866118302e Remove _missing sentinel and update docs 9 years ago
Adam Byrtek 5ebdd5dd74 Documentation updates 9 years ago
Adam Byrtek 1df2788a8f Use app_ctx instead of request_ctx to access the app 9 years ago
Adam Byrtek f0d3b71a94 Updates after code review 9 years ago
Adam Byrtek f0f458e0c5 Alternative solution for lack of response caching 9 years ago
Adam Byrtek 23de58682c Remove redundant `cache` flag 9 years ago
Adam Byrtek c9ef500c5c Mixin for JSON decoding code shared between request/response 9 years ago
Adam Byrtek ca547f0ec3 JSON response tests and first draft of code that passes 9 years ago
Adam Byrtek b099999c6c Use proper exception type and update changelog 9 years ago
Adam Byrtek 6c5ef2bc5c Use `content_type` kwarg instead of manipulating headers 9 years ago
Adam Byrtek c4139e0e5d JSON support for the Flask test client 9 years ago
Nate Prewitt 0f1cf50f97 adding in try around __import__ to catch invalid files/paths (#1950) 9 years ago
Antoine Catton 516ce59f95 Add the ability to combine MethodViews 9 years ago
georgschoelly 67e391921c fix docs: name of url_value_preprocessor method (#1932) 9 years ago
David Lord 1928f28a68 clean up code formatting in some docs 9 years ago
Kiss György b8e826c16b Added tests, fixed some minor alignment problems. 9 years ago
Kiss György 1647179511 Added routes command, which shows all the endpoints registered for the app. 9 years ago
David Lord 0e4607000d re-add passthrough_errors to cli runner (#1928) 9 years ago
Archie Roller b8aca21a39 Fix #1911 (#1913) 9 years ago
Markus Unterwaditzer 5c12721730 Revert "Addressing Issue 1809" 9 years ago
Dave Barker 0514ba2de1 Enable template auto-reloading in app.run() 9 years ago
Markus Unterwaditzer 6e46d0cd39 Fix PyPy3 support and add bug references 9 years ago
RamiC 4305ebdf66 Check for a request ctx before using the request. 9 years ago
RamiC 501b8590dd Allow per blueprint json encoder decoder 9 years ago
Markus Unterwaditzer 724f04d305 This is 0.11.2-dev 9 years ago
Markus Unterwaditzer d1d82ca8ce Bump version to 0.11.1 9 years ago
David Lord 7c271401b2 pass value directly to last_modified 9 years ago
Prachi Shirish Khadke af515cc7ea Add last_modified arg for send_file 9 years ago
Giampaolo Eusebi 03ea11fe76 Make safe_join able to safely join multiple paths 9 years ago
Josiah Philipsen 41e08f4ccd fixed unmatched elif 9 years ago
jphilipsen05 fe5f714026 fixed unmatched elif (#1872) 9 years ago
Dan Sully 8458cc5cd1 Remove deprecation warnings for add_etags & mimetype guessing for send_file() 9 years ago
Jason Brazeal d88c08e56f improved documentation for config.from_object (#1870) 9 years ago
RamiC 6b28ceba83 Use the whole sys.version string 9 years ago
RamiC 6bee3e4995 Add a --version switch to flask cli 9 years ago
Yoav Ram a725836523 Update help to > set FLASK_APP=hello.py (#1830) 9 years ago
Ionuț Arțăriși ba07f5bd81 Show line which caused the DeprecationWarning (#1831) 9 years ago
Armin Ronacher b23cd61e04 This is 0.12-dev 9 years ago
Armin Ronacher 13e6a01ac8 Bump version number to 0.11 9 years ago
Armin Ronacher 8482ce6b8c Improve application context popping 9 years ago
Armin Ronacher 9594876c1f Added plugin support to the cli 9 years ago
Armin Ronacher a7d829c618 Update docs to the new CLI patterns 9 years ago
Armin Ronacher 523e271183 Implemented simplified CLI interface 9 years ago
ThiefMaster c5900a1adf s/1.0/0.11/ in versionadded/versionchanged markers 9 years ago
Thomas Sanjurjo bdbca923ef Addressing Issue 1809 (#1811) 9 years ago