]> git.ipfire.org Git - thirdparty/AWStats.git/log
thirdparty/AWStats.git
9 years agoBorder and display 12/head
fredddii [Tue, 20 Oct 2015 16:35:21 +0000 (18:35 +0200)] 
Border and display

Deleted border from <img> as it causes a deprecated error when validating, and added style="display:none;" to the tag list.

9 years agoMerge pull request #11 from artplastika/develop
Laurent Destailleur [Sat, 17 Oct 2015 15:42:48 +0000 (17:42 +0200)] 
Merge pull request #11 from artplastika/develop

Fixed grammatical error in Russian translation

9 years agoFixed grammatical error in Russian translation 11/head
Victor Glushenkov [Sat, 3 Oct 2015 05:49:55 +0000 (08:49 +0300)] 
Fixed grammatical error in Russian translation

9 years agoMerge pull request #7 from csware/ipv6-use-right-prefix
Laurent Destailleur [Wed, 23 Sep 2015 20:28:27 +0000 (22:28 +0200)] 
Merge pull request #7 from csware/ipv6-use-right-prefix

FIX Use ::ffff: prefix for IPv4 addresses

9 years agoMerge pull request #6 from csware/missing-package-png
Laurent Destailleur [Wed, 23 Sep 2015 20:26:48 +0000 (22:26 +0200)] 
Merge pull request #6 from csware/missing-package-png

FIX Add missing package.png

9 years agoMerge pull request #4 from csware/mime-fonts
Laurent Destailleur [Wed, 23 Sep 2015 20:26:29 +0000 (22:26 +0200)] 
Merge pull request #4 from csware/mime-fonts

NEW Add eot/woff/woff2 to mime.pm as fonts

9 years agoMerge pull request #2 from teonsystems/enhancement/logformat-iso-tz-updates
Laurent Destailleur [Wed, 23 Sep 2015 20:26:10 +0000 (22:26 +0200)] 
Merge pull request #2 from teonsystems/enhancement/logformat-iso-tz-updates

NEW LogFormat time5 updates

9 years agoMerge pull request #1 from teonsystems/feature/logformat-literal-strings-support
Laurent Destailleur [Wed, 23 Sep 2015 20:25:02 +0000 (22:25 +0200)] 
Merge pull request #1 from teonsystems/feature/logformat-literal-strings-support

NEW LogFormat: add partial support for literal strings in logfiles. Example status=%code

9 years agoMerge pull request #3 from csware/division-by-zero
Laurent Destailleur [Wed, 23 Sep 2015 20:08:26 +0000 (22:08 +0200)] 
Merge pull request #3 from csware/division-by-zero

FIX Prevent division by zero

9 years agoMerge pull request #5 from csware/image-svgz
Laurent Destailleur [Wed, 23 Sep 2015 20:07:56 +0000 (22:07 +0200)] 
Merge pull request #5 from csware/image-svgz

Add .svgz to image list

9 years agoStart 7.5
Laurent Destailleur [Mon, 21 Sep 2015 09:49:58 +0000 (11:49 +0200)] 
Start 7.5

9 years agoStart 7.5
Laurent Destailleur [Mon, 21 Sep 2015 09:49:38 +0000 (11:49 +0200)] 
Start 7.5

9 years agoPrepare 7.5
Laurent Destailleur [Mon, 21 Sep 2015 08:56:38 +0000 (10:56 +0200)] 
Prepare 7.5

9 years agoAdd groups.google. to say it is not a search engine
Laurent Destailleur [Mon, 31 Aug 2015 21:11:43 +0000 (23:11 +0200)] 
Add groups.google. to say it is not a search engine

9 years agoUse ::ffff: prefix for IPv4 addresses 7/head
Sven Strickroth [Wed, 26 Aug 2015 18:03:01 +0000 (20:03 +0200)] 
Use ::ffff: prefix for IPv4 addresses

As of RFC4291 the :: is deprecated.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
9 years agoAdd missing package.png 6/head
Sven Strickroth [Fri, 14 Feb 2014 16:55:37 +0000 (17:55 +0100)] 
Add missing package.png

