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
2912ff6f6e
Added some whitespace
2010-07-18 20:44:07 +02:00
Armin Ronacher
27d28dcef4
Added Session again to the public API because existing code might import it
2010-07-18 20:43:50 +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
405d4492e4
Documented more changes
2010-07-17 15:56:58 +02:00
Armin Ronacher
b6cae028f7
Removed useless instanciation
2010-07-17 15:53:32 +02:00
Armin Ronacher
e5008386b1
Added docs on use_evalex. This fixes #90
2010-07-17 15:41:05 +02:00
Armin Ronacher
a3a72e2d8d
Added middlewares to quickstart. This fixes #88
2010-07-17 15:39:24 +02:00
Armin Ronacher
91e9632a37
Moved wsgi_app down to a more logical location
2010-07-17 15:26:35 +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
a59dfe4a77
Added missing template
2010-07-17 14:02:02 +02:00
Armin Ronacher
90b8df3e4c
Fixed paren in docstring
2010-07-17 13:10:50 +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
82b143f972
Changelog entry for 0.5.2
...
Conflicts:
CHANGES
2010-07-15 20:03:58 +02:00
Armin Ronacher
c83b5555f0
Improved styleguide docs
2010-07-15 18:11:38 +02:00
Armin Ronacher
1202996c63
Fixed a template loading bug
2010-07-15 18:10:26 +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
4aeb44567a
Documented change
2010-07-15 14:35:44 +02:00
Armin Ronacher
f5b8c08284
endpoint is optional for modules. This fixes #86
2010-07-15 14:35:02 +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
85ff63c32e
Emit correct date. In theory
2010-07-13 23:52:55 +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
ed16ae2183
Always register URL rules. This fixes #81
2010-07-13 23:14:53 +02:00
Armin Ronacher
6e52355eb3
tiny performance improvement
2010-07-12 23:58:43 +02:00
Armin Ronacher
5e1b1030e8
Added support for automagic OPTIONS
2010-07-12 23:04:24 +02:00
Armin Ronacher
a532568680
Merge branch 'master' of github.com:mitsuhiko/flask
2010-07-12 18:05:16 +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
f3b6d94bf7
added Thomas Schranz to AUTHORS
2010-07-07 09:19:41 -07:00
Thomas Schranz
0198313a22
added workaround for json on Google AppEngine
...
Google AppEngine unfortunately does not offer json/simplejson where
we would expect it to be, but since they do offer django and django
comes with simplejson as a frozen dependency, we can import it
from there.
prior art:
http://github.com/facebook/python-sdk/blob/master/src/facebook.py#L50
2010-07-08 00:19:12 +08:00