Ron DuPlain
|
fdad6713eb
|
Add updates to render_template to CHANGES, #409.
|
2012-02-24 09:33:11 -05:00 |
|
FND
|
4aebc267bc
|
Hyphenate "class-based"
makes it more readable
|
2012-01-31 13:54:52 +01:00 |
|
Ron DuPlain
|
234ac198cb
|
Add updated Flask.run to CHANGES.
|
2012-01-16 23:38:36 -05:00 |
|
Ron DuPlain
|
81010bf7af
|
Add get_flashed_messages to CHANGES, expand docs.
|
2012-01-16 23:10:21 -05:00 |
|
Ron DuPlain
|
96f7beba46
|
Document recent changes.
|
2012-01-16 20:53:20 -05:00 |
|
ThomasWaldmann
|
e2cb8d2ef1
|
fixed typo, quote "with" statement
|
2012-01-16 13:42:43 -05:00 |
|
Armin Ronacher
|
d628df6ab6
|
Store session after callbacks. This fixes #351
|
2011-11-20 16:54:40 +01:00 |
|
Armin Ronacher
|
7f4c12b335
|
Break up a circular dependency on shutdown
|
2011-11-05 17:43:40 +01:00 |
|
Armin Ronacher
|
11c7b1df23
|
Merge branch 'master' of github.com:mitsuhiko/flask
|
2011-11-04 02:46:44 +01:00 |
|
Armin Ronacher
|
f52e7a9dc9
|
Added support for _method to url_for()
|
2011-11-04 02:46:22 +01:00 |
|
Simon Sapin
|
4ab97047de
|
Typo fix
|
2011-10-13 11:49:51 +03:00 |
|
Armin Ronacher
|
61a95196ac
|
Changed logic for debug level log settings
|
2011-10-11 19:09:37 -07:00 |
|
Armin Ronacher
|
1759d8e4d8
|
Added support for anchor link generation.
|
2011-10-06 10:57:03 -04:00 |
|
Armin Ronacher
|
d04c9a61e3
|
Merge branch '0.8-maintenance'
|
2011-10-02 01:09:36 +02:00 |
|
Armin Ronacher
|
0dd9dc37b6
|
Fixed an issue with an unused module for Python 2.5 (flask.session)
|
2011-10-02 01:08:54 +02: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
|
585ff1db3d
|
This will be Rakija
|
2011-09-29 23:33:46 +02:00 |
|
Armin Ronacher
|
c6316132b1
|
Context preserving is now part of Flask and not the test client. This fixes #326
|
2011-09-24 20:27:38 +02:00 |
|
Armin Ronacher
|
1e6c5f0975
|
Documented flask.ext.
|
2011-09-18 12:51:10 +02:00 |
|
Armin Ronacher
|
32c7e43dda
|
Simplified HEAD handling for method views
|
2011-09-17 19:39:10 +02:00 |
|
Armin Ronacher
|
ccf464189b
|
Added finer control over the session cookie parameters
|
2011-08-30 14:36:50 +02:00 |
|
Armin Ronacher
|
d49221bf2e
|
The test client now properly pops response contexts on __exit__
|
2011-08-26 14:01:46 +01:00 |
|
Armin Ronacher
|
ef0f626f0a
|
Added flask.views.View.decorators to automatically decorate class based views.
|
2011-08-25 22:09:48 +01:00 |
|
Armin Ronacher
|
e853a0f739
|
The test client and test_request_context are now both using the same logic internally for creating the environ. Also they use APPLICATION_ROOT now.
|
2011-08-25 20:47:50 +01:00 |
|
Armin Ronacher
|
a5da2c98f3
|
Implemented flask.testing.TestClient.session_transaction for quick session modifications in test environments.
|
2011-08-25 15:18:39 +01:00 |
|
Armin Ronacher
|
c844d02f1c
|
Added the APPLICATION_ROOT configuration variable which is used by session backends.
|
2011-08-25 12:13:55 +01:00 |
|
Armin Ronacher
|
187cb80dcc
|
Documented instance root
|
2011-08-10 13:55:57 +02:00 |
|
Armin Ronacher
|
153ecbc920
|
Implemented instance paths
|
2011-08-10 13:34:58 +02:00 |
|
Armin Ronacher
|
ce70131975
|
If JSON parsing fails it now issues a BadRequest exception.
|
2011-08-08 21:47:26 +02:00 |
|
Armin Ronacher
|
02a1317460
|
Added the ability to trigger functions before the first request to the application
|
2011-08-07 12:43:38 +02:00 |
|
Armin Ronacher
|
5500986971
|
Flask in debug mode will now complain if views are attached after the first view was handled.
|
2011-08-07 02:30:34 +02:00 |
|
Armin Ronacher
|
2e022cb272
|
Added debughelpers. Flask will now tell you if you forget enctype
|
2011-08-05 16:43:42 +02:00 |
|
Armin Ronacher
|
7155f11a72
|
Added HTTP exception trapping. This should fix #294
|
2011-08-05 12:35:41 +02:00 |
|
Armin Ronacher
|
c9a2ad2b8d
|
Fixed a bug in list_templates
|
2011-07-16 01:16:29 +02:00 |
|
Armin Ronacher
|
3b31df81ae
|
View functions can opt out of the default OPTIONS implementation
|
2011-07-14 14:18:42 +02:00 |
|
Armin Ronacher
|
5cbfbd229d
|
Documented a change in the session system
|
2011-07-07 12:29:58 +02:00 |
|
Armin Ronacher
|
0fccfe711f
|
Refactored session interface
|
2011-07-07 11:27:22 +02:00 |
|
Armin Ronacher
|
1a61b12dbf
|
Added a row for Flask 0.8 to the changelog
|
2011-07-07 11:26:53 +02:00 |
|
Armin Ronacher
|
1c05f47c3b
|
Forgot to cherry-pick the release date for 0.7.1 in master
|
2011-07-06 10:26:59 +02:00 |
|
Armin Ronacher
|
343d8a94e7
|
Added changelog entry
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
|
2011-07-06 10:18:09 +02:00 |
|
Armin Ronacher
|
a101cfc35b
|
Worked around a werkzeug bug with redirects
|
2011-06-29 18:31:48 +02:00 |
|
Armin Ronacher
|
5aabc40700
|
Added changelog entry
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
|
2011-06-28 23:38:38 +02:00 |
|
Simon Sapin
|
ee001e192d
|
Add a link to pluggable views docs in the changelog.
|
2011-06-28 06:25:52 -07:00 |
|
Armin Ronacher
|
97c54fd484
|
Correct release date
|
2011-06-28 14:36:49 +02:00 |
|
Armin Ronacher
|
d3b0edbcf9
|
Merge branch 'master' into blueprints
|
2011-06-28 14:30:21 +02:00 |
|
Armin Ronacher
|
81433cec29
|
Added changelog entry
|
2011-06-28 14:26:12 +02:00 |
|
Simon Sapin
|
1c47d8a5f6
|
Fix a link in the changelog.
|
2011-06-27 08:21:09 +02:00 |
|
Armin Ronacher
|
3d146548c7
|
Added release script
|
2011-06-27 00:31:24 +02:00 |
|
Armin Ronacher
|
f5ec9952de
|
Added blueprint specific error handling
|
2011-06-05 10:27:15 +02:00 |
|