107 Commits (207006f4c3ad0dc74a1a9c84b4d1dfad50e58407)

Author SHA1 Message Date
Armin Ronacher 7242abcfb2 Extend the logging from the dynamically set logger class. This fixes #234 14 years ago
Steve Romanow 41952d2b25 respect request charset 14 years ago
Ron DuPlain ea77d5e12d Touch up docs according to user feedback. 14 years ago
Sharoon Thomas 57920a5808 Prevent pop if flashes not in session to avoid modification to session fixes #227 14 years ago
Ron DuPlain 15c937b316 Remove ctx.bind() from doc. It doesn't exist. 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
Simon Sapin 7ed3196e8d Add safe_join: returns the filename used by send_from_directory. 14 years ago
Rémy Roy 709ecefee1 Updating documentation for app.after_request decorator. 14 years ago
Armin Ronacher 0ecc686372 Fixed a typo 14 years ago
Armin Ronacher 4c8c503326 break line 14 years ago
Aaron Kavlie 67581795c4 Improved botched docstring wording for silent failure. 14 years ago
Aaron Kavlie 1a7f579ece Improved botched docstring wording for silent failure. 14 years ago
Armin Ronacher fbd488678f Implemented flask.has_request_context() 14 years ago
Matt Chisholm 04e70bd5c7 Add teardown_request decorator. Fixes issue #174 14 years ago
Armin Ronacher 235369fd61 Removed unnecessary import 14 years ago
Armin Ronacher 34a494713c Documented some changes in config handling. 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
Armin Ronacher 00c5b7a937 added create_jinja_loader 14 years ago
Sean Reifschneider 1643e5c391 Fixing a word usage issue in docs. 14 years ago
Armin Ronacher 0bf777ed81 Do not use Date, use Last-Modified. This fixes #164 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
Dag Odenhall 4a45345fc4 Fix typo in send_file docs 14 years ago
Armin Ronacher 99be2ec022 Flask no longer internally depends on rules being added through the add_url_rule function 14 years ago
Ivo Danihelka 07688d7b93 Fixed 'schemal' doc typo. 14 years ago
Daniel Gerber 9ae4eba986 fix subdomain for static rule on registering module 14 years ago
Armin Ronacher ed70b42798 Make sure that windows servers do not allow downloading arbitrary files 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
Georg Brandl 858806da69 Hint for positioning file pointer correctly before calling send_file(). 14 years ago
Dag Odenhall d4c44a7d8c BaseConverter is in werkzeug.routing 14 years ago
Pedro Algarvio a327452540 Better handling for `test_request_context` don't just append the port. 15 years ago
Pedro Algarvio 88883aa6db Fix for Flask's ticket 126. A proper environment is now built to use 15 years ago
Jeff Weber 405c2992f8 Updated from_pyfile so its dynamic module creation uses the imp module instead of type. 15 years ago
Armin Ronacher 1e4e578d73 Added the extensions dictionary on the application 15 years ago
Armin Ronacher eb67242e1c Fixed a typo in a docstring in app.py 15 years ago
Heungsub Lee 6fca662c84 Fix the 108th issue. 15 years ago
Armin Ronacher a3a843999b normpath is now used before loading templates 15 years ago
Armin Ronacher fda14678c0 Deprecated send_file etag support and mimetype guessing for file-like objects. This fixes #104 15 years ago
Armin Ronacher faa1c71e45 Request local objects now fail properly with a RuntimeError. This fixes #105 15 years ago
jgraeme 549af62290 Fix some typos in the docstrings 15 years ago
Armin Ronacher 778e44e39e Improved error message for configuration files 15 years ago
Stephane Wirtel 801918603c Remove an unused function 15 years ago
Armin Ronacher 952967fcab In 0.7, make_default_options_response is a public API 15 years ago
Armin Ronacher dbf55de7e8 Fixed an issue where the default `OPTIONS` response was 15 years ago
Armin Ronacher fee5bdafe8 Code cleanup 15 years ago