Ron DuPlain
|
b4b2f42f48
|
Warn about SQL injection in the tutorial.
|
2010-07-16 04:57:18 +08:00 |
|
Armin Ronacher
|
c83b5555f0
|
Improved styleguide docs
|
2010-07-15 18:11:38 +02:00 |
|
Armin Ronacher
|
793a56bc8b
|
Added the pocoo styleguide to the documentation
|
2010-07-15 17:01:04 +02:00 |
|
Armin Ronacher
|
e84ca8ed94
|
Clearified that
|
2010-07-15 15:43:17 +02:00 |
|
Armin Ronacher
|
bc8e021b34
|
Added a note on references to static folders
|
2010-07-15 15:42:27 +02:00 |
|
Armin Ronacher
|
54ebd88f45
|
Documented MAX_CONTENT_LENGTH in the file upload docs and linked to Flask-Uploads
|
2010-07-15 14:39:49 +02:00 |
|
Armin Ronacher
|
b1790cca55
|
Added MAX_CONTENT_LENGTH config key
|
2010-07-14 10:47:57 +02:00 |
|
Armin Ronacher
|
f8f8463f3a
|
Documented cookie problem for #80
|
2010-07-14 02:50:41 +02:00 |
|
Armin Ronacher
|
aa3d8398fd
|
Config is now available in templates, context processors no longer override keys
|
2010-07-13 23:30:29 +02:00 |
|
Armin Ronacher
|
5e1b1030e8
|
Added support for automagic OPTIONS
|
2010-07-12 23:04:24 +02:00 |
|
Armin Ronacher
|
d12d73263f
|
Reverse order of execution of post-request handlers. This fixes #82
|
2010-07-12 18:04:10 +02:00 |
|
Armin Ronacher
|
f1a6fbe250
|
send_from_directory > SharedDataMiddleware
|
2010-07-06 20:28:48 +02:00 |
|
florentx
|
16e4d5a655
|
Various typos.
|
2010-07-07 02:09:07 +08:00 |
|
Armin Ronacher
|
5dd4e9f318
|
Fixed a typo
|
2010-07-06 16:10:49 +02:00 |
|
Armin Ronacher
|
34fcd19306
|
Added chapter about fabric based deployments
|
2010-07-06 16:07:13 +02:00 |
|
Armin Ronacher
|
b7c0e564d4
|
Added a chapter on configuration options
|
2010-07-06 14:42:43 +02:00 |
|
Armin Ronacher
|
77743a5f15
|
Some documentation improvements
|
2010-07-06 12:33:39 +02:00 |
|
Armin Ronacher
|
56796f0f43
|
More doc changes regarding foreword
|
2010-07-05 11:06:29 +02:00 |
|
Armin Ronacher
|
c34b03e9a6
|
Documented send_from_directory
|
2010-07-05 10:25:51 +02:00 |
|
Armin Ronacher
|
09e7b5eb2f
|
Added a chapter for 0.5 in upgrading.rst
|
2010-07-04 20:40:58 +02:00 |
|
Armin Ronacher
|
bca1acf1f3
|
Rewrote becoming big and foreword
|
2010-07-04 19:57:53 +02:00 |
|
florentx
|
31d359694a
|
Fix typos
|
2010-07-04 20:15:47 +08:00 |
|
Armin Ronacher
|
7599046d04
|
Started working on refactoring Jinja integration
|
2010-07-04 11:16:24 +02:00 |
|
Armin Ronacher
|
3ab318a7dd
|
Explained Flask constructor better. This fixes #70
|
2010-07-01 12:56:34 +02:00 |
|
Armin Ronacher
|
bc662a546e
|
Added a section about unicode and editors. This fixes #74
|
2010-07-01 01:45:39 +02:00 |
|
Armin Ronacher
|
d0357b44b0
|
Added links to Flask-WTF and Flask-SQLAlchemy. This fixes #73
|
2010-07-01 01:22:46 +02:00 |
|
Armin Ronacher
|
e75322206d
|
Fixed a broken example in the docs
|
2010-07-01 00:19:32 +02:00 |
|
Armin Ronacher
|
f5d2d324b5
|
Mention virtualenv in mod_wsgi deployment docs
|
2010-06-30 09:49:04 +02:00 |
|
Armin Ronacher
|
881aa3ab2d
|
Fixed an rst syntax error
|
2010-06-29 15:59:55 +02:00 |
|
Armin Ronacher
|
9373a71c26
|
improved _request_ctx_stack docs
|
2010-06-29 15:25:20 +02:00 |
|
Armin Ronacher
|
f195d92447
|
Added proper subdomain support
|
2010-06-29 01:13:40 +02:00 |
|
Adam Zapletal
|
4ed7a923f5
|
Minor sqlite3 documentation fixes (grammar, etc)
|
2010-06-28 15:12:33 +08:00 |
|
Adam Zapletal
|
24754114fc
|
Minor config documentation fixes (grammar, etc)
|
2010-06-28 15:12:33 +08:00 |
|
Adam Zapletal
|
ee5eafa795
|
Error Handling documentation fixes (grammar, etc)
|
2010-06-28 15:12:33 +08:00 |
|
Adam Zapletal
|
505c530c9a
|
Minor testing documentation fixes (grammar, etc)
|
2010-06-28 15:12:33 +08:00 |
|
Adam Zapletal
|
5ede53066f
|
Minor tutorial documentation fixes (grammar, etc)
|
2010-06-28 15:12:32 +08:00 |
|
Christopher Grebs
|
87c2c79442
|
fixed mongokit pattern to show how the flask way to configure hostname and port
|
2010-06-28 07:13:32 +08:00 |
|
Christopher Grebs
|
b5db6bf529
|
now really pushed the fix in sqlalchemy pattern
|
2010-06-28 07:13:32 +08:00 |
|
Christopher Grebs
|
824c10c6e4
|
Added MongoKit pattern and fixed typo in sqlalchemy pattern
|
2010-06-28 07:13:32 +08:00 |
|
Matt Campbell
|
67f3f1bac5
|
Track the docs/_themes directory
|
2010-06-27 08:04:41 +08:00 |
|
Matt Campbell
|
f5e533076f
|
Edited the installation guide.
|
2010-06-26 18:06:20 +08:00 |
|
Matt Campbell
|
f3dd3da59e
|
Copy edited and partially rewrote the foreword.
|
2010-06-26 18:06:14 +08:00 |
|
Matt Campbell
|
14fde07798
|
Copy edited the front page of the documentation.
|
2010-06-26 18:06:18 +08:00 |
|
Matt Campbell
|
cf29877075
|
docs/index.rst: Make alt text more informative.
|
2010-06-26 18:06:17 +08:00 |
|
Armin Ronacher
|
7503fc8175
|
Added upgrading notes
|
2010-06-19 17:17:50 +02:00 |
|
Armin Ronacher
|
b3f342e181
|
Updated license, relicensed logo under debian-ish license
|
2010-06-19 13:49:01 +02:00 |
|
Armin Ronacher
|
fe35105bec
|
Updated design decisions. This fixes #63
|
2010-06-18 17:03:31 +02:00 |
|
florentx
|
7083b35e6a
|
Typo.
|
2010-06-18 09:59:20 +02:00 |
|
Simon Sapin
|
03c4bb4abc
|
Typo fix.
|
2010-06-18 03:53:02 +08:00 |
|
Armin Ronacher
|
e429b69d16
|
Merge branch 'master' of github.com:mitsuhiko/flask
|
2010-06-17 19:05:24 +02:00 |
|