402 Commits

Author SHA1 Message Date
Darold Gilles
b434305230 Fix Mime-Type transferts chart title to reflet the unit used: MBytes. Thanks to IMiGS for the report. 2014-08-08 21:37:14 +02:00
Darold
07419fc5c9 Merge pull request #54 from atlhon/patch-1
Little fix in a translation
2014-08-03 00:06:55 +02:00
atlhon
01016a1a8e Little fix in a translation
At line 105 up was translated as "Arriab"
it should be "Arriba"
2014-08-02 23:00:23 +02:00
Darold Gilles
d23faf66b0 Fix case where days in calendar does not appear when DateFormat was changed. Thanks to joseh-henrique for the report. 2014-08-02 14:56:01 +02:00
Darold Gilles
382c308d21 Update Makefile with META_MERGE and MAN3PODS informations 2014-08-02 14:38:02 +02:00
Darold Gilles
5471d587d7 Fix missing cleaning of pid file when error occurs during configuration reading. 2014-08-02 14:36:49 +02:00
Darold Gilles
ac8edeaee5 Automatically remove \r when reading configuration file. 2014-08-02 14:03:21 +02:00
Darold Gilles
97d301620d Improve incremental mode by seeking directly to last position in logfile. 2014-07-11 15:07:48 +02:00
Darold Gilles
5309d93908 Fix issue on calendar when days of a month are over 6 week. Thanks to Michael Gauthier for the report. 2014-07-10 07:15:49 +02:00
Darold Gilles
3d89ca864c Update cs_CZ language file. Thanks to Martin Kylian for the patch. 2014-07-04 07:14:50 +02:00
Darold Gilles
2e34d59037 Fix weeks graph when a week overlaps over 2 months. 2014-06-05 23:25:05 +02:00
Darold Gilles
69b93723cb Fix bug on calendar with weeks. 2014-06-03 21:44:27 +02:00
Darold Gilles
0ce68c5694 Add missing install of included file. Thanks to Klaus Tachtler for the patch. 2014-06-02 21:41:58 +02:00
Darold Gilles
d61c84575c Force removing of pid file after die of the process. Thanks to Klaus Tachtler for the report. 2014-05-19 13:39:39 +02:00
Darold Gilles
a3bc0572e5 Fix german language file de_DE.txt. Thanks to Klaus Tachtler for the patch. 2014-05-17 09:59:07 +02:00
Darold Gilles
ce266f4484 Add ExcludedMimes configuration directive to allow exclusion fron statistics of a comma separated list of mimetype fullname or using regex like text/.*. Thanks to Ajayaks for the feature request. 2014-05-15 19:54:15 +02:00
Darold Gilles
ddf635ca17 Add ExcludedMethods configuration directive to allow exclusion fron statistics of a comma separated list of HTTP methods. Thanks to Ajayaks for the feature request. 2014-05-15 19:34:12 +02:00
Darold Gilles
898ce22b3a Fix error when rebuilding with old data repository that does not have week view repository. Week directory are now create with empty html reports. Thanks to Adam Ciarcinski for the report. 2014-05-15 19:06:16 +02:00
Darold Gilles
cda8c6b10f Fix error when rebuilding with old data repository that does not have week view repository. Week directory are now create with empty html reports. Thanks to Adam Ciarcinski for the report. 2014-05-15 18:50:18 +02:00
Darold Gilles
55585b465d Add pl_PL translation. Thanks to Adam Ciarcinski for the patch. 2014-05-14 23:04:19 +02:00
Darold Gilles
068de87c64 Fix en_US translation. Thanks to Adam Ciarcinski for the patch. 2014-05-14 23:02:33 +02:00
Darold Gilles
80b765ce74 Update ChangeLog and version to 5.4 2014-05-04 19:09:34 +02:00
Darold Gilles
f007f5839b Update documentation with copyright date and new feature 2014-05-04 19:08:57 +02:00
Darold Gilles
6dcd5c8be4 Change CSS to adjust calendar position. Thanks to Nathanael Bonnin for the patch. 2014-05-02 16:17:34 +02:00
Darold Gilles
eef5016332 Add Czech and Ukrainian to the list of language files. 2014-04-15 17:25:45 +02:00
Darold Gilles
1f4404dae6 Add Czech language file. Thanks to Martin Kylian for the patch. 2014-04-15 17:16:21 +02:00
Darold Gilles
3f2bdea21d Add Ukrainian translation file. Thanks to Oleg A. Deordiev for the patch. 2014-04-07 15:37:58 +02:00
Darold Gilles
b3ff727a55 Add CustomHeader to allow custom definition of the logo and title. See squidanalyzer.conf or documentation for more explanation and example. Thanks to Raktim Chatterjee. 2014-03-15 18:22:37 +01:00
Darold Gilles
7739e35840 Replace logrotate example that was too simplistic. Thanks to Gaetan Slongo for the patch 2014-03-03 09:29:10 +01:00
Darold Gilles
956d39d398 Update documentation about -P option. 2014-02-28 15:47:43 +01:00
Darold Gilles
0b6d1bc80d Prevents the script to run multiple instances using a pid file. This patch adds a new command line option -P to change the default pid file (/tmp/squid-analyzer.pid). Thanks to Gaetan Slongo for the patch. 2014-02-28 15:45:41 +01:00
Darold Gilles
62e1af750c Remove useless command to delete special files because those files are not installed by make install. Thanks to David Walser for the report. 2014-02-17 09:33:41 +01:00
Darold
a1becbe5a2 Merge pull request #39 from JoKoT3/master
follow up to issue #37 and spec file corrections to be more widely usable
2014-02-15 10:54:25 +01:00
Jonathan Gibert
1069670d27 - remove %mkrel macro (mdv specific)
- add BuildRoot macro for compatibility with RHEL
- remove perl special files (perllocal.pod and packlist) not packaged
2014-02-14 15:14:15 +01:00
Jonathan Gibert
b5f0eef0f5 "%make" and "%makeinstall_std" macros does not exists in RHEL5, revert to
"make" and "make DESTDIR=%{buildroot} install" which are more compatible
2014-02-14 14:36:58 +01:00
Jonathan Gibert
dbff767f2d Since "Requires squid" is gone, we cannot be sure the squid group exists.
revert group ownership in %files to root
2014-02-14 14:34:21 +01:00
Darold Gilles
2d331926f6 Fix help/usage to show $DEFAULT_CONFIGFILE instead of /etc/squidanalyzer.conf that may not always be the right place following the installation. Thanks to JoKoT3 for the patch. 2014-02-14 11:41:52 +01:00
Darold Gilles
e383560ff1 Remove squid requirement from RPM spec file. Thanks to JoKoT3 for the report. 2014-02-13 15:16:40 +01:00
Darold
49096ec2ad Merge pull request #36 from bhean/lang_spanish
Lang spanish
2014-02-12 09:03:35 +01:00
BhEaN
c7db2e486f New lang (spanish) added 2014-02-12 01:35:04 +01:00
BhEaN
4d7b2bb889 New lang (spanish) added 2014-02-12 01:34:52 +01:00
Darold Gilles
c03ad39742 Remove ^M from pt_BR translation files. Thanks to Filipe Teixeira for the report. 2014-02-05 17:26:41 +01:00
Darold Gilles
adbc23a034 Remove \r or ^M when reading teranslation files. Thanks to Filipe Teixeira for the report. 2014-02-05 17:17:01 +01:00
Darold Gilles
a8d5a58277 Add new weekly reports. Thanks to Amish for the feature reports. 2014-02-02 17:26:05 +01:00
Darold Gilles
8fe09bbe27 Add documentation about the new "Include" configuration directive. 2014-01-31 18:26:37 +01:00
Darold Gilles
eebcf06dc5 Add build and storage of weekly statistics. 2014-01-31 18:22:07 +01:00
Darold Gilles
3fc29a6c61 Fix CSS to reduce font size used in the calendar and increase size of the header. 2014-01-31 16:41:07 +01:00
Darold Gilles
9026b7bb14 Add WeekDay translation string. 2014-01-31 16:40:17 +01:00
Darold Gilles
00ddef5bd0 Remove link on week, the week view is not available yet. 2014-01-31 16:39:33 +01:00
Darold Gilles
d3097ffa82 Add week day and week number to the calendar. 2014-01-31 16:31:49 +01:00