You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/11/20 12:42:13 UTC

[commons-skin] annotated tag commons-skin-4.2-RC1 created (now 8813e46)

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a change to annotated tag commons-skin-4.2-RC1
in repository https://gitbox.apache.org/repos/asf/commons-skin.git.


      at 8813e46  (tag)
 tagging 5134928cd1aaa6fc29328b8fea173e4002e39196 (commit)
      by aherbert
      on Wed Nov 20 12:41:34 2019 +0000

- Log -----------------------------------------------------------------
Tag commons skin release 4.2 RC1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJd1TR+AAoJECGTn/DKKmVnU2AQAJ6AXdIR/dM37crsGnYrzRJg
hF7JgpLn/WFpyg+yUr92N36V0N4bCt4y/UHHc5aNGvWuOCXqIgWS5LfxGfl4iwnh
oZAY8rTldH3DMfa2y2mMuVb9iZNEOwi5Ul94eVkq7Fgl9WmMVS+KJLFS2DitjSX4
y2VgDAWiZZpaxauThj/qaknjidstT9ZLtZepMTtB7uPK7AZfg++dlm4Ch6I0yGfl
XWfMyjTuvIA7tA6r9aijkYvJ5tOfp6k20u4TJGK76qhU7K9O7QuDi9qGYL0vBMrf
ZdxFYtJohV/UkxE5QSJJukpHCAoGyq88y0ITTmpj0JyXEXAEzBgDZ/w6OKvdvg8n
gd3ccoFy8unpubZu/jIJYe89D8AZuvjkjgOudICsQXOeai3zzX1RKiPuMM3ctO45
9JCNSgqRQtO76pQp9zncwuqca6QRhcbAqPixoF0Lpvy8uMCSWWbKbbmpSbcvq7uu
xo8/XGdCId2LpxqfhMZ6Y2QeV50kqmiYQ0E0ZIo7IG6Zk9GDG2UYC61Y5YosmVQx
n43nh0V23s2c5WwACf1spikEcM2H0dJLJxShH/4d6VOSyN+Yv1an/0bL126HOVwE
3JxEzL20Lx1lNEePBDLMelPEECBRVWu3ps3eYn7+7uCUi2Eh/wJsYDUTKOvA8NJ5
nVBkdFSGWWLKkLkb7yUi
=1dog
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new eb6f9ba  Fix release notes velocity template for testing example.
     new b562280  Merge branch 'master' into 4.2-release
     new 5134928  Release notes for RC1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[commons-skin] 03/03: Release notes for RC1

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to annotated tag commons-skin-4.2-RC1
in repository https://gitbox.apache.org/repos/asf/commons-skin.git

View the commit online:
https://github.com/apache/commons-skin/commit/5134928cd1aaa6fc29328b8fea173e4002e39196

commit 5134928cd1aaa6fc29328b8fea173e4002e39196
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Nov 20 12:40:32 2019 +0000

    Release notes for RC1
---
 RELEASE-NOTES.txt | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
new file mode 100644
index 0000000..cd39b2e
--- /dev/null
+++ b/RELEASE-NOTES.txt
@@ -0,0 +1,48 @@
+              Apache Commons Skin 4.2
+                  RELEASE NOTES
+
+The Apache Commons Skin team is pleased to announce the release of Apache Commons Skin 4.2.
+
+New features and bug fixes for maven-site-plugin 3.5+.
+The previous version velocity template had features written for an earlier site
+plugin version that were broken with the latest site plugin.
+
+Changes in this version include:
+
+New features:
+o   Optionally render bare <div class="source"><pre> tags using prettyprint.
+    The functionality is enabled using custom properties to be added to the site.xml. 
+
+Fixed Bugs:
+o   Fix processing of custom <footer> element from commons-parent site.xml. 
+o   Update processing of <head> section to handle injected XHTML. 
+o   Fixed background on navigation menu collapsed icon from white to transparent. 
+
+
+Removed:
+o   Remove unused css files. These are not used in the current skin and
+    are from previous skin versions. 
+
+
+You can test Apache Commons Skin by installing the skin using 'mvn install' 
+and adding the following to your site.xml site descriptor for the maven-site-plugin:
+
+  <skin>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-skin</artifactId>
+    <version>4.2</version>
+  </skin>
+
+  <custom>
+    <!-- Custom properties controlling the commons-skin template. -->
+    <commonsSkin>
+      <!-- 
+        Convert preformatted source section tags to prettyprint:
+          <div class="source"><pre> to <div class="source"><pre class="prettyprint">
+      -->
+      <prettyPrintSourcePreTags>true</prettyPrintSourcePreTags>
+
+      <!-- Add the "linenums" class to the prettyprint enabled source tags -->
+      <prettyPrintLineNumbersEnabled>false</prettyPrintLineNumbersEnabled>
+    </commonsSkin>
+  </custom>


[commons-skin] 02/03: Merge branch 'master' into 4.2-release

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to annotated tag commons-skin-4.2-RC1
in repository https://gitbox.apache.org/repos/asf/commons-skin.git

View the commit online:
https://github.com/apache/commons-skin/commit/b5622804fef3033e2c3d24b7bd8a4413c203b4f2

commit b5622804fef3033e2c3d24b7bd8a4413c203b4f2
Merge: 7d0096f eb6f9ba
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Nov 20 12:32:17 2019 +0000

    Merge branch 'master' into 4.2-release

 src/changes/release-notes.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[commons-skin] 01/03: Fix release notes velocity template for testing example.

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to annotated tag commons-skin-4.2-RC1
in repository https://gitbox.apache.org/repos/asf/commons-skin.git

View the commit online:
https://github.com/apache/commons-skin/commit/eb6f9ba9b9c0a7db68341ccadb1a1e400fb27373

commit eb6f9ba9b9c0a7db68341ccadb1a1e400fb27373
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Nov 20 12:29:25 2019 +0000

    Fix release notes velocity template for testing example.
---
 src/changes/release-notes.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 0f31009..8cef4b8 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -150,6 +150,6 @@ and adding the following to your site.xml site descriptor for the maven-site-plu
       <prettyPrintSourcePreTags>true</prettyPrintSourcePreTags>
 
       <!-- Add the "linenums" class to the prettyprint enabled source tags -->
-      <sourceLineNumbersEnabled>false</sourceLineNumbersEnabled>
+      <prettyPrintLineNumbersEnabled>false</prettyPrintLineNumbersEnabled>
     </commonsSkin>
   </custom>