Commit graph

  • 77e2fbf249 Added a separate logging module Armin Ronacher 2010-07-05 10:37:44 +02:00
  • e5d8202038 Added a docstring Armin Ronacher 2010-07-05 10:32:06 +02:00
  • df3f8940c3 Added separate module for testing Armin Ronacher 2010-07-05 10:31:18 +02:00
  • c34b03e9a6 Documented send_from_directory Armin Ronacher 2010-07-05 10:25:51 +02:00
  • ac13deff40 Re-added support for folder with static files, refactored static file sending Armin Ronacher 2010-07-05 10:23:35 +02:00
  • b7109865a3 Removed circular dependency by going over a proxy. This is the better solution anyway Armin Ronacher 2010-07-04 22:57:49 +02:00
  • 09e7b5eb2f Added a chapter for 0.5 in upgrading.rst Armin Ronacher 2010-07-04 20:40:58 +02:00
  • 8945a97a42 fixed possible security problem in module branch Armin Ronacher 2010-07-04 20:36:34 +02:00
  • f1cde5bbfc Added more versionadded directives Armin Ronacher 2010-07-04 20:11:54 +02:00
  • 51a89bf35e Restored 2.5 compatibility and actual fix for the json problem Armin Ronacher 2010-07-04 20:07:03 +02:00
  • 80eb6cfffc Switched to relative imports in the package Armin Ronacher 2010-07-04 20:00:23 +02:00
  • bca1acf1f3 Rewrote becoming big and foreword Armin Ronacher 2010-07-04 19:57:53 +02:00
  • 9e1111c2fb Fixed JSON availability test. This fixes #77 Armin Ronacher 2010-07-04 17:21:13 +02:00
  • 362cf493c4 Documented the create_jinja_loader removal Armin Ronacher 2010-07-04 14:20:20 +02:00
  • 2b00ec4017 Small cleanups Armin Ronacher 2010-07-04 14:19:17 +02:00
  • f4d8f85a74 Merge branch 'module' of github.com:mitsuhiko/flask into module Armin Ronacher 2010-07-04 14:17:52 +02:00
  • b551f15b22 Restored 2.5 compatibility{ Armin Ronacher 2010-07-04 14:17:29 +02:00
  • 31d359694a Fix typos florentx 2010-07-04 19:02:27 +08:00
  • f694456ff6 Documented changes Armin Ronacher 2010-07-04 14:13:30 +02:00
  • d67a36cbdb Added a testcase for the improved module support Armin Ronacher 2010-07-04 14:12:29 +02:00
  • 665fa2a32b More refactoring and moving stuff around Armin Ronacher 2010-07-04 14:01:56 +02:00
  • a3c9494f67 Moved templating stuff into a separate module Armin Ronacher 2010-07-04 13:49:58 +02:00
  • a38dcd5e2b Added support for loading templates from modules Armin Ronacher 2010-07-04 13:42:00 +02:00
  • 15012af700 Refactored static folder registration Armin Ronacher 2010-07-04 12:48:37 +02:00
  • fedc06c295 dropped pkg_resources Armin Ronacher 2010-07-04 12:14:00 +02:00
  • 532347d6ad phased out shared data middleware in flask for send_file Armin Ronacher 2010-07-04 12:06:29 +02:00
  • d0c6ad7d28 Added support for conditional responses to send_file Armin Ronacher 2010-07-04 11:56:08 +02:00
  • 88d9315d19 We should now have the same public API as before Armin Ronacher 2010-07-04 11:37:39 +02:00
  • 4f8ee8f129 Added missing comments, fixed setup.py and made tests pass Armin Ronacher 2010-07-04 11:35:20 +02:00
  • dd59d7241d Ported a typo fix from master Armin Ronacher 2010-07-04 11:26:34 +02:00
  • 8798b4b711 Merged in changes from master by hand Armin Ronacher 2010-07-04 11:25:26 +02:00
  • 81148db5b6 Merged in changes from justquick Armin Ronacher 2010-07-04 11:20:45 +02:00
  • 10fff18981 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2010-07-04 11:16:43 +02:00
  • 7599046d04 Started working on refactoring Jinja integration Armin Ronacher 2010-07-04 11:16:24 +02:00
  • b2c7efd0fa Typo Marcus Fredriksson 2010-07-02 00:26:41 +08:00
  • 1a69c7d4bf look for json module in the right place. all tests now pass with the new module layout Justin Quick 2010-07-02 15:11:02 -04:00
  • c4f64c1c47 working import layout for module Justin Quick 2010-07-02 15:10:32 -04:00
  • d0dc89ea80 in with the new. i have the bits in places where i think they should be, now i just need to work on the import scheme layout Justin Quick 2010-07-02 14:20:58 -04:00
  • ee16a68bbd out with the old Justin Quick 2010-07-02 14:19:26 -04:00
  • a154c87cfc Documented exception catching behaviour. This fixes #75 Armin Ronacher 2010-07-02 19:45:26 +02:00
  • b6c56456fa Listed Flask-Testing Armin Ronacher 2010-07-02 08:58:55 +02:00
  • 3ab318a7dd Explained Flask constructor better. This fixes #70 Armin Ronacher 2010-07-01 12:56:34 +02:00
  • bc662a546e Added a section about unicode and editors. This fixes #74 Armin Ronacher 2010-07-01 01:45:39 +02:00
  • d0357b44b0 Added links to Flask-WTF and Flask-SQLAlchemy. This fixes #73 Armin Ronacher 2010-07-01 01:22:46 +02:00
  • e75322206d Fixed a broken example in the docs Armin Ronacher 2010-07-01 00:19:32 +02:00
  • f5d2d324b5 Mention virtualenv in mod_wsgi deployment docs Armin Ronacher 2010-06-30 09:49:04 +02:00
  • 881aa3ab2d Fixed an rst syntax error Armin Ronacher 2010-06-29 15:59:55 +02:00
  • 9373a71c26 improved _request_ctx_stack docs Armin Ronacher 2010-06-29 15:25:20 +02:00
  • d3bdcb41e4 Added Flask-WTF Armin Ronacher 2010-06-29 10:32:47 +02:00
  • bcd746e8cf Added another testcase for subdomain support Armin Ronacher 2010-06-29 01:36:06 +02:00
  • 7ea1b801cc Documented missing attributes. This fixes #71 Armin Ronacher 2010-06-29 01:32:02 +02:00
  • f195d92447 Added proper subdomain support Armin Ronacher 2010-06-29 01:13:40 +02:00
  • 55040d3efa Added Adam Zapletal and Christopher Grebs to AUTHORs file. Armin Ronacher 2010-06-28 00:13:48 -07:00
  • 4ed7a923f5 Minor sqlite3 documentation fixes (grammar, etc) Adam Zapletal 2010-06-28 11:52:32 +08:00
  • 24754114fc Minor config documentation fixes (grammar, etc) Adam Zapletal 2010-06-28 11:49:50 +08:00
  • ee5eafa795 Error Handling documentation fixes (grammar, etc) Adam Zapletal 2010-06-28 11:43:44 +08:00
  • 505c530c9a Minor testing documentation fixes (grammar, etc) Adam Zapletal 2010-06-28 11:24:37 +08:00
  • 5ede53066f Minor tutorial documentation fixes (grammar, etc) Adam Zapletal 2010-06-28 11:10:07 +08:00
  • 87c2c79442 fixed mongokit pattern to show how the flask way to configure hostname and port Christopher Grebs 2010-06-27 22:03:43 +08:00
  • b5db6bf529 now really pushed the fix in sqlalchemy pattern Christopher Grebs 2010-06-27 17:38:39 +08:00
  • 824c10c6e4 Added MongoKit pattern and fixed typo in sqlalchemy pattern Christopher Grebs 2010-06-27 17:37:04 +08:00
  • 67f3f1bac5 Track the docs/_themes directory Matt Campbell 2010-06-26 22:43:14 +08:00
  • 4a0c0446da Added Matt Campell Armin Ronacher 2010-06-26 03:07:19 -07:00
  • f5e533076f Edited the installation guide. Matt Campbell 2010-06-26 14:39:16 +08:00
  • f3dd3da59e Copy edited and partially rewrote the foreword. Matt Campbell 2010-06-26 13:27:59 +08:00
  • 14fde07798 Copy edited the front page of the documentation. Matt Campbell 2010-06-26 12:14:45 +08:00
  • cf29877075 docs/index.rst: Make alt text more informative. Matt Campbell 2010-06-26 12:04:26 +08:00
  • dd8e10009c Added simple workaround for linking Armin Ronacher 2010-06-23 11:26:45 +02:00
  • c68cf83433 Workaround for zip setups for appengine. Armin Ronacher 2010-06-22 12:06:41 -07:00
  • 6ac44a157e Switch to Flask-OpenID 1.0 Armin Ronacher 2010-06-21 19:53:31 +02:00
  • 7503fc8175 Added upgrading notes Armin Ronacher 2010-06-19 17:17:50 +02:00
  • 04adbbe862 linked new license text Armin Ronacher 2010-06-19 14:03:43 +02:00
  • b3f342e181 Updated license, relicensed logo under debian-ish license Armin Ronacher 2010-06-19 13:49:01 +02:00
  • ab0776d257 0.4 is latest Armin Ronacher 2010-06-18 17:38:45 +02:00
  • 528ae04be0 HEAD is 0.5-dev Armin Ronacher 2010-06-18 17:14:43 +02:00
  • 1592c53a66 Fixed a MANIFEST issue 0.4 Armin Ronacher 2010-06-18 17:13:32 +02:00
  • 7698c3fd14 This will become 0.4 Armin Ronacher 2010-06-18 17:10:31 +02:00
  • fe35105bec Updated design decisions. This fixes #63 Armin Ronacher 2010-06-18 17:03:31 +02:00
  • d44b127748 Use a custom logger subclass that uses DEBUG level if in debug mode Armin Ronacher 2010-06-18 16:53:38 +02:00
  • e100ed9741 deploy is a phony target Armin Ronacher 2010-06-18 16:07:58 +02:00
  • edaa78b93a Added make deploy functionality Armin Ronacher 2010-06-18 16:07:27 +02:00
  • d7d99fae59 Merge branch 'website' of github.com:mitsuhiko/flask into website Armin Ronacher 2010-06-18 16:03:38 +02:00
  • a260cc3bfb Fix issue #66 and 2 other typos. florentx 2010-06-18 15:42:43 +08:00
  • 7083b35e6a Typo. florentx 2010-06-18 09:59:20 +02:00
  • 03c4bb4abc Typo fix. Simon Sapin 2010-06-18 03:16:35 +08:00
  • e429b69d16 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2010-06-17 19:05:24 +02:00
  • 387be22f26 Added unicode chapter to the docs. This fixes #67 Armin Ronacher 2010-06-17 19:01:32 +02:00
  • b5a746aa12 Fixed a HTMl error Armin Ronacher 2010-06-17 18:43:54 +02:00
  • f66c252e47 typo Andre Wobst 2010-06-15 07:00:17 +08:00
  • ea72e272a6 Fixed a broken example Armin Ronacher 2010-06-14 18:11:52 +02:00
  • 5abc9d5b20 Enlisted Flask-CouchDB Armin Ronacher 2010-06-13 12:49:11 +02:00
  • 9ecd7def69 Added SQLAlchemy to the extensions Armin Ronacher 2010-06-11 03:53:48 +02:00
  • 20c2e53893 Alcoholified placeholders Armin Ronacher 2010-06-11 01:37:35 +02:00
  • 52f38bbf8b Fixed a broken sentence Armin Ronacher 2010-06-10 23:20:16 +02:00
  • 33a035bb0e Added security document Armin Ronacher 2010-06-10 23:06:54 +02:00
  • 540eca16f8 Fix some typos in the docs jgraeme 2010-06-10 18:07:14 +01:00
  • edd79280f0 Fix typos in the community index template jgraeme 2010-06-11 02:54:17 +08:00
  • 41f5ad9b15 added images Armin Ronacher 2010-06-07 21:54:56 +02:00
  • 223d44dca8 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2010-06-07 21:53:58 +02:00
  • 3e2a2114fd into -> Into Armin Ronacher 2010-06-07 21:53:36 +02:00