Ron DuPlain
|
cb604e39bb
|
Approve Frozen-Flask.
|
2011-06-05 04:38:24 -04: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
|
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
|
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 |
|
Armin Ronacher
|
3c7b5a68f1
|
Changelog entry
|
2011-04-18 16:48:40 +02:00 |
|
Simon Sapin
|
7ed3196e8d
|
Add safe_join: returns the filename used by send_from_directory.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
|
2011-04-18 16:48:12 +02:00 |
|
Kanak Kshetri
|
0e4cd2e651
|
Fixed a typo that was preventing second code block from appearing in a code block
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
|
2011-04-18 16:40:51 +02:00 |
|
Rémy Roy
|
709ecefee1
|
Updating documentation for app.after_request decorator.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
|
2011-04-18 16:39:33 +02:00 |
|
Noufal Ibrahim
|
a2225bf57e
|
Added a note on actually starting the application
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
|
2011-04-18 16:32:13 +02:00 |
|
Armin Ronacher
|
0ecc686372
|
Fixed a typo
|
2011-04-17 19:03:06 +02:00 |
|
Armin Ronacher
|
4c8c503326
|
break line
|
2011-03-18 09:00:24 +01:00 |
|
Armin Ronacher
|
fd0862c77d
|
Merge remote branch 'mattd/extensions-docs'
|
2011-03-15 12:20:30 -04:00 |
|
Aaron Kavlie
|
67581795c4
|
Improved botched docstring wording for silent failure.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
|
2011-03-15 12:19:05 -04:00 |
|
Armin Ronacher
|
dd75cc9e28
|
Merge branch 'appdispatch-docs'
|
2011-03-15 12:07:32 -04:00 |
|
Armin Ronacher
|
97efffad9a
|
Enable deprecation warnings
|
2011-03-15 11:47:59 -04:00 |
|
Armin Ronacher
|
43cf3f307f
|
Improved wording
|
2011-03-15 11:25:17 -04:00 |
|
Aaron Kavlie
|
1a7f579ece
|
Improved botched docstring wording for silent failure.
|
2011-03-14 23:32:33 -04:00 |
|
Matt Dawson
|
c1c20ac108
|
Modify extensionsdev documentation.
|
2011-03-14 19:23:56 -04:00 |
|
Armin Ronacher
|
60de3f295b
|
Updated appdispatch pattern
|
2011-03-14 16:44:58 -04:00 |
|
Armin Ronacher
|
fbd488678f
|
Implemented flask.has_request_context()
|
2011-03-14 16:13:58 -04:00 |
|
matt swanson
|
f58c98904f
|
fixing some wording issues on the testing page
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
|
2011-03-14 15:11:04 -04:00 |
|
Matt Chisholm
|
04e70bd5c7
|
Add teardown_request decorator. Fixes issue #174
|
2011-03-14 14:28:15 -04:00 |
|
Drew Vogel
|
3deae1bd48
|
Clarified language related to avoiding circular imports.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
|
2011-03-14 14:26:33 -04:00 |
|
Armin Ronacher
|
235369fd61
|
Removed unnecessary import
|
2011-03-14 14:21:44 -04:00 |
|
Armin Ronacher
|
34a494713c
|
Documented some changes in config handling.
|
2011-03-14 14:21:28 -04:00 |
|
Armin Ronacher
|
45b97d14e3
|
Started work on app dispatch docs
|
2011-03-14 14:19:12 -04:00 |
|
Aaron Kavlie
|
fa9817778c
|
Test passes.
Added test for silent flag; added import of errno so it passed.
|
2011-03-14 10:41:22 -04:00 |
|
Aaron Kavlie
|
5cc40f4728
|
silent option added to 'from_pyfile' to mirror 'from_envvar'.
|
2011-03-14 10:36:33 -04:00 |
|
mvantellingen
|
b3fc9eb36b
|
Open the session after the request context is pushed on the stack instead of in the constructor. This allows you to access the request context in a custom open_session method.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
|
2011-03-13 21:24:26 -04:00 |
|
Sam Anderson
|
da00160db6
|
Fixed some small typos in the documentation.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
|
2011-03-13 21:14:06 -04:00 |
|