[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/7.0_dfsg-4-3-g25a1fad

Sergey B Kirpichev skirpichev at gmail.com
Wed Dec 21 19:09:17 UTC 2011


The following commit has been merged in the master branch:
commit 25a1fad2b0a790698b495af895142f9c086fcb1a
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Wed Dec 21 22:57:01 2011 +0400

    1019_allow_frame_resize.patch: Allow resize of mainleft/right frames (Closes: #293218)

diff --git a/debian/patches/1019_allow_frame_resize.patch b/debian/patches/1019_allow_frame_resize.patch
new file mode 100644
index 0000000..9c15e19
--- /dev/null
+++ b/debian/patches/1019_allow_frame_resize.patch
@@ -0,0 +1,23 @@
+Description: Allow resize of mainleft/right frames.
+Author: Sergey B Kirpichev <skirpichev at gmail.com>
+Debian-Bug: http://bugs.debian.org/293218
+
+---
+ wwwroot/cgi-bin/awstats.pl |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- a/wwwroot/cgi-bin/awstats.pl
++++ b/wwwroot/cgi-bin/awstats.pl
+@@ -17153,10 +17153,10 @@
+ 	print "<frameset cols=\"$FRAMEWIDTH,*\">\n";
+ 	print "<frame name=\"mainleft\" src=\""
+ 	  . XMLEncode("$AWScript${NewLinkParams}framename=mainleft")
+-	  . "\" noresize=\"noresize\" frameborder=\"0\" />\n";
++	  . "\" frameborder=\"0\" />\n";
+ 	print "<frame name=\"mainright\" src=\""
+ 	  . XMLEncode("$AWScript${NewLinkParams}framename=mainright")
+-	  . "\" noresize=\"noresize\" scrolling=\"yes\" frameborder=\"0\" />\n";
++	  . "\" scrolling=\"yes\" frameborder=\"0\" />\n";
+ 	print "<noframes><body>";
+ 	print "Your browser does not support frames.<br />\n";
+ 	print "You must set AWStats UseFramesWhenCGI parameter to 0\n";
diff --git a/debian/patches/series b/debian/patches/series
index bd0723c..84e7b5c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,5 +11,6 @@
 1016_downloads_list_page.patch
 1017_fix_html_output_markup.patch
 1018_perl5-14.patch
+1019_allow_frame_resize.patch
 2001_awstatsprog_path.patch
 2002_nboflastupdatelookuptosave.patch

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list