Juan Lara
a256c4d44f
Typo in docs
...
"keeps track on" -> "keeps track of"
2018-06-27 21:49:21 -07:00
Kamil Wargula
018e0b9ee0
Update docs - add command for listing rules.
2018-06-20 14:39:08 +02:00
Grey Li
96b5ddc9ed
Remove unnecessary period in documentation
2018-06-17 12:12:37 +08:00
ThiefMaster
c93c5e750e
Merge branch '1.0-maintenance'
2018-06-14 13:31:40 +02:00
Saul Urias
4a09395596
Fix typo in appcontext.rst
2018-05-29 19:11:30 +02:00
David Lord
f15a5c84a6
Merge pull request #2806 from doobeh/uwsgi_doc_fix
...
Set uwsgi link to use :ref:
2018-05-28 12:25:06 -07:00
Anthony Plunkett
32fc4d0938
Set uwsgi link to use :ref:
...
Fixes #2802
2018-05-28 15:10:55 -04:00
Tiago Coutinho
669cd2fdda
Update gevent wsgi
...
gevent.wsgi is deprecated since gevent 1.1 and removed in gevent 1.3.
gevent.pywsgi should be used instead
2018-05-21 08:10:16 +02:00
Grey Li
2e71bf94fc
Make super() compatible for Python2
2018-05-16 19:13:19 +08:00
David Lord
751a5fa4a4
Merge branch '0.12-maintenance' into 1.0-maintenance
2018-05-08 20:31:10 -07:00
Daniel Opitz
1394ec46f4
Fixed LaTeX errors on documentation PDF generation
2018-05-08 20:30:36 -07:00
David Lord
04a158c2f9
clarify the section navigation in installation
2018-05-08 20:10:27 -07:00
Mitchel Humpherys
729463dbd9
docs: installation: Add link to Quickstart after install
...
Once Flask is installed many users will want to proceed to the next section
in the docs (Quickstart). Add a link to the end of the Install section for
this.
2018-05-08 19:59:25 -07:00
Daniel Opitz
9cf956fe61
Fixed LaTeX errors on documentation PDF generation
2018-05-03 02:01:49 +02:00
Aaron Hall, MBA
e2018cb2d9
add missing port to localhost URL
2018-04-30 19:03:05 -07:00
Aaron Hall, MBA
62fa658442
add missing port to localhost URL
2018-04-30 21:28:53 -04:00
David Lord
fe243d0a09
Merge pull request #2745 from dmarasquin/patch-1
...
Update quickstart.rst
2018-04-29 14:57:24 -07:00
Daiana Marasquin
fce4f839e2
fix syntax error and typo in quickstart.rst
2018-04-29 14:51:13 -07:00
David Lord
eb52ca4625
rename to FLASK_SKIP_DOTENV, add docs, test
2018-04-29 14:20:17 -07:00
Yao Long
ddeb9c370f
document error on fileupload
...
after file uploaded, it should redirect for uploaded_file page instead
of upload page
2018-04-27 11:04:35 -07:00
Vik
1b609c4dfe
Update config.rst
...
Fix Debug Default: By default Debug is only True when ENV is 'development'
2018-04-27 10:17:43 -07:00
David Lord
24b42e895b
expand explantion about default redirects
2018-04-27 09:57:30 -07:00
Hampus Dunström
6b352343e2
Added short note about Werkzeug redirect behaviour
2018-04-27 11:40:12 +02:00
David Lord
e1edf61dc0
fix docs index sidebar
2018-04-26 15:15:55 -07:00
David Lord
eeca1c6bfd
fix docs index sidebar
2018-04-26 15:15:31 -07:00
David Lord
44b13e7e39
fix docs logo
2018-04-26 13:06:15 -07:00
David Lord
1a459e949c
Merge branch '0.12-maintenance'
2018-04-26 12:18:06 -07:00
David Lord
d86103c79d
add donate link
2018-04-26 07:46:50 -07:00
David Lord
e02118dbc9
add donate link
2018-04-26 07:44:59 -07:00
David Lord
8ab7d3abc3
add donate link
2018-04-26 06:05:13 -07:00
David Lord
30f03a93d8
add donate link
2018-04-26 06:03:33 -07:00
Grey Li
da9e61f0b3
Fix typo in docs
2018-04-24 08:09:08 +08:00
David Lord
cbf2a4245c
document cli option env vars
...
closes #2713
2018-04-20 13:25:04 -07:00
David Lord
d5108acf27
enable intersphinx
2018-04-18 13:10:56 -07:00
David Lord
db01b7350c
use theme provided by pallets-sphinx-themes
2018-04-18 13:06:08 -07:00
David Lord
010156c80a
use theme provided by pallets-sphinx-themes
2018-04-18 12:05:31 -07:00
David Lord
84e9ff3853
clean up js example
2018-04-12 12:17:14 -07:00
David Lord
a894586ba8
add javascript ajax example
2018-04-12 11:06:02 -07:00
David Lord
aaab1e46f2
add Response.max_cookie_size config
2018-04-10 11:17:18 -07:00
Grey Li
e581c44d1a
Add tips for 413 connection reset issue
2018-04-09 01:30:15 -07:00
David Lord
69e63650cc
Merge pull request #2686 from davidism/bp-static
...
document blueprint static folder without prefix
2018-04-09 01:27:25 -07:00
David Lord
ac961d39b7
document blueprint static folder without prefix
2018-04-09 01:11:46 -07:00
David Lord
e29bd92c52
rewrite tutorial docs and example
2018-04-09 00:53:25 -07:00
David Lord
119ebf959f
rework context docs
2018-04-09 00:02:38 -07:00
David Lord
1679ddbf85
rewrite extension docs
...
remove old extension patterns
remove flask.ext from api docs
2018-02-28 07:52:03 -08:00
David Lord
7ccc8fb877
rewrite quickstart Unique URLs section
2018-02-24 08:03:30 -08:00
David Lord
4f8661e6e3
use subdomain arg in url_map.bind_to_environ
...
rename new subdomain test, parametrize
test allowing subdomains as well as ips
add subdomain_matching param to docs
add some references to docs
add version changed to create_url_adapter
2018-02-23 08:39:31 -08:00
David Lord
8d5c870199
add test_cli_runner for testing app.cli commands
2018-02-19 15:34:46 -08:00
David Lord
aa4db37a7f
revert copyright year to project start
...
add copyright header to files
2018-02-08 12:43:30 -08:00
David Lord
ef3226e53b
update project metadata
...
new readme
readme as setup.py long_description
links in changes
git in authors
add travis osx env
break out docs build in travis
remove python_requires for now
2018-02-08 12:43:22 -08:00