Signed-off-by: Sven Strickroth <email@cs-ware.de>
9 years agoAdd .svgz to image list 5/head
Sven Strickroth [Wed, 26 Aug 2015 17:54:48 +0000 (19:54 +0200)] 
Add .svgz to image list

Signed-off-by: Sven Strickroth <email@cs-ware.de>
9 years agoAdd eot/woff/woff2 to mime.pm as fonts 4/head
Sven Strickroth [Wed, 26 Aug 2015 17:50:18 +0000 (19:50 +0200)] 
Add eot/woff/woff2 to mime.pm as fonts

Signed-off-by: Sven Strickroth <email@cs-ware.de>
9 years agoPrevent division by zero 3/head
Sven Strickroth [Wed, 26 Aug 2015 17:45:18 +0000 (19:45 +0200)] 
Prevent division by zero

Signed-off-by: Sven Strickroth <email@cs-ware.de>
9 years agoCompatibility with Perl 5.22
Laurent Destailleur [Tue, 18 Aug 2015 18:41:20 +0000 (20:41 +0200)] 
Compatibility with Perl 5.22

10 years agoLogFormat: add partial support for literal strings in logfiles. Limited to data prefi... 1/head
Bostjan Skufca [Thu, 30 Jul 2015 17:44:06 +0000 (17:44 +0000)] 
LogFormat: add partial support for literal strings in logfiles. Limited to data prefixes like "field=%field"

Reason:
Logging many fields results in very long log lines which in turn causes in very
unreadable log files. Visual cues in form of prefixes which describe data may
be used in log files. This commit adds support for ignoring such prefixes.

Why suffixes are not supported?
Awstats has data fields naming defined as %fieldName, but does not have all fields
joined in one place. This makes it nigh impossible to match, for example, this
specification: "dataOut=1024b" (note the "b" suffix which means data out is
measured in bytes). LogFormat specification for this would be "bytesOut=%bytesdb",
but in this case %bytesdb part would fail to parse out bytes transferred, as
awstats would look for field name called "bytesdb" instead of field name "%bytesd"
with "b" suffix denoting units of measurement.

10 years agodoc: add %time5 entry to awstats_config.html, and note that timezone part is optional 2/head
Bostjan Skufca [Thu, 30 Jul 2015 17:29:53 +0000 (17:29 +0000)] 
doc: add %time5 entry to awstats_config.html, and note that timezone part is optional

10 years agoLogFormat timezone ISO 8601 support update: make whole timezone part optional, and...
Bostjan Skufca [Thu, 30 Jul 2015 17:21:54 +0000 (17:21 +0000)] 
LogFormat timezone ISO 8601 support update: make whole timezone part optional, and support "...mm:ssZ" variation too

This change completes support for ISO 8601 format specification by adding
support for zero meridian notation ("Z" suffix only).

Reason for making time zone optional:
AWStats does not parse time zone info, log files are expected to be from
single time zone only. Thus making whole TZ information optional makes
the most sense if support for wide variety of date+time formats is our
objective.

10 years agoFix gzip -d < into gzip -cd
Laurent Destailleur [Wed, 29 Jul 2015 21:33:49 +0000 (23:33 +0200)] 
Fix gzip -d < into gzip -cd

10 years agoMerge branch 'develop' of ssh://eldy@git.code.sf.net/p/awstats/code into develop
Laurent Destailleur [Tue, 14 Jul 2015 13:04:34 +0000 (15:04 +0200)] 
Merge branch 'develop' of ssh://eldy@git.code.sf.net/p/awstats/code into develop

10 years agoRelease of 7.4 version
Laurent Destailleur [Tue, 14 Jul 2015 13:04:27 +0000 (15:04 +0200)] 
Release of 7.4 version

10 years agoRelease of 7.4 version
Laurent Destailleur [Tue, 14 Jul 2015 12:52:39 +0000 (14:52 +0200)] 
Release of 7.4 version

