rpms/mame/F-13 .cvsignore, 1.10, 1.11 mame.spec, 1.10, 1.11 sources, 1.10, 1.11
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22766
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Fri Aug 13 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.139u1-1
- Updated to 0.139u1
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 29 Jul 2010 19:57:34 -0000 1.10
+++ .cvsignore 14 Aug 2010 08:02:21 -0000 1.11
@@ -1 +1,2 @@
mame0139s.exe
+0139u1_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/mame.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mame.spec 29 Jul 2010 19:57:34 -0000 1.10
+++ mame.spec 14 Aug 2010 08:02:21 -0000 1.11
@@ -2,7 +2,7 @@
%bcond_with debug
%global baseversion 139
-#global sourceupdate 4
+%global sourceupdate 1
Name: mame
%if 0%{?sourceupdate}
@@ -23,9 +23,9 @@
%if 0%{?sourceupdate}
#Source updates
Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
-Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
-Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
-Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
+#Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
+#Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
+#Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
%endif
Patch0: %{name}-fortify.patch
Patch2: %{name}-verbosebuild.patch
@@ -232,6 +232,9 @@
%changelog
+* Fri Aug 13 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.139u1-1
+- Updated to 0.139u1
+
* Thu Jul 29 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.139
- Updated to 0.139
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 29 Jul 2010 19:57:34 -0000 1.10
+++ sources 14 Aug 2010 08:02:21 -0000 1.11
@@ -1 +1,2 @@
51903a6ee402c8cbc25c2c3f12b77597 mame0139s.exe
+4abbeeef195864fb894163718ff49fec 0139u1_diff.zip
14 years, 3 months
rpms/F12/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/F12/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsX28019/rpms/F12/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module F12
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: F12
# $Id: Makefile,v 1.1 2010/08/13 22:06:05 kwizart Exp $
NAME := F12
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
14 years, 3 months
rpms/F12 Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/F12
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsX28019/rpms/F12
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module F12
--- NEW FILE Makefile ---
# Top level Makefile for module F12
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
14 years, 3 months
rpms/F12/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/F12/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsX28019/rpms/F12/devel
Log Message:
Directory /cvs/free/rpms/F12/devel added to the repository
14 years, 3 months
rpms/F12 - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/F12
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsX28019/rpms/F12
Log Message:
Directory /cvs/free/rpms/F12 added to the repository
14 years, 3 months
rpms/minitube/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/minitube/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsz27973/rpms/minitube/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module minitube
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: minitube
# $Id: Makefile,v 1.1 2010/08/13 22:06:01 kwizart Exp $
NAME := minitube
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
14 years, 3 months
rpms/minitube Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/minitube
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsz27973/rpms/minitube
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module minitube
--- NEW FILE Makefile ---
# Top level Makefile for module minitube
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
14 years, 3 months
rpms/minitube - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/minitube
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsz27973/rpms/minitube
Log Message:
Directory /cvs/free/rpms/minitube added to the repository
14 years, 3 months
rpms/minitube/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/minitube/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsz27973/rpms/minitube/devel
Log Message:
Directory /cvs/free/rpms/minitube/devel added to the repository
14 years, 3 months
rpms/mythtv/F-13 mythplugins-0.23.1-svnfixes.patch,NONE,1.1
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23127
Added Files:
mythplugins-0.23.1-svnfixes.patch
Log Message:
wtf, I swear I already added this...
mythplugins-0.23.1-svnfixes.patch:
mythmusic/theme/default-wide/music-ui.xml | 2 -
mythmusic/theme/default/music-ui.xml | 18 +++++++---
mythvideo/mythvideo/scripts/jamu.py | 5 ++
mythweb/classes/Database.php | 4 +-
mythweb/classes/Database/Query.php | 4 +-
mythweb/classes/Database/Query/mysql.php | 4 +-
mythweb/classes/Database/Query/mysqlicompat.php | 4 +-
mythweb/classes/Database/mysql.php | 4 +-
mythweb/classes/Database/mysqlicompat.php | 4 +-
mythweb/classes/JSON.php | 4 +-
mythweb/classes/Modules.php | 4 +-
mythweb/classes/MythBackend.php | 4 +-
mythweb/classes/MythFrontend.php | 4 +-
mythweb/includes/class_autoload.php | 4 +-
mythweb/includes/cleanup.php | 4 +-
mythweb/includes/config.php | 4 +-
mythweb/includes/css.php | 4 +-
mythweb/includes/data_dir.php | 4 +-
mythweb/includes/database.php | 4 +-
mythweb/includes/db_update.php | 4 +-
mythweb/includes/defines.php | 4 +-
mythweb/includes/errordisplay.php | 4 +-
mythweb/includes/errors.php | 4 +-
mythweb/includes/init.php | 4 +-
mythweb/includes/jobqueue.php | 4 +-
mythweb/includes/lockdown.php | 4 +-
mythweb/includes/mobile.php | 4 +-
mythweb/includes/mouseovers.php | 4 +-
mythweb/includes/php_version_check.php | 4 +-
mythweb/includes/session.php | 4 +-
mythweb/includes/skin.php | 4 +-
mythweb/includes/sorting.php | 4 +-
mythweb/includes/translate.php | 4 +-
mythweb/includes/utils.php | 4 +-
mythweb/js/pngbehavior.htc | 2 -
mythweb/js/table_sort.js | 4 +-
mythweb/js/utils.js | 4 +-
mythweb/modules/_shared/tmpl/_errors/db_access_denied.php | 4 +-
mythweb/modules/_shared/tmpl/_errors/db_vars_error.php | 4 +-
mythweb/modules/_shared/tmpl/_errors/error.php | 4 +-
mythweb/modules/_shared/tmpl/_errors/fatal.php | 4 +-
mythweb/modules/_shared/tmpl/_errors/lockdown.php | 4 +-
mythweb/modules/_shared/tmpl/_errors/no_modules.php | 4 +-
mythweb/modules/_shared/tmpl/_errors/site_down.php | 4 +-
mythweb/modules/_shared/tmpl/_errors/unknown_module.php | 4 +-
mythweb/modules/_shared/tmpl/default/footer.php | 4 +-
mythweb/modules/_shared/tmpl/default/header.php | 4 +-
mythweb/modules/_shared/tmpl/default/welcome.php | 4 +-
mythweb/modules/_shared/tmpl/iPod/footer.php | 4 +-
mythweb/modules/_shared/tmpl/iPod/header.php | 4 +-
mythweb/modules/_shared/tmpl/iPod/welcome.php | 4 +-
mythweb/modules/_shared/tmpl/lite/footer.php | 4 +-
mythweb/modules/_shared/tmpl/lite/header.php | 4 +-
mythweb/modules/_shared/tmpl/lite/welcome.php | 4 +-
mythweb/modules/_shared/tmpl/wap/footer.php | 4 +-
mythweb/modules/_shared/tmpl/wap/header.php | 4 +-
mythweb/modules/_shared/tmpl/wap/welcome.php | 4 +-
mythweb/modules/backend_log/handler.php | 4 +-
mythweb/modules/backend_log/init.php | 4 +-
mythweb/modules/backend_log/tmpl/default/backend_log.php | 4 +-
mythweb/modules/backend_log/tmpl/default/welcome.php | 4 +-
mythweb/modules/backend_log/tmpl/lite/backend_log.php | 4 +-
mythweb/modules/backend_log/tmpl/lite/welcome.php | 4 +-
mythweb/modules/database/init.php | 4 +-
mythweb/modules/database/set_settings.php | 4 +-
mythweb/modules/database/tmpl/default/set_settings.php | 4 +-
mythweb/modules/music/handler.php | 4 +-
mythweb/modules/music/init.php | 4 +-
mythweb/modules/music/mp3act_functions.php | 4 +-
mythweb/modules/music/stream.php | 4 +-
mythweb/modules/music/tmpl/default/welcome.php | 4 +-
mythweb/modules/mythtv/init.php | 4 +-
mythweb/modules/mythtv/set_keys.php | 4 +-
mythweb/modules/mythtv/set_settings.php | 4 +-
mythweb/modules/mythtv/tmpl/default/set_keys.php | 4 +-
mythweb/modules/mythtv/tmpl/default/set_settings.php | 4 +-
mythweb/modules/mythtv/tmpl/lite/set_keys.php | 4 +-
mythweb/modules/mythtv/tmpl/lite/set_settings.php | 4 +-
mythweb/modules/mythweb/init.php | 4 +-
mythweb/modules/mythweb/set_defaults.php | 4 +-
mythweb/modules/mythweb/set_flvplayer.php | 4 +-
mythweb/modules/mythweb/set_session.php | 4 +-
mythweb/modules/mythweb/tmpl/default/set_defaults.php | 4 +-
mythweb/modules/mythweb/tmpl/default/set_flvplayer.php | 4 +-
mythweb/modules/mythweb/tmpl/default/set_session.php | 4 +-
mythweb/modules/mythweb/tmpl/lite/set_defaults.php | 4 +-
mythweb/modules/mythweb/tmpl/lite/set_flvplayer.php | 4 +-
mythweb/modules/mythweb/tmpl/lite/set_session.php | 4 +-
mythweb/modules/remote/do.php | 4 +-
mythweb/modules/remote/handler.php | 4 +-
mythweb/modules/remote/init.php | 4 +-
mythweb/modules/remote/keys.php | 4 +-
mythweb/modules/remote/play_program_on_frontend.php | 4 +-
mythweb/modules/remote/tmpl/default/keys.php | 4 +-
mythweb/modules/remote/tmpl/default/remote.php | 4 +-
mythweb/modules/remote/tmpl/default/welcome.php | 4 +-
mythweb/modules/remote/tmpl/iPod/play_program_on_frontend.php | 4 +-
mythweb/modules/remote/tmpl/iPod/welcome.php | 4 +-
mythweb/modules/settings/handler.php | 4 +-
mythweb/modules/settings/init.php | 4 +-
mythweb/modules/settings/tmpl/default/header.php | 4 +-
mythweb/modules/settings/tmpl/default/welcome.php | 4 +-
mythweb/modules/settings/tmpl/lite/header.php | 4 +-
mythweb/modules/settings/tmpl/lite/mythweb.php | 4 +-
mythweb/modules/settings/tmpl/lite/welcome.php | 4 +-
mythweb/modules/stats/handler.php | 4 +-
mythweb/modules/stats/init.php | 4 +-
mythweb/modules/stats/tmpl/default/stats.php | 4 +-
mythweb/modules/stats/tmpl/default/welcome.php | 4 +-
mythweb/modules/stats/tmpl/lite/stats.php | 4 +-
mythweb/modules/stats/tmpl/lite/welcome.php | 4 +-
mythweb/modules/status/handler.php | 4 +-
mythweb/modules/status/init.php | 4 +-
mythweb/modules/status/tmpl/default/status.php | 4 +-
mythweb/modules/status/tmpl/default/welcome.php | 4 +-
mythweb/modules/status/tmpl/lite/status.php | 4 +-
mythweb/modules/status/tmpl/lite/welcome.php | 4 +-
mythweb/modules/status/tmpl/wap/status.php | 4 +-
mythweb/modules/stream/handler.pl | 4 +-
mythweb/modules/stream/init.php | 4 +-
mythweb/modules/stream/set_protocol.php | 4 +-
mythweb/modules/stream/stream_asx.pl | 4 +-
mythweb/modules/stream/stream_flv.pl | 4 +-
mythweb/modules/stream/stream_flvp.pl | 4 +-
mythweb/modules/stream/stream_mp4.pl | 4 +-
mythweb/modules/stream/stream_raw.pl | 4 +-
mythweb/modules/stream/tmpl/default/set_protocol.php | 4 +-
mythweb/modules/stream/tmpl/lite/set_protocol.php | 4 +-
mythweb/modules/stream/tv.pl | 4 +-
mythweb/modules/tv/canned_searches.conf.php | 4 +-
mythweb/modules/tv/channel.php | 4 +-
mythweb/modules/tv/classes/Channel.php | 4 +-
mythweb/modules/tv/classes/Channel_List.php | 4 +-
mythweb/modules/tv/classes/Program.php | 4 +-
mythweb/modules/tv/classes/Recording.php | 4 +-
mythweb/modules/tv/classes/Schedule.php | 4 +-
mythweb/modules/tv/detail.php | 4 +-
mythweb/modules/tv/get_pixmap.php | 4 +-
mythweb/modules/tv/handler.php | 4 +-
mythweb/modules/tv/includes/channels.php | 4 +-
mythweb/modules/tv/includes/programs.php | 4 +-
mythweb/modules/tv/includes/recording_schedules.php | 4 +-
mythweb/modules/tv/includes/schedule_utils.php | 4 +-
mythweb/modules/tv/init.php | 4 +-
mythweb/modules/tv/list.php | 4 +-
mythweb/modules/tv/list_recording_groups.php | 4 +-
mythweb/modules/tv/list_shows_in_title_and_group.php | 4 +-
mythweb/modules/tv/list_titles_in_group.php | 4 +-
mythweb/modules/tv/opensearch.php | 4 +-
mythweb/modules/tv/recorded.php | 4 +-
mythweb/modules/tv/schedules.php | 4 +-
mythweb/modules/tv/schedules_custom.php | 4 +-
mythweb/modules/tv/schedules_manual.php | 4 +-
mythweb/modules/tv/search.php | 4 +-
mythweb/modules/tv/searches.php | 4 +-
mythweb/modules/tv/set_channels.php | 4 +-
mythweb/modules/tv/set_playgroup.php | 4 +-
mythweb/modules/tv/set_screens.php | 4 +-
mythweb/modules/tv/set_session.php | 4 +-
mythweb/modules/tv/submenu.php | 4 +-
mythweb/modules/tv/tmpl/default/channel.php | 4 +-
mythweb/modules/tv/tmpl/default/detail.php | 4 +-
mythweb/modules/tv/tmpl/default/list.php | 4 +-
mythweb/modules/tv/tmpl/default/list_data.php | 4 +-
mythweb/modules/tv/tmpl/default/recorded.php | 4 +-
mythweb/modules/tv/tmpl/default/schedules.php | 4 +-
mythweb/modules/tv/tmpl/default/schedules_custom.php | 4 +-
mythweb/modules/tv/tmpl/default/schedules_manual.php | 4 +-
mythweb/modules/tv/tmpl/default/search.php | 4 +-
mythweb/modules/tv/tmpl/default/searches.php | 4 +-
mythweb/modules/tv/tmpl/default/set_channels.php | 4 +-
mythweb/modules/tv/tmpl/default/set_playgroup.php | 4 +-
mythweb/modules/tv/tmpl/default/set_screens.php | 4 +-
mythweb/modules/tv/tmpl/default/set_session.php | 4 +-
mythweb/modules/tv/tmpl/default/upcoming.php | 4 +-
mythweb/modules/tv/tmpl/default/welcome.php | 4 +-
mythweb/modules/tv/tmpl/iPod/detail.php | 4 +-
mythweb/modules/tv/tmpl/iPod/list_recording_groups.php | 4 +-
mythweb/modules/tv/tmpl/iPod/list_shows_in_title_and_group.php | 4 +-
mythweb/modules/tv/tmpl/iPod/list_titles_in_group.php | 4 +-
mythweb/modules/tv/tmpl/iPod/search.php | 4 +-
mythweb/modules/tv/tmpl/iPod/submenu.php | 4 +-
mythweb/modules/tv/tmpl/iPod/upcoming.php | 4 +-
mythweb/modules/tv/tmpl/iPod/welcome.php | 4 +-
mythweb/modules/tv/tmpl/ical/upcoming.php | 4 +-
mythweb/modules/tv/tmpl/lite/channel.php | 4 +-
mythweb/modules/tv/tmpl/lite/detail.php | 4 +-
mythweb/modules/tv/tmpl/lite/list.php | 4 +-
mythweb/modules/tv/tmpl/lite/recorded.php | 4 +-
mythweb/modules/tv/tmpl/lite/schedules.php | 4 +-
mythweb/modules/tv/tmpl/lite/schedules_custom.php | 4 +-
mythweb/modules/tv/tmpl/lite/schedules_manual.php | 4 +-
mythweb/modules/tv/tmpl/lite/search.php | 4 +-
mythweb/modules/tv/tmpl/lite/searches.php | 4 +-
mythweb/modules/tv/tmpl/lite/set_channels.php | 4 +-
mythweb/modules/tv/tmpl/lite/set_session.php | 4 +-
mythweb/modules/tv/tmpl/lite/upcoming.php | 4 +-
mythweb/modules/tv/tmpl/lite/welcome.php | 4 +-
mythweb/modules/tv/tmpl/rss/recorded.php | 4 +-
mythweb/modules/tv/tmpl/wap/channel.php | 4 +-
mythweb/modules/tv/tmpl/wap/detail.php | 4 +-
mythweb/modules/tv/tmpl/wap/list.php | 4 +-
mythweb/modules/tv/tmpl/wap/recorded.php | 4 +-
mythweb/modules/tv/tmpl/wap/search.php | 4 +-
mythweb/modules/tv/tmpl/wap/upcoming.php | 4 +-
mythweb/modules/tv/upcoming.php | 4 +-
mythweb/modules/video/edit.php | 4 +-
mythweb/modules/video/handler.php | 4 +-
mythweb/modules/video/imdb.php | 4 +-
mythweb/modules/video/init.php | 4 +-
mythweb/modules/video/scan.php | 4 +-
mythweb/modules/video/set_settings.php | 4 +-
mythweb/modules/video/tmpl/default/set_settings.php | 4 +-
mythweb/modules/video/tmpl/default/video.php | 4 +-
mythweb/modules/video/tmpl/default/welcome.php | 4 +-
mythweb/modules/weather/classes/WeatherScreen.php | 4 +-
mythweb/modules/weather/handler.php | 4 +-
mythweb/modules/weather/init.php | 4 +-
mythweb/modules/weather/set_screen.php | 4 +-
mythweb/modules/weather/tmpl/default/set_screen.php | 4 +-
mythweb/modules/weather/tmpl/default/weather.18h.php | 4 +-
mythweb/modules/weather/tmpl/default/weather.3d.php | 4 +-
mythweb/modules/weather/tmpl/default/weather.6d.php | 4 +-
mythweb/modules/weather/tmpl/default/weather.am.php | 4 +-
mythweb/modules/weather/tmpl/default/weather.cc.php | 4 +-
mythweb/modules/weather/tmpl/default/weather.php | 4 +-
mythweb/modules/weather/tmpl/default/weather.sm.php | 4 +-
mythweb/modules/weather/tmpl/default/welcome.php | 4 +-
mythweb/modules/welcome.php | 4 +-
mythweb/mythweb.php | 4 +-
mythweb/mythweb.pl | 4 +-
231 files changed, 473 insertions(+), 462 deletions(-)
--- NEW FILE mythplugins-0.23.1-svnfixes.patch ---
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythmusic/theme/default/music-ui.xml mythplugins-0.23.1/mythmusic/theme/default/music-ui.xml
--- mythplugins-0.23.1-release/mythmusic/theme/default/music-ui.xml 2010-02-02 13:39:22.000000000 -0500
+++ mythplugins-0.23.1/mythmusic/theme/default/music-ui.xml 2010-08-07 14:14:51.432531000 -0400
@@ -1508,7 +1508,7 @@
</statetype>
<textarea name="info" from="basetextarea">
- <area>170,129,250,25</area>
+ <area>170,125,250,25</area>
</textarea>
<textarea name="time" from="basetextarea">
@@ -1518,12 +1518,20 @@
<imagetype name="coverart">
<filename>mm_nothumb.png</filename>
- <area>22,22,144,144</area>
+ <area>22,22,143,144</area>
</imagetype>
- <progressbar name="progress" from="baseprogressbar">
- <position>170,150</position>
- </progressbar>
+ <progressbar name="progress">
+ <area>170,150,10,10</area>
+ <layout>horizontal</layout>
+ <style>reveal</style>
+ <imagetype name="background">
+ <filename>mm_progress-bg.png</filename>
+ </imagetype>
+ <imagetype name="progressimage">
+ <filename>mm_progress-fg.png</filename>
+ </imagetype>
+ </progressbar>
</window>
</mythuitheme>
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythmusic/theme/default-wide/music-ui.xml mythplugins-0.23.1/mythmusic/theme/default-wide/music-ui.xml
--- mythplugins-0.23.1-release/mythmusic/theme/default-wide/music-ui.xml 2010-02-02 13:39:22.000000000 -0500
+++ mythplugins-0.23.1/mythmusic/theme/default-wide/music-ui.xml 2010-08-07 14:14:51.432531000 -0400
@@ -270,7 +270,7 @@
<textarea name="time_text" draworder="1">
<font>currentartist</font>
- <area>200,120,185,35</area>
+ <area>200,120,200,35</area>
</textarea>
<blackhole name="visual_blackhole">
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythvideo/mythvideo/scripts/jamu.py mythplugins-0.23.1/mythvideo/mythvideo/scripts/jamu.py
--- mythplugins-0.23.1-release/mythvideo/mythvideo/scripts/jamu.py 2010-05-06 11:05:16.000000000 -0400
+++ mythplugins-0.23.1/mythvideo/mythvideo/scripts/jamu.py 2010-07-30 01:30:44.653168000 -0400
@@ -492,7 +492,6 @@ try:
mythdb = None
mythvideo = None
mythbeconn = None
- localhostname = gethostname()
try:
'''Create an instance of each: MythDB, MythVideo
'''
@@ -510,6 +509,10 @@ try:
except Exception, e:
print u"\n! Warning - Creating an instance caused an error for one of: MythDBConn or MythVideo, error(%s)\n" % e
try:
+ localhostname = mythdb.gethostname()
+ except:
+ localhostname = gethostname()
+ try:
MythLog._setlevel('none') # Some non option -M cannot have any logging on stdout
mythbeconn = MythBE(backend=localhostname, db=mythdb)
MythLog._setlevel('important,general')
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/classes/Database/mysqlicompat.php mythplugins-0.23.1/mythweb/classes/Database/mysqlicompat.php
--- mythplugins-0.23.1-release/mythweb/classes/Database/mysqlicompat.php 2008-11-08 21:42:14.000000000 -0500
+++ mythplugins-0.23.1/mythweb/classes/Database/mysqlicompat.php 2008-11-08 21:42:14.216654000 -0500
@@ -20,8 +20,8 @@
* compatibility so programs can take advantage of the better integration of
* mysqli but still run on older installations.
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/classes... $
- * @date $Date: 2008-11-08 18:42:14 -0800 (Sat, 08 Nov 2008) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2008-11-08 21:42:14 -0500 (Sat, 08 Nov 2008) $
* @version $Revision: 19023 $
* @author $Author: kormoc $
* @copyright Silicon Mechanics
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/classes/Database/mysql.php mythplugins-0.23.1/mythweb/classes/Database/mysql.php
--- mythplugins-0.23.1-release/mythweb/classes/Database/mysql.php 2008-11-08 21:42:14.000000000 -0500
+++ mythplugins-0.23.1/mythweb/classes/Database/mysql.php 2008-11-08 21:42:14.216654000 -0500
@@ -13,8 +13,8 @@
*
* MySQL Database connection class.
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/classes... $
- * @date $Date: 2008-11-08 18:42:14 -0800 (Sat, 08 Nov 2008) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2008-11-08 21:42:14 -0500 (Sat, 08 Nov 2008) $
* @version $Revision: 19023 $
* @author $Author: kormoc $
* @copyright Silicon Mechanics
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/classes/Database/Query/mysqlicompat.php mythplugins-0.23.1/mythweb/classes/Database/Query/mysqlicompat.php
--- mythplugins-0.23.1-release/mythweb/classes/Database/Query/mysqlicompat.php 2007-12-31 15:38:38.000000000 -0500
+++ mythplugins-0.23.1/mythweb/classes/Database/Query/mysqlicompat.php 2007-12-31 15:38:38.100453000 -0500
@@ -15,8 +15,8 @@
* This is also the parent class for the full/expanded mysqli query object,
* since many of the routines are shared between them.
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/classes... $
- * @date $Date: 2007-12-31 12:38:38 -0800 (Mon, 31 Dec 2007) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2007-12-31 15:38:38 -0500 (Mon, 31 Dec 2007) $
* @version $Revision: 15274 $
* @author $Author: xris $
* @copyright Silicon Mechanics
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/classes/Database/Query/mysql.php mythplugins-0.23.1/mythweb/classes/Database/Query/mysql.php
--- mythplugins-0.23.1-release/mythweb/classes/Database/Query/mysql.php 2007-12-31 15:38:38.000000000 -0500
+++ mythplugins-0.23.1/mythweb/classes/Database/Query/mysql.php 2007-12-31 15:38:38.100453000 -0500
@@ -13,8 +13,8 @@
*
* Query handler for MySQL
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/classes... $
- * @date $Date: 2007-12-31 12:38:38 -0800 (Mon, 31 Dec 2007) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2007-12-31 15:38:38 -0500 (Mon, 31 Dec 2007) $
* @version $Revision: 15274 $
* @author $Author: xris $
* @copyright Silicon Mechanics
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/classes/Database/Query.php mythplugins-0.23.1/mythweb/classes/Database/Query.php
--- mythplugins-0.23.1-release/mythweb/classes/Database/Query.php 2009-10-09 01:29:02.000000000 -0400
+++ mythplugins-0.23.1/mythweb/classes/Database/Query.php 2009-10-09 01:29:02.832866000 -0400
@@ -14,8 +14,8 @@
* This is an abstract superclass that defines the basic variables and functions
* used by possible subclasses.
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/classes... $
- * @date $Date: 2009-10-08 22:29:02 -0700 (Thu, 08 Oct 2009) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2009-10-09 01:29:02 -0400 (Fri, 09 Oct 2009) $
* @version $Revision: 22328 $
* @author $Author: kormoc $
* @copyright Silicon Mechanics
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/classes/Database.php mythplugins-0.23.1/mythweb/classes/Database.php
--- mythplugins-0.23.1-release/mythweb/classes/Database.php 2008-06-01 19:52:54.000000000 -0400
+++ mythplugins-0.23.1/mythweb/classes/Database.php 2008-06-01 19:52:54.094464000 -0400
@@ -24,8 +24,8 @@
* define _errstr() and _errno() methods to return the appropriate database
* engine error string/number.
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/classes... $
- * @date $Date: 2008-06-01 16:52:54 -0700 (Sun, 01 Jun 2008) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2008-06-01 19:52:54 -0400 (Sun, 01 Jun 2008) $
* @version $Revision: 17434 $
* @author $Author: kormoc $
* @copyright Silicon Mechanics
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/classes/JSON.php mythplugins-0.23.1/mythweb/classes/JSON.php
--- mythplugins-0.23.1-release/mythweb/classes/JSON.php 2008-02-22 16:35:09.000000000 -0500
+++ mythplugins-0.23.1/mythweb/classes/JSON.php 2008-02-22 16:35:09.910169000 -0500
@@ -3,8 +3,8 @@
* Wrapper so we can support php less then 5.2 and/or installs without native json built in.
* The native json is much faster, so prefer it if we can.
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/classes... $
- * @date $Date: 2008-02-22 13:35:09 -0800 (Fri, 22 Feb 2008) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2008-02-22 16:35:09 -0500 (Fri, 22 Feb 2008) $
* @version $Revision: 16202 $
* @author $Author: xris $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/classes/Modules.php mythplugins-0.23.1/mythweb/classes/Modules.php
--- mythplugins-0.23.1-release/mythweb/classes/Modules.php 2009-01-22 02:08:37.000000000 -0500
+++ mythplugins-0.23.1/mythweb/classes/Modules.php 2009-01-22 02:08:37.784770000 -0500
@@ -2,8 +2,8 @@
/**
* Handling Modules
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/classes... $
- * @date $Date: 2009-01-21 23:08:37 -0800 (Wed, 21 Jan 2009) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2009-01-22 02:08:37 -0500 (Thu, 22 Jan 2009) $
* @version $Revision: 19784 $
* @author $Author: kormoc $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/classes/MythBackend.php mythplugins-0.23.1/mythweb/classes/MythBackend.php
--- mythplugins-0.23.1-release/mythweb/classes/MythBackend.php 2010-07-16 23:33:19.000000000 -0400
+++ mythplugins-0.23.1/mythweb/classes/MythBackend.php 2010-07-16 23:33:19.783309000 -0400
@@ -1,8 +1,8 @@
<?php
/**
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/classes... $
- * @date $Date: 2010-07-16 20:33:19 -0700 (Fri, 16 Jul 2010) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2010-07-16 23:33:19 -0400 (Fri, 16 Jul 2010) $
* @version $Revision: 25367 $
* @author $Author: cpinkham $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/classes/MythFrontend.php mythplugins-0.23.1/mythweb/classes/MythFrontend.php
--- mythplugins-0.23.1-release/mythweb/classes/MythFrontend.php 2009-01-22 02:01:06.000000000 -0500
[...2850 lines suppressed...]
+ * @date $Date: 2008-02-16 19:07:51 -0500 (Sat, 16 Feb 2008) $
* @version $Revision: 16087 $
* @author $Author: kormoc $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/modules/weather/init.php mythplugins-0.23.1/mythweb/modules/weather/init.php
--- mythplugins-0.23.1-release/mythweb/modules/weather/init.php 2008-02-17 19:50:28.000000000 -0500
+++ mythplugins-0.23.1/mythweb/modules/weather/init.php 2008-02-17 19:50:28.500640000 -0500
@@ -2,8 +2,8 @@
/**
* Initialization routines for the MythWeb Weather module
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/modules... $
- * @date $Date: 2008-02-17 16:50:28 -0800 (Sun, 17 Feb 2008) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2008-02-17 19:50:28 -0500 (Sun, 17 Feb 2008) $
* @version $Revision: 16122 $
* @author $Author: xris $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/modules/weather/set_screen.php mythplugins-0.23.1/mythweb/modules/weather/set_screen.php
--- mythplugins-0.23.1-release/mythweb/modules/weather/set_screen.php 2008-02-22 16:35:09.000000000 -0500
+++ mythplugins-0.23.1/mythweb/modules/weather/set_screen.php 2008-02-22 16:35:09.910169000 -0500
@@ -2,8 +2,8 @@
/**
* Weather Screen settings
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/modules... $
- * @date $Date: 2008-02-22 13:35:09 -0800 (Fri, 22 Feb 2008) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2008-02-22 16:35:09 -0500 (Fri, 22 Feb 2008) $
* @version $Revision: 16202 $
* @author $Author: xris $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/set_screen.php mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/set_screen.php
--- mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/set_screen.php 2008-02-22 16:35:09.000000000 -0500
+++ mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/set_screen.php 2008-02-22 16:35:09.910169000 -0500
@@ -2,8 +2,8 @@
/**
* Display/save MythWeather Screen settings
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/modules... $
- * @date $Date: 2008-02-22 13:35:09 -0800 (Fri, 22 Feb 2008) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2008-02-22 16:35:09 -0500 (Fri, 22 Feb 2008) $
* @version $Revision: 16202 $
* @author $Author: xris $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/weather.18h.php mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/weather.18h.php
--- mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/weather.18h.php 2008-06-22 10:34:53.000000000 -0400
+++ mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/weather.18h.php 2008-06-22 10:34:53.829578000 -0400
@@ -2,8 +2,8 @@
/**
* Display template for 18 Hour Forecast for the Weather module
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/modules... $
- * @date $Date: 2008-06-22 07:34:53 -0700 (Sun, 22 Jun 2008) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2008-06-22 10:34:53 -0400 (Sun, 22 Jun 2008) $
* @version $Revision: 17568 $
* @author $Author: kormoc $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/weather.3d.php mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/weather.3d.php
--- mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/weather.3d.php 2008-02-22 16:35:09.000000000 -0500
+++ mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/weather.3d.php 2008-02-22 16:35:09.910169000 -0500
@@ -2,8 +2,8 @@
/**
* Display template for Three Day Forecast for the Weather module
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/modules... $
- * @date $Date: 2008-02-22 13:35:09 -0800 (Fri, 22 Feb 2008) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2008-02-22 16:35:09 -0500 (Fri, 22 Feb 2008) $
* @version $Revision: 16202 $
* @author $Author: xris $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/weather.6d.php mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/weather.6d.php
--- mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/weather.6d.php 2008-02-22 16:35:09.000000000 -0500
+++ mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/weather.6d.php 2008-02-22 16:35:09.910169000 -0500
@@ -2,8 +2,8 @@
/**
* Display template for Six Day Forecast for the Weather module
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/modules... $
- * @date $Date: 2008-02-22 13:35:09 -0800 (Fri, 22 Feb 2008) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2008-02-22 16:35:09 -0500 (Fri, 22 Feb 2008) $
* @version $Revision: 16202 $
* @author $Author: xris $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/weather.am.php mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/weather.am.php
--- mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/weather.am.php 2009-09-12 00:26:24.000000000 -0400
+++ mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/weather.am.php 2009-09-12 00:26:24.233065000 -0400
@@ -2,8 +2,8 @@
/**
* Display template for Animated Maps for the Weather module
a
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/modules... $
- * @date $Date: 2009-09-11 21:26:24 -0700 (Fri, 11 Sep 2009) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2009-09-12 00:26:24 -0400 (Sat, 12 Sep 2009) $
* @version $Revision: 21795 $
* @author $Author: kormoc $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/weather.cc.php mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/weather.cc.php
--- mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/weather.cc.php 2008-02-22 16:35:09.000000000 -0500
+++ mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/weather.cc.php 2008-02-22 16:35:09.910169000 -0500
@@ -2,8 +2,8 @@
/**
* Display template for Current Conditions for the Weather module
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/modules... $
- * @date $Date: 2008-02-22 13:35:09 -0800 (Fri, 22 Feb 2008) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2008-02-22 16:35:09 -0500 (Fri, 22 Feb 2008) $
* @version $Revision: 16202 $
* @author $Author: xris $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/weather.php mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/weather.php
--- mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/weather.php 2009-08-02 00:50:00.000000000 -0400
+++ mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/weather.php 2009-08-02 00:50:00.173060000 -0400
@@ -2,8 +2,8 @@
/**
* Display template for the Weather module
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/modules... $
- * @date $Date: 2009-08-01 21:50:00 -0700 (Sat, 01 Aug 2009) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2009-08-02 00:50:00 -0400 (Sun, 02 Aug 2009) $
* @version $Revision: 21099 $
* @author $Author: kormoc $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/weather.sm.php mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/weather.sm.php
--- mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/weather.sm.php 2009-09-12 00:26:24.000000000 -0400
+++ mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/weather.sm.php 2009-09-12 00:26:24.233065000 -0400
@@ -2,8 +2,8 @@
/**
* Display template for Static Maps for the Weather module
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/modules... $
- * @date $Date: 2009-09-11 21:26:24 -0700 (Fri, 11 Sep 2009) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2009-09-12 00:26:24 -0400 (Sat, 12 Sep 2009) $
* @version $Revision: 21795 $
* @author $Author: kormoc $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/welcome.php mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/welcome.php
--- mythplugins-0.23.1-release/mythweb/modules/weather/tmpl/default/welcome.php 2008-02-10 04:51:19.000000000 -0500
+++ mythplugins-0.23.1/mythweb/modules/weather/tmpl/default/welcome.php 2008-02-10 04:51:19.898502000 -0500
@@ -2,8 +2,8 @@
/**
* Welcome page description of the Weather module.
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/modules... $
- * @date $Date: 2008-02-10 01:51:19 -0800 (Sun, 10 Feb 2008) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2008-02-10 04:51:19 -0500 (Sun, 10 Feb 2008) $
* @version $Revision: 15887 $
* @author $Author: kormoc $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/modules/welcome.php mythplugins-0.23.1/mythweb/modules/welcome.php
--- mythplugins-0.23.1-release/mythweb/modules/welcome.php 2009-01-20 01:42:03.000000000 -0500
+++ mythplugins-0.23.1/mythweb/modules/welcome.php 2009-01-20 01:42:03.375248000 -0500
@@ -2,8 +2,8 @@
/**
* Welcome page that lists the available mythweb sections
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/modules... $
- * @date $Date: 2009-01-19 22:42:03 -0800 (Mon, 19 Jan 2009) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2009-01-20 01:42:03 -0500 (Tue, 20 Jan 2009) $
* @version $Revision: 19752 $
* @author $Author: kormoc $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/mythweb.php mythplugins-0.23.1/mythweb/mythweb.php
--- mythplugins-0.23.1-release/mythweb/mythweb.php 2009-01-20 01:42:03.000000000 -0500
+++ mythplugins-0.23.1/mythweb/mythweb.php 2009-01-20 01:42:03.375248000 -0500
@@ -2,8 +2,8 @@
/**
* The main brain script for all of MythWeb.
*
- * @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/mythweb... $
- * @date $Date: 2009-01-19 22:42:03 -0800 (Mon, 19 Jan 2009) $
+ * @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+ * @date $Date: 2009-01-20 01:42:03 -0500 (Tue, 20 Jan 2009) $
* @version $Revision: 19752 $
* @author $Author: kormoc $
* @license GPL
diff -Naurp -x '*/docs/*' mythplugins-0.23.1-release/mythweb/mythweb.pl mythplugins-0.23.1/mythweb/mythweb.pl
--- mythplugins-0.23.1-release/mythweb/mythweb.pl 2008-11-08 17:54:46.000000000 -0500
+++ mythplugins-0.23.1/mythweb/mythweb.pl 2008-11-08 17:54:46.123838000 -0500
@@ -2,8 +2,8 @@
#
# This is the perl-based module handler. It is the counterpart of mythweb.php
#
-# @url $URL: http://svn.mythtv.org/svn/tags/release-0-23-1/mythplugins/mythweb/mythweb.pl $
-# @date $Date: 2008-11-08 14:54:46 -0800 (Sat, 08 Nov 2008) $
+# @url $URL: svn+ssh://svn.mythtv.org/var/lib/svn/branches/release-0-23-fixes/mythplug... $
+# @date $Date: 2008-11-08 17:54:46 -0500 (Sat, 08 Nov 2008) $
# @version $Revision: 19007 $
# @author $Author: kormoc $
#
14 years, 3 months