Commit graph

1960 commits

Author SHA1 Message Date
Markus Unterwaditzer
a7ef9e73e4 Update tox 2014-09-11 22:09:50 +02:00
Markus Unterwaditzer
0da2e0c524 Remove testsuite package from setup.py 2014-09-11 22:09:50 +02:00
Markus Unterwaditzer
1c40e7ad49 Tests pass now. 2014-09-11 22:09:50 +02:00
Markus Unterwaditzer
2ea00e48ad Made tests recognizable 2014-09-11 22:09:50 +02:00
Markus Unterwaditzer
0c4f17008d Move tests 2014-09-11 22:09:50 +02:00
Markus Unterwaditzer
17c640fe5c Remove run-simple.py 2014-09-11 22:09:50 +02:00
Markus Unterwaditzer
14f374cfe4 Merge pull request #1172 from cgar/spelling
very minor spelling fixes
2014-09-10 07:37:25 +02:00
cgar
04e5fe56df minor spelling fixes 2014-09-09 20:12:38 -04:00
Markus Unterwaditzer
9710a5074d Fix typo 2014-09-06 02:20:44 +02:00
Armin Ronacher
77332bcbf2 Fixed some cross linking in the docs 2014-09-03 22:33:05 +02:00
Armin Ronacher
53329aa047 Record blueprint registration order. 2014-09-03 20:12:06 +02:00
Armin Ronacher
4e02370e50 assert_ is assert_true 2014-09-03 19:28:44 +02:00
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