This is an automated email from the ASF dual-hosted git repository.
curcuru 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 2d041cf Split agenda and minutes for board tool
2d041cf is described below
commit 2d041cf2d796b43dd3fb65552c9e978657e1c0d3
Author: Shane Curcuru <[email protected]>
AuthorDate: Tue May 7 20:46:51 2019 -0400
Split agenda and minutes for board tool
---
lib/whimsy/logparser.rb | 3 ++-
www/members/logs.cgi | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/lib/whimsy/logparser.rb b/lib/whimsy/logparser.rb
index f3ab9a8..ebfa073 100755
--- a/lib/whimsy/logparser.rb
+++ b/lib/whimsy/logparser.rb
@@ -15,7 +15,8 @@ module LogParser
# Constants and ignored regex for whimsy_access logs
WHIMSY_APPS = {
'roster' => 'Roster tool',
- 'board' => 'Board agenda/minutes',
+ 'board/agenda' => 'Board agenda tool',
+ 'board/minutes' => 'Board public minutes',
'public' => 'Public JSON files',
'secretary' => 'Secretary Workbench',
'site.cgi' => 'TLP Site Checker',
diff --git a/www/members/logs.cgi b/www/members/logs.cgi
index aa5768d..258dd95 100755
--- a/www/members/logs.cgi
+++ b/www/members/logs.cgi
@@ -97,8 +97,8 @@ def display_access()
end
end
end
- _whimsy_panel(title: 'Access Log Synopsis - Error URLs', style:
'panel-warning') do
- _p 'This is a simplistic listing of all URLs with 4xx/5xx error codes
(excluding obvious bots).'
+ _whimsy_panel('Access Log Synopsis - Error URLs', style: 'panel-warning') do
+ _p 'This is a simplistic listing of all URLs with 4xx/5xx error codes
(excluding obvious bot URLs).'
erruri = {}
errref = {}
misses.each do |h|