Commit graph

  • 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
  • ce201155b8 Added learnbuffet.com to flask powered websites Armin Ronacher 2010-08-16 20:13:53 +02:00
  • c450a260d7 Added ThadeusB's website Armin Ronacher 2010-08-16 18:02:31 +02:00
  • 36a421bb3a Fixed template_rendered example in signal documentation. Zhao Xiaohong 2010-08-15 10:52:11 +08:00
  • 5c1562a076 Added einfachjabber.de to the list of Flask powered websites Armin Ronacher 2010-08-14 14:25:29 +02: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
  • 58f32b0996 Another website Armin Ronacher 2010-08-03 22:17:53 +02:00
  • 407af8f76f Added another two projects to the listing Armin Ronacher 2010-08-03 12:23:51 +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
  • 005b740fb0 Added emailed me to the lists of apps powered by flask Armin Ronacher 2010-07-30 20:28:57 +02:00
  • d09aa37650 Approved Flask-XML-RPC Armin Ronacher 2010-07-30 10:51:14 +02:00
  • 582c5afd70 Approved Flask-XML-RPC Armin Ronacher 2010-07-30 10:50:18 +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
  • 1bd812f4c5 Approved Flask-Mail Armin Ronacher 2010-07-29 11:04:09 +02:00
  • ed1b34c724 Approved Flask-Mail Armin Ronacher 2010-07-29 11:03:56 +02:00
  • e0bb843fc0 Added newsmeme Armin Ronacher 2010-07-28 02:27:14 +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
  • 9b6cd28a02 Set approve bit for Flask-Uploads and Flask-Themes Armin Ronacher 2010-07-27 17:16:05 +02:00
  • 3e297e89d8 Approved Flask-Themes and Flask-Uploads Armin Ronacher 2010-07-27 17:15:20 +02:00
  • eeb924c9f9 Forgot 0.6 link Armin Ronacher 2010-07-27 14:58:46 +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
  • bc0034f492 Added stars for approved extensions Armin Ronacher 2010-07-27 14:35:38 +02:00
  • bb1eb7aa00 Approved WTF and Testing Armin Ronacher 2010-07-27 14:11:17 +02:00
  • 28f7c1956b Approved WTF and Testing Armin Ronacher 2010-07-27 14:10:42 +02:00
  • 271f623fb1 Added link to the spreadshirt store Armin Ronacher 2010-07-27 14:09:07 +02:00
  • c18f032a82 Added a tox-test command that runs Flask tests with tox Armin Ronacher 2010-07-27 01:29:21 +02:00
  • e4e678fdbf Set the approved bit for Flask-CouchDB Armin Ronacher 2010-07-26 17:14:59 +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
  • 38dc484d57 Approved Flask-Script Armin Ronacher 2010-07-26 13:21:25 +02:00
  • 89ed7e616e Approved Flask-Script Armin Ronacher 2010-07-26 13:20:46 +02:00
  • f035aacb35 Added @font-face Armin Ronacher 2010-07-26 12:18:28 +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
  • 4ab21cd748 Approved Flask-Genshi Armin Ronacher 2010-07-26 02:30:58 +02:00
  • 8bd8b014a8 Small fixes in the extension tester Armin Ronacher 2010-07-26 02:30:52 +02:00
  • 0219e91560 I am mitsuhiko, and I approve this message. Genshi is now an approved extension Armin Ronacher 2010-07-26 02:28:39 +02:00
  • 140fc45ebd Added another workaround. the extension tester is now a pile of hacks Armin Ronacher 2010-07-26 00:59:41 +02:00
  • 63a37b75ac Improved extension test runner Armin Ronacher 2010-07-26 00:36:09 +02:00
  • e77b7f6242 Added Meetup Meeter to the list of websites Armin Ronacher 2010-07-25 23:59:28 +02:00
  • 4304112073 Merge branch 'master' of http://github.com/mitsuhiko/flask Georg Brandl 2010-07-25 23:44:58 +02:00
  • d455135338 Added a workaround for py.test Armin Ronacher 2010-07-25 23:46:24 +02:00
  • 54c126e787 Removed Flask-Creole from the listed file, it's in approved already Armin Ronacher 2010-07-25 23:25:15 +02:00
  • 77b90f7b26 Added Flask-Creole to the list of approved extensions Armin Ronacher 2010-07-25 23:20:57 +02:00
  • e3f440d80f Approved Flask-Creole Armin Ronacher 2010-07-25 23:19:00 +02:00
  • 385e67422b Reviewed 0.9.1 :) Armin Ronacher 2010-07-25 19:44:08 +02:00
  • c6f55b5dbd Consistency Armin Ronacher 2010-07-25 19:02:02 +02:00
  • f9c9e31eb8 Merge branch 'master' of http://github.com/mitsuhiko/flask Georg Brandl 2010-07-25 18:58:42 +02:00
  • 2401d86008 Fixed formatting Armin Ronacher 2010-07-25 19:00:00 +02:00
  • 4c5c644fbf Renamed rejected to unlisted Armin Ronacher 2010-07-25 18:56:14 +02:00
  • 9de61ea980 Reviewed all extensions and wrote down notes. Armin Ronacher 2010-07-25 18:51:36 +02:00
  • 312dfb4373 Mentioned zip_safe Armin Ronacher 2010-07-25 18:51:28 +02:00
  • 8a54dd4b6d Delisted flask-urls, enlisted Flask-CouchDBKit Armin Ronacher 2010-07-25 18:50:23 +02:00
  • 339bca62d2 Flask-SQLAlchemy is now an approved extension Armin Ronacher 2010-07-25 17:59:53 +02:00
  • 498db01310 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2010-07-25 17:34:55 +02:00
  • fee5bdafe8 Code cleanup Armin Ronacher 2010-07-25 17:34:47 +02:00
  • 3a80ecc660 Improved script for automatic extension testing Armin Ronacher 2010-07-25 17:33:45 +02:00
  • a993a314fe Removed unused import Ali Afshar 2010-07-25 18:45:10 +08:00
  • 95f162a4d8 Merge branch 'master' of http://github.com/mitsuhiko/flask Georg Brandl 2010-07-25 16:32:58 +02:00
  • a7d83a9f80 Approved extensions must not be GPL Armin Ronacher 2010-07-25 14:59:31 +02:00
  • c509da2571 Require that json with higher q than text/html to switch to API Armin Ronacher 2010-07-24 08:58:53 +01:00
  • 63114529ed good -> bad Armin Ronacher 2010-07-23 17:49:03 +01:00