You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/07/25 16:53:02 UTC

[1/2] git commit: Upload parameters out of order

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master 70502d502 -> 80c2d72b9


Upload parameters out of order

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/fa0ba8ff
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/fa0ba8ff
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/fa0ba8ff

Branch: refs/heads/master
Commit: fa0ba8ff81eaf590e4ee20498b1c9b9235df0d68
Parents: bdd3e2d
Author: Andrew Reedy <an...@gmail.com>
Authored: Tue Jul 22 20:55:19 2014 -0700
Committer: Andrew Reedy <an...@gmail.com>
Committed: Tue Jul 22 20:55:19 2014 -0700

----------------------------------------------------------------------
 doc/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/fa0ba8ff/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index 997d273..109105c 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -66,8 +66,6 @@ __Parameters__:
 
 - __errorCallback__: A callback that executes if an error occurs retrieving the `Metadata`. Invoked with a `FileTransferError` object. _(Function)_
 
-- __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)_
-
 - __options__: Optional parameters _(Object)_. Valid keys:
   - __fileKey__: The name of the form element.  Defaults to `file`. (DOMString)
   - __fileName__: The file name to use when saving the file on the server.  Defaults to `image.jpg`. (DOMString)
@@ -75,6 +73,8 @@ __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. (Object)
+  
+- __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)_
 
 ### Example
 


[2/2] git commit: Merge documentation fix from 'andrewreedy/patch-1' (This closes #37)

Posted by ia...@apache.org.
Merge documentation fix from 'andrewreedy/patch-1' (This closes #37)


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/80c2d72b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/80c2d72b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/80c2d72b

Branch: refs/heads/master
Commit: 80c2d72b959e846d2b997d31deb8f5ee7c44a5a0
Parents: 70502d5 fa0ba8f
Author: Ian Clelland <ic...@chromium.org>
Authored: Fri Jul 25 10:51:01 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Fri Jul 25 10:51:01 2014 -0400

----------------------------------------------------------------------
 doc/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/80c2d72b/doc/index.md
----------------------------------------------------------------------