git commit: Made parameter table in javadocs visually compatible with Java 7 style; put events into a similar table

2014-02-23 Thread bobharner
Repository: tapestry-5
Updated Branches:
  refs/heads/master a18373ed4 -> 1ab4d2c78


Made parameter table in javadocs visually compatible with Java 7 style;
put events into a similar table

Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/1ab4d2c7
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/1ab4d2c7
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/1ab4d2c7

Branch: refs/heads/master
Commit: 1ab4d2c786101c33ec522eddc1feefa89927f592
Parents: a18373e
Author: Bob Harner 
Authored: Sun Feb 23 22:00:50 2014 -0500
Committer: Bob Harner 
Committed: Sun Feb 23 22:00:50 2014 -0500

--
 src/javadoc/stylesheet7.css | 28 +++-
 .../tapestry5/javadoc/TapestryDocTaglet.java| 67 +++-
 2 files changed, 63 insertions(+), 32 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1ab4d2c7/src/javadoc/stylesheet7.css
--
diff --git a/src/javadoc/stylesheet7.css b/src/javadoc/stylesheet7.css
index 0f3be7d..c84f9b2 100644
--- a/src/javadoc/stylesheet7.css
+++ b/src/javadoc/stylesheet7.css
@@ -341,7 +341,7 @@ table tr td dl, table tr td dl dt, table tr td dl dd {
 /*
 Table styles
 */
-.contentContainer table, .classUseContainer table, .constantValuesContainer 
table {
+.contentContainer table, .classUseContainer table, .constantValuesContainer 
table .parameters table {
 border-bottom:1px solid #9eadc0;
 width:100%;
 }
@@ -409,7 +409,7 @@ ul.blockList ul.blockList li.blockList table {
 text-align:left;
 padding:3px 3px 3px 7px;
 }
-th.colFirst, th.colLast, th.colOne, .constantValuesContainer th {
+th.colFirst, th.colLast, th.colOne, .constantValuesContainer th, .parameters 
th {
 background:#dee3e9;
 border-top:1px solid #9eadc0;
 border-bottom:1px solid #9eadc0;
@@ -474,4 +474,26 @@ h1.hidden {
 }
 .strong {
 font-weight:bold;
-}
\ No newline at end of file
+}
+div.description table.parameters {
+border-collapse: collapse;
+border-bottom: 1px solid #ccc;
+margin-bottom: 2em;
+}
+table.parameters tr td {
+border: none;
+border-left: 1px solid #ccc;
+border-right: 1px solid #ccc;
+}
+table.parameters tr.values td {
+border-bottom: none;
+color: brown;
+}
+div.description table.parameters td.colFirst {
+color: black;
+font-weight: bold;
+vertical-align: top;
+}
+table.parameters td.description {
+border-top: none;
+}

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1ab4d2c7/tapestry-javadoc/src/main/java/org/apache/tapestry5/javadoc/TapestryDocTaglet.java
--
diff --git 
a/tapestry-javadoc/src/main/java/org/apache/tapestry5/javadoc/TapestryDocTaglet.java
 
b/tapestry-javadoc/src/main/java/org/apache/tapestry5/javadoc/TapestryDocTaglet.java
index af9a0e6..c468847 100644
--- 
a/tapestry-javadoc/src/main/java/org/apache/tapestry5/javadoc/TapestryDocTaglet.java
+++ 
b/tapestry-javadoc/src/main/java/org/apache/tapestry5/javadoc/TapestryDocTaglet.java
@@ -147,7 +147,7 @@ public class TapestryDocTaglet implements Taglet, 
ClassDescriptionSource
 }
 }
 
-private void element(Writer writer, String elementName, String text) 
throws IOException
+private void writeElement(Writer writer, String elementName, String text) 
throws IOException
 {
 writer.write(String.format("<%s>%s", elementName,
 InternalUtils.isBlank(text) ? " " : text));
@@ -166,34 +166,33 @@ public class TapestryDocTaglet implements Taglet, 
ClassDescriptionSource
 return;
 
 writer.write(""
-+ ""
-+ ""
-+ ""
-+ "Component Parameters"
-+ ""
++ ""
++ "Component Parameters "
 + ""
-+ "NameTypeFlagsDefault"
-+ "Default Prefix"
-+ "");
++ "NameTypeFlagsDefault"
++ "Default Prefix"
++ "");
 
+int toggle = 0;
 for (String name : InternalUtils.sortedKeys(cd.parameters))
 {
 ParameterDescription pd = cd.parameters.get(name);
 
-writerParameter(pd, writer);
+writerParameter(pd, alternateCssClass(toggle++), writer);
 }
 
 writer.write("");
 }
 
