[mythtv] Default vs. default in mythweb

Roger James roger at beardandsandals.co.uk
Sat Dec 24 09:34:32 EST 2005


Chris,

I am reasonably sure that my mythweb is up to date and clean.

Here is a grep for themes/Default...

Am I missing something here? :-)

roger at myth:~/mythplugins/mythweb$ svn update
At revision 8376.
roger at myth:~/mythplugins/mythweb$ svn info
Path: .
URL: http://svn.mythtv.org/svn/trunk/mythplugins/mythweb
Repository UUID: 7dbf422c-18fa-0310-86e9-fd20926502f2
Revision: 8376
Node Kind: directory
Schedule: normal
Last Changed Author: xris
Last Changed Rev: 8371
Last Changed Date: 2005-12-23 16:42:30 +0000 (Fri, 23 Dec 2005)
Properties Last Updated: 2005-12-21 18:51:38 +0000 (Wed, 21 Dec 2005)

roger at myth:~/mythplugins/mythweb$
roger at myth:~/mythplugins/mythweb$ svn status
roger at myth:~/mythplugins/mythweb$ ls
config  images    js         LICENSE  mythweb.php  skins      themes  vxml
data    includes  languages  modules  README       templates  TODO
roger at myth:~/mythplugins/mythweb$ find . -exec grep themes/Default {} \;
-print
            echo '<img src="themes/Default/img/leftwhite.png" border="0"
class="left_arrow">';
            echo '<img src="themes/Default/img/rightwhite.png" border="0"
class="right_arrow">';
./themes/default/tv/.svn/text-base/list_cell_program.php.svn-base
            echo '<img src="themes/Default/img/leftwhite.png" border="0"
class="left_arrow">';
            echo '<img src="themes/Default/img/rightwhite.png" border="0"
class="right_arrow">';
./themes/default/tv/list_cell_program.php
        img { behavior: url("themes/Default/pngbehavior.htc"); }
./themes/vxml/.svn/text-base/style.css.svn-base
        img { behavior: url("themes/Default/pngbehavior.htc"); }
./themes/vxml/style.css
        img { behavior: url("themes/Default/pngbehavior.htc"); }
./themes/wap/.svn/text-base/style.css.svn-base
        img { behavior: url("themes/Default/pngbehavior.htc"); }
./themes/wap/.svn/text-base/handheld.css.svn-base
        img { behavior: url("themes/Default/pngbehavior.htc"); }
./themes/wap/style.css
        img { behavior: url("themes/Default/pngbehavior.htc"); }
./themes/wap/handheld.css
    #       return unless ($File::Find::dir =~ m#^themes/Default/#);
        $this_file =~ s#^themes/Default/#themes/.../#;
./languages/.svn/text-base/build_translation.pl.svn-base
    #       return unless ($File::Find::dir =~ m#^themes/Default/#);
        $this_file =~ s#^themes/Default/#themes/.../#;
./languages/build_translation.pl
var blankSrc = "themes/Default/img/spacer.gif";
./js/.svn/text-base/pngbehavior.htc.svn-base
var blankSrc = "themes/Default/img/spacer.gif";
./js/pngbehavior.htc
roger at myth:~/mythplugins/mythweb$

There also appear to be a few places where Default is added to a url, but I
do not know if they are relevant.

These are the failing urls that I see in the tv listings

http://myth/mythweb/themes/Default/img/spacer.gif
http://myth/mythweb/themes/Default/img/leftwhite.png
http://myth/mythweb/themes/Default/img/rightwhite.png


Roger




More information about the mythtv-dev mailing list