10 years agoFix illegal division by zero
Laurent Destailleur [Tue, 14 Jul 2015 12:50:26 +0000 (14:50 +0200)] 
Fix illegal division by zero

10 years agoUpdate doc
Laurent Destailleur [Tue, 30 Jun 2015 13:35:19 +0000 (15:35 +0200)] 
Update doc

10 years agoShow size of package to upload to SF
Laurent Destailleur [Thu, 18 Jun 2015 22:10:08 +0000 (00:10 +0200)] 
Show size of package to upload to SF

10 years agoPatch from Aaron van Geffen to add support for newer versions of OS X
Laurent Destailleur [Thu, 18 Jun 2015 21:59:38 +0000 (23:59 +0200)] 
Patch from Aaron van Geffen  to add support for newer versions of OS X
and Window.

10 years agoMerge /u/chrpietsch/awstats/ branch master into develop
Laurent Destailleur (Eldy) [Thu, 18 Jun 2015 21:47:14 +0000 (21:47 +0000)] 
Merge /u/chrpietsch/awstats/ branch master into develop

http://sourceforge.net/p/awstats/code/merge-requests/6/

10 years agologresolvemerge.pl can read .xz files.
Christian Pietsch [Wed, 3 Jun 2015 12:20:32 +0000 (14:20 +0200)] 
logresolvemerge.pl can read .xz files.

10 years agoFix #940
Laurent Destailleur [Mon, 4 May 2015 07:25:50 +0000 (09:25 +0200)] 
Fix #940

10 years agoDoc is reponsive
Laurent Destailleur [Mon, 6 Apr 2015 21:21:54 +0000 (23:21 +0200)] 
Doc is reponsive

10 years agoMerge branch 'develop' of ssh://eldy@git.code.sf.net/p/awstats/code into develop
Laurent Destailleur [Mon, 6 Apr 2015 12:07:29 +0000 (14:07 +0200)] 
Merge branch 'develop' of ssh://eldy@git.code.sf.net/p/awstats/code into develop

10 years agoUpdate doc for 7.4
Laurent Destailleur [Mon, 6 Apr 2015 12:07:11 +0000 (14:07 +0200)] 
Update doc for 7.4

10 years agoUpdate copyright
Laurent Destailleur [Mon, 16 Mar 2015 00:05:16 +0000 (01:05 +0100)] 
Update copyright

10 years agoMerge branch 'develop' of ssh://eldy@git.code.sf.net/p/awstats/code into
Laurent Destailleur [Mon, 16 Mar 2015 00:04:11 +0000 (01:04 +0100)] 
Merge branch 'develop' of ssh://eldy@git.code.sf.net/p/awstats/code into
develop

Conflicts:
wwwroot/cgi-bin/lib/robots.pm

10 years agoMore robots and search engines from Albrecht Müller
Laurent Destailleur [Mon, 16 Mar 2015 00:02:01 +0000 (01:02 +0100)] 
More robots and search engines from Albrecht Müller

10 years agoAdd more log test
Laurent Destailleur [Sun, 18 Jan 2015 22:44:22 +0000 (23:44 +0100)] 
Add more log test

10 years agoAdd more log test
Laurent Destailleur [Sun, 18 Jan 2015 22:43:34 +0000 (23:43 +0100)] 
Add more log test

10 years agoAdd more log test
Laurent Destailleur [Sun, 18 Jan 2015 22:41:46 +0000 (23:41 +0100)] 
Add more log test

10 years agoMerge commit 'c6a37e0f9ee70d415602c7658ccf49122503506d' into develop
Laurent Destailleur [Sun, 14 Dec 2014 13:11:11 +0000 (14:11 +0100)] 
Merge commit 'c6a37e0f9ee70d415602c7658ccf49122503506d' into develop

10 years agoUpdate doc for 7.4
Laurent Destailleur [Sat, 13 Dec 2014 13:39:50 +0000 (14:39 +0100)] 
Update doc for 7.4

10 years ago- #878 Fixed size of MAP section (there are 27 base sections, not 26)
Adam [Thu, 20 Nov 2014 18:50:40 +0000 (10:50 -0800)] 
- #878 Fixed size of MAP section (there are 27 base sections, not 26)

