Author: humbedooh Date: Tue Mar 3 14:21:57 2015 New Revision: 1663710 URL: http://svn.apache.org/r1663710 Log: emphasize when no new pmc/committer added in the last quarter
Modified: comdev/reporter.apache.org/site/render.js Modified: comdev/reporter.apache.org/site/render.js URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/site/render.js?rev=1663710&r1=1663709&r2=1663710&view=diff ============================================================================== --- comdev/reporter.apache.org/site/render.js (original) +++ comdev/reporter.apache.org/site/render.js Tue Mar 3 14:21:57 2015 @@ -240,7 +240,7 @@ function renderFrontPage(json) { addLine(pmc, "PMC/Committership changes:") addLine(pmc) if (c == 0) { - changes.innerHTML += "No new changes to the PMC or committer base detected since March 1st, 2015" + changes.innerHTML += "<font color='red'><b>No new changes to the PMC or committer base detected</b></font>" addLine(pmc, "No new changes to the PMC or committership since last report.") addLine(pmc) } @@ -260,7 +260,8 @@ function renderFrontPage(json) { } } if (l == 0) { - changes.innerHTML += "→ No new PMC members in the last 3 months.<br/>"; + addLine(pmc, " - No new PMC members added in the last 3 months") + changes.innerHTML += "→ <font color='red'><b>No new PMC members in the last 3 months.</b></font><br/>"; } for (i in json.changes[pmc].committer) { var entry = json.changes[pmc].committer[i]; @@ -275,7 +276,8 @@ function renderFrontPage(json) { } } if (l == 0) { - changes.innerHTML += "→ No new committers in the last 3 months.<br/>"; + changes.innerHTML += "→ <font color='red'><b>No new committers in the last 3 months.</b></font><br/>"; + addLine(pmc, " - No new committers added in the last 3 months") } if (npn) { if (np < after.getTime()/1000) {