[jira] [Commented] (CB-6682) File transfer tests need bb10 specific whitelisting applied

2014-05-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996795#comment-13996795
 ] 

ASF subversion and git services commented on CB-6682:
-

Commit fd0c02e6636fae0f9775c510a62869c6036258d3 in cordova-plugin-contacts's 
branch refs/heads/master from [~purplecabbage]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=fd0c02e 
]

CB-6682 move windows8 command proxy into it's missing platform tag. This closes 
#30


 File transfer tests need bb10 specific whitelisting applied
 ---

 Key: CB-6682
 URL: https://issues.apache.org/jira/browse/CB-6682
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry, mobile-spec
Reporter: Bryan Higgins

 BB10 doesn't respect *.domain.com whitelisting
 Mobile-spec needs the following elements to work properly:
 access origin=file:/// /
 access origin=https://www.apache.org; /
 access origin=http://cordova.apache.org; /
 access origin=http://foobar.apache.org; /
 access origin=http://www.apache.org; /
 I'm going to wrap these in a platform tag.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6682) File transfer tests need bb10 specific whitelisting applied

2014-05-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996750#comment-13996750
 ] 

ASF GitHub Bot commented on CB-6682:


GitHub user bryanhiggins opened a pull request:

https://github.com/apache/cordova-plugin-contacts/pull/30

CB-6682 Move WP8 proxy to correct platform element

@purplecabbage can you review this please?

This was being loaded by BB10 causing many contacts tests to fail.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/blackberry-webworks/cordova-plugin-contacts 
wp8fix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-contacts/pull/30.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #30


commit 60c0982225bd3e6861a2e3d2d70de7b9a0b90b75
Author: Bryan Higgins bhigg...@blackberry.com
Date:   2014-05-13T18:30:03Z

CB-6682 Move WP8 proxy to correct platform element




 File transfer tests need bb10 specific whitelisting applied
 ---

 Key: CB-6682
 URL: https://issues.apache.org/jira/browse/CB-6682
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry, mobile-spec
Reporter: Bryan Higgins

 BB10 doesn't respect *.domain.com whitelisting
 Mobile-spec needs the following elements to work properly:
 access origin=file:/// /
 access origin=https://www.apache.org; /
 access origin=http://cordova.apache.org; /
 access origin=http://foobar.apache.org; /
 access origin=http://www.apache.org; /
 I'm going to wrap these in a platform tag.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6682) File transfer tests need bb10 specific whitelisting applied

2014-05-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996786#comment-13996786
 ] 

ASF GitHub Bot commented on CB-6682:


Github user purplecabbage commented on the pull request:


https://github.com/apache/cordova-plugin-contacts/pull/30#issuecomment-42998251
  
It's still f'd, I'll fix it.


 File transfer tests need bb10 specific whitelisting applied
 ---

 Key: CB-6682
 URL: https://issues.apache.org/jira/browse/CB-6682
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry, mobile-spec
Reporter: Bryan Higgins

 BB10 doesn't respect *.domain.com whitelisting
 Mobile-spec needs the following elements to work properly:
 access origin=file:/// /
 access origin=https://www.apache.org; /
 access origin=http://cordova.apache.org; /
 access origin=http://foobar.apache.org; /
 access origin=http://www.apache.org; /
 I'm going to wrap these in a platform tag.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6682) File transfer tests need bb10 specific whitelisting applied

2014-05-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996801#comment-13996801
 ] 

ASF GitHub Bot commented on CB-6682:


Github user bryanhiggins commented on the pull request:


https://github.com/apache/cordova-plugin-contacts/pull/30#issuecomment-42999768
  
thanks


 File transfer tests need bb10 specific whitelisting applied
 ---

 Key: CB-6682
 URL: https://issues.apache.org/jira/browse/CB-6682
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry, mobile-spec
Reporter: Bryan Higgins

 BB10 doesn't respect *.domain.com whitelisting
 Mobile-spec needs the following elements to work properly:
 access origin=file:/// /
 access origin=https://www.apache.org; /
 access origin=http://cordova.apache.org; /
 access origin=http://foobar.apache.org; /
 access origin=http://www.apache.org; /
 I'm going to wrap these in a platform tag.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6682) File transfer tests need bb10 specific whitelisting applied

2014-05-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996797#comment-13996797
 ] 

ASF GitHub Bot commented on CB-6682:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-contacts/pull/30


 File transfer tests need bb10 specific whitelisting applied
 ---

 Key: CB-6682
 URL: https://issues.apache.org/jira/browse/CB-6682
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry, mobile-spec
Reporter: Bryan Higgins

 BB10 doesn't respect *.domain.com whitelisting
 Mobile-spec needs the following elements to work properly:
 access origin=file:/// /
 access origin=https://www.apache.org; /
 access origin=http://cordova.apache.org; /
 access origin=http://foobar.apache.org; /
 access origin=http://www.apache.org; /
 I'm going to wrap these in a platform tag.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6682) File transfer tests need bb10 specific whitelisting applied

2014-05-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996803#comment-13996803
 ] 

ASF GitHub Bot commented on CB-6682:


Github user purplecabbage commented on the pull request:


https://github.com/apache/cordova-plugin-contacts/pull/30#issuecomment-4290
  
anytime!

@purplecabbage
risingj.com


On Tue, May 13, 2014 at 12:19 PM, Bryan Higgins 
notificati...@github.comwrote:

 thanks

 —
 Reply to this email directly or view it on 
GitHubhttps://github.com/apache/cordova-plugin-contacts/pull/30#issuecomment-42999768
 .



 File transfer tests need bb10 specific whitelisting applied
 ---

 Key: CB-6682
 URL: https://issues.apache.org/jira/browse/CB-6682
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry, mobile-spec
Reporter: Bryan Higgins

 BB10 doesn't respect *.domain.com whitelisting
 Mobile-spec needs the following elements to work properly:
 access origin=file:/// /
 access origin=https://www.apache.org; /
 access origin=http://cordova.apache.org; /
 access origin=http://foobar.apache.org; /
 access origin=http://www.apache.org; /
 I'm going to wrap these in a platform tag.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-6682) File transfer tests need bb10 specific whitelisting applied

2014-05-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13996718#comment-13996718
 ] 

ASF subversion and git services commented on CB-6682:
-

Commit 508f29f4c0a7602630bdc788da03b96b27f6b904 in cordova-mobile-spec's branch 
refs/heads/master from [~bhigg...@blackberry.com]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=508f29f ]

CB-6682 [BlackBerry10] Add access elements for bb10 whitelisting

- The platform doesn't respect *.apache.org
- Access to file:// requires a whitelist entry


 File transfer tests need bb10 specific whitelisting applied
 ---

 Key: CB-6682
 URL: https://issues.apache.org/jira/browse/CB-6682
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry, mobile-spec
Reporter: Bryan Higgins

 BB10 doesn't respect *.domain.com whitelisting
 Mobile-spec needs the following elements to work properly:
 access origin=file:/// /
 access origin=https://www.apache.org; /
 access origin=http://cordova.apache.org; /
 access origin=http://foobar.apache.org; /
 access origin=http://www.apache.org; /
 I'm going to wrap these in a platform tag.



--
This message was sent by Atlassian JIRA
(v6.2#6252)