10 years agoFix: No spaces into bot key.
Laurent Destailleur [Thu, 20 Nov 2014 09:40:01 +0000 (10:40 +0100)] 
Fix: No spaces into bot key.

10 years agoWork with Amazon AWS log files (using %time5 tag). AWSTATS_7_4
Laurent Destailleur [Sat, 11 Oct 2014 13:32:41 +0000 (15:32 +0200)] 
Work with Amazon AWS log files (using %time5 tag).

10 years agoFix: typo
Laurent Destailleur [Tue, 23 Sep 2014 14:35:35 +0000 (16:35 +0200)] 
Fix: typo

10 years agoFix #212 CVE-2006-2237
Laurent Destailleur [Sun, 21 Sep 2014 23:00:51 +0000 (01:00 +0200)] 
Fix #212 CVE-2006-2237

10 years agoTry fix for time5
Laurent Destailleur [Sun, 21 Sep 2014 19:40:16 +0000 (21:40 +0200)] 
Try fix for time5

11 years agoComplete translation for nl
Laurent Destailleur [Thu, 31 Jul 2014 22:33:48 +0000 (00:33 +0200)] 
Complete translation for nl

11 years agoMore detail into git2vcs script
Laurent Destailleur [Sat, 26 Jul 2014 14:53:01 +0000 (16:53 +0200)] 
More detail into git2vcs script

11 years agoUpdate build
Laurent Destailleur [Sat, 26 Jul 2014 14:17:50 +0000 (16:17 +0200)] 
Update build

11 years agoPrepare buid of 7.4. Makepack can publish on SF.
Laurent Destailleur [Wed, 23 Jul 2014 08:37:10 +0000 (10:37 +0200)] 
Prepare buid of 7.4. Makepack can publish on SF.

11 years agoRemoved a not required step
Laurent Destailleur [Wed, 23 Jul 2014 08:08:24 +0000 (10:08 +0200)] 
Removed a not required step

11 years agoREADME.TXT is replaced with README.md
Laurent Destailleur [Wed, 23 Jul 2014 08:07:20 +0000 (10:07 +0200)] 
README.TXT is replaced with README.md
Prepare version 7.4

11 years agoUpdate doc
Laurent Destailleur [Wed, 23 Jul 2014 07:50:10 +0000 (09:50 +0200)] 
Update doc

11 years agoMerge branch 'develop' of ssh://eldy@git.code.sf.net/p/awstats/code into develop
Laurent Destailleur [Sat, 19 Jul 2014 14:26:05 +0000 (16:26 +0200)] 
Merge branch 'develop' of ssh://eldy@git.code.sf.net/p/awstats/code into develop

11 years agoAdd xlsx and docx and pptx
Laurent Destailleur [Sat, 19 Jul 2014 14:25:46 +0000 (16:25 +0200)] 
Add xlsx and docx and pptx

11 years agoPrepare 7.4
Laurent Destailleur [Mon, 7 Jul 2014 10:21:46 +0000 (12:21 +0200)] 
Prepare 7.4

11 years agoFix: [awstats:bugs] #929
Laurent Destailleur [Mon, 23 Jun 2014 18:24:58 +0000 (20:24 +0200)] 
Fix: [awstats:bugs] #929

11 years agoUpdate doc
Laurent Destailleur [Fri, 25 Apr 2014 17:33:20 +0000 (19:33 +0200)] 
Update doc

11 years agoMerge branch 'develop' of ssh://eldy@git.code.sf.net/p/awstats/code into develop
Laurent Destailleur [Fri, 25 Apr 2014 17:32:30 +0000 (19:32 +0200)] 
Merge branch 'develop' of ssh://eldy@git.code.sf.net/p/awstats/code into develop

11 years agoFix: #680 Invalid data passed to Time::Local causes global destruction
Laurent Destailleur [Fri, 25 Apr 2014 17:32:08 +0000 (19:32 +0200)] 
Fix: #680 Invalid data passed to Time::Local causes global destruction

