Armin Ronacher
|
c84e1f7855
|
Bumped version number for this branch to 0.7.1
|
2011-06-28 23:37:03 +02:00 |
|
Ron DuPlain
|
57d9a2a118
|
Import with statement in helpers.py, #264.
|
2011-06-28 12:00:06 -04: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
|
b62d76ae06
|
Merge branch 'blueprints' of github.com:mitsuhiko/flask into blueprints
|
2011-06-28 14:28:49 +02:00 |
|
Armin Ronacher
|
775caf726d
|
Improved cbv and added tests
|
2011-06-28 14:24:37 +02:00 |
|
Armin Ronacher
|
dcf21989dc
|
Added class based views
|
2011-06-28 12:45:49 +02:00 |
|
Ron DuPlain
|
7e6c70a133
|
Add teardown request decorators to blueprints.
|
2011-06-27 09:23:31 -04:00 |
|
Armin Ronacher
|
ccd5ced70e
|
Chop of ports for session cookies. This fixes #253
|
2011-06-27 09:40:45 +02:00 |
|
Armin Ronacher
|
1e7577578f
|
Expanded url_for docstring for blueprints
|
2011-06-27 09:30:27 +02:00 |
|
Armin Ronacher
|
ea7a172077
|
Test that dotted names work. This fixes #258
|
2011-06-27 09:20:50 +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
|
ab6bac111c
|
Made it theoretically possible to hook into request matching
|
2011-06-26 21:34:27 +02:00 |
|
Armin Ronacher
|
2d946b96a1
|
Merge branch 'master' into blueprints
|
2011-06-25 12:26:13 +02:00 |
|
Armin Ronacher
|
0e98a08097
|
Provide ways to override the url rule
|
2011-06-25 12:26:07 +02:00 |
|
Armin Ronacher
|
86175054d6
|
More docstrings for blueprints.
|
2011-06-17 20:27:25 +02:00 |
|
Armin Ronacher
|
5ca333e9b7
|
Merge branch 'blueprints' of github.com:mitsuhiko/flask into blueprints
|
2011-06-17 03:42:49 +02:00 |
|
Armin Ronacher
|
e17e74d3a7
|
Started work on testcases for blueprints
|
2011-06-17 03:29:40 +02:00 |
|
Armin Ronacher
|
62d91d67f3
|
More documentation updates
|
2011-06-17 02:45:57 +02:00 |
|
Armin Ronacher
|
abe1378cae
|
Chnaged a bunch of behavior in blueprints for it to be more flexible. Improved backwards compat.
|
2011-06-16 23:55:49 +02:00 |
|
Ron DuPlain
|
3d6e3e48ad
|
Replace 'module' with 'blueprint' in docstrings.
|
2011-06-08 10:59:32 -04:00 |
|
Armin Ronacher
|
bfd67764fb
|
Started documentation for blueprints
|
2011-06-07 15:32:44 +02:00 |
|
Armin Ronacher
|
6dae36f94d
|
Started work on an upgrade script for blueprints
|
2011-06-05 13:19:28 +02:00 |
|
Armin Ronacher
|
1f31ec4bea
|
Added documentation in update document for new error handling
|
2011-06-05 10:32:00 +02:00 |
|
Armin Ronacher
|
f5ec9952de
|
Added blueprint specific error handling
|
2011-06-05 10:27:15 +02:00 |
|
Simon Sapin
|
8017febac4
|
Don't fail for unicode filenames with send_file(add_etags=True)
|
2011-05-30 15:06:32 +02:00 |
|
Armin Ronacher
|
db28217574
|
Fixed a bug, view_args not values
|
2011-05-29 20:05:39 +02:00 |
|
Armin Ronacher
|
4d6cd1a390
|
URL building should work in theory
|
2011-05-29 19:56:16 +02:00 |
|
Armin Ronacher
|
5da1fc2215
|
Started work on URL value preprocessors
|
2011-05-29 19:52:10 +02:00 |
|
Armin Ronacher
|
f7e71b518f
|
Register most stuff only once
|
2011-05-29 18:55:06 +02:00 |
|
Armin Ronacher
|
7a08331ac0
|
Latest iteration of the blueprint code. Far from being done
|
2011-05-29 15:54:58 +02:00 |
|
Armin Ronacher
|
673fa18e6d
|
Merge branch 'new-request-dispatching' into blueprints
|
2011-05-28 15:14:07 +02:00 |
|
Armin Ronacher
|
086ecdb918
|
Better reraising of exceptions
|
2011-05-28 15:11:48 +02:00 |
|
Armin Ronacher
|
115d31ddbf
|
More documentation updates
|
2011-05-27 20:29:03 +02:00 |
|
Armin Ronacher
|
e71a5ff8de
|
Started work on new request dispatching. Unittests not yet updated
|
2011-05-27 20:10:53 +02:00 |
|
Armin Ronacher
|
f2f806285d
|
Merge pull request #232 from sharoonthomas/master
Fixes Issue #227 where pop causes the session to be modified.
|
2011-05-24 07:41:27 -07:00 |
|
Armin Ronacher
|
7242abcfb2
|
Extend the logging from the dynamically set logger class. This fixes #234
|
2011-05-24 16:34:41 +02:00 |
|
Armin Ronacher
|
9c00f8b787
|
Merge branch 'master' of github.com:mitsuhiko/flask
|
2011-05-24 16:31:46 +02:00 |
|
Steve Romanow
|
41952d2b25
|
respect request charset
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
|
2011-05-24 16:24:24 +02:00 |
|
Ron DuPlain
|
ea77d5e12d
|
Touch up docs according to user feedback.
|
2011-05-19 09:14:53 -04:00 |
|
Sharoon Thomas
|
57920a5808
|
Prevent pop if flashes not in session to avoid modification to session fixes #227
|
2011-05-17 11:41:12 -04:00 |
|
Ron DuPlain
|
15c937b316
|
Remove ctx.bind() from doc. It doesn't exist.
|
2011-05-01 16:36:51 -04:00 |
|
Armin Ronacher
|
017117778e
|
Document that None skips in query strings. This fixes #224
|
2011-04-25 16:02:35 +02:00 |
|
Armin Ronacher
|
a4ea3159a2
|
Better error messages
|
2011-04-25 16:01:58 +02:00 |
|
Armin Ronacher
|
e774e3a69e
|
Switch params and example
|
2011-04-18 23:20:24 +02:00 |
|
Armin Ronacher
|
d8fcd4260e
|
Whitespace normalization
|
2011-04-18 23:19:59 +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 |
|
Rémy Roy
|
709ecefee1
|
Updating documentation for app.after_request decorator.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
|
2011-04-18 16:39:33 +02:00 |
|
Armin Ronacher
|
0ecc686372
|
Fixed a typo
|
2011-04-17 19:03:06 +02:00 |
|