-private void writerParameter(ParameterDescription pd, Writer writer) 
throws IOException
+private void writerParameter(ParameterDescription pd, String rowClass, 
Writer writer) throws IOException
 {
 
-writer.write("");
+writer.write("");
+writer.write("");
 writer.write(pd.name);
-writer.write("");
+wri

svn commit: r898966 - in /websites/production/tapestry/content: cache/main.pageCache index.html news.html

2014-02-23 Thread buildbot
Author: buildbot
Date: Mon Feb 24 02:20:48 2014
New Revision: 898966

Log:
Production update by buildbot for tapestry

Modified:
websites/production/tapestry/content/cache/main.pageCache
websites/production/tapestry/content/index.html
websites/production/tapestry/content/news.html

Modified: websites/production/tapestry/content/cache/main.pageCache
==
Binary files - no diff available.

Modified: websites/production/tapestry/content/index.html
==
--- websites/production/tapestry/content/index.html (original)
+++ websites/production/tapestry/content/index.html Mon Feb 24 02:20:48 2014
@@ -36,8 +36,7 @@
 HomeGetting StartedDocumentationDownloadAboutCommunityhttp://www.apache.org/";>Apachehttp://www.apache.org/foundation/sponsorship.html";>Sponsorshiphttp://www.apache.org/foundation/thanks.html";>Thanks
 
 
-
-
+
 

svn commit: r898952 - in /websites/production/tapestry/content: 2014/ 2014/02/ 2014/02/23/ 2014/02/23/tapestry-54-beta-3-preview-release-vote-underway.html cache/main.pageCache news.html

2014-02-23 Thread buildbot
Author: buildbot
Date: Sun Feb 23 20:20:38 2014
New Revision: 898952

Log:
Production update by buildbot for tapestry

Added:
websites/production/tapestry/content/2014/
websites/production/tapestry/content/2014/02/
websites/production/tapestry/content/2014/02/23/

websites/production/tapestry/content/2014/02/23/tapestry-54-beta-3-preview-release-vote-underway.html
Modified:
websites/production/tapestry/content/cache/main.pageCache
websites/production/tapestry/content/news.html

Added: 
websites/production/tapestry/content/2014/02/23/tapestry-54-beta-3-preview-release-vote-underway.html
==
--- 
websites/production/tapestry/content/2014/02/23/tapestry-54-beta-3-preview-release-vote-underway.html
 (added)
+++ 
websites/production/tapestry/content/2014/02/23/tapestry-54-beta-3-preview-release-vote-underway.html
 Sun Feb 23 20:20:38 2014
@@ -0,0 +1,90 @@
+
+   
+   
+
+
+  
+  
+Tapestry 5.4-beta-3 preview release vote underway -- Apache Tapestry
+  
+  
+
+
+  
+
+
+
+  
+
+
+HomeGetting StartedDocumentationDownloadAboutCommunityhttp://www.apache.org/";>Apachehttp://www.apache.org/foundation/sponsorship.html";>Sponsorshiphttp://www.apache.org/foundation/thanks.html";>Thanks
+
+
+
+
+
+Tapestry docs, issues, wikis & 
blogs:
+http://tapestry.apache.org/search.html";>
+  
+  
+
+
+
+
+
+
+Tapestry 5.4-beta-3 
preview release vote underway
+
+
+
+
+
+  
+Apache 
Tapestry > 2014 > 02 > 23 > Tapestry 
5.4-beta-3 preview release vote underway
+https://cwiki.apache.org/confluence/pages/editpage.action?pageId=39620689";>edit
+  
+
+
+A vote is underway for the 3rd beta preview 
release of Tapestry 5.4. This follows 2 other betas and 29 alphas for the work 
on version 5.4 that began over two years ago.
+
+
+
+
+Apache Tapestry, Tapestry, Apache, the Apache feather 
logo, and the Apache Tapestry project logo are trademarks of The Apache 
Software Foundation.
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-400821-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+var ga = document.createElement('script'); ga.type = 'text/javascript'; 
ga.async = true;
+ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+  })();
+
+
+   
+   https://comments.apache.org/show_comments.lua?site=tapestry&page=http://tapestry.apache.org/tapestry-54-beta-3-preview-release-vote-underway.html";
 async="true">
+   
+   
+   https://comments.apache.org/iframe.lua?site=tapestry&page=http://tapestry.apache.org/tapestry-54-beta-3-preview-release-vote-underway.html";>
+   
+  
+
+

Modified: websites/production/tapestry/content/cache/main.pageCache
==
Binary files - no diff available.

Modified: websites/production/tapestry/content/news.html
==
--- websites/production/tapestry/content/news.html (original)
+++ websites/production/tapestry/content/news.html Sun Feb 23 20:20:38 2014
@@ -77,6 +77,26 @@
 
 
 
+
+   https://cwiki.apache.org/confluence/images/icons/profilepics/default.png"; 
alt="User icon: bobharner" title="bobharner">
+   
+
+Tapestry
 5.4-beta-3 preview release vote underway
+Bob Harner posted on Feb 23, 2014
+
+
+
+
+A vote is underway for the 3rd beta preview release of Tapestry 5.4. 
This follows 2 other betas and 29 alphas for the work on version 5.4 that began 
over two years ago.
+
+
+
+
+
+
+
+
+
 
https://cwiki.apache.org/confluence/images/icons/profilepics/default.png"; 
alt="User icon: mlusetti" title="mlusetti">

@@ -568,26 +588,6 @@ Tapestry 5 in Action is a comprehensive 
 
 
 
-
-
-
-
-
-   https://cwiki.apache.org/confluence/images/icons/profilepics/default.png"; 
alt="User icon: hlship" title="hlship">
-   
-
-"Why Tapestry?" by 
Kalle Korhonen
-Howard M. Lewis Ship posted on Jan 10, 2011
-
-
-
-
-What I really like to give as an answer to people who ask why one 
should use Tapestry is this: because it is well-balanced and comprehensive.
-
-
-
-
-
 
 
 




[CONF] Apache Tapestry > Tapestry 5.4-beta-3 preview release vote underway

2014-02-23 Thread Bob Harner (Confluence)














  


Bob Harner wrote a blog post:
 


Tapestry 5.4-beta-3 preview release vote underway   





A vote is underway for the 3rd beta preview release of Tapestry 5.4. This follows 2 other betas and 29 alphas for the work on version 5.4 that began over two years ago.





 View Online  · Like  
 Stop watching space  · Manage Notifications  


 


 


  This message was sent by Atlassian Confluence 5.0.3, Team Collaboration Software