11 years agoAdd more tests
Laurent Destailleur [Fri, 25 Apr 2014 17:30:40 +0000 (19:30 +0200)] 
Add more tests

11 years agoMerge branch 'develop' of https://eldy@git.code.sf.net/p/awstats/code into develop
Laurent Destailleur [Fri, 11 Apr 2014 15:32:35 +0000 (17:32 +0200)] 
Merge branch 'develop' of https://eldy@git.code.sf.net/p/awstats/code into develop

11 years agoBetter detection of IE11
Laurent Destailleur [Fri, 11 Apr 2014 14:04:03 +0000 (16:04 +0200)] 
Better detection of IE11

11 years agoMerge branch 'develop' of ssh://eldy@git.code.sf.net/p/awstats/code into develop
Laurent Destailleur [Sun, 30 Mar 2014 15:22:12 +0000 (17:22 +0200)] 
Merge branch 'develop' of ssh://eldy@git.code.sf.net/p/awstats/code into develop

11 years agoFix: #909 awstats_buildstaticpages.pl noisy debug output.
Laurent Destailleur [Sun, 30 Mar 2014 15:19:30 +0000 (17:19 +0200)] 
Fix: #909 awstats_buildstaticpages.pl noisy debug output.

11 years agoMerge branch 'develop' of https://eldy@git.code.sf.net/p/awstats/code into develop
Laurent Destailleur [Fri, 21 Mar 2014 18:09:12 +0000 (19:09 +0100)] 
Merge branch 'develop' of https://eldy@git.code.sf.net/p/awstats/code into develop

11 years agoPrepare code for DecodePunycode feature.
Laurent Destailleur [Fri, 21 Mar 2014 18:08:32 +0000 (19:08 +0100)] 
Prepare code for DecodePunycode feature.

11 years agoPatch: #206 german translation: adding message165-178
Laurent Destailleur [Thu, 6 Mar 2014 00:52:46 +0000 (01:52 +0100)] 
Patch: #206 german translation: adding message165-178

11 years agoRemoved forced length
Laurent Destailleur [Wed, 26 Feb 2014 18:35:49 +0000 (19:35 +0100)] 
Removed forced length

11 years agoRemoved social networks tags on index.php page. This is too much.
Laurent Destailleur [Mon, 17 Feb 2014 22:47:30 +0000 (23:47 +0100)] 
Removed social networks tags on index.php page. This is too much.

11 years agoFix graph with google api
Laurent Destailleur [Wed, 12 Feb 2014 19:29:16 +0000 (20:29 +0100)] 
Fix graph with google api

11 years agoUpdate doc
Laurent Destailleur [Mon, 10 Feb 2014 15:40:28 +0000 (16:40 +0100)] 
Update doc

11 years agoFix: #921 Failure in the help text for geoip_generator.pl
Laurent Destailleur [Mon, 10 Feb 2014 15:39:18 +0000 (16:39 +0100)] 
Fix: #921 Failure in the help text for geoip_generator.pl

11 years agoNew: #199 Added geoip6 plugin with support for IPv4 AND IPv6
Laurent Destailleur [Sat, 8 Feb 2014 10:52:16 +0000 (11:52 +0100)] 
New: #199 Added geoip6 plugin with support for IPv4 AND IPv6

11 years agoMerge commit '95c15e5ff7a636d1852ce406d552e4edf825d2b3' into develop
Laurent Destailleur [Fri, 7 Feb 2014 20:16:51 +0000 (21:16 +0100)] 
Merge commit '95c15e5ff7a636d1852ce406d552e4edf825d2b3' into develop

11 years agoFix: [awstats:bugs] #742 LogFile with gzip pipe in awstats.pl cli
Laurent Destailleur [Fri, 7 Feb 2014 20:08:35 +0000 (21:08 +0100)] 
Fix: [awstats:bugs] #742 LogFile with gzip pipe in awstats.pl cli

