diff --git a/CHANGED b/CHANGED
index 9568a8ecf..b0ade72fe 100644
--- a/CHANGED
+++ b/CHANGED
@@ -1,3 +1,6 @@
+- CVS
+ - bugfix: applying smallscreen attributes to firefox/opera
+
- 2011-07-08 (5.1)
- feature: smallscreen optimizations for iPhone
- feature: FHT8V rewrite (and moved from contrib into the FHEM directory).
diff --git a/docs/HOWTO.html b/docs/HOWTO.html
index cd19824f1..4c5f6d350 100644
--- a/docs/HOWTO.html
+++ b/docs/HOWTO.html
@@ -276,7 +276,7 @@
your browser must support SVG. Firefox, Opera, Chrome, Safari
(both on OSX and iOS) support SVG out of the box, Internet Explorer
from version 9. IE prior to version 9 does it via the Adobe "SVG viewer"
- plugin, and some Android versions prior to 3.0 do not support it.
+ plugin, on Android you need Opera or Firefox.
SVG mode is the default, to change it set the plotmode attribute to gnuplot or
diff --git a/docs/commandref.html b/docs/commandref.html
index a958c888b..188077218 100644
--- a/docs/commandref.html
+++ b/docs/commandref.html
@@ -5748,9 +5748,9 @@ Readings and STATE of temperature/humidity sensors are compatible with the CUL_W
The same scrolling as with gnuplot scroll, but the data is sent
as an SVG script to the frontend, which will compute
the image: no need for gnuplot on the backend.
- This is the default. Note: SVG is not supported on the Android
- platform and the Internet Explorer needs a plugin (as of
- 2010-05-15)
+ This is the default. Note: SVG is supported on the Android
+ platform by Opera/Firefox and the Internet Explorer before 9
+ needs a plugin.
See also the attribute fixedrange.
@@ -5786,9 +5786,9 @@ Readings and STATE of temperature/humidity sensors are compatible with the CUL_W
devices (i.e. tablets)
Note: The default configuration installed with make install-pgm2
installs 2 FHEMWEB instances: port 8083 for desktop browsers and
- port 8084 for smallscreen browsers, both using SVG rendering. As
- Android does not support SVG at the moment, change plotmode to
- gnuplot-scroll.
+ port 8084 for smallscreen browsers, both using SVG rendering.
+ On Android SVG is supported by Opera/Firefox.
+
WebApp suppport if specifying one of the above options: After viewing
the site on the iPhone or iPad in Safari, add it to the home-screen to
get full-screen support.
diff --git a/docs/fhem.html b/docs/fhem.html
index e53bea58f..c648612e5 100644
--- a/docs/fhem.html
+++ b/docs/fhem.html
@@ -220,6 +220,9 @@
HOWTO.html for a short
installation/configuration.
diff --git a/fhem.pl b/fhem.pl
index c6ff992f1..58ad2f273 100755
--- a/fhem.pl
+++ b/fhem.pl
@@ -167,7 +167,7 @@ my $nextat; # Time when next timer will be triggered.
my $intAtCnt=0;
my %duplicate; # Pool of received msg for multi-fhz/cul setups
my $duplidx=0; # helper for the above pool
-my $cvsid = '$Id: fhem.pl,v 1.146 2011-07-08 12:14:12 rudolfkoenig Exp $';
+my $cvsid = '$Id: fhem.pl,v 1.147 2011-07-15 08:59:31 rudolfkoenig Exp $';
my $namedef =
"where is either:\n" .
"- a single device name\n" .
@@ -298,7 +298,7 @@ if($attr{global}{logfile} ne "-" && !$attr{global}{nofork}) {
}
# FritzBox special: Wait until the time is set via NTP,
-# but no more then 2 hours
+# but not more than 2 hours
while(time() < 2*3600) {
sleep(5);
}
diff --git a/webfrontend/pgm2/01_FHEMWEB.pm b/webfrontend/pgm2/01_FHEMWEB.pm
index f37f67142..f88069597 100755
--- a/webfrontend/pgm2/01_FHEMWEB.pm
+++ b/webfrontend/pgm2/01_FHEMWEB.pm
@@ -410,7 +410,8 @@ FW_AnswerCall($)
if($FW_tp || $FW_ss) {
pO '';
pO '';
- pO '';
+ #pO ''
+ pO '' if($FW_ss);
}
my $rf = AttrVal($FW_wname, "refresh", "");
@@ -861,9 +862,8 @@ FW_showRoom()
pO "