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 2015/03/31 19:58:08 UTC

[1/2] cordova-plugin-file-transfer git commit: Use TRAVIS_BUILD_DIR, install paramedic by npm

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/old-ID 30eb233d5 -> 4e12365d3


Use TRAVIS_BUILD_DIR, install paramedic by npm


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

Branch: refs/heads/old-ID
Commit: ffc6150a9e84eca0edc3d2c035b8de5165b8ab21
Parents: 30eb233
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Mar 24 23:56:52 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Mar 24 23:56:52 2015 -0700

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/ffc6150a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 2dd75d2..fa7ae7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,8 @@ node_js:
 install:
   - echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config 
   - cd ..
-  - npm install -g purplecabbage/cordova-paramedic
+  - npm install -g cordova-paramedic
   - npm install -g cordova
   - npm install -g ios-sim
 script:
-  - cordova-paramedic --platform ios --plugin ../cordova-plugin-file-transfer
+  - cordova-paramedic --platform ios --plugin ${TRAVIS_BUILD_DIR}


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


[2/2] cordova-plugin-file-transfer git commit: CB-8653 updated translated docs to use new id

Posted by st...@apache.org.
CB-8653 updated translated docs to use new id


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

Branch: refs/heads/old-ID
Commit: 4e12365d333408b6d89e0488853a6b948284c581
Parents: ffc6150
Author: Steve Gill <st...@gmail.com>
Authored: Tue Mar 31 10:53:31 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Mar 31 10:53:31 2015 -0700

----------------------------------------------------------------------
 doc/de/index.md | 2 +-
 doc/es/index.md | 2 +-
 doc/fr/index.md | 2 +-
 doc/it/index.md | 2 +-
 doc/ja/index.md | 2 +-
 doc/ko/index.md | 2 +-
 doc/pl/index.md | 2 +-
 doc/ru/index.md | 2 +-
 doc/zh/index.md | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/4e12365d/doc/de/index.md
----------------------------------------------------------------------
diff --git a/doc/de/index.md b/doc/de/index.md
index 429911e..6fbc566 100644
--- a/doc/de/index.md
+++ b/doc/de/index.md
@@ -299,4 +299,4 @@ Wenn Sie ein auf eine neue Upgrade (1.0.0 oder neuere) Version der Datei, und Si
     cdvfile://localhost/persistent/path/to/file
     
 
-die anstelle der absoluten Dateipfad in `download()` und `upload()` Methode verwendet werden kann.
\ No newline at end of file
+die anstelle der absoluten Dateipfad in `download()` und `upload()` Methode verwendet werden kann.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/4e12365d/doc/es/index.md
----------------------------------------------------------------------
diff --git a/doc/es/index.md b/doc/es/index.md
index baa5fa3..844c217 100644
--- a/doc/es/index.md
+++ b/doc/es/index.md
@@ -259,4 +259,4 @@ Si va a actualizar a una nueva (1.0.0 o más reciente) versión del archivo y pr
     cdvfile://localhost/persistent/path/to/file
     
 
-que puede ser utilizado en lugar de la ruta del archivo absoluta tanto en `download()` y `upload()` los métodos.
\ No newline at end of file
+que puede ser utilizado en lugar de la ruta del archivo absoluta tanto en `download()` y `upload()` los métodos.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/4e12365d/doc/fr/index.md
----------------------------------------------------------------------
diff --git a/doc/fr/index.md b/doc/fr/index.md
index 078f7c1..68f6145 100644
--- a/doc/fr/index.md
+++ b/doc/fr/index.md
@@ -258,4 +258,4 @@ Si vous migrez vers une nouvelle (1.0.0 ou plus récent) version de fichier et v
     cdvfile://localhost/persistent/path/to/file
     
 
