You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2017/03/13 13:51:16 UTC

svn commit: r1786689 - /openoffice/ooo-site/trunk/content/stats/defects.html

Author: mseidel
Date: Mon Mar 13 13:51:16 2017
New Revision: 1786689

URL: http://svn.apache.org/viewvc?rev=1786689&view=rev
Log:
Changed order text/graph

Modified:
    openoffice/ooo-site/trunk/content/stats/defects.html

Modified: openoffice/ooo-site/trunk/content/stats/defects.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/defects.html?rev=1786689&r1=1786688&r2=1786689&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/defects.html (original)
+++ openoffice/ooo-site/trunk/content/stats/defects.html Mon Mar 13 13:51:16 2017
@@ -1,8 +1,8 @@
 <html>
 <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <title>Defect Statistics</title>
-    <script src="http://api.simile-widgets.org/timeplot/1.1/timeplot-api.js"  type="text/javascript">
+    <script src="https://api.simile-widgets.org/timeplot/1.1/timeplot-api.js"  type="text/javascript">
     </script>
     <script type="text/javascript">
     var resizeTimerID = null;
@@ -50,30 +50,29 @@
     </script>
 </head>
 <body onload="onLoad();" onresize="onResize();">
-<h2>Defects:  Found and Fixed</h2>
+<h2>Defects: Found and Fixed</h2>
+
+<div class="label">
+    Cumulative Defects,
+    <span style="color: #FF0000;">found</span>
+    and <span style="color: #00FF00;">fixed</span> per month 
+</div> 
+
+<div id="found" style="height: 300px;"> </div> 
+
 <p>
 This chart shows the cummulative number of defects reported in Apache OpenOffice, as well as the cummulative number of bugs fixed.
-These numbers are extracted from our Bugzilla issue tracking database, using this query for the 
-<a href="https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=All_Reported_Since&sharer_id=249089">find</a> numbers, 
-and this one for the 
+These numbers are extracted from our Bugzilla issue tracking database, using this query for the
+<a href="https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=All_Reported_Since&sharer_id=249089">find</a> numbers,
+and this one for the
 <a href="https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=All_Fixed_Since&sharer_id=249089">fix</a> numbers.
-The query may be edited to adjust the date range.  We set the start date to 2011-06-01 (the start of the Apache Openoffice project) and the 
-end date for the date of the report. 
+The query may be edited to adjust the date range.  We set the start date to 2011-06-01 (the start of the Apache Openoffice project) and the
+end date for the date of the report.
 </p>
 <p>
-You may note that initially more defects were fixed than found.  This is not an error.  The Bugzilla database contains many defect reports from the
+You may note that initially more defects were fixed than found. This is not an error. The Bugzilla database contains many defect reports from the
 legacy OpenOffice.org project, defects that were reported before 2011-06-01 and which are being fixed in addition to the newly reported defects.
 </p>
-<p>
-This chart is updated monthly.
-</p>
-<div class="label">
-    Cumulative Defects, 
-    <span style="color: #FF0000;">found</span>
-    and <span style="color: #00FF00;">fixed</span> per month 
-</div> 
-
-<div id="found" style="height: 400px;"> </div> 
 
 </body> 
 </html>