Commit graph

  • 4da99dfd67 Merge e6b9f509ba into 65f9bc7b22 GitHub Merge Button 2011-06-20 15:09:02 -07:00
  • e6b9f509ba Improving documentation for loading jQuery. Now using Google CDN with fallback to local jQuery. Peter Manser 2011-06-20 23:51:30 +02:00
  • 3add9c5fc2 Merge branch 'master' into blueprints Armin Ronacher 2011-06-20 08:44:02 +02:00
  • 04f2bbcb15 Updated JSON docs Armin Ronacher 2011-06-20 08:27:23 +02:00
  • d38c61f42a More modules -> blueprints Armin Ronacher 2011-06-17 21:58:03 +02:00
  • 7e55b5084d Mention the TESTING flag in the docs Armin Ronacher 2011-06-17 21:53:11 +02:00
  • d62e277dfe Added pattern for url processors because the API documentation itself might not reveal much. Armin Ronacher 2011-06-17 21:33:31 +02:00
  • 86175054d6 More docstrings for blueprints. Armin Ronacher 2011-06-17 20:27:25 +02:00
  • dbb9a2ed46 Added note on templates not being updated Armin Ronacher 2011-06-17 03:45:19 +02:00
  • 5ca333e9b7 Merge branch 'blueprints' of github.com:mitsuhiko/flask into blueprints Armin Ronacher 2011-06-17 03:42:49 +02:00
  • 0fcbe0a478 render_template calls no longer need changing for blueprints. They need new paths though :( Armin Ronacher 2011-06-17 03:42:11 +02:00
  • 37fab78887 Added a migrated moduleapp as blueprint app Armin Ronacher 2011-06-17 03:39:49 +02:00
  • e17e74d3a7 Started work on testcases for blueprints Armin Ronacher 2011-06-17 03:29:40 +02:00
  • dbfa04ece6 Removed old module documentation and added some new for blueprints. Armin Ronacher 2011-06-17 03:29:31 +02:00
  • 62d91d67f3 More documentation updates Armin Ronacher 2011-06-17 02:45:57 +02:00
  • abe1378cae Chnaged a bunch of behavior in blueprints for it to be more flexible. Improved backwards compat. Armin Ronacher 2011-06-16 23:55:49 +02:00
  • 59a92ebd71 Updated blueprint documentation Armin Ronacher 2011-06-16 23:52:50 +02:00
  • 4b1b89150a Merge branch 'master' of http://github.com/mitsuhiko/flask into bug/216 Kenneth Reitz 2011-06-16 17:18:40 -04:00
  • 12f1e7e704 added flask.__version__. Fixes #216. Kenneth Reitz 2011-06-16 17:18:06 -04:00
  • 65f9bc7b22 Touch up (tiny) doc as requested by emiel, #244. Ron DuPlain 2011-06-16 10:28:51 -04:00
  • 592b8e66f5 Merge 87234fb2f8 into 207006f4c3 GitHub Merge Button 2011-06-16 05:03:58 -07:00
  • 87234fb2f8 fixed typo Kenneth Reitz 2011-06-15 23:31:48 -07:00
  • 207006f4c3 Touch up and integrate docs on deploying Flask. Ron DuPlain 2011-06-10 12:15:50 -04:00
  • 5127b8bd26 Added initial uwsgi deployment documentation for nginx; updated nginx URL in fastcgi deployment docs; added uwsgi to deployment index Merlin 2011-06-10 01:38:26 -07:00
  • 0204bdf5e2 Merge 8830e2ff82 into 311c244f2e GitHub Merge Button 2011-06-09 18:57:34 -07:00
  • 8830e2ff82 Fixed _flup link at bottom of uwsgi documentation to be the uwsgi link Merlin 2011-06-10 01:49:04 -07:00
  • f31c05fb44 Added initial uwsgi deployment documentation for nginx; updated nginx URL in fastcgi deployment docs; added uwsgi to deployment index Merlin 2011-06-10 01:38:26 -07:00
  • 3d6e3e48ad Replace 'module' with 'blueprint' in docstrings. Ron DuPlain 2011-06-08 10:59:32 -04:00
  • 0313c8b24a Expand documentation on blueprints. Ron DuPlain 2011-06-08 08:20:42 -04:00
  • 20bf8edcf4 Rename teardown example to avoid confusion. Ron DuPlain 2011-06-07 21:55:07 -04:00
  • 2647bec408 Added a minimal blueprint example Armin Ronacher 2011-06-08 16:22:17 +02:00
  • 3b313b1da9 Merge branch 'master' into blueprints Armin Ronacher 2011-06-08 14:02:14 +02:00
  • 311c244f2e Approve Flask-Login. Ron DuPlain 2011-06-07 20:45:26 -04:00
  • bfd67764fb Started documentation for blueprints Armin Ronacher 2011-06-07 15:32:44 +02:00
  • b4ffa4d9ac Allow name to be specified as the first parameter but with an explict name. Armin Ronacher 2011-06-06 10:10:10 +02:00
  • c9cd6084c2 More upgrade notes for blueprints Armin Ronacher 2011-06-05 16:33:54 +02:00
  • 207a7908e8 Note for windows users on the upgrade script Armin Ronacher 2011-06-05 16:26:18 +02:00
  • 60bd620947 Warning about deprecation warnings not showing Armin Ronacher 2011-06-05 16:22:44 +02:00
  • 99bb902cc3 Error handler deprecation Armin Ronacher 2011-06-05 16:21:31 +02:00
  • 6094c8536b Usage for the script Armin Ronacher 2011-06-05 16:16:13 +02:00
  • 9770054dee Started documenting the upgrade script Armin Ronacher 2011-06-05 16:11:17 +02:00
  • aa863efd92 Don't scan the whole file contents for template detection Armin Ronacher 2011-06-05 16:00:19 +02:00
  • 17d1ade6b9 Alternative names for app Armin Ronacher 2011-06-05 14:37:57 +02:00
  • 10104e98cf app.modules -> app.blueprints Armin Ronacher 2011-06-05 14:37:33 +02:00
  • a05f47059b Merge branch 'master' into blueprints Armin Ronacher 2011-06-05 14:33:29 +02:00
  • cbfacd8962 Added disclaimer Armin Ronacher 2011-06-05 14:32:33 +02:00
  • 670d2bcf7a Added test project I use for testing Armin Ronacher 2011-06-05 14:31:33 +02:00
  • 6d072f00ad Better control over template rendering calls Armin Ronacher 2011-06-05 14:31:17 +02:00
  • 479e242afc Direct rewrites are unnecessary, constructor calls are enough Armin Ronacher 2011-06-05 13:53:40 +02:00
  • 5e91b0c352 Import and some usage rewriting. Armin Ronacher 2011-06-05 13:52:40 +02:00
  • 6dae36f94d Started work on an upgrade script for blueprints Armin Ronacher 2011-06-05 13:19:28 +02:00
  • cb604e39bb Approve Frozen-Flask. Ron DuPlain 2011-06-05 04:38:24 -04:00
  • 1f31ec4bea Added documentation in update document for new error handling Armin Ronacher 2011-06-05 10:32:00 +02:00
  • f5ec9952de Added blueprint specific error handling Armin Ronacher 2011-06-05 10:27:15 +02:00
  • aaa24fc05a Merge branch 'master' into blueprints Armin Ronacher 2011-06-05 09:12:41 +02:00
  • 0baa4800d6 Merge branch 'master' of https://github.com/mitsuhiko/flask Simon Sapin 2011-06-02 23:29:31 +02:00
  • bd7235ee15 Merge 29169e52ee into c7ff139481 GitHub Merge Button 2011-06-01 09:19:55 -07:00
  • 29169e52ee updated test for jsonify status code argument elishowk 2011-06-01 18:09:43 +02:00
  • f195459cf1 added status code argument through jsonify elishowk 2011-06-01 18:06:25 +02:00
  • c7ff139481 Merge pull request #238 from SimonSapin/doc-SERVER_NAME-fix Ron DuPlain 2011-05-30 12:45:07 -07:00
  • 69009fb2e3 Merge 9beee51b0b into e3f2dd8f08 GitHub Merge Button 2011-05-30 12:42:42 -07:00
  • 9beee51b0b Clarify in docs that the SERVER_NAME config can also take a port number. Simon Sapin 2011-05-30 21:32:01 +02:00
  • 8017febac4 Don't fail for unicode filenames with send_file(add_etags=True) Simon Sapin 2011-05-30 15:06:32 +02:00
  • 2ebff90411 Two new sites Armin Ronacher 2011-05-30 01:56:58 +02:00
  • db28217574 Fixed a bug, view_args not values Armin Ronacher 2011-05-29 20:05:39 +02:00
  • 4d6cd1a390 URL building should work in theory Armin Ronacher 2011-05-29 19:56:16 +02:00
  • 5da1fc2215 Started work on URL value preprocessors Armin Ronacher 2011-05-29 19:52:10 +02:00
  • f7e71b518f Register most stuff only once Armin Ronacher 2011-05-29 18:55:06 +02:00
  • 7a08331ac0 Latest iteration of the blueprint code. Far from being done Armin Ronacher 2011-05-29 15:54:58 +02:00
  • 294bc6dd0f Merge pull request #236 from SimonSapin/website Ron DuPlain 2011-05-29 01:23:57 -07:00
  • 63a8341535 Merge 92e2c59448 into 8aa1e00b1e GitHub Merge Button 2011-05-29 01:20:54 -07:00
  • 92e2c59448 Add Frozen-Flask to the extension registry. Simon Sapin 2011-05-29 09:33:04 +02:00
  • 673fa18e6d Merge branch 'new-request-dispatching' into blueprints Armin Ronacher 2011-05-28 15:14:07 +02:00
  • 086ecdb918 Better reraising of exceptions Armin Ronacher 2011-05-28 15:11:48 +02:00
  • b51ecd7f21 Updated examples Armin Ronacher 2011-05-27 20:29:47 +02:00
  • 115d31ddbf More documentation updates Armin Ronacher 2011-05-27 20:29:03 +02:00
  • a9fc040c39 Updated documentation to use teardown request where appropriate Armin Ronacher 2011-05-27 20:21:41 +02:00
  • ba6bf23e0d Updated tests Armin Ronacher 2011-05-27 20:12:20 +02:00
  • e71a5ff8de Started work on new request dispatching. Unittests not yet updated Armin Ronacher 2011-05-27 20:10:53 +02:00
  • e3f2dd8f08 Added a test for content length behavior Armin Ronacher 2011-05-27 15:59:11 +02:00
  • 34e6933832 Documented change in flashing Armin Ronacher 2011-05-24 16:42:06 +02:00
  • f2f806285d Merge pull request #232 from sharoonthomas/master Armin Ronacher 2011-05-24 07:41:27 -07:00
  • 18a7c09c87 Merge 57920a5808 into 7242abcfb2 GitHub Merge Button 2011-05-24 07:40:54 -07:00
  • 7242abcfb2 Extend the logging from the dynamically set logger class. This fixes #234 Armin Ronacher 2011-05-24 16:34:41 +02:00
  • 9c00f8b787 Merge branch 'master' of github.com:mitsuhiko/flask Armin Ronacher 2011-05-24 16:31:46 +02:00
  • 2a81c8a822 Documented change Armin Ronacher 2011-05-24 16:30:08 +02:00
  • d90765b026 Added testcase for json encoding parameter support Armin Ronacher 2011-05-24 16:29:46 +02:00
  • 41952d2b25 respect request charset Steve Romanow 2011-05-18 18:16:48 -04:00
  • da45e245ff Merge 58a9040444 into ea77d5e12d GitHub Merge Button 2011-05-24 07:22:04 -07:00
  • ea77d5e12d Touch up docs according to user feedback. Ron DuPlain 2011-05-19 09:14:53 -04:00
  • 58a9040444 respect request charset Steve Romanow 2011-05-18 18:16:48 -04:00
  • 57920a5808 Prevent pop if flashes not in session to avoid modification to session fixes #227 Sharoon Thomas 2011-05-17 11:41:12 -04:00
  • 8b974eb355 Note to use debug=False for third-party debuggers. Ron DuPlain 2011-05-12 12:54:56 -04:00
  • 19dfe5f631 Merge pull request #230 from RonnyPfannschmidt/docs Armin Ronacher 2011-05-08 03:32:31 -07:00
  • c64f466441 Merge 74514fc837 into e3d577cc2a GitHub Merge Button 2011-05-08 03:32:14 -07:00
  • 74514fc837 the import order note was meant to be bold, not cursive Ronny Pfannschmidt 2011-05-08 11:31:52 +02:00
  • e3d577cc2a Merge pull request #228 from akavlie/master Armin Ronacher 2011-05-07 15:28:05 -07:00
  • b2971346c6 Merge c6e4d743a9 into 15c937b316 GitHub Merge Button 2011-05-07 15:27:58 -07:00
  • 8aa1e00b1e New website Armin Ronacher 2011-05-08 00:15:59 +02:00
  • 15c937b316 Remove ctx.bind() from doc. It doesn't exist. Ron DuPlain 2011-05-01 16:36:51 -04:00