Commit graph

532 commits

Author SHA1 Message Date
Armin Ronacher
5ecf01dd4e Merge branch 'master' of github.com:mitsuhiko/flask 2010-10-19 09:10:12 +02:00
Jeff Weber
405c2992f8 Updated from_pyfile so its dynamic module creation uses the imp module instead of type.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-19 09:09:58 +02:00
Armin Ronacher
1d2a308c20 merged 2010-10-19 09:09:55 +02:00
agentultra
325b96099a Small change to the packages documentation example for clarity 2010-10-07 19:33:10 +08:00
Ron DuPlain
085faf2a77 First pass to reword security doc for word flow. 2010-10-07 19:32:08 +08:00
Ron DuPlain
6875a057ec Fixed small typos in docs. Added a cross-ref. 2010-10-07 19:32:07 +08:00
Ron DuPlain
216478f715 docs: Finished sentence on Notes on Proxies. 2010-10-07 19:32:07 +08:00
Armin Ronacher
1e4e578d73 Added the extensions dictionary on the application 2010-09-12 13:18:08 -07:00
Armin Ronacher
eb67242e1c Fixed a typo in a docstring in app.py 2010-09-10 11:01:58 -07:00
agentultra
c62422c318 Updated documentation on packaging patterns 2010-09-10 06:56:16 +08:00
Armin Ronacher
6e3dd9b3ce Added a changelog entry for #108 2010-08-20 11:20:22 +02:00
Armin Ronacher
2a73bbc436 Added testcase. This fixes #108 2010-08-20 11:16:18 +02:00
Heungsub Lee
6fca662c84 Fix the 108th issue. 2010-08-20 17:09:19 +08:00
Armin Ronacher
d903f55e83 s/sdist/dist/. This fixes #106 2010-08-18 21:58:04 +02:00
Armin Ronacher
780bcf365c Merge branch 'master' of github.com:mitsuhiko/flask 2010-08-18 21:56:54 +02:00
Armin Ronacher
0566abc28d Fixed testing example 2010-08-18 20:10:47 +02:00
Zhao Xiaohong
36a421bb3a Fixed template_rendered example in signal documentation. 2010-08-15 16:58:02 +08:00
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
9a21c34bb6 Added another testcase 2010-08-10 22:55:40 +02:00
Armin Ronacher
a3a843999b normpath is now used before loading templates 2010-08-09 15:16:02 +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
Armin Ronacher
c9002569c9 Various pyflakes fixes 2010-08-03 12:15:15 +02:00
Priit Laes
f52f4fd31b Added initial version of 'setup.py audit' 2010-08-03 18:08:26 +08:00
jgraeme
549af62290 Fix some typos in the docstrings 2010-08-03 18:07:41 +08:00
jgraeme
ff2786d8af Fix some typos in the docs 2010-08-03 18:07:40 +08:00
Armin Ronacher
d09aa37650 Approved Flask-XML-RPC 2010-07-30 10:51:14 +02:00
Armin Ronacher
138faab121 Merge branch 'master' of github.com:mitsuhiko/flask 2010-07-30 00:03:25 +02:00
Armin Ronacher
778e44e39e Improved error message for configuration files 2010-07-30 00:03:06 +02:00
Stephane Wirtel
801918603c Remove an unused function 2010-07-30 05:55:10 +08:00
Armin Ronacher
ed1b34c724 Approved Flask-Mail 2010-07-29 11:03:56 +02:00
Armin Ronacher
952967fcab In 0.7, make_default_options_response is a public API 2010-07-28 01:39:25 +02: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
Armin Ronacher
8e7d29176a Merge branch 'master' of github.com:mitsuhiko/flask 2010-07-28 01:28:31 +02:00
Armin Ronacher
dbf55de7e8 Fixed an issue where the default OPTIONS response was
not exposing all valid methods in the `Allow` header.

This fixes #97

Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-07-28 01:28:00 +02:00
Armin Ronacher
8a14a875d2 Added the upcoming bugfix release to the mainbranches CHANGES 2010-07-28 01:26:15 +02:00
florentx
0906f7d589 Typos. 2010-07-28 05:34:15 +08:00
Ronny Pfannschmidt
4cd5201cdd use custom tox file named tox-flask-test.ini, dont delete the real tox.ini 2010-07-28 05:34:04 +08:00
Aku Kotkavuo
3561a398b1 Made one sentence easier to parse in docs/foreword 2010-07-28 05:33:43 +08:00
Armin Ronacher
750c3a07d8 Added artwork to MANIFEST.in 2010-07-27 18:46:29 +02:00
Armin Ronacher
3e297e89d8 Approved Flask-Themes and Flask-Uploads 2010-07-27 17:15:20 +02:00
Armin Ronacher
16b101edb6 HEAD is 0.7-dev 2010-07-27 14:40:21 +02:00
Armin Ronacher
5cadd9d34d Picked codename for 0.6 2010-07-27 14:38:59 +02:00
Armin Ronacher
28f7c1956b Approved WTF and Testing 2010-07-27 14:10:42 +02:00