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:15 UTC

[1/3] cordova-plugin-globalization git commit: separate section in plugin.xml and docs for Windows8 platform

Repository: cordova-plugin-globalization
Updated Branches:
  refs/heads/old-ID e268328fd -> 572ea56d2


separate section in plugin.xml and docs for Windows8 platform

For consistency w/ other plugins and since we still support `cordova platform add windows8`


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/commit/5feccc10
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/5feccc10
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/5feccc10

Branch: refs/heads/old-ID
Commit: 5feccc1022e43218f433fd70a6cb77457e9e71f7
Parents: e268328
Author: sgrebnov <v-...@microsoft.com>
Authored: Thu Mar 19 18:18:01 2015 +0300
Committer: sgrebnov <v-...@microsoft.com>
Committed: Thu Mar 19 18:18:01 2015 +0300

----------------------------------------------------------------------
 README.md  | 15 ++++++++++++++-
 plugin.xml |  8 ++++++++
 2 files changed, 22 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/5feccc10/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 213a3ca..8ae4608 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,7 @@ error's expected code is `GlobalizationError.UNKNOWN_ERROR`.
 - Firefox OS
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -149,6 +150,7 @@ error's expected code is `GlobalizationError.UNKNOWN_ERROR`.
 - Firefox OS
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -216,6 +218,7 @@ The `options.selector` can be `date`, `time` or `date and time`.
 - Firefox OS
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -306,6 +309,7 @@ error's expected code is `GlobalizationError.FORMATTING_ERROR`.
 - Android
 - BlackBerry 10
 - iOS
+- Windows 8
 - Windows
 
 ### Example
