Commit graph

273 commits

Author SHA1 Message Date
Armin Ronacher
a3f78af870 Improved the templated decorator in the documentation as recommended by Thadeus Burgess on the mailinglist 2010-08-13 23:37:57 +02:00
Armin Ronacher
6b5ba14521 Added a missing is 2010-08-10 23:10:55 +02:00
Armin Ronacher
38107c752c Fixed a wrong import path in the documentation. Fixes #102 2010-08-07 13:41:06 +02:00
Armin Ronacher
c41a1cd8dc Another typo fix 2010-08-07 13:38:26 +02:00
Armin Ronacher
a354c393ae Fixed a typo 2010-08-07 13:37:43 +02:00
Armin Ronacher
fda14678c0 Deprecated send_file etag support and mimetype guessing for file-like objects. This fixes #104 2010-08-07 13:36:39 +02:00
Armin Ronacher
faa1c71e45 Request local objects now fail properly with a RuntimeError. This fixes #105 2010-08-07 13:02:53 +02:00
Armin Ronacher
d17b6d738a Fixed a refacotring error in the docs. This fixes #100 2010-08-03 12:17:36 +02:00
jgraeme
ff2786d8af Fix some typos in the docs 2010-08-03 18:07:40 +08:00
Aku Kotkavuo
43ae651c30 Proofread docs/quickstart 2010-07-28 07:33:54 +08:00
Armin Ronacher
738c66eff3 Fixed submodules. Once again -.- 2010-07-28 01:32:39 +02:00
florentx
0906f7d589 Typos. 2010-07-28 05:34:15 +08:00
Aku Kotkavuo
3561a398b1 Made one sentence easier to parse in docs/foreword 2010-07-28 05:33:43 +08:00
Armin Ronacher
3da165f2f5 Fixed typo 2010-07-26 17:14:17 +02:00
Armin Ronacher
27ce5cc0a1 Added another rule to the approval list. 2.5-2.7 compatibility 2010-07-26 16:02:36 +02:00
Armin Ronacher
312dfb4373 Mentioned zip_safe 2010-07-25 18:51:28 +02:00
Armin Ronacher
a7d83a9f80 Approved extensions must not be GPL 2010-07-25 14:59:31 +02:00
Armin Ronacher
63114529ed good -> bad 2010-07-23 17:49:03 +01:00
Armin Ronacher
b2fb2245f1 Fixed a word in the docs 2010-07-23 15:42:33 +01:00
Armin Ronacher
66c1395589 Fixed wording 2010-07-23 15:21:08 +01:00
Armin Ronacher
3adc9de5ec Updated docs for extension approval process 2010-07-23 14:59:10 +01:00
Armin Ronacher
dcf5dff414 Updatd an intersphinx link 2010-07-23 14:58:51 +01:00
Armin Ronacher
80268a408b Documented proxy fix 2010-07-20 15:05:10 +01:00
Armin Ronacher
0510867368 Documented blinker 1.1 changes 2010-07-20 15:05:01 +01:00
Armin Ronacher
3b0eb0f3ca Added notes on proxies 2010-07-20 10:12:58 +01:00
Armin Ronacher
c0abdc4fa5 Interlinked design docs better 2010-07-18 22:01:11 +02:00
Armin Ronacher
559d2810d7 Expanded the security docs to mention unquoted attributes as dangerous 2010-07-18 21:58:18 +02:00
Armin Ronacher
cb660cd1f1 Fixed a typo in the html faq 2010-07-18 21:08:58 +02:00
Armin Ronacher
e269c8eb72 Removed unused LICENSE file. The doc license is covered by the project's LICENSE file 2010-07-18 21:07:45 +02:00
Armin Ronacher
8837678a08 Changed extensiondev docs 2010-07-18 21:06:46 +02:00
Armin Ronacher
9991cfa96b Added notes for Python 3 2010-07-18 21:02:56 +02:00
Armin Ronacher
cd4833222e Rewrote parts of the foreword and becoming big section 2010-07-18 20:57:02 +02:00
Armin Ronacher
0d9b6347d6 Fixed two typos in the pattern documentation. Thanks Ricky de Laveaga 2010-07-18 10:30:58 +02:00
Armin Ronacher
4a2d2ba3b8 Added templating docs. This basically fixes #92 2010-07-18 01:30:28 +02:00
Armin Ronacher
fd06bcfbf0 Added notes on 3.x 2010-07-18 00:51:20 +02:00
Armin Ronacher
2a0e71f081 Fixed a typo in an example in the docs 2010-07-17 17:22:10 +02:00
Armin Ronacher
05519a85da Fixing submodules 2010-07-17 17:19:10 +02:00
Armin Ronacher
2b103134cf Fixed command 2010-07-17 17:09:01 +02:00
Armin Ronacher
5d011c356d Fixed fallback 2010-07-17 16:12:21 +02:00
Armin Ronacher
97d2a198e2 Added fallback for docs 2010-07-17 16:05:06 +02:00
Armin Ronacher
3ebc97a780 Fixed a typo in quickstart 2010-07-17 16:02:21 +02:00
Armin Ronacher
a3a72e2d8d Added middlewares to quickstart. This fixes #88 2010-07-17 15:39:24 +02:00
Armin Ronacher
c360f005c3 Added signal documentation 2010-07-17 15:25:53 +02:00
Armin Ronacher
e0712b47c6 Added support for signals 2010-07-17 14:39:28 +02:00
Armin Ronacher
6fc1492357 Added make_response 2010-07-17 11:36:16 +02:00
Armin Ronacher
e20534dbf5 Merge branch 'master' of github.com:mitsuhiko/flask 2010-07-16 13:16:18 +02:00
Armin Ronacher
70dc2b66a0 Removed useless script reference. This fixes #87 2010-07-16 13:14:54 +02:00
Ron DuPlain
b4b2f42f48 Warn about SQL injection in the tutorial. 2010-07-16 04:57:18 +08:00
Armin Ronacher
dbb3620792 Fixed an rst error 2010-07-15 21:22:11 +02:00
Armin Ronacher
c83b5555f0 Improved styleguide docs 2010-07-15 18:11:38 +02:00