Commit graph

62 commits

Author SHA1 Message Date
David Lord
216151c8a3
Merge branch '0.12-maintenance' 2018-04-26 12:18:06 -07:00
David Lord
679bf0014f
use theme provided by pallets-sphinx-themes 2018-04-18 13:06:08 -07:00
Static
f5adb61b28 Fix typos/grammar in docs (#2201) 2017-03-06 14:05:59 +01:00
Jeff Widman
bb0e755c80 Migrate various docs links to https (#2180)
Also fixed a few outdated links
2017-02-11 10:43:11 +01:00
Armin Ronacher
11f3a3f6dd Updated upgrade docs 2016-09-11 21:28:30 +03:00
Markus Unterwaditzer
71e10be286 Properly remove f.name usage in send_file (#1988)
* Properly remove f.name usage in send_file

* Update changelogs

* Fix tests
2016-08-26 03:08:03 +02:00
David Lord
1928f28a68 clean up code formatting in some docs
fix warnings while building docs
2016-06-26 13:03:29 -07:00
Ameya Pandilwar
663d786f68 Update documentation for upgrading Flask using 'pip' command (#1918) 2016-06-22 13:26:35 -07:00
Armin Ronacher
f9ea3fe026 1.0 -> 0.11 in the docs 2016-05-26 20:52:17 +02:00
David Lord
317d60307d fix some warnings while building docs 2016-04-11 16:13:59 -07:00
Keyan Pishdadian
1a877fbaa0 Remove extmigrate from Flask repo
* Remove extmigrate from Flask repo

* Update docs to reflect new repo location
2016-04-04 23:19:10 +02:00
José Carlos García
567fff9d0d Change to Pallets project
* Update CHANGES

* Update CONTRIBUTING.rst

* Update setup.py

* Update tox.ini

* Update extensions.rst

* Update security.rst

* Update installation.rst

* Update testing.rst

* Update upgrading.rst

* Update sidebarintro.html

* Update jquery.rst

* Update dbcon.rst

* Update index.rst
2016-04-03 23:11:38 +02:00
Markus Unterwaditzer
d3d8a4694a Deprecate flask.ext
* Add deprecation warning to ext pkg

* Add docs on deprecation of flask.ext

* Improve deprecation warnings

* Add headers for better distinction, fix ordering issue of paragraphs
2016-04-02 21:06:30 +02:00
Alan Hamlett
99c99c4c16 Enable autoescape for render_template_string 2015-07-04 23:41:43 +02:00
Phil Schaf
4437eb7ceb slimmed down error handling intro 2015-04-11 18:01:22 +02:00
Phil Schaf
d4ad47af62 added info about an exception being raised for the old and broken behavior 2015-04-11 17:44:18 +02:00
Phil Schaf
9d3c4bbb8c Added docs for the error handler rework 2015-04-11 17:25:17 +02:00
Alex Chan
8570633214 Fix a few spelling mistakes in the docs 2015-04-03 20:43:40 +01:00
defuz
1501b79293 docs: :exc:TypeError 2014-11-05 08:16:27 +03:00
defuz
02694d609f docs: :command:pip, :option:--debug 2014-11-05 07:03:55 +03:00
defuz
a8f570cc62 docs: :file:app.py, :file:yourapp/templates 2014-11-05 06:45:22 +03:00
Petr Zemek
ebab6718f7 Unify the uses of "testsuite" vs "test suite".
Use "test suite", which is more prevailing in the source code.
2014-10-27 11:31:01 +01:00
Armin Ronacher
84ad89ffa4 Always log now, even if debug is off. 2014-08-27 01:08:19 +02:00
Nico Revin
22219f51e5 Update doclinks
Fix redirects and broken links
2014-07-24 23:30:50 +04:00
Daniel Neuhäuser
e89c867d62 Switch packages.python.org to pythonhosted.org 2014-04-26 01:35:37 +02:00
atupal
132c2c4c79 missed word.
request tstack -> request context stack
2014-04-02 09:16:43 +08:00
Armin Ronacher
fc2225b463 Fixed a broken link in the docs 2013-06-09 12:47:01 +01:00
Armin Ronacher
1949c4a9ab flask.g is now on the app context and not the request context 2012-12-21 11:45:42 +01:00
Armin Ronacher
39329bfc07 Merge pull request #591 from finbarrocallaghan/master
fixed some typos
2012-10-07 03:54:58 -07:00
Armin Ronacher
261c4a6aee Updated documentation for the new sessions 2012-10-07 12:40:59 +02:00
Finbarr O'Callaghan
e8d50a7aba fixed spelling but not the grammar! 2012-09-06 18:19:50 +01:00
Finbarr O'Callaghan
48f7cdd016 various typo fixes 2012-09-06 18:04:51 +01:00
Armin Ronacher
a4977cfe2b Removed outdated section in the docs 2012-08-11 03:13:16 +01:00
Armin Ronacher
4df3bf2058 Implemented experimental JSON based sessions 2012-08-11 02:36:14 +01:00
Ron DuPlain
10c34e6652 Reword 0.9 upgrade doc, thanks to plaes on #pocoo. 2012-04-19 11:50:08 -04:00
Armin Ronacher
52f9cefbcd More documentation updates for 0.9 2012-04-09 17:35:16 +01:00
Armin Ronacher
cf1641e5be Changed the implementation of returning tuples from functions 2012-04-09 15:56:33 +01:00
Armin Ronacher
d49221bf2e The test client now properly pops response contexts on __exit__ 2011-08-26 14:01:46 +01:00
Armin Ronacher
d3ca55177a Updated the docs and examples to non-failing teardown handlers 2011-08-25 20:56:43 +01:00
Armin Ronacher
ce70131975 If JSON parsing fails it now issues a BadRequest exception. 2011-08-08 21:47:26 +02:00
Armin Ronacher
f29ec355e9 Backwards compatibility import 2011-07-07 13:14:15 +02:00
Armin Ronacher
0fb2e4c848 More invalid doc fixing 2011-07-01 00:52:06 +02:00
Armin Ronacher
8ba6673670 Fixed a changelog entry 2011-07-01 00:50:18 +02:00
Armin Ronacher
d0821edca5 Fixed link to the upgrade script. github changed links apparently 2011-06-28 16:08:19 +02:00
Armin Ronacher
dbb9a2ed46 Added note on templates not being updated 2011-06-17 03:45:19 +02:00
Armin Ronacher
c9cd6084c2 More upgrade notes for blueprints 2011-06-05 16:33:54 +02:00
Armin Ronacher
207a7908e8 Note for windows users on the upgrade script 2011-06-05 16:26:18 +02:00
Armin Ronacher
60bd620947 Warning about deprecation warnings not showing 2011-06-05 16:22:44 +02:00
Armin Ronacher
9770054dee Started documenting the upgrade script 2011-06-05 16:11:17 +02:00
Armin Ronacher
1f31ec4bea Added documentation in update document for new error handling 2011-06-05 10:32:00 +02:00