This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 8f8bffaa misc: remove trailing whitespace (#269)
8f8bffaa is described below
commit 8f8bffaa4fbab279e19d14c1bbc9f19e5ebd9232
Author: John Bampton <[email protected]>
AuthorDate: Wed Apr 2 18:39:51 2025 +1000
misc: remove trailing whitespace (#269)
General whitespace clean up
---
www/board/agenda/public/stylesheets/app.css | 26 +++++++++++-----------
www/jquery.tablesorter.js | 6 ++---
www/members/check_invitations.cgi | 2 +-
www/members/meeting.cgi | 4 ++--
www/members/nominate_board.cgi | 2 +-
www/members/nominate_member.cgi | 2 +-
www/roster/public/stylesheets/app.css | 4 ++--
www/secretary/ldap-check-banned.cgi | 2 +-
www/secretary/workbench/public/secmail.css | 2 +-
www/secretary/workbench/public/tasklist.js | 4 ++--
www/secretary/workbench/templates/acreq.erb | 2 +-
.../workbench/templates/icla-invalid-id.erb | 4 ++--
.../workbench/templates/icla-pmc-notified.erb | 2 +-
www/secretary/workbench/templates/mem.erb | 4 ++--
14 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/www/board/agenda/public/stylesheets/app.css
b/www/board/agenda/public/stylesheets/app.css
index 12100303..53773c07 100644
--- a/www/board/agenda/public/stylesheets/app.css
+++ b/www/board/agenda/public/stylesheets/app.css
@@ -28,7 +28,7 @@ a {color: #000}
.pres-missing {color: #F00}
/* sidebar */
-aside {float: right}
+aside {float: right}
aside ul {margin: 0}
aside li {list-style: none}
@@ -49,8 +49,8 @@ ul.new-item-type {margin: 0}
/* agenda item special notes */
.notes {
- background-color: #FF4;
- padding: 0.3em 1em;
+ background-color: #FF4;
+ padding: 0.3em 1em;
margin: 1em 1em 0 1em;
font-weight: bold;
border: 1px solid SkyBlue;
@@ -58,8 +58,8 @@ ul.new-item-type {margin: 0}
}
.rejected {
- background-color: #F88;
- padding: 0.3em 1em;
+ background-color: #F88;
+ padding: 0.3em 1em;
margin: 1em 1em 0 1em;
font-weight: bold;
border: 1px solid SkyBlue;
@@ -69,8 +69,8 @@ ul.new-item-type {margin: 0}
/* posted_reports */
.posted-reports {
list-style: none;
- background-color: #90EE90;
- padding: 0.3em 1em;
+ background-color: #90EE90;
+ padding: 0.3em 1em;
margin: 1em 1em 0 1em;
font-weight: bold;
border: 1px solid SkyBlue;
@@ -193,9 +193,9 @@ label.checkbox span {
margin-top: 10px;
}
-.comments button, #paste_report {
- color: #000;
- background-color: #F90;
+.comments button, #paste_report {
+ color: #000;
+ background-color: #F90;
border-radius: 0.5em
}
@@ -296,7 +296,7 @@ main hr {
width: 80%;
}
.wide-form .modal-footer {
- margin-top: 0
+ margin-top: 0
}
.table-bordered {
width: auto;
@@ -308,7 +308,7 @@ main hr {
}
#new-actions a {
- margin-left: 6em
+ margin-left: 6em
}
footer button {
@@ -517,7 +517,7 @@ dl.chatlog dd.info {
ul.checklist {
list-style-type: none;
- padding-left: 1.5em;
+ padding-left: 1.5em;
}
.checklist input[type=checkbox] {
diff --git a/www/jquery.tablesorter.js b/www/jquery.tablesorter.js
index 51239447..026bd7f9 100644
--- a/www/jquery.tablesorter.js
+++ b/www/jquery.tablesorter.js
@@ -493,12 +493,12 @@
};
return false;
}
-
+
function checkHeaderOptionsSortingLocked(table, i) {
if ((table.config.headers[i]) &&
(table.config.headers[i].lockedOrder)) return
table.config.headers[i].lockedOrder;
return false;
}
-
+
function applyWidget(table) {
var c = table.config.widgets;
var l = c.length;
@@ -727,7 +727,7 @@
this.order = this.count++ % 2;
// always sort on the
locked order.
if(this.lockedOrder)
this.order = this.lockedOrder;
-
+
// user only whants to
sort on one
// column
if (!e[config.sortMultiSortKey]) {
diff --git a/www/members/check_invitations.cgi
b/www/members/check_invitations.cgi
index fa3c9659..3dfde15a 100755
--- a/www/members/check_invitations.cgi
+++ b/www/members/check_invitations.cgi
@@ -47,7 +47,7 @@ def setup_data
end
yyyymm = File.basename(File.dirname(memappfile))[0..5]
-
+
applications = []
# find relevant secretary files (exclude ones before the meeting)
syamls = Dir[File.join(MAIL_DIR_SEC, '2?????.yml')].select {|n|
File.basename(n, 'yml') >= yyyymm }
diff --git a/www/members/meeting.cgi b/www/members/meeting.cgi
index 234641a5..afdd7f0f 100755
--- a/www/members/meeting.cgi
+++ b/www/members/meeting.cgi
@@ -217,8 +217,8 @@ _html do
_a 'added their Candidate Statement to their ballot', href:
"#{svn_mtg_dir}/runbook/director_ballot_email.txt"
_ ' before the official ballots are frozen.'
_ul do
- ['agenda.txt',
- '/members/check_boardnoms.cgi',
+ ['agenda.txt',
+ '/members/check_boardnoms.cgi',
'/members/check_membernoms.cgi'].each do |f|
_li do
emit_link(svn_mtg_dir, f, ASF::MeetingUtil::MEETING_FILES[f])
diff --git a/www/members/nominate_board.cgi b/www/members/nominate_board.cgi
index 1e87969f..fb6ebfce 100755
--- a/www/members/nominate_board.cgi
+++ b/www/members/nominate_board.cgi
@@ -62,7 +62,7 @@ end
# Returns: 'OK' or a text message describing the problem
def validate_form(formdata: {})
uid = formdata['availid']
- return "You MUST provide a nomination statement for Candidate #{uid}; blank
was provided!" if formdata['statement'].empty?
+ return "You MUST provide a nomination statement for Candidate #{uid}; blank
was provided!" if formdata['statement'].empty?
chk = ASF::Person[uid]&.asf_member?
chk.nil? and return "Invalid availid or non-Member nominated; please add
manually if desired: (#{uid})\n\nYour Statement:\n#{formdata['statement']}"
already = ASF::MemberFiles.board_nominees
diff --git a/www/members/nominate_member.cgi b/www/members/nominate_member.cgi
index e75104ed..f36c0c5b 100755
--- a/www/members/nominate_member.cgi
+++ b/www/members/nominate_member.cgi
@@ -41,7 +41,7 @@ end
# Returns: 'OK' or a text message describing the problem
def validate_form(formdata: {})
uid = formdata['availid'].downcase
- return "You MUST provide a nomination statement for Candidate #{uid}; blank
was provided!" if formdata['statement'].empty?
+ return "You MUST provide a nomination statement for Candidate #{uid}; blank
was provided!" if formdata['statement'].empty?
chk = ASF::Person[uid]&.asf_member?
chk.nil? and return "Invalid availid supplied:
(#{uid})\n\nStatement:\n#{formdata['statement']}"
# Allow renomination of Emeritus
diff --git a/www/roster/public/stylesheets/app.css
b/www/roster/public/stylesheets/app.css
index 1888e48f..67595d1c 100644
--- a/www/roster/public/stylesheets/app.css
+++ b/www/roster/public/stylesheets/app.css
@@ -14,8 +14,8 @@ div.value {border-spacing: 0}
table {margin-top: 0.5em}
td, th {padding-left: 0.5em; padding-right: 0.5em}
.issue:before, .chair:before {content: '\21d0 '}
-.issue, .not-found {color: red; font-weight:bold}
-.chair {color: green; font-weight:bold}
+.issue, .not-found {color: red; font-weight:bold}
+.chair {color: green; font-weight:bold}
.member {font-weight: bold}
.editable td:first-child {color: blue}
.podlingWarning{color: red; font-weight: bold}
diff --git a/www/secretary/ldap-check-banned.cgi
b/www/secretary/ldap-check-banned.cgi
index bae41d6b..5cca03f5 100755
--- a/www/secretary/ldap-check-banned.cgi
+++ b/www/secretary/ldap-check-banned.cgi
@@ -97,7 +97,7 @@ _html do
end
if errs.size > 0 # Found an error
_tr do
- uid = singleton attrs['uid']
+ uid = singleton attrs['uid']
_td do
_a uid, href: "https://whimsy.apache.org/roster/committer/#{uid}"
end
diff --git a/www/secretary/workbench/public/secmail.css
b/www/secretary/workbench/public/secmail.css
index f3eed5c7..af82de30 100644
--- a/www/secretary/workbench/public/secmail.css
+++ b/www/secretary/workbench/public/secmail.css
@@ -187,7 +187,7 @@ pre.bg-info {
}
#parts table {
- margin-top: 14px;
+ margin-top: 14px;
}
ul.icla-search {
diff --git a/www/secretary/workbench/public/tasklist.js
b/www/secretary/workbench/public/tasklist.js
index fb473228..7ff30780 100644
--- a/www/secretary/workbench/public/tasklist.js
+++ b/www/secretary/workbench/public/tasklist.js
@@ -44,7 +44,7 @@ function nexttask(proceed) {
pre.text(json.transcript.join("\n"));
// highlight commands
- pre.html(("\n" + pre.html()).replace(/\n(\$ \w+ .*)/g,
+ pre.html(("\n" + pre.html()).replace(/\n(\$ \w+ .*)/g,
"\n<b>$1</b>").trim());
// append results
@@ -70,7 +70,7 @@ function nexttask(proceed) {
if (json.headers) headers = json.headers;
// conditionally proceed to the next task
- nexttask(response.ok ||
+ nexttask(response.ok ||
confirm(response.statusText + "; continue?"));
});
}).catch(function(error) {
diff --git a/www/secretary/workbench/templates/acreq.erb
b/www/secretary/workbench/templates/acreq.erb
index 19a372f0..c257c1e1 100644
--- a/www/secretary/workbench/templates/acreq.erb
+++ b/www/secretary/workbench/templates/acreq.erb
@@ -11,7 +11,7 @@ Vote reference:
Please note: it can take up to a week for the request to be processed.
---
+--
Submitted by <%= URI.join(env['SCRIPT_URI'], '..') %>
From <%= `/usr/bin/host #{env['REMOTE_ADDR'].dup}`.chomp %>
Using <%= env['HTTP_USER_AGENT'] %>
diff --git a/www/secretary/workbench/templates/icla-invalid-id.erb
b/www/secretary/workbench/templates/icla-invalid-id.erb
index 59381c72..e38c3124 100644
--- a/www/secretary/workbench/templates/icla-invalid-id.erb
+++ b/www/secretary/workbench/templates/icla-invalid-id.erb
@@ -2,11 +2,11 @@ Dear <%= @pubname %>,
This message acknowledges receipt of your ICLA, which has been filed in the
Apache Software Foundation records.
-With this message, <%= @notify %> been notified that your ICLA has been filed.
+With this message, <%= @notify %> been notified that your ICLA has been filed.
** Please contact the <%= @cttee %> with any further questions, not the
Secretary. Thanks. **
-The id you requested (<%= @user %>) is not available.
+The id you requested (<%= @user %>) is not available.
Please provide the <%= @cttee %> (copied) with a valid Apache id. They can
then request your account using Whimsy.
You can provide more than one id in case your next choice is also unavailable.
diff --git a/www/secretary/workbench/templates/icla-pmc-notified.erb
b/www/secretary/workbench/templates/icla-pmc-notified.erb
index f70d18fa..3619cc41 100644
--- a/www/secretary/workbench/templates/icla-pmc-notified.erb
+++ b/www/secretary/workbench/templates/icla-pmc-notified.erb
@@ -2,7 +2,7 @@ Dear <%= @pubname %>,
This message acknowledges receipt of your ICLA, which has been filed in the
Apache Software Foundation records.
-With this message, <%= @notify %> been notified that your ICLA has been filed.
+With this message, <%= @notify %> been notified that your ICLA has been filed.
** Please contact the <%= @cttee %> with any further questions, not the
Secretary. Thanks. **
diff --git a/www/secretary/workbench/templates/mem.erb
b/www/secretary/workbench/templates/mem.erb
index dd12d002..2e8bef30 100644
--- a/www/secretary/workbench/templates/mem.erb
+++ b/www/secretary/workbench/templates/mem.erb
@@ -14,7 +14,7 @@ Note: you are allowed to unsubscribe from members-notify@
(ie. it is opt-out aft
HOWEVER, doing so constitutes a "Waiver of Notice", per section 3.6 of the
Bylaws.
https://www.apache.org/foundation/bylaws.html#3.6
-If you need to change your email subscriptions, please visit
https://whimsy.apache.org/committers/subscribe
+If you need to change your email subscriptions, please visit
https://whimsy.apache.org/committers/subscribe
To verify that you have the proper rights to the foundation repository, please
check that you have been added to the members roster:
https://svn.apache.org/repos/private/foundation/members.txt
@@ -29,7 +29,7 @@ You can also use your Whimsy profile page to complete your
personal profile, by
All Members have read access to all "Members.txt" information, including your
postal address, phone number, projects, personal web page, etc.
-Note that some of the information is considered Personally Identifiable
Information, and you do not have to share any information you are not
comfortable with.
+Note that some of the information is considered Personally Identifiable
Information, and you do not have to share any information you are not
comfortable with.
Thus, you can update the section of your profile under "Members.txt" to remove
information, as long as you leave Name, Forms on File, and Avail ID fields.