Author: duncan
Date: Sun Feb 24 07:28:57 2008
New Revision: 10421

Log:
[ 1895302 ] image popup encoding
Patch from George Kibardin applied


Modified:
   branches/rel-1-7/freevo/ChangeLog
   branches/rel-1-7/freevo/src/www/htdocs/fileinfo.rpy
   branches/rel-1/freevo/ChangeLog
   branches/rel-1/freevo/src/www/htdocs/fileinfo.rpy

Modified: branches/rel-1-7/freevo/ChangeLog
==============================================================================
--- branches/rel-1-7/freevo/ChangeLog   (original)
+++ branches/rel-1-7/freevo/ChangeLog   Sun Feb 24 07:28:57 2008
@@ -32,6 +32,7 @@
  * Fixed rom_drives plug-in crashing when toggling the eject/close drive 
(B#1890647)
  * Fixed the main program to cause a crash when local_conf.py is invalid 
(B#1886624)
  * Fixed web servers encoding interface (B#1885914)
+ * Fixed web servers image popup encoding (B#1895302)
 
 == Release 1.7.6.1 (2008-02-05) ==
 ----------------------------------

Modified: branches/rel-1-7/freevo/src/www/htdocs/fileinfo.rpy
==============================================================================
--- branches/rel-1-7/freevo/src/www/htdocs/fileinfo.rpy (original)
+++ branches/rel-1-7/freevo/src/www/htdocs/fileinfo.rpy Sun Feb 24 07:28:57 2008
@@ -175,6 +175,7 @@
             fv.res += (
                u"<html>" \
                u"<head><title>%s</title>" \
+               u'<meta http-equiv="Content-Type" content= "text/html; 
charset='+ config.encoding +'"/>\n' \
                u"<link href=\"styles/main.css\" rel=\"stylesheet\" 
type=\"text/css\" /></head>" \
                u"<body>"\
                u"<img src=\"%s\" height=\"%s\" width=\"%s\" />"\

Modified: branches/rel-1/freevo/ChangeLog
==============================================================================
--- branches/rel-1/freevo/ChangeLog     (original)
+++ branches/rel-1/freevo/ChangeLog     Sun Feb 24 07:28:57 2008
@@ -34,6 +34,7 @@
  * Fixed ivtv_xine_tv plug-in encoding of OSD messages (B#1893373)
  * Fixed the main program to cause a crash when local_conf.py is invalid 
(B#1886624)
  * Fixed web servers encoding interface (B#1885914)
+ * Fixed web servers image popup encoding (B#1895302)
 
 == Release 1.7.6.1 (2008-02-05) ==
 ----------------------------------

Modified: branches/rel-1/freevo/src/www/htdocs/fileinfo.rpy
==============================================================================
--- branches/rel-1/freevo/src/www/htdocs/fileinfo.rpy   (original)
+++ branches/rel-1/freevo/src/www/htdocs/fileinfo.rpy   Sun Feb 24 07:28:57 2008
@@ -162,6 +162,7 @@
             fv.res += (
                u"<html>" \
                u"<head><title>%s</title>" \
+               u'<meta http-equiv="Content-Type" content= "text/html; 
charset='+ config.encoding +'"/>\n' \
                u"<link href=\"styles/main.css\" rel=\"stylesheet\" 
type=\"text/css\" /></head>" \
                u"<body>"\
                u"<img src=\"%s\" height=\"%s\" width=\"%s\" />"\

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to