Commit graph

36 commits

Author SHA1 Message Date
ThiefMaster
c5900a1adf s/1.0/0.11/ in versionadded/versionchanged markers
closes #1817
2016-05-23 14:43:23 +02:00
Markus Unterwaditzer
554c5b965a Fix #1477 2015-06-13 17:07:51 +02:00
Markus Unterwaditzer
2446ca63a8 0.11 => 1.0 2015-06-06 03:29:44 +02:00
Parkayun
33534bb4a9 Happy New Year 2015 2015-01-02 11:35:00 +09:00
defuz
8284217593 docs: `True, False and None` 2014-11-05 06:04:58 +03:00
Armin Ronacher
d4b3d16c14 Better support for namespace packages. 2014-04-11 19:59:54 +02:00
Kenneth Reitz
d4fec14544 Revert "Revert "Merge pull request #859 from wvh/register_error_handler""
This reverts commit 2aa26fff04.
2014-03-21 17:15:31 -04:00
Kenneth Reitz
2aa26fff04 Revert "Merge pull request #859 from wvh/register_error_handler"
This reverts commit 6347e75dee, reversing
changes made to 3fd40e83e5.
2014-03-21 17:12:26 -04:00
Kenneth Reitz
6347e75dee Merge pull request #859 from wvh/register_error_handler
Add a non-decorator version of the error handler register function
2014-03-21 17:08:34 -04:00
Daniel Neuhäuser
a71b65cb15 Merge pull request #877 from yoloseem/patch-1
Fix a typo on blueprints module name.
2014-03-13 20:35:29 +01:00
Daniel Neuhäuser
d517f35d60 Merge branch '0.10-maintenance' 2014-01-02 19:21:55 +01:00
Daniel Neuhäuser
52098e1e4f Happy New Year 2014 2014-01-02 19:21:07 +01:00
Hyunjun Kim
5ecca4c0da Fix a typo on blueprints module name. 2013-10-02 15:10:27 +09:00
Wouter Van Hemel
b03181363b Add a non-decorator version of the error handler register function
The main application object has a register_error_handler function
which mirrors the decorator's functionality. According to the principle
of least surprise, make sure blueprints also have this convenience function.
2013-09-04 12:42:35 +03:00
Armin Ronacher
dfdcac2292 Fixed some embarrassing grammar 2013-06-14 10:54:16 +01:00
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