Armin Ronacher
42c28c3758
Fixed intention in flask init
2014-04-21 15:58:27 +02:00
Daniel Neuhäuser
d517f35d60
Merge branch '0.10-maintenance'
2014-01-02 19:21:55 +01:00
Daniel Neuhäuser
52098e1e4f
Happy New Year 2014
2014-01-02 19:21:07 +01:00
Armin Ronacher
977e7660ac
Master is 0.11-dev
2013-06-14 09:55:08 +01:00
Armin Ronacher
d94b1bec24
In case we need a 0.10.2
2013-06-14 09:54:27 +01:00
Armin Ronacher
298334fffc
Bump version number to 0.10.1
2013-06-14 09:54:07 +01:00
Armin Ronacher
ac187bded7
This is 0.11-dev
2013-06-13 09:36:03 +01:00
Armin Ronacher
3b9574fec9
Bump version number to 0.10
2013-06-13 09:35:35 +01:00
Armin Ronacher
0676bb8ab5
Added appcontext_pushed and appcontext_popped signals
2013-06-05 09:53:26 +01:00
Armin Ronacher
097353695e
Added flask.copy_current_request_context which simplies working with greenlets
2013-05-14 11:00:04 +01:00
Paulo Poiati
b2aae044ca
Flash messages signals
...
If we send a signal when a template is rendered why not when a message
is flashed? One real world use case is in tests, this signal should make
flash messages expectation easier to implement.
2013-02-28 01:19:52 -03:00
Armin Ronacher
b146d8277a
Added wrapper module around simplejson/json for much simplified customization.
2012-10-07 23:31:48 +02:00
Armin Ronacher
7f87091474
Added a missing exposed import. This fixes #575
2012-10-07 14:51:26 +02:00
Armin Ronacher
c3d38a21c6
Removed json_available hack
2012-08-11 03:11:40 +01:00
Armin Ronacher
b879193481
Set current dev version number to 0.10
2012-08-11 02:37:03 +01:00
Armin Ronacher
bea5858411
Merge branch '0.8-maintenance' and push to 0.9
2012-07-01 12:10:50 +01:00
Armin Ronacher
19def9606a
This is 0.8.1
2012-07-01 12:08:38 +01:00
Armin Ronacher
d5218997d9
Added flask.stream_with_context
2012-06-27 15:06:39 +01:00
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
766522cb58
Prepare for an 0.8.1 release
2011-10-02 01:06:22 +02: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