You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/08/27 21:40:00 UTC

[1/2] git commit: CB-7377 Removes unnecessary rules tracing which is also incorrectly handled by PS

Repository: cordova-windows
Updated Branches:
  refs/heads/3.6.x d0b693b9e -> cdb292f4a


CB-7377 Removes unnecessary rules tracing which is also incorrectly handled by PS


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/95348488
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/95348488
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/95348488

Branch: refs/heads/3.6.x
Commit: 9534848857251de00f8ebcefe0265cffad433d04
Parents: d0b693b
Author: sgrebnov <v-...@microsoft.com>
Authored: Wed Aug 27 11:51:58 2014 +0400
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Aug 27 12:38:48 2014 -0700

----------------------------------------------------------------------
 windows/template/cordova/lib/ApplyPlatformConfig.ps1 | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/95348488/windows/template/cordova/lib/ApplyPlatformConfig.ps1
----------------------------------------------------------------------
diff --git a/windows/template/cordova/lib/ApplyPlatformConfig.ps1 b/windows/template/cordova/lib/ApplyPlatformConfig.ps1
index f4d4723..93f49a8 100644
--- a/windows/template/cordova/lib/ApplyPlatformConfig.ps1
+++ b/windows/template/cordova/lib/ApplyPlatformConfig.ps1
@@ -210,7 +210,6 @@ Function Get-Access-Rules ()
   $acls = @()
  
   $aclsAll | foreach {
-      $_
       if ($_.StartsWith("https://","CurrentCultureIgnoreCase") -or ($_ -eq "*")) {
         $acls += $_
       } else {


[2/2] git commit: update release notes

Posted by pu...@apache.org.
update release notes


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/cdb292f4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/cdb292f4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/cdb292f4

Branch: refs/heads/3.6.x
Commit: cdb292f4a32713dcdbbb227459adf63beeb6e01c
Parents: 9534848
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Aug 27 12:40:35 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Aug 27 12:40:35 2014 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/cdb292f4/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ed88a1e..8de5828 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -6,6 +6,7 @@ cordova-windows is a library that enables developers to create Windows 8/8.1 and
 
 
 [3.6.0]
+* CB-7377 Removes unnecessary rules tracing which is also incorrectly handled by PS
 * update cordova.js
 * Removed un-needed files, multiple cordova.js files can only cause confusion
 * CB-7377 Whitelist. Windows build error due to 'invalid URI rules in config.xml'