Commit graph

660 commits

Author SHA1 Message Date
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
a05f47059b Merge branch 'master' into blueprints 2011-06-05 14:33:29 +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
Ron DuPlain
cb604e39bb Approve Frozen-Flask. 2011-06-05 04:38:24 -04: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
Armin Ronacher
aaa24fc05a Merge branch 'master' into blueprints 2011-06-05 09:12:41 +02:00
Ron DuPlain
c7ff139481 Merge pull request #238 from SimonSapin/doc-SERVER_NAME-fix
Clarify in docs that the SERVER_NAME config can also take a port number.
2011-05-30 12:45:07 -07:00
Simon Sapin
9beee51b0b Clarify in docs that the SERVER_NAME config can also take a port number. 2011-05-30 21:39:12 +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
b51ecd7f21 Updated examples 2011-05-27 20:29:47 +02:00
Armin Ronacher
115d31ddbf More documentation updates 2011-05-27 20:29:03 +02:00
Armin Ronacher
a9fc040c39 Updated documentation to use teardown request where appropriate 2011-05-27 20:21:41 +02:00
Armin Ronacher
ba6bf23e0d Updated tests 2011-05-27 20:12:20 +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
e3f2dd8f08 Added a test for content length behavior 2011-05-27 15:59:11 +02:00
Armin Ronacher
34e6933832 Documented change in flashing 2011-05-24 16:42:06 +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
Armin Ronacher
2a81c8a822 Documented change 2011-05-24 16:30:08 +02:00
Armin Ronacher
d90765b026 Added testcase for json encoding parameter support 2011-05-24 16:29: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
8b974eb355 Note to use debug=False for third-party debuggers.
As requested on mailing list.
http://flask.pocoo.org/mailinglist/archive/2011/5/12/using-eclipse%2Bpydev-for-debugging-flask-apps/
2011-05-12 13:00:03 -04:00
Armin Ronacher
19dfe5f631 Merge pull request #230 from RonnyPfannschmidt/docs
the import order note was meant to be bold, not cursive
2011-05-08 03:32:31 -07:00
Ronny Pfannschmidt
74514fc837 the import order note was meant to be bold, not cursive 2011-05-08 11:31:52 +02:00
Armin Ronacher
e3d577cc2a Merge pull request #228 from akavlie/master
Corrections to fabfile example
2011-05-07 15:28:05 -07:00
Ron DuPlain
15c937b316 Remove ctx.bind() from doc. It doesn't exist. 2011-05-01 16:36:51 -04:00
Aaron Kavlie
c6e4d743a9 A couple of corrections to the example fabfile. 2011-04-27 14:28:07 -07:00
Aaron Kavlie
9d84a3458b Merge remote-tracking branch 'upstream/master' into issue_198 2011-04-27 14:25:34 -07: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
streety
1dd83964f0 Change to match headers in https://github.com/mitsuhiko/werkzeug/blob/master/werkzeug/contrib/fixers.py
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-04-18 17:00:05 +02:00