Commit Graph

  • 665fa2a32b More refactoring and moving stuff around Armin Ronacher 2010-07-04 14:01:56 +0200
  • a3c9494f67 Moved templating stuff into a separate module Armin Ronacher 2010-07-04 13:49:58 +0200
  • a38dcd5e2b Added support for loading templates from modules Armin Ronacher 2010-07-04 13:42:00 +0200
  • 15012af700 Refactored static folder registration Armin Ronacher 2010-07-04 12:48:37 +0200
  • fedc06c295 dropped pkg_resources Armin Ronacher 2010-07-04 12:14:00 +0200
  • 532347d6ad phased out shared data middleware in flask for send_file Armin Ronacher 2010-07-04 12:06:29 +0200
  • d0c6ad7d28 Added support for conditional responses to send_file Armin Ronacher 2010-07-04 11:56:08 +0200
  • 88d9315d19 We should now have the same public API as before Armin Ronacher 2010-07-04 11:37:39 +0200
  • 4f8ee8f129 Added missing comments, fixed setup.py and made tests pass Armin Ronacher 2010-07-04 11:35:20 +0200
  • dd59d7241d Ported a typo fix from master Armin Ronacher 2010-07-04 11:26:34 +0200
  • 8798b4b711 Merged in changes from master by hand Armin Ronacher 2010-07-04 11:25:26 +0200
  • 81148db5b6 Merged in changes from justquick Armin Ronacher 2010-07-04 11:20:45 +0200
  • 10fff18981 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2010-07-04 11:16:43 +0200
  • 7599046d04 Started working on refactoring Jinja integration Armin Ronacher 2010-07-04 11:16:24 +0200
  • b2c7efd0fa Typo Marcus Fredriksson 2010-07-02 00:26:41 +0800
  • 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 -0400
  • c4f64c1c47 working import layout for module Justin Quick 2010-07-02 15:10:32 -0400
  • 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 -0400
  • ee16a68bbd out with the old Justin Quick 2010-07-02 14:19:26 -0400
  • a154c87cfc Documented exception catching behaviour. This fixes #75 Armin Ronacher 2010-07-02 19:45:26 +0200
  • b6c56456fa Listed Flask-Testing Armin Ronacher 2010-07-02 08:58:55 +0200
  • 3ab318a7dd Explained Flask constructor better. This fixes #70 Armin Ronacher 2010-07-01 12:56:34 +0200
  • bc662a546e Added a section about unicode and editors. This fixes #74 Armin Ronacher 2010-07-01 01:45:39 +0200
  • d0357b44b0 Added links to Flask-WTF and Flask-SQLAlchemy. This fixes #73 Armin Ronacher 2010-07-01 01:22:46 +0200
  • e75322206d Fixed a broken example in the docs Armin Ronacher 2010-07-01 00:19:32 +0200
  • f5d2d324b5 Mention virtualenv in mod_wsgi deployment docs Armin Ronacher 2010-06-30 09:49:04 +0200
  • 881aa3ab2d Fixed an rst syntax error Armin Ronacher 2010-06-29 15:59:55 +0200
  • 9373a71c26 improved _request_ctx_stack docs Armin Ronacher 2010-06-29 15:25:20 +0200
  • d3bdcb41e4 Added Flask-WTF Armin Ronacher 2010-06-29 10:32:47 +0200
  • bcd746e8cf Added another testcase for subdomain support Armin Ronacher 2010-06-29 01:36:06 +0200
  • 7ea1b801cc Documented missing attributes. This fixes #71 Armin Ronacher 2010-06-29 01:32:02 +0200
  • f195d92447 Added proper subdomain support Armin Ronacher 2010-06-29 01:13:40 +0200
  • 55040d3efa Added Adam Zapletal and Christopher Grebs to AUTHORs file. Armin Ronacher 2010-06-28 00:13:48 -0700
  • 4ed7a923f5 Minor sqlite3 documentation fixes (grammar, etc) Adam Zapletal 2010-06-28 11:52:32 +0800
  • 24754114fc Minor config documentation fixes (grammar, etc) Adam Zapletal 2010-06-28 11:49:50 +0800
  • ee5eafa795 Error Handling documentation fixes (grammar, etc) Adam Zapletal 2010-06-28 11:43:44 +0800
  • 505c530c9a Minor testing documentation fixes (grammar, etc) Adam Zapletal 2010-06-28 11:24:37 +0800
  • 5ede53066f Minor tutorial documentation fixes (grammar, etc) Adam Zapletal 2010-06-28 11:10:07 +0800
  • 87c2c79442 fixed mongokit pattern to show how the flask way to configure hostname and port Christopher Grebs 2010-06-27 22:03:43 +0800
  • b5db6bf529 now really pushed the fix in sqlalchemy pattern Christopher Grebs 2010-06-27 17:38:39 +0800
  • 824c10c6e4 Added MongoKit pattern and fixed typo in sqlalchemy pattern Christopher Grebs 2010-06-27 17:37:04 +0800
  • 67f3f1bac5 Track the docs/_themes directory Matt Campbell 2010-06-26 22:43:14 +0800
  • 4a0c0446da Added Matt Campell Armin Ronacher 2010-06-26 03:07:19 -0700
  • f5e533076f Edited the installation guide. Matt Campbell 2010-06-26 14:39:16 +0800
  • f3dd3da59e Copy edited and partially rewrote the foreword. Matt Campbell 2010-06-26 13:27:59 +0800
  • 14fde07798 Copy edited the front page of the documentation. Matt Campbell 2010-06-26 12:14:45 +0800
  • cf29877075 docs/index.rst: Make alt text more informative. Matt Campbell 2010-06-26 12:04:26 +0800
  • dd8e10009c Added simple workaround for linking Armin Ronacher 2010-06-23 11:26:45 +0200
  • c68cf83433 Workaround for zip setups for appengine. Armin Ronacher 2010-06-22 12:06:41 -0700
  • 6ac44a157e Switch to Flask-OpenID 1.0 Armin Ronacher 2010-06-21 19:53:31 +0200
  • 7503fc8175 Added upgrading notes Armin Ronacher 2010-06-19 17:17:50 +0200
  • 04adbbe862 linked new license text Armin Ronacher 2010-06-19 14:03:43 +0200
  • b3f342e181 Updated license, relicensed logo under debian-ish license Armin Ronacher 2010-06-19 13:49:01 +0200
  • ab0776d257 0.4 is latest Armin Ronacher 2010-06-18 17:38:45 +0200
  • 528ae04be0 HEAD is 0.5-dev Armin Ronacher 2010-06-18 17:14:43 +0200
  • 1592c53a66 Fixed a MANIFEST issue 0.4 Armin Ronacher 2010-06-18 17:13:32 +0200
  • 7698c3fd14 This will become 0.4 Armin Ronacher 2010-06-18 17:10:31 +0200
  • fe35105bec Updated design decisions. This fixes #63 Armin Ronacher 2010-06-18 17:03:31 +0200
  • d44b127748 Use a custom logger subclass that uses DEBUG level if in debug mode Armin Ronacher 2010-06-18 16:53:38 +0200
  • e100ed9741 deploy is a phony target Armin Ronacher 2010-06-18 16:07:58 +0200
  • edaa78b93a Added make deploy functionality Armin Ronacher 2010-06-18 16:07:27 +0200
  • d7d99fae59 Merge branch 'website' of github.com:mitsuhiko/flask into website Armin Ronacher 2010-06-18 16:03:38 +0200
  • a260cc3bfb Fix issue #66 and 2 other typos. florentx 2010-06-18 15:42:43 +0800
  • 7083b35e6a Typo. florentx 2010-06-18 09:59:20 +0200
  • 03c4bb4abc Typo fix. Simon Sapin 2010-06-18 03:16:35 +0800
  • e429b69d16 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2010-06-17 19:05:24 +0200
  • 387be22f26 Added unicode chapter to the docs. This fixes #67 Armin Ronacher 2010-06-17 19:01:32 +0200
  • b5a746aa12 Fixed a HTMl error Armin Ronacher 2010-06-17 18:43:54 +0200
  • f66c252e47 typo Andre Wobst 2010-06-15 07:00:17 +0800
  • ea72e272a6 Fixed a broken example Armin Ronacher 2010-06-14 18:11:52 +0200
  • 5abc9d5b20 Enlisted Flask-CouchDB Armin Ronacher 2010-06-13 12:49:11 +0200
  • 9ecd7def69 Added SQLAlchemy to the extensions Armin Ronacher 2010-06-11 03:53:48 +0200
  • 20c2e53893 Alcoholified placeholders Armin Ronacher 2010-06-11 01:37:35 +0200
  • 52f38bbf8b Fixed a broken sentence Armin Ronacher 2010-06-10 23:20:16 +0200
  • 33a035bb0e Added security document Armin Ronacher 2010-06-10 23:06:54 +0200
  • 540eca16f8 Fix some typos in the docs jgraeme 2010-06-10 18:07:14 +0100
  • edd79280f0 Fix typos in the community index template jgraeme 2010-06-11 02:54:17 +0800
  • 41f5ad9b15 added images Armin Ronacher 2010-06-07 21:54:56 +0200
  • 223d44dca8 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2010-06-07 21:53:58 +0200
  • 3e2a2114fd into -> Into Armin Ronacher 2010-06-07 21:53:36 +0200
  • 9ecb9edc06 Typos florentx 2010-06-07 16:27:44 +0800
  • 54d22f1c55 Typo fix. That is what was meant, right? Simon Sapin 2010-06-07 15:21:30 +0800
  • 1762ea5a2b Fixed link for good Armin Ronacher 2010-06-07 07:58:10 +0200
  • d02d01adaa Fixed an rst error Armin Ronacher 2010-06-07 07:40:03 +0200
  • 5a5a4a85bf Applied leafstorm's html5faq patch Armin Ronacher 2010-06-07 07:17:45 +0200
  • 235d693bfc Fixed tabularcolumns Armin Ronacher 2010-06-07 02:29:15 +0200
  • ca0aa9533f Added an HTML FAQ document, first draft. Armin Ronacher 2010-06-07 02:18:31 +0200
  • f5fb457657 Added TESTING flag. This fixes #58. Armin Ronacher 2010-06-07 00:56:02 +0200
  • 06ed3e1e88 Misleading templates path example in docs for open_resource Dag Odenhall 2010-06-06 00:30:11 +0800
  • 51a5add86d Fix inconsistent capitalisation and punctuation in attribute docstrings Dag Odenhall 2010-06-06 00:27:38 +0800
  • e3de5e6ca3 Typo in extension development docs. Simon Sapin 2010-06-05 21:55:10 +0800
  • 88a031ab24 Revert that change, an HTTP is correct from what I know. Armin Ronacher 2010-06-05 04:36:04 -0700
  • 7dae84f002 Enhanced the nginx deployment subsection of the documentation with working examples. Merlin 2010-06-04 01:48:44 +0800
  • 2fb09d07f2 Another typo in jQuery pattern Dag Odenhall 2010-06-05 15:06:14 +0800
  • e7a9df784c Typo in jQuery pattern docs Dag Odenhall 2010-06-05 13:49:04 +0800
  • e67903d134 Fixing another article error, in handle_http_exception. Dag Odenhall 2010-06-05 08:03:37 +0800
  • cc7876f97f Fix in docs for handle_exception: "A" before nouns pronounced with an initial consonant sound Dag Odenhall 2010-06-05 07:59:02 +0800
  • 12c2cb5e12 Typo in docs for Flask.handle_exception Dag Odenhall 2010-06-05 07:55:41 +0800
  • f904ef27d3 Fixing typo in error handling documentation (s/changes are/chances are/) Dag Odenhall 2010-06-05 05:23:19 +0800
  • 1ffa295d93 Added message that setup.py develop is required to build the docs Armin Ronacher 2010-06-03 16:25:15 +0200