You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/09/27 00:25:41 UTC

[1/7] git commit: Rename CHANGELOG.md -> RELEASENOTES.md

Updated Branches:
  refs/heads/master 8cfb8a256 -> 2be905fca


Rename CHANGELOG.md -> RELEASENOTES.md


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

Branch: refs/heads/master
Commit: 61bb9604cf7d4e9a7c19f98225ae68aee02d234d
Parents: 8cfb8a2
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Sep 17 11:36:13 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Sep 17 11:36:13 2013 -0400

----------------------------------------------------------------------
 CHANGELOG.md    | 23 -----------------------
 RELEASENOTES.md | 23 +++++++++++++++++++++++
 2 files changed, 23 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/61bb9604/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index 6195996..0000000
--- a/CHANGELOG.md
+++ /dev/null
@@ -1,23 +0,0 @@
-<!--
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-# 
-# http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
--->
-# Release Notes
-
-

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/61bb9604/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
new file mode 100644
index 0000000..6195996
--- /dev/null
+++ b/RELEASENOTES.md
@@ -0,0 +1,23 @@
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+-->
+# Release Notes
+
+


[3/7] git commit: [windows8] commandProxy was moved

Posted by st...@apache.org.
[windows8] commandProxy was moved


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

Branch: refs/heads/master
Commit: ae3caf491ab828fd70a7e29c6b4e101429c01ca8
Parents: 61bb960
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Sep 24 01:41:00 2013 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Tue Sep 24 01:41:00 2013 -0700

----------------------------------------------------------------------
 www/windows8/FileTransferProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/ae3caf49/www/windows8/FileTransferProxy.js
----------------------------------------------------------------------
diff --git a/www/windows8/FileTransferProxy.js b/www/windows8/FileTransferProxy.js
index dd8ff62..c52bb02 100644
--- a/www/windows8/FileTransferProxy.js
+++ b/www/windows8/FileTransferProxy.js
@@ -107,4 +107,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("FileTransfer",module.exports);
\ No newline at end of file
+require("cordova/windows8/commandProxy").add("FileTransfer",module.exports);


[5/7] git commit: Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer into dev

Posted by st...@apache.org.
Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer into dev

Conflicts:
	www/windows8/FileTransferProxy.js


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

Branch: refs/heads/master
Commit: ba3f9dddbf2c7679297247c3e23610eb78199f76
Parents: 93d8bfc ae3caf4
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 16:47:36 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 16:47:36 2013 +0200

----------------------------------------------------------------------
 www/windows8/FileTransferProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/ba3f9ddd/www/windows8/FileTransferProxy.js
----------------------------------------------------------------------


[7/7] git commit: [CB-4915] Updated version and RELEASENOTES.md for release 0.3.2

Posted by st...@apache.org.
[CB-4915] Updated version and RELEASENOTES.md for release 0.3.2


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

Branch: refs/heads/master
Commit: 2be905fcabe31aabc308dfbc81e100ee6579df52
Parents: 2655c12
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 17:42:26 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 17:42:26 2013 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 7 ++++++-
 plugin.xml      | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/2be905fc/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6195996..8e3e721 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,4 +20,9 @@
 -->
 # Release Notes
 
-
+### 0.3.2 (Sept 25, 2013)
+* CB-4889 bumping&resetting version
+* [windows8] commandProxy was moved
+* CB-4889 updating core references
+* CB-4889 renaming org.apache.cordova.core.file-transfer to org.apache.cordova.file-transfer and updating dependency
+* Rename CHANGELOG.md -> RELEASENOTES.md

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/2be905fc/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index fa313b0..6b40bd0 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.file-transfer"
-    version="0.3.2-dev">
+    version="0.3.2">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>


[4/7] git commit: CB-4889 updating core references

Posted by st...@apache.org.
CB-4889 updating core references


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

Branch: refs/heads/master
Commit: 93d8bfc2c50eed169bac1f171b29c24c30cda300
Parents: 00ec110
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 16:46:54 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 16:46:54 2013 +0200