11 years agoAdd html comment tags to make easier to find part of doc that contains
Laurent Destailleur [Fri, 7 Feb 2014 19:30:34 +0000 (20:30 +0100)] 
Add html comment tags to make easier to find part of doc that contains
external links (some distribution has rules that need to removed this
from embeded documentation).

11 years agoAdd debian patch debian-patches-1019_allow_frame_resize.patch to
Laurent Destailleur [Fri, 7 Feb 2014 19:24:15 +0000 (20:24 +0100)] 
Add debian patch debian-patches-1019_allow_frame_resize.patch to
add option nboflastupdatelookuptosave on command line.

11 years agoAdd debian patch 0007_russian_lang.patch.
Laurent Destailleur [Fri, 7 Feb 2014 19:20:40 +0000 (20:20 +0100)] 
Add debian patch 0007_russian_lang.patch.
Add debian patch 2001_awstatsprog_path.patch

11 years agoFix: #589 GetResolvedIP_ipv6 does not strip trailing dot
Laurent Destailleur [Fri, 7 Feb 2014 19:12:12 +0000 (20:12 +0100)] 
Fix: #589 GetResolvedIP_ipv6 does not strip trailing dot

11 years agoFix: #919 Referrals not getting tracked due to improperly getting
Laurent Destailleur [Fri, 7 Feb 2014 19:03:34 +0000 (20:03 +0100)] 
Fix: #919 Referrals not getting tracked due to improperly getting
flagged as a search

11 years agoFix: #496 tools scripts should print warnings and errors to STDERR
Laurent Destailleur [Fri, 7 Feb 2014 18:59:33 +0000 (19:59 +0100)] 
Fix: #496 tools scripts should print warnings and errors to STDERR

11 years agoAdd css to ignore part wuth htmldoc
Laurent Destailleur [Fri, 31 Jan 2014 11:49:11 +0000 (12:49 +0100)] 
Add css to ignore part wuth htmldoc

11 years agoFix: execute permissions
Laurent Destailleur [Thu, 30 Jan 2014 08:19:31 +0000 (09:19 +0100)] 
Fix: execute permissions

11 years agoAdd md file for webmin and dolibarr erp crm module
Laurent Destailleur [Wed, 29 Jan 2014 19:43:42 +0000 (20:43 +0100)] 
Add md file for webmin and dolibarr erp crm module

11 years agoAdd md file
Laurent Destailleur [Wed, 29 Jan 2014 19:32:26 +0000 (20:32 +0100)] 
Add md file

11 years agoFix: Makepack move files into correct dir.
Laurent Destailleur [Wed, 29 Jan 2014 18:41:19 +0000 (19:41 +0100)] 
Fix: Makepack move files into correct dir.

11 years agoUpdate doc
Laurent Destailleur [Wed, 29 Jan 2014 15:44:54 +0000 (16:44 +0100)] 
Update doc

11 years agoAdd missing logo for ios AWSTATS_7_3
Laurent Destailleur [Wed, 29 Jan 2014 15:16:14 +0000 (16:16 +0100)] 
Add missing logo for ios

11 years agoDo not use REVISION anymore
Laurent Destailleur [Wed, 29 Jan 2014 15:09:04 +0000 (16:09 +0100)] 
Do not use REVISION anymore

11 years agoDo not use REVISION anymore
Laurent Destailleur [Wed, 29 Jan 2014 15:03:40 +0000 (16:03 +0100)] 
Do not use REVISION anymore

11 years agoUpdate doc
Laurent Destailleur [Wed, 29 Jan 2014 14:54:40 +0000 (15:54 +0100)] 
Update doc

11 years agoUpdate doc
Laurent Destailleur [Wed, 29 Jan 2014 14:49:23 +0000 (15:49 +0100)] 
Update doc

11 years agoPrepare 7.3
Laurent Destailleur [Wed, 29 Jan 2014 14:38:19 +0000 (15:38 +0100)] 
Prepare 7.3

11 years agoFix: Remove old CVS tags
Laurent Destailleur [Tue, 28 Jan 2014 10:07:58 +0000 (11:07 +0100)] 
Fix: Remove old CVS tags