Markus Unterwaditzer
077d06df54
Remove run-simple.py
10 years ago
Markus Unterwaditzer
773ad9b92d
Merge pull request #1172 from cgar/spelling
...
very minor spelling fixes
10 years ago
cgar
013d8ad3d9
minor spelling fixes
10 years ago
Markus Unterwaditzer
0a7cc2b113
Fix typo
10 years ago
Armin Ronacher
6cd54a4835
Fixed some cross linking in the docs
10 years ago
Armin Ronacher
c09a4317e4
Record blueprint registration order.
10 years ago
Armin Ronacher
750ab16364
assert_ is assert_true
10 years ago
Markus Unterwaditzer
bb0084f5be
Fix Py3 compat bug
...
Also don't use unicode string here because the assertions below are
written for native strings.
10 years ago
Armin Ronacher
84f57b6bda
Fixed a relative import
10 years ago
Armin Ronacher
bafc139810
Added EXPLAIN_TEMPLATE_LOADING to help people debug templates not being loaded.
10 years ago
Markus Unterwaditzer
f17ad953dd
Fix syntax error on py3
10 years ago
Armin Ronacher
ed49fe3db1
Removed leftover from the module system.
10 years ago
Armin Ronacher
9eb59b0bef
Added support for background loading of the application to speed up initial requests in dev mode.
10 years ago
Markus Unterwaditzer
670d2a4d50
Merge pull request #1163 from boreq/docs-update
...
Added full_path to the Request object documentation.
10 years ago
boreq
3bd9cdce94
Added full_path to the Request object documentation.
10 years ago
Markus Unterwaditzer
0f8f6b5130
Merge pull request #1162 from ajschumacher/patch-1
...
typo: "weather" -> "whether"
10 years ago
Aaron Schumacher
05ad436201
typo: "weather" -> "whether"
10 years ago
Markus Unterwaditzer
96d7cc933a
Merge pull request #1161 from pbu88/master
...
Fix warnings and code styling in the doc
10 years ago
Paulo Bu
b81f72070e
Fix warnings and code styling in the doc
...
There was a blank line missing that was generating a warning when
building the doc. Also, a removed function from cli.py was left in api.rst
(without_appcontext specifically) so this was also generating warnings.
Also corrects the format for a code block and adds a link to Werkzeug's Headers
class.
10 years ago
Markus Unterwaditzer
462bc6c2e5
Merge pull request #1160 from untitaker/docs_dev_installation
...
Don't mention Flask dev releases anymore
10 years ago
Markus Unterwaditzer
7db5232572
Don't mention Flask dev releases anymore
...
Fix #1155
10 years ago
Markus Unterwaditzer
c2ed8d61c3
Merge pull request #1158 from untitaker/protocol-relative
...
Document building protocol-relative URLs
10 years ago
Armin Ronacher
a94e767acb
AppGroups produce more AppGroups
10 years ago
Armin Ronacher
9641f07d91
Made FlaskGroup an AppGroup
10 years ago
Markus Unterwaditzer
7183aefd62
Document building protocol-relative URLs
...
https://github.com/mitsuhiko/werkzeug/pull/528
10 years ago
Armin Ronacher
7c16054d81
Updated the logging documentation for recent changes.
10 years ago
Armin Ronacher
5edc803702
Added a changelog entry for modules.
10 years ago
Armin Ronacher
817b72d484
Removed deprecated module functionality
10 years ago
Armin Ronacher
84ad89ffa4
Always log now, even if debug is off.
10 years ago
Armin Ronacher
0ce3db88cf
Remove date tagging.
10 years ago
Daniel Neuhäuser
7d57c29f7a
Merge pull request #1156 from brwr/brwr/fix-documentation-typo
...
Add missing `of` to documentation.
10 years ago
Armin Ronacher
662b1053a4
Added support for PYTHONSTARTUP to shell command.
10 years ago
Armin Ronacher
9bf36151d9
Removed dead import
10 years ago
Armin Ronacher
9123fa3b8f
Added a missing self
10 years ago
Armin Ronacher
2f60124894
Removed ridiculous constructor from AppGroup
10 years ago
Armin Ronacher
afb613ca43
Added some missing documentation information.
10 years ago
Armin Ronacher
d1821b3a07
Updated intersphinx
10 years ago
James Brewer
20645d9b86
Add missing `of` to documentation.
10 years ago
Armin Ronacher
932f7d7cbb
Refactored the scripting interface greatly.
10 years ago
Armin Ronacher
66ef55ce0a
Converted a leftover old-style click callback.
10 years ago
Markus Unterwaditzer
01450efc25
Merge pull request #1150 from kylepjohnson/master
...
typos
10 years ago
Kyle P. Johnson
71b525e1fa
typos
10 years ago
Armin Ronacher
f6d25bbc4f
Switch to newer click (2.0)
10 years ago
Kenneth Reitz
60260eb0f0
Merge pull request #1144 from untitaker/url_for_scheme_docs
...
Add documentation about url_for's default scheme
10 years ago
Markus Unterwaditzer
b49074eb6b
Add documentation about url_for's default scheme
...
Fix #1129
10 years ago
Daniel Neuhäuser
1d55b8983e
Merge pull request #1138 from LiterallyElvis/master
...
Quoted all HTML attributes.
10 years ago
Jeffrey D
3c48bf8935
Addressed issue #1134
10 years ago
Daniel Neuhäuser
f6618c7638
Merge pull request #1099 from root-11/patch-1
...
Update schema.rst
10 years ago
Daniel Neuhäuser
a51a167937
Merge pull request #1100 from thewhitetulip/patch-1
...
The example does not execute
10 years ago
Daniel Neuhäuser
c048aed65a
Merge pull request #1112 from methane/patch-3
...
Update python3.rst
10 years ago