Tony Narlock
91fd33dbd9
Add docutils label for class-based views
8 years ago
Tony Narlock
66e9dc9df2
Add docutils label for templates page
8 years ago
David Lord
01d2f725d3
formatting
...
[ci skip]
8 years ago
tristan fisher
53ff054fd3
Fixes grammar and phrasing on envvar how-to
8 years ago
tristan fisher
067686b471
Add basic how-to on using envvars for config
8 years ago
David Lord
15756da1f0
mention csp for javascript: uri xss
...
closes #2174
[ci skip]
8 years ago
David Lord
e97253e4c1
clean up JSON code and docs
8 years ago
David Lord
9bee2500dd
finish documentation
...
[ci skip]
8 years ago
David Lord
bbd15d53ad
docs style cleanup
...
[ci skip]
8 years ago
David Lord
859d9a9d5c
show nice message when registering error handler for unknown code
...
clean up error handler docs
closes #1837
8 years ago
David Lord
045dccaefb
make debugging bad key errors easier
...
* TRAP_BAD_REQUEST_ERRORS is enabled by default in debug mode
* BadRequestKeyError has the key in the description in debug mode
closes #382
8 years ago
David Lord
abf54c8182
fix some config names in new doc
8 years ago
David Lord
60feecc26c
reformat config from table to linkable sections
8 years ago
David Lord
3c7625e8c0
update development resources
...
fix tox to test examples again
add detox tox env for faster testing
clean up makefile, add tox target
add extra group for installing dev requirements
clean up contributing doc, build with docs
expand issue template
add pull request template
8 years ago
David Lord
d2a46dc56d
fix doc build error
8 years ago
David Lord
8eff9bda3d
clean up security header docs
...
[ci skip]
8 years ago
Lowell Abbott
fcfd031460
Add capitalize and other details
8 years ago
Kenneth Reitz
386ac92bdd
use alabaster
8 years ago
Zeb Palmer
749ef01831
Missing Space
...
Smallest PR ever, but that missing space has been annoying me for a very long time.
8 years ago
Dave
7e14f6706a
Fix typo
8 years ago
Anthony Plunkett
f52f3ef31d
PyCharm Run Configuration Guide
8 years ago
Dave Morse
50c6df7098
Minor edits to tutorial for clarity. ( #2330 )
8 years ago
bovarysme
fe27d04cc1
Fix a small oversight in the testing docs
8 years ago
Lowell Abbott
09a0d2ebd1
Re-order by semantic. Fix link on flask-talismand and re-word many concepts
8 years ago
David Lord
8858135043
Update testing.rst
8 years ago
Levi Roth
954d9ca0b8
Added documentation for PowerShell environment variables
8 years ago
Lowell Abbott
ee7cb9d6b2
Suggest only one package, change the sourcecode block to none
8 years ago
Lowell Abbott
c47f4530a1
Erased duplicated links on title
8 years ago
Lowell Abbott
98b0f96a98
Fix typos, semantics and some other corrections
8 years ago
Lowell Abbott
8459cedaa9
Add security headers notes
8 years ago
Neil Grey
378a11f992
For Issue #2286 : Updating test_flaskr to use yield inside fixture
8 years ago
Tully Rankin
65b61aa7c2
Added uWSGI and example usage to stand-alone WSGI containers documentation ( #2302 )
8 years ago
Neil Grey
4e9d51b39b
For Issue #2286 : Fixing indenting of test_login_logout
8 years ago
Neil Grey
65fc888172
For Issue #2286 : Replaces references to unittest in the documentation with pytest
8 years ago
Tully Rankin
2b96052240
Moved mod_wsgi under uwsgi in TOC deployment docs.
8 years ago
Tully Rankin
d7d21f5559
Moved WSGI-Standalone above mod_wsgi in deployment documentation.
8 years ago
Tully Rankin
50b73f967b
Removed the version number out of the documenation link to Werkzeug.
8 years ago
Tully Rankin
409dd15c10
Added link to using Werkzeug debugger in quickstart documentation.
8 years ago
Tully Rankin
041c68f48b
Updated request context documentation.
8 years ago
Tully Rankin
c590e820aa
Updated documentation. Replaced term development mode with debug mode. #2261
8 years ago
David Lord
d5a88bf0d3
explain when to use a task queue
...
remove deprecated abstract attr from celery
add explanation of example task
[ci skip]
8 years ago
David Lord
cc59f2b204
clean up deferred callback doc
...
remove doc about writing after_this_request
[ci skip]
8 years ago
David Lord
2592f927a0
wrap lines
...
tighten up wording
remove any converter from quickstart
use correct rst code syntax
8 years ago
David Lord
1fb43e3be4
rewrite installation docs
...
discuss python version
discuss all dependencies
prefer python 3 in instructions
[ci skip]
8 years ago
Xephyr826
dfb03c5673
Improve Routing section
...
Edited the entire section for clarity and concision. I rewrote sentences
to make them shorter and to reduce ambiguity.
Added a code sample to show the path converter type
Removed the HTTP method overview. Although it was well written, the
overview wasn't necessary in the quickstart. Readers can easily find an
overview elsewhere.
8 years ago
David Lord
75b85656dd
optionally enable sphinxcontrib.log_cabinet
...
collapses old changelog directives
closes #1704
closes #1867
8 years ago
David Lord
011a4b1899
clean up error handler docs
8 years ago
Benjamin Liebald
6032c94aeb
Mention existence of register_error_handler in errorpages.rst
...
See https://github.com/pallets/flask/issues/1837 for context.
8 years ago
David Lord
cfd3e50ab6
use app.testing property instead of config
8 years ago
David Lord
03857cc48a
use app.testing property instead of config
8 years ago