You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2015/07/28 20:48:34 UTC

[1/3] cordova-plugin-file-transfer git commit: README :: remove duplicate httpMethod option.

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master 499ec5c07 -> 43eeef8e4


README :: remove duplicate httpMethod option.

The httpMethod option was duplicated as an upload option in
04f088b6c906e0b74bf3610005787b90aa548b9e


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/8f62f8bc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/8f62f8bc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/8f62f8bc

Branch: refs/heads/master
Commit: 8f62f8bc13c6a92004a3847ca3b3ccb6822a2914
Parents: 2bc020d
Author: Dan Jarvis <dj...@kmbs.konicaminolta.us>
Authored: Mon Jul 6 10:32:04 2015 -0400
Committer: Dan Jarvis <dj...@kmbs.konicaminolta.us>
Committed: Mon Jul 6 10:32:04 2015 -0400

----------------------------------------------------------------------
 README.md | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/8f62f8bc/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f821cd1..38c2e6d 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,6 @@ __Parameters__:
   - __params__: A set of optional key/value pairs to pass in the HTTP request. (Object)
   - __chunkedMode__: Whether to upload the data in chunked streaming mode. Defaults to `true`. (Boolean)
   - __headers__: A map of header name/header values. Use an array to specify more than one value.  On iOS, FireOS, and Android, if a header named Content-Type is present, multipart form data will NOT be used. (Object)
-  - __httpMethod__: The HTTP method to use e.g. POST or PUT.  Defaults to `POST`. (DOMString)
 
 - __trustAllHosts__: Optional parameter, defaults to `false`. If set to `true`, it accepts all security certificates. This is useful since Android rejects self-signed security certificates. Not recommended for production use. Supported on Android and iOS. _(boolean)_
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[3/3] cordova-plugin-file-transfer git commit: Merge branch 'master' of https://github.com/danjarvis/cordova-plugin-file-transfer

Posted by pu...@apache.org.
Merge branch 'master' of https://github.com/danjarvis/cordova-plugin-file-transfer


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/43eeef8e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/43eeef8e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/43eeef8e

Branch: refs/heads/master
Commit: 43eeef8e44b7341335f788672e1eb9279e816902
Parents: c8a5268 8f62f8b
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Jul 28 11:44:28 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Jul 28 11:44:28 2015 -0700

----------------------------------------------------------------------
 README.md | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/43eeef8e/README.md
----------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/3] cordova-plugin-file-transfer git commit: removed broken link in README

Posted by pu...@apache.org.
removed broken link in README


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/c8a52682
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/c8a52682
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/c8a52682

Branch: refs/heads/master
Commit: c8a52682f0775c3858a89473e51291be488ea661
Parents: 499ec5c
Author: Johan Eliasson <jo...@allbinary.se>
Authored: Mon Jul 27 17:21:59 2015 +0200
Committer: Johan Eliasson <jo...@allbinary.se>
Committed: Mon Jul 27 17:21:59 2015 +0200

----------------------------------------------------------------------
 README.md | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/c8a52682/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6047b3c..6a29547 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,6 @@
  
 # cordova-plugin-file-transfer
 
-Plugin documentation: [doc/index.md](doc/index.md)
-
 This plugin allows you to upload and download files.
 
 This plugin defines global `FileTransfer`, `FileUploadOptions` Constructors.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org