Armin Ronacher
|
4d16486132
|
Improved configuration support.
|
2010-05-27 13:31:35 +02:00 |
Armin Ronacher
|
854e0e26d1
|
Fixed some documentation issues. This fixes #41.
|
2010-05-18 18:05:05 +02:00 |
Armin Ronacher
|
9fa4f94ad8
|
Merge branch 'master' into module-support
Conflicts:
CHANGES
docs/_themes
tests/flask_tests.py
|
2010-05-12 01:04:35 +02:00 |
Armin Ronacher
|
2d87e9bc37
|
Added support for send_file
|
2010-05-10 11:27:42 +02:00 |
Armin Ronacher
|
7f837901cb
|
Merge branch 'master' into module-support
|
2010-05-04 11:45:37 +02:00 |
Armin Ronacher
|
f6da77e894
|
Fixed URL examples. This fixes #30.
|
2010-05-04 11:43:19 +02:00 |
Armin Ronacher
|
eeb0e94951
|
Fixed merging confict
|
2010-05-02 12:09:31 +02:00 |
Armin Ronacher
|
36717b0273
|
Added support for long running sessions. This closes #16.
|
2010-04-27 14:32:09 +02:00 |
Armin Ronacher
|
c0a9f5d0c4
|
Documentation update for the flask module support.
|
2010-04-24 17:35:25 +02:00 |
florentx
|
3c821a0fa4
|
Fix typos and remove unused import.
|
2010-04-20 18:40:58 +02:00 |
Armin Ronacher
|
95750b3287
|
Documented some routing converter possibilities.
|
2010-04-19 23:49:02 +02:00 |
Armin Ronacher
|
ade490514d
|
Fixed a security problem caused by changed simplejson semantics.
Notice: this was never in a release version of Flask.
|
2010-04-19 18:51:04 +02:00 |
Armin Ronacher
|
6e2be6a0b3
|
Added JSON Support and started working on jQuery docs
|
2010-04-19 15:39:07 +02:00 |
Armin Ronacher
|
190059c8f0
|
Added support for macro pulling and documented certain design decisions.
|
2010-04-18 15:44:06 +02:00 |
Armin Ronacher
|
03148dba6b
|
Added testing documentation
|
2010-04-11 19:18:40 +02:00 |
Armin Ronacher
|
05f36c7f7e
|
Heavily improved documentation
|
2010-04-11 02:20:10 +02:00 |
Armin Ronacher
|
727c701686
|
And finished documentation for most parts.
|
2010-04-09 13:40:05 +02:00 |
Armin Ronacher
|
4aa76212d1
|
Updated documentation. Starting to look pretty good
|
2010-04-09 01:32:39 +02:00 |
Armin Ronacher
|
3b36bef2e6
|
Improved documentation, added a contextmanager for request binding
|
2010-04-08 19:03:15 +02:00 |
Armin Ronacher
|
4ec7d2a0d8
|
Started working on documentation.
So far just the stable parts :)
|
2010-04-06 16:02:14 +02:00 |