Commit graph

  • 384ad219cb Typo in docs Dag Odenhall 2011-01-10 02:13:39 +01:00
  • 4a45345fc4 Fix typo in send_file docs Dag Odenhall 2011-01-12 10:38:20 +01:00
  • 7afd49c648 Pattern documentation for favicons Dag Odenhall 2011-01-12 10:35:44 +01:00
  • 99be2ec022 Flask no longer internally depends on rules being added through the add_url_rule function Armin Ronacher 2011-01-16 17:13:25 +01:00
  • 07688d7b93 Fixed 'schemal' doc typo. Ivo Danihelka 2011-01-16 13:26:34 +01:00
  • 402f12bb6d We do not support 2.4, not even with CGI :) Armin Ronacher 2011-01-14 00:29:37 +01:00
  • 24c1713ff5 Improved documentation for model registration Armin Ronacher 2011-01-13 22:18:49 +01:00
  • 9ae4eba986 fix subdomain for static rule on registering module Daniel Gerber 2011-01-06 16:43:49 +01:00
  • 4c76607553 Released 0.6.1 Armin Ronacher 2010-12-31 15:21:46 +01:00
  • 774b7f7682 Released 0.6.1 0.6.1 Armin Ronacher 2010-12-31 15:21:46 +01:00
  • 16bf25ffaa Added testcase for an issue that may exist on windows Armin Ronacher 2010-12-23 14:23:33 +01:00
  • 11c66be80e Added testcase for an issue that may exist on windows Armin Ronacher 2010-12-23 14:23:33 +01:00
  • b92120b190 Documented security fix in changelog Armin Ronacher 2010-12-23 14:18:14 +01:00
  • 179da5895f Documented security fix in changelog Armin Ronacher 2010-12-23 14:18:14 +01:00
  • aeed530e32 Make sure that windows servers do not allow downloading arbitrary files Armin Ronacher 2010-12-23 14:15:18 +01:00
  • ed70b42798 Make sure that windows servers do not allow downloading arbitrary files Armin Ronacher 2010-12-23 14:15:18 +01:00
  • fb88d9d025 Whitespace nazi was here Armin Ronacher 2010-12-07 22:08:46 +01:00
  • 4b65c7ed5a Added the ability to override the test client's class. This fixes #148 Armin Ronacher 2010-12-06 03:16:13 +01:00
  • 164067920b Updated examples to work with pypy which has a incomplete sqlite3 in 1.4. Also disable a euc-kr test that does not work on pypy Armin Ronacher 2010-12-01 17:22:55 +01:00
  • 8569dfee61 Added a PROPAGATE_EXCEPTIONS flag Armin Ronacher 2010-11-29 08:57:38 +01:00
  • ed517c7215 Minor spelling fixes Jason Davies 2010-11-13 11:28:42 +00:00
  • 2ac1b7d438 Fixed a documentation error. This fixes #143 Armin Ronacher 2010-11-19 13:25:45 +01:00
  • 858806da69 Hint for positioning file pointer correctly before calling send_file(). Georg Brandl 2010-11-08 18:02:39 +01:00
  • 67f483bf64 Typo. doobeh 2010-11-03 12:10:44 -07:00
  • 4f1b086218 Fixed: incorrect indentation level for session's permanent attribute Daniel D. Beck 2010-10-30 20:55:41 -04:00
  • 1c24b62727 Minor on docs (fixes #133) Francisco Souza 2010-10-31 01:55:06 -02:00
  • 60177639f4 There is no database abstraction layer Daniel Haaker 2010-10-28 22:10:50 +02:00
  • 693b3b7621 Tricker -> trickier Daniel Haaker 2010-10-28 22:22:17 +02:00
  • ce4f81f1c2 Correct capitalization SQLite Daniel Haaker 2010-10-28 22:30:07 +02:00
  • d8f521e1ff Add missing period Daniel Haaker 2010-10-28 22:41:27 +02:00
  • 94a7312d5a Add missing semicolon to test Daniel Haaker 2010-10-29 10:55:10 +02:00
  • d4c44a7d8c BaseConverter is in werkzeug.routing Dag Odenhall 2010-10-25 15:38:39 +02:00
  • a327452540 Better handling for test_request_context don't just append the port. Also implemented a proper initial environment to use with Flask.test_app() based on the application's configuration. Pedro Algarvio 2010-10-22 16:13:35 +01:00
  • 1f6321a1cb clarified description of templates directory Nick Walker 2010-10-11 19:07:31 -07:00
  • 88883aa6db Fix for Flask's ticket 126. A proper environment is now built to use with test_request_context(). Pedro Algarvio 2010-10-21 20:31:13 +01:00
  • 5ecf01dd4e Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2010-10-19 09:10:12 +02:00
  • 405c2992f8 Updated from_pyfile so its dynamic module creation uses the imp module instead of type. Jeff Weber 2010-10-18 23:51:14 -04:00
  • 1d2a308c20 merged Armin Ronacher 2010-10-19 09:09:55 +02:00
  • 325b96099a Small change to the packages documentation example for clarity agentultra 2010-10-06 21:55:42 +08:00
  • 085faf2a77 First pass to reword security doc for word flow. Ron DuPlain 2010-10-06 14:06:46 +08:00
  • 6875a057ec Fixed small typos in docs. Added a cross-ref. Ron DuPlain 2010-10-06 14:05:35 +08:00
  • 216478f715 docs: Finished sentence on Notes on Proxies. Ron DuPlain 2010-10-06 09:47:48 +08:00
  • 1e4e578d73 Added the extensions dictionary on the application Armin Ronacher 2010-09-12 13:18:08 -07:00
  • eb67242e1c Fixed a typo in a docstring in app.py Armin Ronacher 2010-09-10 11:01:58 -07:00
  • c62422c318 Updated documentation on packaging patterns agentultra 2010-09-10 03:33:20 +08:00
  • 6e3dd9b3ce Added a changelog entry for #108 Armin Ronacher 2010-08-20 11:20:09 +02:00
  • 63268b3616 Added a changelog entry for #108 Armin Ronacher 2010-08-20 11:20:09 +02:00
  • 07a1952f28 Added testcase. This fixes #108 Armin Ronacher 2010-08-20 11:16:18 +02:00
  • fdae354e3e Fix the 108th issue. Heungsub Lee 2010-08-20 15:29:13 +08:00
  • 2a73bbc436 Added testcase. This fixes #108 Armin Ronacher 2010-08-20 11:16:18 +02:00
  • 6fca662c84 Fix the 108th issue. Heungsub Lee 2010-08-20 15:29:13 +08:00
  • d903f55e83 s/sdist/dist/. This fixes #106 Armin Ronacher 2010-08-18 21:58:04 +02:00
  • 780bcf365c Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2010-08-18 21:56:54 +02:00
  • 0566abc28d Fixed testing example Armin Ronacher 2010-08-18 20:10:47 +02:00
  • 36a421bb3a Fixed template_rendered example in signal documentation. Zhao Xiaohong 2010-08-15 10:52:11 +08:00
  • a3f78af870 Improved the templated decorator in the documentation as recommended by Thadeus Burgess on the mailinglist Armin Ronacher 2010-08-13 23:37:57 +02:00
  • 6b5ba14521 Added a missing is Armin Ronacher 2010-08-10 23:10:55 +02:00
  • 9a21c34bb6 Added another testcase Armin Ronacher 2010-08-10 22:55:30 +02:00
  • d5f67fd9e2 Added another testcase Armin Ronacher 2010-08-10 22:55:30 +02:00
  • e04483bb90 normpath is now used before loading templates Armin Ronacher 2010-08-09 15:16:02 +02:00
  • a3a843999b normpath is now used before loading templates Armin Ronacher 2010-08-09 15:16:02 +02:00
  • 38107c752c Fixed a wrong import path in the documentation. Fixes #102 Armin Ronacher 2010-08-07 13:41:06 +02:00
  • c41a1cd8dc Another typo fix Armin Ronacher 2010-08-07 13:38:26 +02:00
  • a354c393ae Fixed a typo Armin Ronacher 2010-08-07 13:37:43 +02:00
  • fda14678c0 Deprecated send_file etag support and mimetype guessing for file-like objects. This fixes #104 Armin Ronacher 2010-08-07 13:36:39 +02:00
  • faa1c71e45 Request local objects now fail properly with a RuntimeError. This fixes #105 Armin Ronacher 2010-08-07 13:02:53 +02:00
  • d17b6d738a Fixed a refacotring error in the docs. This fixes #100 Armin Ronacher 2010-08-03 12:17:36 +02:00
  • c9002569c9 Various pyflakes fixes Armin Ronacher 2010-08-03 12:15:15 +02:00
  • f52f4fd31b Added initial version of 'setup.py audit' Priit Laes 2010-08-01 15:04:09 +08:00
  • 549af62290 Fix some typos in the docstrings jgraeme 2010-08-03 00:18:19 +08:00
  • ff2786d8af Fix some typos in the docs jgraeme 2010-08-03 00:07:10 +08:00
  • d09aa37650 Approved Flask-XML-RPC Armin Ronacher 2010-07-30 10:51:14 +02:00
  • 138faab121 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2010-07-30 00:03:25 +02:00
  • 778e44e39e Improved error message for configuration files Armin Ronacher 2010-07-30 00:03:06 +02:00
  • 801918603c Remove an unused function Stephane Wirtel 2010-07-29 18:51:54 +08:00
  • ed1b34c724 Approved Flask-Mail Armin Ronacher 2010-07-29 11:03:56 +02:00
  • 952967fcab In 0.7, make_default_options_response is a public API Armin Ronacher 2010-07-28 01:39:25 +02:00
  • 43ae651c30 Proofread docs/quickstart Aku Kotkavuo 2010-07-28 07:10:31 +08:00
  • 738c66eff3 Fixed submodules. Once again -.- Armin Ronacher 2010-07-28 01:32:39 +02:00
  • 8e7d29176a Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2010-07-28 01:28:31 +02:00
  • dbf55de7e8 Fixed an issue where the default OPTIONS response was not exposing all valid methods in the Allow header. Armin Ronacher 2010-07-28 01:25:08 +02:00
  • 8a14a875d2 Added the upcoming bugfix release to the mainbranches CHANGES Armin Ronacher 2010-07-28 01:26:15 +02:00
  • 4927ce2590 Fixed an issue where the default OPTIONS response was not exposing all valid methods in the Allow header. Armin Ronacher 2010-07-28 01:25:08 +02:00
  • ecd9d1b3d9 This is now the branch for the 0.6.1 bugfix release Armin Ronacher 2010-07-28 01:18:56 +02:00
  • 0906f7d589 Typos. florentx 2010-07-28 00:19:47 +08:00
  • 4cd5201cdd use custom tox file named tox-flask-test.ini, dont delete the real tox.ini Ronny Pfannschmidt 2010-07-26 14:45:05 +08:00
  • 3561a398b1 Made one sentence easier to parse in docs/foreword Aku Kotkavuo 2010-07-28 05:27:10 +08:00
  • 5cef2a05e1 Added artwork to MANIFEST.in Armin Ronacher 2010-07-27 18:46:29 +02:00
  • 750c3a07d8 Added artwork to MANIFEST.in Armin Ronacher 2010-07-27 18:46:29 +02:00
  • 3e297e89d8 Approved Flask-Themes and Flask-Uploads Armin Ronacher 2010-07-27 17:15:20 +02:00
  • 16b101edb6 HEAD is 0.7-dev Armin Ronacher 2010-07-27 14:40:21 +02:00
  • 5cadd9d34d Picked codename for 0.6 0.6 Armin Ronacher 2010-07-27 14:38:59 +02:00
  • 28f7c1956b Approved WTF and Testing Armin Ronacher 2010-07-27 14:10:42 +02:00
  • c18f032a82 Added a tox-test command that runs Flask tests with tox Armin Ronacher 2010-07-27 01:29:21 +02:00
  • 2594602076 Approved Flask-CouchDB Armin Ronacher 2010-07-26 17:14:25 +02:00
  • 3da165f2f5 Fixed typo Armin Ronacher 2010-07-26 17:14:17 +02:00
  • 27ce5cc0a1 Added another rule to the approval list. 2.5-2.7 compatibility Armin Ronacher 2010-07-26 16:02:36 +02:00
  • 89ed7e616e Approved Flask-Script Armin Ronacher 2010-07-26 13:20:46 +02:00
  • 6aeb6a09af Added standard dep on py because some extensions might use py.test and the default available version is on the wrong python path Armin Ronacher 2010-07-26 02:52:05 +02:00
  • c468ad0bfe Forgot to unlist flask-genshi Armin Ronacher 2010-07-26 02:37:16 +02:00