You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2013/03/02 07:48:45 UTC

svn commit: r852672 - in /websites/staging/tomee/trunk/content/dev/jira: index.html patches.html todo.html

Author: buildbot
Date: Sat Mar  2 06:48:44 2013
New Revision: 852672

Log:
Dynamic update by buildbot for tomee

Modified:
    websites/staging/tomee/trunk/content/dev/jira/index.html
    websites/staging/tomee/trunk/content/dev/jira/patches.html
    websites/staging/tomee/trunk/content/dev/jira/todo.html

Modified: websites/staging/tomee/trunk/content/dev/jira/index.html
==============================================================================
    (empty)

Modified: websites/staging/tomee/trunk/content/dev/jira/patches.html
==============================================================================
--- websites/staging/tomee/trunk/content/dev/jira/patches.html (original)
+++ websites/staging/tomee/trunk/content/dev/jira/patches.html Sat Mar  2 06:48:44 2013
@@ -55,7 +55,6 @@
             background-position: 0px -80px;
         }
     </style>
-
     <script type="text/javascript">
       function fbshare () {
           window.open(
@@ -103,6 +102,8 @@
       })();
 
     </script>
+
+
   </head>
 
   <body>
@@ -146,52 +147,7 @@
 </h1>
 </div>
 
-<h1>set( $url = "https://issues.apache.org/jira/secure/IssueNavigator.jspa?view=rss&amp;&amp;pid=OPENEJB&amp;pid=TOMEE&amp;status=Open&amp;tempMax=1000&amp;reset=true&amp;decorator=none" )</h1>
-
-<h1>set( $jirarss = $rss.fetch( $url ) )</h1>
-
-<h1>set( $issues = $jirarss.fillAttachments() )</h1>
-
-<h1>set( $void = $date.format("yyyy-MM-dd") )</h1>
-
-<h1>#</h1>
-
-<h1>foreach( $issue in $issues )</h1>
-
-<h1>set( $issue.attributes.totalAttachments = $issue.attachments.size() )</h1>
-
-<h1>end</h1>
-
-<h1>set( $issues = $issues.greater("@totalAttachments", 0) )</h1>
-
-<h1>foreach( $issue in $issues )</h1>
-
-<h1>set( $issue.attributes.firstPatch = $issue.attachments.min("created").created )</h1>
-
-<h1>end</h1>
-
-<h1>#</h1>
-
-<p><strong>${issues.size()} patches in the queue</strong></p>
-
-<p>Generated $date.as("EEEE, MMMM d, yyyy")</p>
-
-<p>(sorted oldest to newest)</p>
-
-<h1>foreach( $issue in $issues.sort("@firstPatch") )</h1>
-
-<p><a href="$issue.link">$issue.key</a> $issue.summary</p>
-
-<ul>
-<li>$date.format($issue.created)  <strong>$issue.reporter</strong> -  <em>${issue.type}</em></p>
-
-<h1>foreach ( $attachment in $issue.attachments.sort("created") )</h1></li>
-<li>$date.format($attachment.created)  $attachment.author   <a href="$attachment.url">$attachment.fileName</a></p>
-
-<h1>end</h1></li>
-</ul>
 
-<h1>end</h1>
 
 
 

Modified: websites/staging/tomee/trunk/content/dev/jira/todo.html
==============================================================================
    (empty)