> Please note that you're searching through the .svn control files that
> will of course list Default because it's in the svn history, The only
> legit listings for Default are in list_cell_program.php (fixed just now)
> and pngbehavior.htc (not fixed -- I need to figure out how to deal with
> paths in this file because of the new mod_rewrite paths). You should
> only hit pngbehavior.htc if you're running IE, so if you want to avoid
> it while I'm fixing things (and in general because it's the smart thing
> to do), don't use IE.
Thanks for the fix Chris. I was aware of the extra matches in .svn files. I
just wanted to show the unedited output from the actual grep I did. I did
another grep just on Default (the first was on themes/Default) and that did
show one or two uses of Default in active files. I just could not make sense
of them, sorry.
Here is a better grep on the updated source for info.
[EMAIL PROTECTED]:~/mythplugins/mythweb$ find . -path '*.svn*' -prune -o -exec
grep
Default {} \; -print
will reset your theme to Default, where you can readjust your settings
as
./README
foreach(array('Default', 'Live TV', 'High Quality', 'Low Quality') as
$profile) {
./themes/wml/program_detail.php
This is the main theme class for the Default MythWeb theme. It should
./themes/wml/theme.php
.$urlstr.'">'.t('Default').'</a>';
.$urlstr.'">'.t('Default').'</a>';
.$urlstr.'">'.t('Default').'</a>';
.$urlstr.'">'.t('Default').'</a>';
.$urlstr.'">'.t('Default').'</a>';
./themes/default/tv/upcoming.php
<dt><?php echo t('Time Stretch Default') ?>:</dt>
./themes/default/tv/detail.php
/* Default styles for form fields */
./themes/default/style.css
img { behavior: url("themes/Default/pngbehavior.htc"); }
/* Default styles for form fields */
./themes/vxml/style.css
This is the main theme class for the Default MythWeb theme. It should
./themes/vxml/theme.php
.$urlstr.'">'.t('Default').'</a>';
.$urlstr.'">'.t('Default').'</a>';
.$urlstr.'">'.t('Default').'</a>';
.$urlstr.'">'.t('Default').'</a>';
.$urlstr.'">'.t('Default').'</a>';
./themes/wap/scheduled_recordings.php
img { behavior: url("themes/Default/pngbehavior.htc"); }
/* Default styles for form fields */
./themes/wap/style.css
This is the main theme class for the Default MythWeb theme. It should
./themes/wap/theme.php
img { behavior: url("themes/Default/pngbehavior.htc"); }
/* Default styles for form fields */
./themes/wap/handheld.css
/* Default styles for form fields */
./skins/default/style.css
Default theme (I haven't yet decided if I should scan other themes), and
./languages/translations.txt
'Default' => '',
'Time Stretch Default' => '',
./languages/English.php
'Default' => 'Standard',
'Time Stretch Default' => 'Zeitraffer Vorgabewert',
./languages/German.php
'Default' => 'Privzet',
'Time Stretch Default' => '',
./languages/Slovenian.php
'Default' => 'Oletus',
'Time Stretch Default' => 'Ajan Säädön Oletus',
./languages/Finnish.php
# return unless ($File::Find::dir =~ m#^themes/Default/#);
$this_file =~ s#^themes/Default/#themes/.../#;
./languages/build_translation.pl
'Default' => '',
'Time Stretch Default' => '',
./languages/Australian.php
'Default' => 'Par
défaut',
'Time Stretch Default' => '',
./languages/French.php
'Default' => 'Por defecto',
'Time Stretch Default' => 'Ajuste de tiempo por defecto',
./languages/Spanish.php
'Default' => 'Standard',
'Time Stretch Default' => '',
./languages/Danish.php
'Default' => 'æ¢å®',
'Time Stretch Default' => '',
./languages/Japanese.php
'Default' => 'Standard',
'Time Stretch Default' => 'Förvalt tempo',
./languages/Swedish.php
'Default' => 'Standaard',
'Time Stretch Default' => '',
./languages/Dutch.php
// Default values
// Default values
./includes/mythbackend.php
// Default language file is English
// Default parameters to $int
./includes/translate.php
^[[?6c * @param string $server Database server to connect to
(Default: localhost)
./includes/db.php
foreach(array('Default', 'Live TV', 'High Quality', 'Low Quality')
as $profile) {
// Default
$groups['Default'] = 'Default';
$group or $group = 'Default';
$group or $group = 'Default';
./includes/recording_schedules.php
$image = "images/weather/Default/".$image;
./modules/weather/handler.php
// Default value - just use the current time
./modules/tv/list.php
// Default title/subtitle
$schedule->transcoder =
get_backend_setting('DefaultTranscoder');
$result = mysql_query("SELECT data from settings where
value='AutoExpireDefault'");
./modules/tv/schedules_manual.php
// Defaults
./modules/tv/upcoming.php
$schedule->transcoder =
get_backend_setting('DefaultTranscoder');
$result = mysql_query("SELECT data from settings where
value='AutoExpireDefault'");
./modules/tv/detail.php
var blankSrc = "themes/Default/img/spacer.gif";
./js/pngbehavior.htc
// Default failure handler
./js/ajax.js
[EMAIL PROTECTED]:~/mythplugins/mythweb$
Keep up the good work.
Thanks,
Roger
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev