101 Commits

Author SHA1 Message Date
Darold Gilles
01038d43b5 Fix issue with log file provided at command line (option -l) and non existant LogFile in squidanalyzer.conf. Thanks to Kalin KOZHUHAROV for the report. 2013-02-17 10:27:05 +01:00
Darold Gilles
e0888df14d Fix test to exclude old months and days from the statistics builder. Thanks to ammdispose for the patch. 2013-02-04 16:05:56 +01:00
Darold Gilles
c1b4cdb535 Fix some code comment about month obsolescence. Thanks to ammdispose for the patch. 2013-02-04 15:49:42 +01:00
Darold Gilles
9cc2f8f231 Change code to remove obsolete statistics to more stable code with less iterations. Thanks to ammdispose for the patch. 2013-02-04 11:03:45 +01:00
Darold Gilles
83f0e31cea Update ChangeLog and upgrade version to 5.1. 2013-01-30 00:19:44 +01:00
Darold Gilles
775b60f3f8 Add -v | --version and -d | --debug command line options. 2013-01-29 12:33:13 +01:00
Darold Gilles
6f01df56c4 Add support to automatic deletion of obsolete statistics and data. 2013-01-29 12:19:58 +01:00
Darold Gilles
da27e2d2d6 Update year part of copyright 2013-01-29 09:49:51 +01:00
Darold Gilles
6e6497fbbc Set default sorttable sort in descending order first. 2013-01-28 21:08:34 +01:00
Darold Gilles
14c6c4a21c Fix default order in Mime, Network, User and User details views. Thanks to Wesley Bresson for the report. 2013-01-28 20:48:06 +01:00
Darold Gilles
febd4a28ff Fix first and last visit time in the user detail view that was not displayed at all. 2013-01-28 17:52:03 +01:00
Darold Gilles
dfa1b3097a Fix parser issue when squid logformat has additional field at end. Thanks to nuxsmin for the patch. 2013-01-10 09:48:25 +01:00
Darold Gilles
0dc0e7a5f6 Add pie chart on Mime type statistics. 2012-12-26 18:11:52 +01:00
Darold Gilles
50e693b167 Force left alignment on largest Url column. 2012-12-26 17:30:03 +01:00
Darold Gilles
2130e3bee6 Add Locale configuration directive to set the locale when retrieving date from system. Thanks to Klaus Tachtler for the suggestion. 2012-12-24 12:52:42 +01:00
Darold Gilles
348b265b14 Fix missing Up link translation and some German translation. Thanks to Klaus Tachtler for the patch. 2012-12-24 12:34:46 +01:00
Darold
22886a423b Add MinPie configuration directive to set the percentage of pie graph data which under item will be stored in others label 2012-12-20 20:16:20 +01:00
Darold
f139e78a94 Fix HTML code in user and url reports. Thanks to Nathanael Bonin for the patch. 2012-12-20 19:26:07 +01:00
Darold
377c02aafb Remove percentage column and store the percent information directly in the column between parenthesis. Thanks for Nathanael Bonin for the patch. 2012-12-16 17:23:25 +01:00
Darold
0e34cb888a Add missing class CSS style to user graphs table. Thanks to Nathanael Bonin for the report. 2012-12-16 16:34:30 +01:00
Darold Gilles
0f7016bba5 Add note "Click on year statistics link for details" to the main page. 2012-12-11 14:03:11 +01:00
Darold Gilles
78432d6e9b Fix 3 letter month date format. 2012-12-10 22:50:36 +01:00
Darold Gilles
6e1a88a214 Removed all absolete code related to FooterFile and HeaderFile. 2012-12-10 22:30:39 +01:00
Darold Gilles
661ab48324 Add TransfertUnit configuration directive to change default Bytes transfert unit. Possible values are BYTES, KB, MB and GB. Thanks to Nathanael Bonin for the feature request. 2012-12-10 21:59:38 +01:00
Darold Gilles
7b2d469609 Fix date encoding with call to date+iconv or fallback to strftime(). 2012-12-10 17:46:17 +01:00
Darold Gilles
5beef120ee Fix sorttalbe with missing tbody tag. Thanks to Nathanael Bonin for the patch. 2012-12-10 17:22:46 +01:00
Darold Gilles
ef0768e332 Remove ytitle from pie graphs. 2012-12-10 16:25:56 +01:00
Darold Gilles
13b67d2a1e Remove some hardcoded CSS. Thanks to Nathanael Bonin for the patches. 2012-12-10 16:03:19 +01:00
Darold Gilles
32fa02b84e Fix some translation issues. 2012-12-10 15:49:45 +01:00
Darold Gilles
b4efbc6697 Disable save as image and download graph buttons. 2012-12-06 23:46:50 +01:00
Darold Gilles
d079962fcf Improve CSS and dynamic html general design. Thanks to Nathanael Bonin for the patches. 2012-12-06 23:39:45 +01:00
Darold Gilles
9ad204eb3a Fix issue #5 where per user/ip network stats was wrong and very high. Thanks to Ben Tullis for the report. 2012-12-05 21:04:13 +01:00
Darold Gilles
120794ae40 Fix several issues in design, moved png images in a dedicated repository, fix french translation encoding and bug fixes. Thanks to Nathanael Bonin for the patches. 2012-12-05 01:34:03 +01:00
Darold
addc09c4dc Change version to 5.0 2012-12-02 16:23:46 +01:00
Darold
2c56aae234 Thanks to the great work of Nathanael Bonin, SquidAnalyzer has now a new design. Source tree has been reordered. 2012-12-02 16:18:42 +01:00
Darold
f34d675d16 Remove code for graphs generated using GD::Graph libraries, replaced by the Javascript library Flotr2. 2012-12-01 20:20:38 +01:00
Darold
2e14da8bc9 Fix bad date format error introduced with the %M variable. 2012-12-01 11:38:26 +01:00
Darold Gilles
ce0b1caf02 Fix extra .0 in networks report. Thanks to Ben Tullis for the report. 2012-11-30 19:21:52 +01:00
Darold Gilles
7097fc8860 Add the use %M to replace month by its 3 letters abbreviation into DateFormat configuration directive. Thanks to pk-its for the feature request. 2012-11-26 19:16:49 +01:00
Darold
e8154b9edb Remove space in user alias to prevent corruption of data files. Thanks to Robert Becskei for the report. 2012-10-07 23:11:28 +02:00
Darold Gilles
bdf6c8067c Fix stat_user.dat format error when username have a space in its login name. Thanks to Moise Michel for the report. 2012-10-05 15:18:03 +02:00
Darold Gilles
4cf831dc62 Force date/time used in the report generation date to used 24h notation. Thanks to Klaus Tachtler for the report 2012-09-12 22:51:28 +02:00
Darold
4cdfde3b40 Upgrade version to 4.4 2012-08-21 21:05:45 +02:00
Darold
f83059aa9c Add support to bzip2 compressed log file 2012-08-21 20:54:45 +02:00
Darold
88aec16477 Allow exclusion of URL from the report, the format of the exclude file has changed, see the file header 2012-07-05 00:29:09 +02:00
Darold Gilles
353f45f8dc Changes related to version 4.3 packaging 2012-04-26 20:09:01 +02:00
Darold Gilles
972af0457f Fix broken statistics when an access log file run over multiple years - Jugurtha Massinissa 2012-04-26 12:40:09 +02:00
Darold Gilles
17c70b1959 Prevent buildHtml to create directories on empty date 2012-04-26 10:07:51 +02:00
Darold Gilles
78db98c96c Sort years view per decrease year 2012-04-26 09:35:05 +02:00
Darold Gilles
766bfba481 Peer CD_SIBLING_HIT status will now be taken as local cache hit with
a new configuration directive (SiblingHit) to disable this feature.
Documentation and configuration file has been updated - Nathanael BONIN
2012-04-06 11:38:06 +02:00