Author: sebb
Date: Sun Jul 6 13:18:44 2025
New Revision: 1927002
URL: http://svn.apache.org/viewvc?rev=1927002&view=rev
Log:
Oops
Modified:
comdev/reporter.apache.org/trunk/site/wizard/index.html
comdev/reporter.apache.org/trunk/site/wizard/js/source/reportdate.js
comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js
comdev/reporter.apache.org/trunk/site/wizard/statistics.html
Modified: comdev/reporter.apache.org/trunk/site/wizard/index.html
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/index.html?rev=1927002&r1=1927001&r2=1927002&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/index.html (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/index.html Sun Jul 6 13:18:44
2025
@@ -67,6 +67,6 @@
<script src="js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="js/moment.min.js"></script>
<script src="highlighter/highlighter.js" type="text/javascript"></script>
-<script src="js/wizard.js?1751807295" type="text/javascript"></script>
+<script src="js/wizard.js?1751807847" type="text/javascript"></script>
</body>
</html>
Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/reportdate.js
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/reportdate.js?rev=1927002&r1=1927001&r2=1927002&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/reportdate.js
(original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/reportdate.js Sun
Jul 6 13:18:44 2025
@@ -53,7 +53,7 @@ function formatRm(array) {
return array.join(', ')
}
-function getNextWed() {
+function getNextWed(rm) {
let today = new Date()
@@ -99,7 +99,7 @@ function getNextWed() {
function getReportDate(json, pmc, dateOnly, agenda) {
let rm = json[pmc] // reporting months for the pmc
-
+
let nextdate = getNextWed(rm)
if (agenda) return
"board_agenda_%s.txt".format(moment(nextdate).format('YYYY_MM_DD'));
Modified: comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js?rev=1927002&r1=1927001&r2=1927002&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js Sun Jul 6
13:18:44 2025
@@ -1965,7 +1965,7 @@ function formatRm(array) {
return array.join(', ')
}
-function getNextWed() {
+function getNextWed(rm) {
let today = new Date()
@@ -2011,7 +2011,7 @@ function getNextWed() {
function getReportDate(json, pmc, dateOnly, agenda) {
let rm = json[pmc] // reporting months for the pmc
-
+
let nextdate = getNextWed(rm)
if (agenda) return
"board_agenda_%s.txt".format(moment(nextdate).format('YYYY_MM_DD'));
Modified: comdev/reporter.apache.org/trunk/site/wizard/statistics.html
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/statistics.html?rev=1927002&r1=1927001&r2=1927002&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/statistics.html (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/statistics.html Sun Jul 6
13:18:44 2025
@@ -67,7 +67,7 @@
<script src="highlighter/highlighter.js" type="text/javascript"></script>
<script src="js/d3.js" type="text/javascript"></script>
<script src="js/c3.js" type="text/javascript"></script>
-<script src="js/wizard.js?1751807295" type="text/javascript"></script>
+<script src="js/wizard.js?1751807847" type="text/javascript"></script>
</body>
</html>