From: Darold Gilles Date: Fri, 7 Mar 2014 12:09:09 +0000 (+0100) Subject: Change week/day menu in incremental index, it is now represented as usual with a... X-Git-Tag: v5.1~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60da4d1759aa480536168494407e4a34c9978cd2;p=pgbadger Change week/day menu in incremental index, it is now represented as usual with a calendar view per month. Thanks to Thom Brown for the feature request. --- diff --git a/pgbadger b/pgbadger index 3656e75..0ed619d 100755 --- a/pgbadger +++ b/pgbadger @@ -1128,47 +1128,26 @@ if (!$incremental) { } my @dyears = grep { !/^\./ && /^\d{4}$/ } readdir(DIR); closedir DIR; - my @day_names = ('Mon','Tue','Wed','Thu','Fri','Sat','Sun'); - my @month_names = ('Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sept','Oct','Nov','Dec'); foreach my $y (sort { $b <=> $a } @dyears) { print $fh qq{

Year $y

-
-