Commit graph

18 commits

Author SHA1 Message Date
Armin Ronacher
0b9c2b5eb1 removed refactoring leftover 2010-04-17 14:32:52 +02:00
Armin Ronacher
5310fc3822 Session falls back to a dummy object now if secret_key is missing.
This makes it possible to still read-only access the empty session but
requires the secret key to be set for write access.  The error message
raised explains that.  This closes #10.
2010-04-17 14:10:47 +02:00
Armin Ronacher
fb2d2e446b request_init -> before_request and request_shutdown -> after_request
This fixes #9.
2010-04-16 11:03:16 +02:00
Armin Ronacher
7b5015010b Preserve the request context in debug mode.
This makes it possible to access request information in the interactive
debugger.  Closes #8.
2010-04-16 02:27:37 +02:00
Armin Ronacher
40e0024d7b Added screenshot of the debugger to Flask docs. Flask now runs from the
shell again.
2010-04-16 02:14:54 +02:00
Armin Ronacher
1d8432ebfd Can't believe I forgot that future import. 2010-04-14 17:08:38 +02:00
Armin Ronacher
2d9bb69272 Flask now runs without the presence of pkg_resources as well. 2010-04-14 15:16:38 +02:00
Armin Ronacher
ca520fb7e4 Static files are active in the WSGI app now, not just the server. 2010-04-14 14:11:00 +02:00
Armin Ronacher
a01e8b49ca Fixed a documentation error and implemented template context processors. 2010-04-12 19:52:18 +02:00
Armin Ronacher
03148dba6b Added testing documentation 2010-04-11 19:18:40 +02:00
Armin Ronacher
f2dc38cda6 Added tests for minitwit. Testing with Flask is awesome 2010-04-11 18:45:06 +02:00
Armin Ronacher
05f36c7f7e Heavily improved documentation 2010-04-11 02:20:10 +02:00
Armin Ronacher
3d719f35f5 Added docs, fixed some bugs I introduced last commit 2010-04-10 15:49:15 +02:00
Armin Ronacher
7d6b8e9ab3 Documented non-decorator uses of registation. 2010-04-09 13:56:47 +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
Armin Ronacher
33850c0ebd Initial checkin of stuff that exists so far. 2010-04-06 13:12:57 +02:00