-qui peut être utilisé à la place le chemin d'accès absolu au fichier dans les deux `download()` et `upload()` méthodes.
\ No newline at end of file
+qui peut être utilisé à la place le chemin d'accès absolu au fichier dans les deux `download()` et `upload()` méthodes.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/4e12365d/doc/it/index.md
----------------------------------------------------------------------
diff --git a/doc/it/index.md b/doc/it/index.md
index f22ad80..31ac77e 100644
--- a/doc/it/index.md
+++ b/doc/it/index.md
@@ -299,4 +299,4 @@ Se si esegue l'aggiornamento a una nuova (1.0.0 o più recente) versione del Fil
     cdvfile://localhost/persistent/path/to/file
     
 
-che può essere utilizzato al posto del percorso assoluto nei metodi sia `download()` e `upload()`.
\ No newline at end of file
+che può essere utilizzato al posto del percorso assoluto nei metodi sia `download()` e `upload()`.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/4e12365d/doc/ja/index.md
----------------------------------------------------------------------
diff --git a/doc/ja/index.md b/doc/ja/index.md
index 1f20e05..02c5729 100644
--- a/doc/ja/index.md
+++ b/doc/ja/index.md
@@ -299,4 +299,4 @@
     cdvfile://localhost/persistent/path/to/file
     
 
-`download()`、`upload()` メソッドの絶対ファイル パスの代わりに使用できます。
\ No newline at end of file
+`download()`、`upload()` メソッドの絶対ファイル パスの代わりに使用できます。

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/4e12365d/doc/ko/index.md
----------------------------------------------------------------------
diff --git a/doc/ko/index.md b/doc/ko/index.md
index 6ca8593..e981cf9 100644
--- a/doc/ko/index.md
+++ b/doc/ko/index.md
@@ -299,4 +299,4 @@
     cdvfile://localhost/persistent/path/to/file
     
 
-어떤 `download()` 및 `upload()` 방법에서 절대 파일 경로 대신 사용할 수 있습니다.
\ No newline at end of file
+어떤 `download()` 및 `upload()` 방법에서 절대 파일 경로 대신 사용할 수 있습니다.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/4e12365d/doc/pl/index.md
----------------------------------------------------------------------
diff --git a/doc/pl/index.md b/doc/pl/index.md
index 7cddfaa..68053a4 100644
--- a/doc/pl/index.md
+++ b/doc/pl/index.md
@@ -299,4 +299,4 @@ Jeśli uaktualniasz nowy (1.0.0 lub nowsza) wersja pliku i mieć wcześniej przy
     cdvfile://localhost/persistent/path/to/file
     
 
-które mogą być używane zamiast bezwzględna ścieżka zarówno `download()` i `metody upload()` metody.
\ No newline at end of file
+które mogą być używane zamiast bezwzględna ścieżka zarówno `download()` i `metody upload()` metody.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/4e12365d/doc/ru/index.md
----------------------------------------------------------------------
diff --git a/doc/ru/index.md b/doc/ru/index.md
index 3d75d98..e43fb5e 100644
--- a/doc/ru/index.md
+++ b/doc/ru/index.md
@@ -287,4 +287,4 @@ A `FileTransferError` при ошибке обратного вызова пер
     cdvfile://localhost/persistent/path/to/file
     
 
-которые могут быть использованы вместо абсолютного пути в обоих `download()` и `upload()` методы.
\ No newline at end of file
+которые могут быть использованы вместо абсолютного пути в обоих `download()` и `upload()` методы.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/4e12365d/doc/zh/index.md
----------------------------------------------------------------------
diff --git a/doc/zh/index.md b/doc/zh/index.md
index e7801f4..f272a10 100644
--- a/doc/zh/index.md
+++ b/doc/zh/index.md
@@ -299,4 +299,4 @@
     cdvfile://localhost/persistent/path/to/file
     
 
-它可以用在 `download()` 和 `upload()` 兩種方法中的絕對檔路徑位置。
\ No newline at end of file
+它可以用在 `download()` 和 `upload()` 兩種方法中的絕對檔路徑位置。


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