Commit graph

2149 commits

Author SHA1 Message Date
Markus Unterwaditzer
f797f1302f Fix Py3 compat bug
Also don't use unicode string here because the assertions below are
written for native strings.
2014-09-03 19:17:43 +02:00
Armin Ronacher
d0878c1137 Fixed a relative import 2014-09-03 18:31:30 +02:00
Armin Ronacher
98620f73ab Added EXPLAIN_TEMPLATE_LOADING to help people debug templates not being loaded. 2014-09-03 17:57:51 +02:00
Markus Unterwaditzer
8c05493066 Fix syntax error on py3 2014-09-03 15:27:06 +02:00
Armin Ronacher
7d8b6b5642 Removed leftover from the module system. 2014-09-03 14:58:32 +02:00
Armin Ronacher
c313962f05 Added support for background loading of the application to speed up initial requests in dev mode. 2014-09-02 16:20:46 +02:00
Markus Unterwaditzer
f3eebd479c Merge pull request #1163 from boreq/docs-update
Added full_path to the Request object documentation.
2014-08-31 19:06:30 +02:00
boreq
e5692388cc Added full_path to the Request object documentation. 2014-08-31 18:09:53 +02:00
Markus Unterwaditzer
c751337f1c Merge pull request #1162 from ajschumacher/patch-1
typo: "weather" -> "whether"
2014-08-28 19:39:38 +02:00
Aaron Schumacher
024c43f729 typo: "weather" -> "whether" 2014-08-28 13:35:53 -04:00
Markus Unterwaditzer
e95ab0d6f6 Merge pull request #1161 from pbu88/master
Fix warnings and code styling in the doc
2014-08-28 17:02:27 +02:00
Paulo Bu
dd00d7d9bc 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.
2014-08-28 16:51:53 +02:00
Markus Unterwaditzer
6132f1ef5e Merge pull request #1160 from untitaker/docs_dev_installation
Don't mention Flask dev releases anymore
2014-08-28 16:12:27 +02:00
Markus Unterwaditzer
141262d527 Don't mention Flask dev releases anymore
Fix #1155
2014-08-28 16:12:00 +02:00
Markus Unterwaditzer
e240b5e045 Merge pull request #1158 from untitaker/protocol-relative
Document building protocol-relative URLs
2014-08-28 16:09:55 +02:00
Armin Ronacher
8b41cacfb0 AppGroups produce more AppGroups 2014-08-28 09:35:06 +02:00
Armin Ronacher
f9e25bdd64 Made FlaskGroup an AppGroup 2014-08-28 08:56:58 +02:00
Markus Unterwaditzer
919c4b757b Document building protocol-relative URLs
https://github.com/mitsuhiko/werkzeug/pull/528
2014-08-27 13:34:10 +02:00
Armin Ronacher
0ee70f6b64 Updated the logging documentation for recent changes. 2014-08-27 01:22:01 +02:00
Armin Ronacher
cd932bcf0a Added a changelog entry for modules. 2014-08-27 01:13:25 +02:00
Armin Ronacher
910cc56a4e Removed deprecated module functionality 2014-08-27 01:12:33 +02:00
Armin Ronacher
5fa07f8d68 Always log now, even if debug is off. 2014-08-27 01:08:19 +02:00
Armin Ronacher
f4e0f4b091 Remove date tagging. 2014-08-27 01:08:18 +02:00
Daniel Neuhäuser
c658a7c8d3 Merge pull request #1156 from brwr/brwr/fix-documentation-typo
Add missing `of` to documentation.
2014-08-26 12:29:57 +02:00
Armin Ronacher
565878713f Added support for PYTHONSTARTUP to shell command. 2014-08-26 12:07:09 +02:00
Armin Ronacher
daba4d93c6 Removed dead import 2014-08-26 10:29:07 +02:00
Armin Ronacher
3b8acece5a Added a missing self 2014-08-26 10:14:27 +02:00
Armin Ronacher
32f2f70a7d Removed ridiculous constructor from AppGroup 2014-08-26 10:09:17 +02:00
Armin Ronacher
e800f0352d Added some missing documentation information. 2014-08-26 10:03:15 +02:00
Armin Ronacher
72203be9ad Updated intersphinx 2014-08-26 10:03:08 +02:00
James Brewer
c735a633af Add missing of to documentation. 2014-08-25 22:18:08 -07:00
Armin Ronacher
ef6ae15126 Refactored the scripting interface greatly. 2014-08-25 16:50:22 +02:00
Armin Ronacher
bb2d8387cc Converted a leftover old-style click callback. 2014-08-25 15:43:27 +02:00
Markus Unterwaditzer
7f146cabfd Merge pull request #1150 from kylepjohnson/master
typos
2014-08-23 00:18:15 +02:00
Kyle P. Johnson
d8787127f0 typos 2014-08-14 16:16:58 -04:00
Armin Ronacher
1e3ae27d88 Switch to newer click (2.0) 2014-08-12 23:23:52 +02:00
Kenneth Reitz
45ab248a98 Merge pull request #1144 from untitaker/url_for_scheme_docs
Add documentation about url_for's default scheme
2014-08-12 14:46:56 -04:00
Markus Unterwaditzer
1cc77a738a Add documentation about url_for's default scheme
Fix #1129
2014-08-11 11:56:55 +02:00
Daniel Neuhäuser
c97d70b1d1 Merge pull request #1138 from LiterallyElvis/master
Quoted all HTML attributes.
2014-07-31 10:33:44 +02:00
Jeffrey D
4adccd4dfa Addressed issue #1134 2014-07-29 20:42:28 -05:00
Daniel Neuhäuser
ae4b13c89b Merge pull request #1099 from root-11/patch-1
Update schema.rst
2014-07-27 13:31:59 +02:00
Daniel Neuhäuser
c9e7f724af Merge pull request #1100 from thewhitetulip/patch-1
The example does not execute
2014-07-27 13:23:32 +02:00
Daniel Neuhäuser
b22b7d65ac Merge pull request #1112 from methane/patch-3
Update python3.rst
2014-07-27 13:22:36 +02:00
Daniel Neuhäuser
ade4516637 Base from_json on from_mapping 2014-07-27 13:21:14 +02:00
Daniel Neuhäuser
1a4d856578 Add Config.from_mapping 2014-07-27 13:09:14 +02:00
INADA Naoki
ef55006dee Update python3.rst 2014-07-27 02:47:33 +09:00
Daniel Neuhäuser
f857bb1bed Merge pull request #1117 from lord63/patch-1
Fix some typos
2014-07-26 17:26:31 +02:00
lord63
e24eae0169 Correct the mistake again. 2014-07-26 22:43:52 +08:00
INADA Naoki
9f3ba6696d Update python3.rst 2014-07-26 21:47:41 +09:00
lord63
cab4ec641f Correct the mistakes. 2014-07-26 20:15:36 +08:00