Armin Ronacher
|
086348e2f2
|
Added after_this_request decorator.
|
2012-05-08 13:14:32 +01:00 |
|
Armin Ronacher
|
d26af4fd6d
|
Fixed some smaller things in the docs
|
2012-04-09 17:38:08 +01:00 |
|
Armin Ronacher
|
f8f2e2dff4
|
Added more tests for the new stack behavior.
|
2012-04-09 15:16:09 +01:00 |
|
Armin Ronacher
|
3765cc2e9e
|
This is 0.9-dev
|
2011-09-29 23:36:57 +02:00 |
|
Armin Ronacher
|
d5e10e4685
|
Bump version number to 0.8
|
2011-09-29 23:34:02 +02:00 |
|
Armin Ronacher
|
ee8417dac8
|
Late but 2010 -> 2011 in some files
|
2011-09-01 16:57:00 +02:00 |
|
Armin Ronacher
|
2866ccda1f
|
Switch to explicit Werkzeug imports
|
2011-07-15 18:03:48 +02:00 |
|
Armin Ronacher
|
f29ec355e9
|
Backwards compatibility import
|
2011-07-07 13:14:15 +02:00 |
|
Armin Ronacher
|
0fccfe711f
|
Refactored session interface
|
2011-07-07 11:27:22 +02:00 |
|
Armin Ronacher
|
515e946b02
|
master is 0.8-dev
|
2011-07-06 10:21:23 +02:00 |
|
Armin Ronacher
|
510823c159
|
Bumped version number for this branch to 0.7.1
|
2011-06-29 18:31:56 +02:00 |
|
Armin Ronacher
|
b64fa73467
|
HEAD is 0.8-dev
|
2011-06-28 14:37:02 +02:00 |
|
Armin Ronacher
|
fb1482d3bb
|
Bump version number to 0.7
|
2011-06-28 14:36:52 +02:00 |
|
Armin Ronacher
|
874079bffe
|
It's still dev :)
|
2011-06-27 00:45:31 +02:00 |
|
Armin Ronacher
|
3d146548c7
|
Added release script
|
2011-06-27 00:31:24 +02:00 |
|
Armin Ronacher
|
db28217574
|
Fixed a bug, view_args not values
|
2011-05-29 20:05:39 +02:00 |
|
Armin Ronacher
|
e71a5ff8de
|
Started work on new request dispatching. Unittests not yet updated
|
2011-05-27 20:10:53 +02:00 |
|
Simon Sapin
|
7ed3196e8d
|
Add safe_join: returns the filename used by send_from_directory.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
|
2011-04-18 16:48:12 +02:00 |
|
Armin Ronacher
|
fbd488678f
|
Implemented flask.has_request_context()
|
2011-03-14 16:13:58 -04: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
|
e0712b47c6
|
Added support for signals
|
2010-07-17 14:39:28 +02:00 |
|
Armin Ronacher
|
6fc1492357
|
Added make_response
|
2010-07-17 11:36:16 +02:00 |
|
Armin Ronacher
|
ac13deff40
|
Re-added support for folder with static files, refactored static file sending
|
2010-07-05 10:23:35 +02:00 |
|
Armin Ronacher
|
80eb6cfffc
|
Switched to relative imports in the package
|
2010-07-04 20:00:23 +02:00 |
|
Armin Ronacher
|
9e1111c2fb
|
Fixed JSON availability test. This fixes #77
|
2010-07-04 17:21:13 +02:00 |
|
Armin Ronacher
|
a3c9494f67
|
Moved templating stuff into a separate module
|
2010-07-04 13:49:58 +02:00 |
|
Armin Ronacher
|
88d9315d19
|
We should now have the same public API as before
|
2010-07-04 11:37:39 +02:00 |
|
Armin Ronacher
|
4f8ee8f129
|
Added missing comments, fixed setup.py and made tests pass
|
2010-07-04 11:35:20 +02:00 |
|
Armin Ronacher
|
8798b4b711
|
Merged in changes from master by hand
|
2010-07-04 11:25:26 +02:00 |
|
Justin Quick
|
c4f64c1c47
|
working import layout for module
|
2010-07-02 15:10:32 -04:00 |
|
Justin Quick
|
d0dc89ea80
|
in with the new. i have the bits in places where i think they should be, now i just need to work on the import scheme layout
|
2010-07-02 14:20:58 -04:00 |
|