Thomas Waldmann
e1d356fb71
ported some more stuff to py 3.3
...
removed init_jinja_globals hack from app.py after consulting mitsuhiko
(didn't work on py 3.3 "as is")
removed with_statement future imports, not needed any more
needs more work on 2.7 as well as on 3.3
12 years ago
Thomas Waldmann
40fad2ece8
document python 2.6 minimum requirement, remove all stuff that refers to 2.5
12 years ago
d1ffuz0r
8d330a368a
fixed issue #524
12 years ago
Alex Vykalyuk
444698d42b
Changed docstring according to docs.
13 years ago
Florent Xicluna
a2eb5efcd8
few typos
13 years ago
Armin Ronacher
95c4dcb4d5
Refactored flask.ext process to not swallow exceptions on weird Pythons.
13 years ago
Armin Ronacher
9691b7f0bf
Deal with partially setup packages in the redirect hook.
13 years ago
Armin Ronacher
9a70e62b8d
No longer swallow important import errors.
...
This implements a simple but elegant method to find out if an import
error can be swallowed to try the next module or if the import error is
important and must be reraised.
13 years ago
Armin Ronacher
7997bae5bb
Explicitly activate compat module
13 years ago
Armin Ronacher
e94416704d
Added the flaskext_compat module to support flask.ext in 0.7 and earlier.
13 years ago
Armin Ronacher
4cb6eea8f1
Split up testsuite and moved it to flask.testsuite. This fixes #246
13 years ago
Armin Ronacher
505cd663cd
Hopefully fixed release script date parsing thingy. This fixes #299
13 years ago
Armin Ronacher
7e1ebae3a2
Another fix for the script
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
Armin Ronacher
21d4a054e3
Fixed a bug in the release script
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
Armin Ronacher
5afeac0c19
Fixed release script :(
14 years ago
Armin Ronacher
85efa3f895
Updated upgrade script to no longer change url_for that don't need to be changed
14 years ago
Armin Ronacher
bffe97bb50
Added version bumping
14 years ago
Armin Ronacher
3d146548c7
Added release script
14 years ago
Armin Ronacher
0fcbe0a478
render_template calls no longer need changing for blueprints. They need new paths though :(
14 years ago
Armin Ronacher
bfd67764fb
Started documentation for blueprints
14 years ago
Armin Ronacher
b4ffa4d9ac
Allow name to be specified as the first parameter but with an explict name.
14 years ago
Armin Ronacher
99bb902cc3
Error handler deprecation
14 years ago
Armin Ronacher
6094c8536b
Usage for the script
14 years ago
Armin Ronacher
9770054dee
Started documenting the upgrade script
14 years ago
Armin Ronacher
aa863efd92
Don't scan the whole file contents for template detection
14 years ago
Armin Ronacher
17d1ade6b9
Alternative names for app
14 years ago
Armin Ronacher
10104e98cf
app.modules -> app.blueprints
14 years ago
Armin Ronacher
cbfacd8962
Added disclaimer
14 years ago
Armin Ronacher
670d2bcf7a
Added test project I use for testing
14 years ago
Armin Ronacher
6d072f00ad
Better control over template rendering calls
14 years ago
Armin Ronacher
479e242afc
Direct rewrites are unnecessary, constructor calls are enough
14 years ago
Armin Ronacher
5e91b0c352
Import and some usage rewriting.
14 years ago
Armin Ronacher
6dae36f94d
Started work on an upgrade script for blueprints
14 years ago