@@ -376,6 +380,7 @@ The value of `options.item` can be `months` or `days`.
 - Firefox OS
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -453,6 +458,7 @@ time`.
 - BlackBerry 10
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -526,6 +532,7 @@ error's expected code is `GlobalizationError.UNKNOWN_ERROR`.
 - Firefox OS
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -592,6 +599,7 @@ The `options.type` can be `decimal`, `percent`, or `currency`.
 - BlackBerry 10
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -668,6 +676,7 @@ executes. The error's expected code is `GlobalizationError.UNKNOWN_ERROR`.
 - Firefox OS
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -714,6 +723,7 @@ The `options.type` can be 'decimal', 'percent', or 'currency'.
 - BlackBerry 10
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -791,6 +801,7 @@ error's expected code is `GlobalizationError.PARSING_ERROR`.
 - Firefox OS
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 - Browser
 
@@ -868,6 +879,7 @@ The `options.type` can be `decimal`, `percent`, or `currency`.
 - BlackBerry 10
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 
 ### Example
@@ -887,7 +899,7 @@ popup dialog with text similar to `number: 1234.56`:
 - In case of `percent` type the returned value is not divided by 100.
 
 ### Windows Quirks	
-	
+
 - The string must strictly conform to the locale format. For example, percent symbol should be 
 separated by space for 'en-US' locale if the type parameter is 'percent'.
 
@@ -918,6 +930,7 @@ This object is created and populated by Cordova, and returned to a callback in t
 - Firefox OS
 - iOS
 - Windows Phone 8
+- Windows 8
 - Windows
 
 ### Example

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/5feccc10/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 94b6a98..1366f99 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -115,6 +115,14 @@
         <source-file src="src/windows/GlobalizationProxy/GlobalizationProxy/Globalization/GlobalizationImpl.cs" />
     </platform>
 
+    <!-- windows8 -->
+    <platform name="windows8">
+        <js-module src="src/windows/GlobalizationProxy.js" name="GlobalizationProxy">
+            <runs/>
+        </js-module>
+        <framework src="src/Windows/GlobalizationProxy.winmd" custom="true"/>
+    </platform>
+
     <!-- windows -->
     <platform name="windows">
         <js-module src="src/windows/GlobalizationProxy.js" name="GlobalizationProxy">


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


[2/3] cordova-plugin-globalization git commit: Use TRAVIS_BUILD_DIR, install paramedic by npm

Posted by st...@apache.org.
Use TRAVIS_BUILD_DIR, install paramedic by npm


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/commit/2f9697f0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/2f9697f0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/2f9697f0

Branch: refs/heads/old-ID
Commit: 2f9697f06a817e8ddd22ac8719fa15ce3fecdd12
Parents: 5feccc1
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Mar 24 23:33:42 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Mar 24 23:33:42 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/2f9697f0/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 86c47b7..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-globalization
+  - 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


[3/3] cordova-plugin-globalization 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-globalization/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/commit/572ea56d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/572ea56d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/572ea56d

Branch: refs/heads/old-ID
Commit: 572ea56d2ed11c6707db4230b5c53f18b03fb0f2
Parents: 2f9697f
Author: Steve Gill <st...@gmail.com>
Authored: Tue Mar 31 10:53:32 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Mar 31 10:53:32 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-globalization/blob/572ea56d/doc/de/index.md
----------------------------------------------------------------------
diff --git a/doc/de/index.md b/doc/de/index.md
index 6a21b66..4e1e19b 100644
--- a/doc/de/index.md
+++ b/doc/de/index.md
@@ -790,4 +790,4 @@ Wenn die folgenden Fehler-Callback ausgeführt wird, zeigt es einen Popup-Dialog
     function errorCallback(error) {
         alert('code: ' + error.code + '\n' +
               'message: ' + error.message + '\n');
-    };
\ No newline at end of file
+    };

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/572ea56d/doc/es/index.md
----------------------------------------------------------------------
diff --git a/doc/es/index.md b/doc/es/index.md
index dac3d7a..01da900 100644
--- a/doc/es/index.md
+++ b/doc/es/index.md
@@ -709,4 +709,4 @@ Este objeto es creado y poblada por Córdoba y regresó a una devolución de lla
 
 Cuando se ejecuta el callback de error siguiente, se muestra un cuadro de diálogo emergente con el texto similar a `code: 3` y`message:`
 
-    function errorCallback(error) {alert (' código: ' + error.code + '\n' + ' mensaje: ' + error.message + '\n');};
\ No newline at end of file
+    function errorCallback(error) {alert (' código: ' + error.code + '\n' + ' mensaje: ' + error.message + '\n');};

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/572ea56d/doc/fr/index.md
----------------------------------------------------------------------
diff --git a/doc/fr/index.md b/doc/fr/index.md
index 8f5cc35..288200a 100644
--- a/doc/fr/index.md
+++ b/doc/fr/index.md
@@ -709,4 +709,4 @@ Cet objet est créé et peuplé de Cordova et retourné à un rappel en cas d'er
 
 Lorsque le rappel d'erreur suivant s'exécute, il affiche une fenêtre popup avec le texte semblable à `code: 3` et`message:`
 
-    function errorCallback(error) {alert ('code: ' + error.code + « \n » + "message: ' + error.message + « \n »);} ;
\ No newline at end of file
+    function errorCallback(error) {alert ('code: ' + error.code + « \n » + "message: ' + error.message + « \n »);} ;

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/572ea56d/doc/it/index.md
----------------------------------------------------------------------
diff --git a/doc/it/index.md b/doc/it/index.md
index d3425e0..0c3d63d 100644
--- a/doc/it/index.md
+++ b/doc/it/index.md
@@ -790,4 +790,4 @@ Quando si esegue il callback di errore seguenti, esso viene visualizzata una fin
     function errorCallback(error) {
         alert('code: ' + error.code + '\n' +
               'message: ' + error.message + '\n');
-    };
\ No newline at end of file
+    };

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/572ea56d/doc/ja/index.md
----------------------------------------------------------------------
diff --git a/doc/ja/index.md b/doc/ja/index.md
index e35ef2b..a097615 100644
--- a/doc/ja/index.md
+++ b/doc/ja/index.md
@@ -790,4 +790,4 @@
     function errorCallback(error) {
         alert('code: ' + error.code + '\n' +
               'message: ' + error.message + '\n');
-    };
\ No newline at end of file
+    };

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/572ea56d/doc/ko/index.md
----------------------------------------------------------------------
diff --git a/doc/ko/index.md b/doc/ko/index.md
index d58f740..bb4ffaf 100644
--- a/doc/ko/index.md
+++ b/doc/ko/index.md
@@ -790,4 +790,4 @@
     function errorCallback(error) {
         alert('code: ' + error.code + '\n' +
               'message: ' + error.message + '\n');
-    };
\ No newline at end of file
+    };

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/572ea56d/doc/pl/index.md
----------------------------------------------------------------------
diff --git a/doc/pl/index.md b/doc/pl/index.md
index c6ca95a..6b56b0c 100644
--- a/doc/pl/index.md
+++ b/doc/pl/index.md
@@ -790,4 +790,4 @@ Gdy błąd wywołania zwrotnego następujące wykonuje, wyświetla okno popup z
     function errorCallback(error) {
         alert('code: ' + error.code + '\n' +
               'message: ' + error.message + '\n');
-    };
\ No newline at end of file
+    };

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/572ea56d/doc/ru/index.md
----------------------------------------------------------------------
diff --git a/doc/ru/index.md b/doc/ru/index.md
index 8e929b5..1495ca0 100644
--- a/doc/ru/index.md
+++ b/doc/ru/index.md
@@ -677,4 +677,4 @@ time`.
     function errorCallback(error) {
         alert('code: ' + error.code + '\n' +
               'message: ' + error.message + '\n');
-    };
\ No newline at end of file
+    };

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/572ea56d/doc/zh/index.md
----------------------------------------------------------------------
diff --git a/doc/zh/index.md b/doc/zh/index.md
index 22be5c0..84114fd 100644
--- a/doc/zh/index.md
+++ b/doc/zh/index.md
@@ -791,4 +791,4 @@ BCP 47 相容的地區設定識別碼字串作為參數返回 `successCallback`
     function errorCallback(error) {
         alert('code: ' + error.code + '\n' +
               'message: ' + error.message + '\n');
-    };
\ No newline at end of file
+    };


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