Commit Graph

52 Commits

Author SHA1 Message Date
Armin Ronacher e853a0f739 The test client and test_request_context are now both using the same logic internally for creating the environ. Also they use APPLICATION_ROOT now. 2011-08-25 20:47:50 +01:00
Armin Ronacher a5da2c98f3 Implemented flask.testing.TestClient.session_transaction for quick session modifications in test environments. 2011-08-25 15:18:39 +01:00
Armin Ronacher 63876614b6 Removed second mention of json. This fixes #290 2011-08-09 16:16:04 +02:00
Armin Ronacher 92c7bdd2dd Documented Request.headers 2011-08-09 15:16:41 +02:00
Armin Ronacher 153d727d1f Fixed the docs for the request object. They were incomplete 2011-07-30 02:07:31 +02:00
Armin Ronacher 6ca321c979 Added a versionadded 2011-07-14 14:25:50 +02:00
Armin Ronacher 76796c326d Documented view function options 2011-07-14 14:25:14 +02:00
Armin Ronacher deb513c7fe The session interface is new in 0.8, not 0.7 2011-07-08 14:38:49 +02:00
Armin Ronacher 0fccfe711f Refactored session interface 2011-07-07 11:27:22 +02:00
Armin Ronacher 22d468e190 Less annoying gender neutral forms 2011-06-28 14:34:07 +02:00
Armin Ronacher b36d7b3288 Added class based view documentation 2011-06-28 14:24:54 +02:00
Armin Ronacher 4e47ea9105 Merge branch 'master' into blueprints 2011-06-27 09:30:39 +02:00
Jeffrey Finkelstein 12761bd02c fixed pronoun gender in documentation 2011-06-26 21:43:48 -04:00
Armin Ronacher 86175054d6 More docstrings for blueprints. 2011-06-17 20:27:25 +02:00
Armin Ronacher e71a5ff8de Started work on new request dispatching. Unittests not yet updated 2011-05-27 20:10:53 +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
Armin Ronacher fbd488678f Implemented flask.has_request_context() 2011-03-14 16:13:58 -04:00
matt swanson 4141afa22b fixing cross-reference links on API doc page 2011-03-13 15:32:19 -09:00
Dag Odenhall 384ad219cb Typo in docs
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-01-20 16:46:03 +01:00
Daniel D. Beck 4f1b086218 Fixed: incorrect indentation level for session's permanent attribute
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-11-02 00:05:08 +01:00
Ron DuPlain 216478f715 docs: Finished sentence on Notes on Proxies. 2010-10-07 19:32:07 +08:00
Armin Ronacher 3b0eb0f3ca Added notes on proxies 2010-07-20 10:12:58 +01:00
Armin Ronacher c360f005c3 Added signal documentation 2010-07-17 15:25:53 +02:00
Armin Ronacher e0712b47c6 Added support for signals 2010-07-17 14:39:28 +02:00
Armin Ronacher 6fc1492357 Added make_response 2010-07-17 11:36:16 +02:00
Armin Ronacher c34b03e9a6 Documented send_from_directory 2010-07-05 10:25:51 +02:00
Armin Ronacher 881aa3ab2d Fixed an rst syntax error 2010-06-29 15:59:55 +02:00
Armin Ronacher 9373a71c26 improved _request_ctx_stack docs 2010-06-29 15:25:20 +02:00
Armin Ronacher bc00fd1e83 Added support for deferred context cleanup. test_client users can now access the context locals after the actual request if the client is used with a with-block. This fixes #59. 2010-06-03 15:26:07 +02:00
Armin Ronacher a6617f44c0 Documented _request_ctx_stack. This fixes #57 2010-05-31 17:50:31 +02:00
Georg Brandl a224fecfd5 More typo fixes. 2010-05-30 02:15:05 +08:00
Armin Ronacher 182ee31503 Added chapter about config 2010-05-27 17:42:01 +02:00
Armin Ronacher 4d16486132 Improved configuration support. 2010-05-27 13:31:35 +02:00
Armin Ronacher 854e0e26d1 Fixed some documentation issues. This fixes #41. 2010-05-18 18:05:05 +02:00
Armin Ronacher 9fa4f94ad8 Merge branch 'master' into module-support
Conflicts:
	CHANGES
	docs/_themes
	tests/flask_tests.py
2010-05-12 01:04:35 +02:00
Armin Ronacher 2d87e9bc37 Added support for send_file 2010-05-10 11:27:42 +02:00
Armin Ronacher 7f837901cb Merge branch 'master' into module-support 2010-05-04 11:45:37 +02:00
Armin Ronacher f6da77e894 Fixed URL examples. This fixes #30. 2010-05-04 11:43:19 +02:00
Armin Ronacher eeb0e94951 Fixed merging confict 2010-05-02 12:09:31 +02:00
Armin Ronacher 36717b0273 Added support for long running sessions. This closes #16. 2010-04-27 14:32:09 +02:00
Armin Ronacher c0a9f5d0c4 Documentation update for the flask module support. 2010-04-24 17:35:25 +02:00
florentx 3c821a0fa4 Fix typos and remove unused import. 2010-04-20 18:40:58 +02:00
Armin Ronacher 95750b3287 Documented some routing converter possibilities. 2010-04-19 23:49:02 +02:00
Armin Ronacher ade490514d Fixed a security problem caused by changed simplejson semantics.
Notice: this was never in a release version of Flask.
2010-04-19 18:51:04 +02:00
Armin Ronacher 6e2be6a0b3 Added JSON Support and started working on jQuery docs 2010-04-19 15:39:07 +02:00
Armin Ronacher 190059c8f0 Added support for macro pulling and documented certain design decisions. 2010-04-18 15:44:06 +02:00
Armin Ronacher 03148dba6b Added testing documentation 2010-04-11 19:18:40 +02:00
Armin Ronacher 05f36c7f7e Heavily improved documentation 2010-04-11 02:20:10 +02:00
Armin Ronacher 727c701686 And finished documentation for most parts. 2010-04-09 13:40:05 +02:00
Armin Ronacher 4aa76212d1 Updated documentation. Starting to look pretty good 2010-04-09 01:32:39 +02:00