Commit Graph

29 Commits

Author SHA1 Message Date
Florent Xicluna a2eb5efcd8 few typos 2012-04-12 19:14:52 +03:00
Armin Ronacher 95c4dcb4d5 Refactored flask.ext process to not swallow exceptions on weird Pythons. 2011-09-27 13:33:23 +02:00
Armin Ronacher 9691b7f0bf Deal with partially setup packages in the redirect hook. 2011-09-21 21:34:47 +02:00
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.
2011-09-21 03:47:36 +02:00
Armin Ronacher 7997bae5bb Explicitly activate compat module 2011-09-19 21:00:28 +02:00
Armin Ronacher e94416704d Added the flaskext_compat module to support flask.ext in 0.7 and earlier. 2011-09-18 15:03:35 +02:00
Armin Ronacher 4cb6eea8f1 Split up testsuite and moved it to flask.testsuite. This fixes #246 2011-08-26 11:21:26 +01:00
Armin Ronacher 505cd663cd Hopefully fixed release script date parsing thingy. This fixes #299 2011-08-08 01:26:39 +02:00
Armin Ronacher 7e1ebae3a2 Another fix for the script
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-06-29 18:37:13 +02:00
Armin Ronacher 21d4a054e3 Fixed a bug in the release script
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-06-29 18:35:16 +02:00
Armin Ronacher 5afeac0c19 Fixed release script :( 2011-06-28 16:06:51 +02:00
Armin Ronacher 85efa3f895 Updated upgrade script to no longer change url_for that don't need to be changed 2011-06-27 01:04:18 +02:00
Armin Ronacher bffe97bb50 Added version bumping 2011-06-27 00:34:15 +02:00
Armin Ronacher 3d146548c7 Added release script 2011-06-27 00:31:24 +02:00
Armin Ronacher 0fcbe0a478 render_template calls no longer need changing for blueprints. They need new paths though :( 2011-06-17 03:42:11 +02:00
Armin Ronacher bfd67764fb Started documentation for blueprints 2011-06-07 15:32:44 +02:00
Armin Ronacher b4ffa4d9ac Allow name to be specified as the first parameter but with an explict name. 2011-06-06 10:10:10 +02:00
Armin Ronacher 99bb902cc3 Error handler deprecation 2011-06-05 16:21:31 +02:00
Armin Ronacher 6094c8536b Usage for the script 2011-06-05 16:16:13 +02:00
Armin Ronacher 9770054dee Started documenting the upgrade script 2011-06-05 16:11:17 +02:00
Armin Ronacher aa863efd92 Don't scan the whole file contents for template detection 2011-06-05 16:00:19 +02:00
Armin Ronacher 17d1ade6b9 Alternative names for app 2011-06-05 14:37:57 +02:00
Armin Ronacher 10104e98cf app.modules -> app.blueprints 2011-06-05 14:37:33 +02:00
Armin Ronacher cbfacd8962 Added disclaimer 2011-06-05 14:32:33 +02:00
Armin Ronacher 670d2bcf7a Added test project I use for testing 2011-06-05 14:31:33 +02:00
Armin Ronacher 6d072f00ad Better control over template rendering calls 2011-06-05 14:31:17 +02:00
Armin Ronacher 479e242afc Direct rewrites are unnecessary, constructor calls are enough 2011-06-05 13:53:40 +02:00
Armin Ronacher 5e91b0c352 Import and some usage rewriting. 2011-06-05 13:52:40 +02:00
Armin Ronacher 6dae36f94d Started work on an upgrade script for blueprints 2011-06-05 13:19:28 +02:00