Commit graph

21 commits

Author SHA1 Message Date
Armin Ronacher
3b393f89f6 Added template_global, fixes #657 2013-01-27 00:46:19 +00:00
Armin Ronacher
f034d8d345 Add @template_test() decorator for creating custom jinja2 tests, like existing @template_filter() for filters. Fixes #332 2012-10-07 12:51:46 +02:00
Sean Vieira
9d09632dbf Fix spelling. 2012-04-09 17:17:52 -03:00
Ron DuPlain
ce4d589d5b Add non-decorator template filter methods.
Suggested by @Poincare on GitHub, on @Reisen's pull request:
https://github.com/mitsuhiko/flask/pull/272
2012-01-16 20:16:48 -05:00
Reisen
2a4d3ef116 Added a template filter decorator to blueprints. 2012-01-16 18:58:43 -05:00
Michał Bartoszkiewicz
f8caa54d31 Fixed Blueprint.app_url_value_preprocessor. 2011-09-17 00:31:09 +02:00
Pedro Algarvio
03a71e0229 Deny dot's in blueprint endpoints. Add tests for that too. 2011-08-25 17:26:57 +01:00
Pedro Algarvio
68ec5a3068 Allow passing the endpoint to the route decorators on Flask's application and blueprints. 2011-08-25 11:46:05 +01: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
bd473c1587 Fixed an issue that broke url processors for blueprints. Added testcases 2011-07-06 10:16:56 +02:00
Ron DuPlain
7e6c70a133 Add teardown request decorators to blueprints. 2011-06-27 09:23:31 -04: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
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
f5ec9952de Added blueprint specific error handling 2011-06-05 10:27:15 +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