----------------------------------------------------------------------
 www/FileTransfer.js               | 6 +++---
 www/windows8/FileTransferProxy.js | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/93d8bfc2/www/FileTransfer.js
----------------------------------------------------------------------
diff --git a/www/FileTransfer.js b/www/FileTransfer.js
index 6eb9d74..e8e89be 100644
--- a/www/FileTransfer.js
+++ b/www/FileTransfer.js
@@ -22,7 +22,7 @@
 var argscheck = require('cordova/argscheck'),
     exec = require('cordova/exec'),
     FileTransferError = require('./FileTransferError'),
-    ProgressEvent = require('org.apache.cordova.core.file.ProgressEvent');
+    ProgressEvent = require('org.apache.cordova.file.ProgressEvent');
 
 function newProgressEvent(result) {
     var pe = new ProgressEvent();
@@ -175,10 +175,10 @@ FileTransfer.prototype.download = function(source, target, successCallback, erro
         } else if (successCallback) {
             var entry = null;
             if (result.isDirectory) {
-                entry = new (require('org.apache.cordova.core.file.DirectoryEntry'))();
+                entry = new (require('org.apache.cordova.file.DirectoryEntry'))();
             }
             else if (result.isFile) {
-                entry = new (require('org.apache.cordova.core.file.FileEntry'))();
+                entry = new (require('org.apache.cordova.file.FileEntry'))();
             }
             entry.isDirectory = result.isDirectory;
             entry.isFile = result.isFile;

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/93d8bfc2/www/windows8/FileTransferProxy.js
----------------------------------------------------------------------
diff --git a/www/windows8/FileTransferProxy.js b/www/windows8/FileTransferProxy.js
index dd8ff62..e312625 100644
--- a/www/windows8/FileTransferProxy.js
+++ b/www/windows8/FileTransferProxy.js
@@ -21,8 +21,8 @@
 
 
 var FileTransferError = require('./FileTransferError'),
-    FileUploadResult = require('org.apache.cordova.core.file.FileUploadResult'),
-    FileEntry = require('org.apache.cordova.core.file.FileEntry');
+    FileUploadResult = require('org.apache.cordova.file.FileUploadResult'),
+    FileEntry = require('org.apache.cordova.file.FileEntry');
 
 module.exports = {
 
@@ -107,4 +107,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("FileTransfer",module.exports);
\ No newline at end of file
+require("cordova/commandProxy").add("FileTransfer",module.exports);


[6/7] git commit: CB-4889 bumping&resetting version

Posted by st...@apache.org.
CB-4889 bumping&resetting version


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

Branch: refs/heads/master
Commit: 2655c12baecf094c12f0b9c01a8a1df60469c4ee
Parents: ba3f9dd
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 17:50:19 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 17:50:19 2013 +0200

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/2655c12b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 18f2c78..fa313b0 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.file-transfer"
-    version="0.3.1">
+    version="0.3.2-dev">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>


[2/7] git commit: CB-4889 renaming org.apache.cordova.core.file-transfer to org.apache.cordova.file-transfer and updating dependency

Posted by st...@apache.org.
CB-4889 renaming org.apache.cordova.core.file-transfer to org.apache.cordova.file-transfer and updating dependency


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

Branch: refs/heads/master
Commit: 00ec110525e96acaf8514f8548fbd345d7ce724f
Parents: 61bb960
Author: Anis Kadri <an...@apache.org>
Authored: Sat Sep 21 12:25:10 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Sat Sep 21 12:25:10 2013 +0200

----------------------------------------------------------------------
 plugin.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/00ec1105/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index dd08a19..18f2c78 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
-    id="org.apache.cordova.core.file-transfer"
-    version="0.3.1-dev">
+    id="org.apache.cordova.file-transfer"
+    version="0.3.1">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,file,transfer</keywords>
 
-    <dependency id="org.apache.cordova.core.file" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" />
+    <dependency id="org.apache.cordova.file" />
 
     <js-module src="www/FileTransferError.js" name="FileTransferError">
         <clobbers target="window.FileTransferError" />