611 Commits (d90765b0265eec81130172efe3250cd1e3c900bd)
 

Author SHA1 Message Date
Armin Ronacher d90765b026 Added testcase for json encoding parameter support 14 years ago
Steve Romanow 41952d2b25 respect request charset 14 years ago
Armin Ronacher 017117778e Document that None skips in query strings. This fixes #224 14 years ago
Armin Ronacher e774e3a69e Switch params and example 14 years ago
Armin Ronacher d8fcd4260e Whitespace normalization 14 years ago
streety 1dd83964f0 Change to match headers in https://github.com/mitsuhiko/werkzeug/blob/master/werkzeug/contrib/fixers.py 14 years ago
Armin Ronacher 3c7b5a68f1 Changelog entry 14 years ago
Simon Sapin 7ed3196e8d Add safe_join: returns the filename used by send_from_directory. 14 years ago
Kanak Kshetri 0e4cd2e651 Fixed a typo that was preventing second code block from appearing in a code block 14 years ago
Rémy Roy 709ecefee1 Updating documentation for app.after_request decorator. 14 years ago
Noufal Ibrahim a2225bf57e Added a note on actually starting the application 14 years ago
Armin Ronacher 0ecc686372 Fixed a typo 14 years ago
Armin Ronacher 4c8c503326 break line 14 years ago
Armin Ronacher fd0862c77d Merge remote branch 'mattd/extensions-docs' 14 years ago
Aaron Kavlie 67581795c4 Improved botched docstring wording for silent failure. 14 years ago
Armin Ronacher dd75cc9e28 Merge branch 'appdispatch-docs' 14 years ago
Armin Ronacher 97efffad9a Enable deprecation warnings 14 years ago
Armin Ronacher 43cf3f307f Improved wording 14 years ago
Matt Dawson c1c20ac108 Modify extensionsdev documentation. 14 years ago
Armin Ronacher 60de3f295b Updated appdispatch pattern 14 years ago
Armin Ronacher fbd488678f Implemented flask.has_request_context() 14 years ago
matt swanson f58c98904f fixing some wording issues on the testing page 14 years ago
Matt Chisholm 04e70bd5c7 Add teardown_request decorator. Fixes issue #174 14 years ago
Drew Vogel 3deae1bd48 Clarified language related to avoiding circular imports. 14 years ago
Armin Ronacher 235369fd61 Removed unnecessary import 14 years ago
Armin Ronacher 34a494713c Documented some changes in config handling. 14 years ago
Armin Ronacher 45b97d14e3 Started work on app dispatch docs 14 years ago
Aaron Kavlie fa9817778c Test passes. 14 years ago
Aaron Kavlie 5cc40f4728 silent option added to 'from_pyfile' to mirror 'from_envvar'. 14 years ago
mvantellingen b3fc9eb36b Open the session after the request context is pushed on the stack instead of in the constructor. This allows you to access the request context in a custom open_session method. 14 years ago
Sam Anderson da00160db6 Fixed some small typos in the documentation. 14 years ago
matt swanson 5764f3abd2 fixing cross-referenced links on jquery patterns page 14 years ago
matt swanson 15ae22494d fixing cross-referenced links on quickstart page 14 years ago
matt swanson 4046d3bd30 fixing cross-referenced links on fileupload patterns page 14 years ago
matt swanson 6bdde49348 fixing cross-referenced links on testing page 14 years ago
matt swanson 4141afa22b fixing cross-reference links on API doc page 14 years ago
Armin Ronacher 00c5b7a937 added create_jinja_loader 14 years ago
Baiju M b49de851d9 Link to issue tracker 14 years ago
Sean Reifschneider 1643e5c391 Fixing a word usage issue in docs. 14 years ago
Jerry Baker 09a06abb77 Updated 'declarative' link in docs/patterns/sqlalchemy.rst 14 years ago
Armin Ronacher 8ed051d5b5 Fixed a terrible wrong part in the module documentation 14 years ago
Armin Ronacher 6562f2e152 Fixed line numbers for flask pdf 14 years ago
Armin Ronacher 0bf777ed81 Do not use Date, use Last-Modified. This fixes #164 14 years ago
fmw 94f90bc4eb updated docs on FastCGI deployment with Lighty 14 years ago
Armin Ronacher 4228d7281f No reference for favicon 14 years ago
Armin Ronacher 785e94bf1e Added changelog entry and entry into authors file 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
mvantellingen 8a73097fe5 Add unittests for the endpoint decorator 14 years ago
Dag Odenhall 384ad219cb Typo in docs 14 years ago
Dag Odenhall 4a45345fc4 Fix typo in send_file docs 14 years ago