From 0f513d08ca58befd2583675ad82293e9a126d1a8 Mon Sep 17 00:00:00 2001 From: eldy <> Date: Wed, 26 Nov 2003 18:12:23 +0000 Subject: [PATCH] MaxLengthOfURL parameter has been renamed into MaxLengthOfShownURL --- docs/awstats_changelog.txt | 3 +++ docs/awstats_config.html | 10 +++++----- wwwroot/cgi-bin/awstats.model.conf | 8 ++++---- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/awstats_changelog.txt b/docs/awstats_changelog.txt index 81e86f95..1499e16e 100644 --- a/docs/awstats_changelog.txt +++ b/docs/awstats_changelog.txt @@ -27,6 +27,7 @@ Fixes: - Click on "Summary" now returns to top of page even with rawlog plugin. - Fix in log parsing that should reduce dropped records to only records that match a dropping criteria (SkipFiles, Skip..., Only...). +- Click on "Summary" now returns to top of page even with rawlog plugin. New features/improvements: - Increased speed by 10 to 20%. @@ -81,6 +82,8 @@ Note 1: When migrating to 6.x series, if you use the ExtraSections feature, REGEX syntax (with 5.x series, this parameter could contain simple string values). If not, feature will be broken. +Note 2: MaxLengthOfURL parameter has been renamed into MaxLengthOfShownURL + 5.9 diff --git a/docs/awstats_config.html b/docs/awstats_config.html index 68c0fbbc..aa07317f 100644 --- a/docs/awstats_config.html +++ b/docs/awstats_config.html @@ -1494,13 +1494,13 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors


-MaxLengthOfURL
+MaxLengthOfShownURL
Version : 1.0+
-
# Maximum length of URL shown on stats page (number of characters). This -
# affects only URL visible text, larger links still work. -
# Default: 70 +
# Maximum length of URL part shown on stats page (number of characters). +
# This affects only URL visible text, larger links still work. +
# Default: 64
# -
MaxLengthOfURL=70 +
MaxLengthOfShownURL=64


diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 0d328b64..c08ea392 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -1042,11 +1042,11 @@ ShowLinksOnUrl=1 UseHTTPSLinkForUrl="" -# Maximum length of URL shown on stats page (number of characters). This -# affects only URL visible text, link still work. -# Default: 70 +# Maximum length of URL part shown on stats page (number of characters). +# This affects only URL visible text, link still work. +# Default: 64 # -MaxLengthOfURL=70 +MaxLengthOfShownURL=64 # Set here the link used to point to Internet WhoIs database for hostnames. -- 2.47.3