Commit graph

  • 47288231fe Implemented a separate application context. Armin Ronacher 2012-04-09 14:34:12 +01:00
  • a1305973bf Fixed a typo in a comment Armin Ronacher 2012-04-09 14:19:13 +01:00
  • 9c48387072 Removed unneeded print statements form mongokit pattern doc Dmitry Shevchenko 2012-04-08 18:09:12 -05:00
  • f07199009c Fix reqcontext ref in signals doc. Ron DuPlain 2012-04-04 11:41:40 -04:00
  • 492ef06bff Clarify use of context-locals with signals. Ron DuPlain 2012-04-04 11:39:07 -04:00
  • b16c988f1e Fix static endpoint name mention in quickstart. Ron DuPlain 2012-04-03 20:55:58 -04:00
  • f46f7155b2 2012 Kenneth Reitz 2012-04-01 20:57:50 -04:00
  • f267f9302a Merge pull request #469 from jfinkels/patch-2 Ron DuPlain 2012-04-01 15:39:49 -07:00
  • 91efb90fb3 Removed extra blank line to fix ReST formatted documentation string in wrappers.py. Should have gone with pull request #439. jfinkels 2012-04-01 13:03:22 -03:00
  • f43003967e Merge pull request #439 from aisipos/jsonexceptions Ron DuPlain 2012-04-01 08:42:39 -07:00
  • df772df24f Touch up run_simple doc, #446. Ron DuPlain 2012-04-01 11:40:37 -04:00
  • 8740fff907 Merge pull request #446 from jtsoi/patch-1 Ron DuPlain 2012-04-01 08:37:44 -07:00
  • 0eb75b317b Add notes on mutable values & sessions. Ron DuPlain 2012-04-01 11:33:42 -04:00
  • 71a9766266 Merge pull request #417 from tarruda/master Ron DuPlain 2012-04-01 08:23:26 -07:00
  • 9ab41edbd7 Touch up proxying docs. Ron DuPlain 2012-04-01 11:19:51 -04:00
  • 9a1d616706 Add simple proxying nginx config to docs. Ron DuPlain 2012-04-01 10:57:44 -04:00
  • 976c9576bd Reorder deployment options. Ron DuPlain 2012-04-01 10:54:27 -04:00
  • 7e4b705b3c Move others.rst to wsgi-standalone.rst. Ron DuPlain 2012-04-01 10:54:00 -04:00
  • c2698416a8 Merge pull request #467 from vorobiov/patch-1 Kenneth Reitz 2012-03-31 00:40:16 -07:00
  • e76db15e26 Update docs/quickstart.rst Sergey 2012-03-31 10:11:12 +03:00
  • 437a1bf5c4 Merge pull request #458 from kisielk/patch-1 Ron DuPlain 2012-03-28 05:56:59 -07:00
  • 85e2857ed4 Merge pull request #455 from jparise/methodfuncs-iter Armin Ronacher 2012-03-28 01:51:26 -07:00
  • 38187bcd9f Merge pull request #464 from passy/patch-1 Armin Ronacher 2012-03-28 01:50:37 -07:00
  • 35383ee83c Removed triple-quotes from print statement in setup.py Pascal Hartig 2012-03-28 10:33:27 +03:00
  • 6b4a86df3b Merge pull request #462 from SimonSapin/patch-4 Kenneth Reitz 2012-03-27 07:12:01 -07:00
  • e08028de55 pip vs. easy_install consistency Simon Sapin 2012-03-27 17:08:55 +03:00
  • b29834dac3 Fixed weird string quoting in setup.py Kamil Kisiel 2012-03-24 14:09:43 -07:00
  • 36da8e41de Merge pull request #450 from SimonSapin/simplejson_tox Kenneth Reitz 2012-03-20 19:18:19 -07:00
  • 079c5ef7ff Merge pull request #445 from iammookli/patch-1 Kenneth Reitz 2012-03-20 19:01:28 -07:00
  • c2661dd4bc Update docs/patterns/packages.rst Filip Ristić 2012-03-20 22:07:58 +01:00
  • bb99158c87 Remove an unused iteration variable. Jon Parise 2012-03-19 22:33:43 -07:00
  • ee6ed491d3 Have tox install simplejson for python 2.5 Simon Sapin 2012-03-19 00:52:33 +01:00
  • fe9f5a4768 Added an example of how to configure debugging with run_simple, it has to be enabled both for the Flask app and the Werkzeug server. jtsoi 2012-03-16 09:38:40 +01:00
  • 73cb15ed2c Update docs/patterns/mongokit.rst iammookli 2012-03-15 18:20:17 -07:00
  • eac350d1e6 Merge remote branch 'njl/master' Ron DuPlain 2012-03-13 19:27:24 -07:00
  • d626787a34 Merge pull request #438 from garbados/improve_foreword Ron DuPlain 2012-03-13 19:17:29 -07:00
  • 9601016157 Merge pull request #441 from wilsaj/docfix-route-converter-unicode-string Ron DuPlain 2012-03-13 17:00:35 -07:00
  • a5d1cf415e Merge pull request #440 from jamesls/extension-docs Ron DuPlain 2012-03-13 17:00:18 -07:00
  • d94efc6db6 Expose send_file max-age as config value, #433. Ron DuPlain 2012-03-13 16:34:16 -07:00
  • 146088d580 Expand docs on send_file option hook, #433. Ron DuPlain 2012-03-13 14:37:48 -07:00
  • f4a31db9f6 Merge pull request #433 from dave-shawley/master Ron DuPlain 2012-03-13 13:59:31 -07:00
  • f7bb2b5f19 Merge pull request #430 from jamesls/issue140 Ron DuPlain 2012-03-13 13:51:53 -07:00
  • c1a2e3cf14 Add Rule #0 to extension development. Ron DuPlain 2012-03-13 13:41:03 -07:00
  • 3bf1750b5d Tighten quickstart deployment docs. Ron DuPlain 2012-03-13 12:12:47 -07:00
  • 1d1db80e06 Merge pull request #427 from kevinburke/fix-existing-tutorial Ron DuPlain 2012-03-13 11:47:04 -07:00
  • 4e9b7867c9 Merge pull request #411 from PaulMcMillan/docs_fix Ron DuPlain 2012-03-13 11:43:13 -07:00
  • 8f568cfc19 Split foreword into two files; edited lots. Max 2012-03-12 17:12:55 -07:00
  • 8d1546f8e6 Reword the docs for writing a flask extension James Saryerwinnie 2012-03-12 16:28:39 -07:00
  • d4eb1af373 Merge branch 'docfix-route-converter-unicode-string' of github.com:wilsaj/flask into docfix-route-converter-unicode-string wilsaj 2012-03-12 18:01:45 -05:00
  • a77938837c docfix: wrong converter name: unicode -> string fixes #364 wilsaj 2012-03-12 17:21:49 -05:00
  • 756a5565ea docfix: wrong converter name: unicode -> string wilsaj 2012-03-12 17:21:49 -05:00
  • c78070d862 Wrapped paragraphs; changed some words. Max 2012-03-12 15:08:52 -07:00
  • d8c2ec4cd8 Fixed linebreaks. Max 2012-03-12 15:03:26 -07:00
  • 74a72e86ad Changed some things in the foreward to diminish its discouragement. Max 2012-03-12 14:58:26 -07:00
  • 71b351173b Move JSONHTTPException and JSONBadRequest to new module flask.exceptions. Anton I. Sipos 2012-03-12 14:53:24 -07:00
  • 68f93634de Second thoughts on mime type Ned Jackson Lovely 2012-03-12 17:18:27 -04:00
  • 27194a01d8 Fix typo in docs. Ned Jackson Lovely 2012-03-12 16:02:53 -04:00
  • 12544c3a8d Merge branch 'master' of git://github.com/mitsuhiko/flask Ned Jackson Lovely 2012-03-12 15:27:41 -04:00
  • 09370c3f1c Clean up docs and review pull request #384 Ned Jackson Lovely 2012-03-12 15:26:05 -04:00
  • cb3d0b931d Merge pull request #436 from teebes/master Ron DuPlain 2012-03-12 11:34:07 -07:00
  • 561775cbf6 Merge pull request #435 from mattd/master Ron DuPlain 2012-03-12 11:33:42 -07:00
  • cb24646948 Add jsonp support inside of jsonify Christoph Heer 2012-01-17 21:09:59 +01:00
  • 8216e036e9 Specifying supported Python versions in setup.py metadata Thibaud Morel 2012-03-12 11:16:03 -07:00
  • 2d237f3c53 Fix grammar in extension dev docs. Matt Dawson 2012-03-12 10:57:00 -07:00
  • 06b224676d Added _PackageBoundObject.get_static_file_options. Dave Shawley 2012-03-12 11:19:17 -04:00
  • 2befab24c5 remove localtunnel things that were added to snippets Kevin Burke 2012-03-11 23:17:40 -07:00
  • 075b6b11c8 Fix issue 140 James Saryerwinnie 2012-03-11 20:45:58 -07:00
  • 605d0ee344 update links Kevin Burke 2012-03-11 20:33:43 -07:00
  • 6b9e6a5a52 add heroku/deploy options to quickstart, and add more clear links in tutorial setup. Kevin Burke 2012-03-11 20:20:32 -07:00
  • 9711fd4020 On JSON requests, the JSON response should have Content-Type: application/json and the body of the response should be a JSON object. Jeffrey Finkelstein 2012-03-08 16:41:39 -05:00
  • 7ed3cba658 Split ebook build process into own make target. Ron DuPlain 2012-03-08 09:14:14 -08:00
  • 8445f0d939 Fixed assumption made on session implementations. Thiago de Arruda 2012-03-02 07:46:39 -03:00
  • 8d7ca29a35 Cleaned up test case for issue #414. Dave Shawley 2012-03-01 08:53:58 -05:00
  • 76773e1d0a Fixed silent keyword arg to config.from_envvar. Dave Shawley 2012-03-01 08:34:08 -05:00
  • 62621ccd13 Blueprint example tests Dmitry Shevchenko 2012-03-01 02:24:56 -06:00
  • 85ad4ffb60 Blueprint example app Dmitry Shevchenko 2012-03-01 02:07:26 -06:00
  • b9f4e0bd9c Remove redundant words from quickstart. Paul McMillan 2012-02-26 12:43:50 -08:00
  • 20a3281209 Update docs/patterns/wtforms.rst awsum 2012-02-21 22:04:36 +02:00
  • fc7fe62846 Update docs/errorhandling.rst Andrew Ash 2012-02-22 22:50:26 -08:00
  • fdad6713eb Add updates to render_template to CHANGES, #409. Ron DuPlain 2012-02-24 09:33:11 -05:00
  • 0b3369355d Allow loading template from iterable Dmitry Shevchenko 2012-02-24 00:46:20 -06:00
  • 04bb720d38 Fix Blueprint example with template_folder, #403. Ron DuPlain 2012-02-14 18:13:29 -05:00
  • e070ede050 Use "." not "source" for shell sourcing. Ron DuPlain 2012-02-07 10:42:25 -05:00
  • 5e848176e5 typos and fixes Kenneth Reitz 2012-02-06 21:05:51 -05:00
  • deb03da3ff Merge remote-tracking branch 'origin/pip' into pip Kenneth Reitz 2012-02-06 21:04:13 -05:00
  • 60f7e3a7b4 vent and no more . Kenneth Reitz 2012-02-06 20:41:13 -05:00
  • 73a8595335 vent and no more . Kenneth Reitz 2012-02-06 20:41:13 -05:00
  • 4a75198f36 pip and distribute installation Kenneth Reitz 2012-02-06 20:28:17 -05:00
  • 3de8de1985 pip > easy_install Kenneth Reitz 2012-02-06 20:19:32 -05:00
  • 96d7f20787 Fix tox warning, test "not installed in testenv". Ron DuPlain 2012-02-04 10:44:16 -05:00
  • 84b96ac9d3 Add pypy to tox.ini. Ron DuPlain 2012-02-04 10:37:58 -05:00
  • 69e7a0a2a0 Move debugger details into a new section, #343. Ron DuPlain 2012-02-03 18:11:14 -05:00
  • dfd3ef6d54 Add cookie size limit note to sessions section. Ron DuPlain 2012-02-03 13:19:04 -05:00
  • 5a1bef4429 Demonstrate in docs how to use registered filters. Ron DuPlain 2012-02-01 18:03:32 -05:00
  • 8ef2ca99b9 Reword context processors for functions. Ron DuPlain 2012-02-01 18:03:29 -05:00
  • d33f9990c8 Document context processors' variable functions Priit Laes 2012-02-01 14:49:46 +02:00
  • 7ba5196ba6 Merge pull request #392 from FND/docs Ron DuPlain 2012-01-31 07:05:03 -08:00
  • 4aebc267bc Hyphenate "class-based" FND 2012-01-31 13:54:46 +01:00
  • 5cb50a46ee Fix Message Flashing doc, from SwashBuckla #pocoo. Ron DuPlain 2012-01-31 05:46:18 -05:00
  • 36f3184396 Automate .mobi generation of docs, #388. Ron DuPlain 2012-01-26 13:24:15 -05:00