Commit graph

  • bb0084f5be Fix Py3 compat bug Markus Unterwaditzer 2014-09-03 19:17:43 +02:00
  • 84f57b6bda Fixed a relative import Armin Ronacher 2014-09-03 18:31:30 +02:00
  • bafc139810 Added EXPLAIN_TEMPLATE_LOADING to help people debug templates not being loaded. Armin Ronacher 2014-09-03 17:57:44 +02:00
  • f17ad953dd Fix syntax error on py3 Markus Unterwaditzer 2014-09-03 15:27:06 +02:00
  • ed49fe3db1 Removed leftover from the module system. Armin Ronacher 2014-09-03 14:58:32 +02:00
  • 9eb59b0bef Added support for background loading of the application to speed up initial requests in dev mode. Armin Ronacher 2014-09-02 16:20:46 +02:00
  • 670d2a4d50 Merge pull request #1163 from boreq/docs-update Markus Unterwaditzer 2014-08-31 19:06:30 +02:00
  • 3bd9cdce94 Added full_path to the Request object documentation. boreq 2014-08-31 18:07:26 +02:00
  • 0f8f6b5130 Merge pull request #1162 from ajschumacher/patch-1 Markus Unterwaditzer 2014-08-28 19:39:38 +02:00
  • 05ad436201 typo: "weather" -> "whether" Aaron Schumacher 2014-08-28 13:35:53 -04:00
  • 96d7cc933a Merge pull request #1161 from pbu88/master Markus Unterwaditzer 2014-08-28 17:02:27 +02:00
  • b81f72070e Fix warnings and code styling in the doc Paulo Bu 2014-08-28 16:51:53 +02:00
  • 462bc6c2e5 Merge pull request #1160 from untitaker/docs_dev_installation Markus Unterwaditzer 2014-08-28 16:12:27 +02:00
  • 7db5232572 Don't mention Flask dev releases anymore Markus Unterwaditzer 2014-08-28 16:12:00 +02:00
  • c2ed8d61c3 Merge pull request #1158 from untitaker/protocol-relative Markus Unterwaditzer 2014-08-28 16:09:55 +02:00
  • a94e767acb AppGroups produce more AppGroups Armin Ronacher 2014-08-28 09:35:06 +02:00
  • 9641f07d91 Made FlaskGroup an AppGroup Armin Ronacher 2014-08-28 08:56:58 +02:00
  • 7183aefd62 Document building protocol-relative URLs Markus Unterwaditzer 2014-08-27 13:34:10 +02:00
  • 7c16054d81 Updated the logging documentation for recent changes. Armin Ronacher 2014-08-27 01:22:01 +02:00
  • 5edc803702 Added a changelog entry for modules. Armin Ronacher 2014-08-27 01:13:25 +02:00
  • 817b72d484 Removed deprecated module functionality Armin Ronacher 2014-08-27 01:12:33 +02:00
  • 84ad89ffa4 Always log now, even if debug is off. Armin Ronacher 2014-08-27 01:08:12 +02:00
  • 0ce3db88cf Remove date tagging. Armin Ronacher 2014-08-26 23:21:30 +02:00
  • 7d57c29f7a Merge pull request #1156 from brwr/brwr/fix-documentation-typo Daniel Neuhäuser 2014-08-26 12:29:57 +02:00
  • 662b1053a4 Added support for PYTHONSTARTUP to shell command. Armin Ronacher 2014-08-26 12:07:09 +02:00
  • 9bf36151d9 Removed dead import Armin Ronacher 2014-08-26 10:29:07 +02:00
  • 9123fa3b8f Added a missing self Armin Ronacher 2014-08-26 10:14:27 +02:00
  • 2f60124894 Removed ridiculous constructor from AppGroup Armin Ronacher 2014-08-26 10:09:17 +02:00
  • afb613ca43 Added some missing documentation information. Armin Ronacher 2014-08-26 10:03:15 +02:00
  • d1821b3a07 Updated intersphinx Armin Ronacher 2014-08-26 10:03:08 +02:00
  • 20645d9b86 Add missing of to documentation. James Brewer 2014-08-25 22:18:08 -07:00
  • 932f7d7cbb Refactored the scripting interface greatly. Armin Ronacher 2014-08-25 16:50:22 +02:00
  • 66ef55ce0a Converted a leftover old-style click callback. Armin Ronacher 2014-08-25 15:43:27 +02:00
  • 01450efc25 Merge pull request #1150 from kylepjohnson/master Markus Unterwaditzer 2014-08-23 00:18:15 +02:00
  • 71b525e1fa typos Kyle P. Johnson 2014-08-14 16:16:58 -04:00
  • f6d25bbc4f Switch to newer click (2.0) Armin Ronacher 2014-08-12 23:23:48 +02:00
  • 60260eb0f0 Merge pull request #1144 from untitaker/url_for_scheme_docs Kenneth Reitz 2014-08-12 14:46:56 -04:00
  • b49074eb6b Add documentation about url_for's default scheme Markus Unterwaditzer 2014-08-11 11:56:25 +02:00
  • 1d55b8983e Merge pull request #1138 from LiterallyElvis/master Daniel Neuhäuser 2014-07-31 10:33:44 +02:00
  • 3c48bf8935 Addressed issue #1134 Jeffrey D 2014-07-29 20:42:28 -05:00
  • f6618c7638 Merge pull request #1099 from root-11/patch-1 Daniel Neuhäuser 2014-07-27 13:31:59 +02:00
  • a51a167937 Merge pull request #1100 from thewhitetulip/patch-1 Daniel Neuhäuser 2014-07-27 13:23:32 +02:00
  • c048aed65a Merge pull request #1112 from methane/patch-3 Daniel Neuhäuser 2014-07-27 13:22:36 +02:00
  • 486c1089b0 Base from_json on from_mapping Daniel Neuhäuser 2014-07-27 13:21:14 +02:00
  • aa40b1731e Add Config.from_mapping Daniel Neuhäuser 2014-07-27 11:19:52 +02:00
  • a61347b902 Update python3.rst INADA Naoki 2014-07-27 02:47:33 +09:00
  • 02f0c755a3 Merge pull request #1117 from lord63/patch-1 Daniel Neuhäuser 2014-07-26 17:26:31 +02:00
  • 29768ce45e Correct the mistake again. lord63 2014-07-26 22:43:52 +08:00
  • efdf2e1212 Update python3.rst INADA Naoki 2014-07-26 21:47:41 +09:00
  • e429e47a96 Correct the mistakes. lord63 2014-07-26 20:15:36 +08:00
  • 221aaa56c9 Merge pull request #1122 from milesrichardson/master Daniel Neuhäuser 2014-07-26 10:43:00 +02:00
  • 8d3ee017c5 Merge pull request #1132 from nicorevin/update_links Daniel Neuhäuser 2014-07-26 10:42:47 +02:00
  • 22219f51e5 Update doclinks Nico Revin 2014-07-24 19:03:56 +04:00
  • c8ce5326b4 fixed typo -- missing "are" in docs/signals.rst Miles Richardson 2014-07-15 15:19:00 +08:00
  • 02e7bec21c Fix typos in config.rst lord63 2014-07-11 23:23:01 +08:00
  • 7777b06809 Fix a typo in config.rst lord63 2014-07-10 12:04:48 +08:00
  • de5bb759e3 Fix typos in shell.rst lord63 2014-07-09 14:45:55 +08:00
  • 3e9f074d05 Update becomingbig.rst lord63 2014-07-09 14:22:30 +08:00
  • 92191fb9d9 Fix a typo in templating.rst lord63 2014-07-09 13:22:27 +08:00
  • 931be87475 Update python3.rst INADA Naoki 2014-07-10 23:01:32 +09:00
  • 577581665c Merge pull request #1105 from limeburst/master Kenneth Reitz 2014-07-08 14:21:53 -04:00
  • cc98ba9092 Merge pull request #1110 from methane/patch-2 Armin Ronacher 2014-07-07 16:38:57 +02:00
  • add59a91cf Stop recommending Python 2.6 INADA Naoki 2014-07-07 21:17:20 +09:00
  • f5b15c2a35 Fix typo in cli docs Jihyeok Seo 2014-07-06 00:32:31 +09:00
  • eb0c8a6bee The example does not execute Suraj Patil 2014-07-03 18:19:09 +05:30
  • 2d992e7f13 Update schema.rst root-11 2014-07-01 15:57:50 +01:00
  • 0ce47a365f Merge pull request #1096 from slater/patch-1 Kenneth Reitz 2014-06-30 19:42:32 -04:00
  • 6f990f67ed Merge pull request #1097 from slater/patch-2 Kenneth Reitz 2014-06-30 19:42:14 -04:00
  • 35282a881e Update dbinit.rst Mark Slater 2014-06-29 15:51:03 -07:00
  • 171253a0eb Update dbcon.rst Mark Slater 2014-06-29 15:48:52 -07:00
  • 9fb52d5e02 Merge pull request #1086 from fengsp/patch-1 Kenneth Reitz 2014-06-18 03:03:58 +08:00
  • 8efbae917b Merge pull request #1088 from lord63/master Kenneth Reitz 2014-06-18 03:03:42 +08:00
  • b0f594efc9 Merge pull request #1090 from wxcafe/master Kenneth Reitz 2014-06-18 03:01:56 +08:00
  • 777e23f81e Update mod_wsgi.rst Wxcafé (Clément Hertling) 2014-06-16 22:07:20 +02:00
  • c44a6111bc Update installation.rst lord63 2014-06-16 18:59:33 +08:00
  • a8fd417b31 Update installation.rst lord63 2014-06-16 18:39:16 +08:00
  • bf3708609a Fixed typo in _compat.py Shipeng Feng 2014-06-15 12:42:34 +08:00
  • 3fc10bd240 Merge pull request #1077 from hdformat/patch-1 Armin Ronacher 2014-06-06 21:11:26 +06:00
  • 7cfe833a50 Merge pull request #1079 from smarkets/master Armin Ronacher 2014-06-06 21:02:38 +06:00
  • 4541910381 Get rid of _tag->closure->_tag reference cycle Jakub Stasiak 2014-06-04 14:47:26 +01:00
  • 6b9370a854 Update mod_wsgi.rst EJ Lee 2014-06-02 21:28:27 +09:00
  • 76456dc3b2 Merge pull request #1075 from brannerchinese/master Kenneth Reitz 2014-05-30 13:39:21 -04:00
  • fb5d674488 add Table to import in sqlalchemy.rst example David Branner 2014-05-30 12:48:49 -04:00
  • 16a7dd06aa Merge pull request #1062 from SteelyWing/patch-2 Kenneth Reitz 2014-05-27 12:10:37 -04:00
  • 1eede1de1f Merge pull request #1064 from kekumu/patch-adv-foreword Kenneth Reitz 2014-05-27 12:09:38 -04:00
  • 39bfb54417 Merge pull request #1066 from bulatb/patch-1 Kenneth Reitz 2014-05-27 12:09:17 -04:00
  • bd888eaa61 Fixed a typo. Bulat Bochkariov 2014-05-20 21:54:54 -07:00
  • 305ccd5df9 Update advanced_foreword.rst kekumu 2014-05-19 01:48:11 -04:00
  • 02b02543b3 Doc for add check upload file Wing 2014-05-17 14:44:34 +08:00
  • da1c1f0d7f Merge pull request #1057 from IanConnolly/doc-fix Kenneth Reitz 2014-05-16 10:16:12 -04:00
  • 61c5163679 Merge pull request #1058 from shalabhaggarwal/master Kenneth Reitz 2014-05-16 10:15:06 -04:00
  • 1f5927eee2 Fixed a small typo with flask.g docstring Shalabh Aggarwal 2014-05-14 09:15:34 +05:30
  • 367a168d86 Fixes #1051 Ian Connolly 2014-05-13 22:04:05 +01:00
  • 807067001f Merge pull request #1054 from lord63/master Kenneth Reitz 2014-05-12 12:23:22 -04:00
  • bd51d2b88c Merge pull request #1052 from miguelgrinberg/master Kenneth Reitz 2014-05-12 12:22:57 -04:00
  • 332fa79881 Merge pull request #1055 from IanConnolly/doc-fix Kenneth Reitz 2014-05-12 12:21:46 -04:00
  • 2b8a281c1c fix a small mistake in setup.rst lord63 2014-05-12 16:01:53 +08:00
  • 937ad10275 Simplified app finding for cli Armin Ronacher 2014-05-12 02:16:13 +02:00
  • 7321a480ea Simplified click integration a bit Armin Ronacher 2014-05-12 02:13:32 +02:00
  • fcec4b140c Fix a tiny spelling error: untilization -> utilization Ian Connolly 2014-05-11 13:46:58 +01:00