Author: buildbot
Date: Mon Mar 13 13:52:51 2017
New Revision: 1008247
Log:
Staging update by buildbot for ooo-site
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/stats/defects.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 13 13:52:51 2017
@@ -1 +1 @@
-1786596
+1786689
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 13 13:52:51 2017
@@ -1 +1 @@
-1786596
+1786689
Modified: websites/staging/ooo-site/trunk/content/stats/defects.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/stats/defects.html (original)
+++ websites/staging/ooo-site/trunk/content/stats/defects.html Mon Mar 13
13:52:51 2017
@@ -3,9 +3,9 @@
<head>
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
- <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;
@@ -68,30 +68,29 @@
-<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>
</div>