You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/01/02 19:06:36 UTC

[1/4] git commit: [CB-5565] Incremented plugin version on dev branch.

Updated Branches:
  refs/heads/master 6f488ccf5 -> e5050a077


[CB-5565] Incremented plugin version on dev branch.


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

Branch: refs/heads/master
Commit: be9673083f95ff365dda42a69d69245f0a1096b7
Parents: 6f488cc
Author: Steven Gill <st...@gmail.com>
Authored: Wed Dec 4 15:32:03 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Dec 4 15:32:03 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/be967308/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 6cadfd3..f9c2e51 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.console"
-      version="0.2.5">
+      version="0.2.6-dev">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>


[3/4] git commit: CB-5658 Update license comment formatting of doc/index.md

Posted by ag...@apache.org.
CB-5658 Update license comment formatting of doc/index.md


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/8132f434
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/8132f434
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/8132f434

Branch: refs/heads/master
Commit: 8132f4340adca411ab283a0b93bd8519fc8f7334
Parents: 11500c4
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Dec 18 21:11:02 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Dec 18 21:11:02 2013 -0500

----------------------------------------------------------------------
 doc/index.md | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/8132f434/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index 52b8932..a5dfc33 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -1,20 +1,20 @@
 <!---
- license: 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
+    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
+      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.
+    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.
 -->
 
 # org.apache.cordova.console


[2/4] git commit: CB-5658 Add doc/index.md for Console plugin

Posted by ag...@apache.org.
CB-5658 Add doc/index.md for Console plugin


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/11500c44
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/11500c44
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/11500c44

Branch: refs/heads/master
Commit: 11500c44ae755b61f5985c142df9a3b5a7dbd5c5
Parents: be96730
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Dec 18 11:36:25 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Dec 18 11:36:25 2013 -0500

----------------------------------------------------------------------
 README.md    | 25 +++++++++++++++++++++----
 doc/index.md | 29 +++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/11500c44/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 1363f3c..c7552cb 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,22 @@
-cordova-plugin-console
-======================
-To install this plugin, follow the [Command-line Interface Guide](http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command-line%20Interface).
+<!---
+ license: 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
 
-If you are not using the Cordova Command-line Interface, follow [Using Plugman to Manage Plugins](http://cordova.apache.org/docs/en/edge/plugin_ref_plugman.md.html).
+           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.
+-->
+
+# org.apache.cordova.console
+
+Plugin documentation: [doc/index.md](doc/index.md)

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/11500c44/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
new file mode 100644
index 0000000..52b8932
--- /dev/null
+++ b/doc/index.md
@@ -0,0 +1,29 @@
+<!---
+ license: 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.
+-->
+
+# org.apache.cordova.console
+
+This plugin is meant to ensure that console.log() is as useful as it can be. If
+you are not unhappy with how console.log() works for you, then you probably
+don't need this plugin.
+
+## Installation
+
+    cordova plugin add org.apache.cordova.console
+


[4/4] git commit: CB-5719 Updated version and RELEASENOTES.md for release 0.2.6

Posted by ag...@apache.org.
CB-5719 Updated version and RELEASENOTES.md for release 0.2.6


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

Branch: refs/heads/master
Commit: e5050a0779c78e73e5b251c6e8a5090205283d0f
Parents: 8132f43
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Jan 2 12:24:02 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Jan 2 12:24:02 2014 -0500

----------------------------------------------------------------------
 RELEASENOTES.md | 3 +++
 plugin.xml      | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/e5050a07/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 97cfbb3..f15f20c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -33,3 +33,6 @@
 
 ### 0.2.5 (Dec 4, 2013)
 * add ubuntu platform
+
+### 0.2.6 (Jan 02, 2014)
+* CB-5658 Add doc/index.md for Console plugin

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/e5050a07/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f9c2e51..57b1871 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.console"
-      version="0.2.6-dev">
+      version="0.2.6">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>