[mythtv-commits] mythtv commit: r24955 - in trunk/mythplugins/mythweb by kormoc

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Jun 4 05:06:28 UTC 2010


      Author: kormoc
        Date: 2010-06-04 05:06:28 +0000 (Fri, 04 Jun 2010)
New Revision: 24955
   Changeset: http://svn.mythtv.org/trac/changeset/24955

Added:

   trunk/mythplugins/mythweb/classes/Cache/Memcached.php
   trunk/mythplugins/mythweb/classes/Cache/StaticMemcached.php
   trunk/mythplugins/mythweb/classes/Cache/StaticSHM.php
   trunk/mythplugins/mythweb/includes/dynamic_strings.php

Removed:

   trunk/mythplugins/mythweb/modules/tv/classes/Channel_List.php
   trunk/mythplugins/mythweb/modules/tv/includes/channels.php

Modified:

   trunk/mythplugins/mythweb/classes/Cache.php
   trunk/mythplugins/mythweb/classes/Cache/Engine.php
   trunk/mythplugins/mythweb/classes/Cache/Memcache.php
   trunk/mythplugins/mythweb/classes/Cache/SHM.php
   trunk/mythplugins/mythweb/classes/Cache/Static.php
   trunk/mythplugins/mythweb/classes/Cache/StaticMemcache.php
   trunk/mythplugins/mythweb/classes/MythBackend.php
   trunk/mythplugins/mythweb/classes/MythTV.php
   trunk/mythplugins/mythweb/includes/config.php
   trunk/mythplugins/mythweb/includes/translate.php
   trunk/mythplugins/mythweb/modules/_shared/lang/Catalan.lang
   trunk/mythplugins/mythweb/modules/_shared/lang/Czech.lang
   trunk/mythplugins/mythweb/modules/_shared/lang/Danish.lang
   trunk/mythplugins/mythweb/modules/_shared/lang/Dutch.lang
   trunk/mythplugins/mythweb/modules/_shared/lang/English.lang
   trunk/mythplugins/mythweb/modules/_shared/lang/English_GB.lang
   trunk/mythplugins/mythweb/modules/_shared/lang/Finnish.lang
   trunk/mythplugins/mythweb/modules/_shared/lang/French.lang
   trunk/mythplugins/mythweb/modules/_shared/lang/French_CA.lang
   trunk/mythplugins/mythweb/modules/_shared/lang/German.lang
   trunk/mythplugins/mythweb/modules/_shared/lang/Hungarian.lang
   trunk/mythplugins/mythweb/modules/_shared/lang/Japanese.lang
   trunk/mythplugins/mythweb/modules/_shared/lang/Polish.lang
   trunk/mythplugins/mythweb/modules/_shared/lang/Slovenian.lang
   trunk/mythplugins/mythweb/modules/_shared/lang/Spanish.lang
   trunk/mythplugins/mythweb/modules/_shared/lang/Swedish.lang
   trunk/mythplugins/mythweb/modules/mythweb/set_defaults.php
   trunk/mythplugins/mythweb/modules/mythweb/tmpl/default/set_defaults.php
   trunk/mythplugins/mythweb/modules/tv/channel.php
   trunk/mythplugins/mythweb/modules/tv/classes/Channel.php
   trunk/mythplugins/mythweb/modules/tv/classes/Program.php
   trunk/mythplugins/mythweb/modules/tv/classes/Recording.php
   trunk/mythplugins/mythweb/modules/tv/classes/Schedule.php
   trunk/mythplugins/mythweb/modules/tv/detail.php
   trunk/mythplugins/mythweb/modules/tv/handler.php
   trunk/mythplugins/mythweb/modules/tv/includes/programs.php
   trunk/mythplugins/mythweb/modules/tv/includes/recording_schedules.php
   trunk/mythplugins/mythweb/modules/tv/list.php
   trunk/mythplugins/mythweb/modules/tv/recorded.php
   trunk/mythplugins/mythweb/modules/tv/schedules_custom.php
   trunk/mythplugins/mythweb/modules/tv/schedules_manual.php
   trunk/mythplugins/mythweb/modules/tv/search.php
   trunk/mythplugins/mythweb/modules/tv/tmpl/default/list_data.php
   trunk/mythplugins/mythweb/modules/tv/tmpl/default/search.php
   trunk/mythplugins/mythweb/modules/tv/tmpl/default/set_channels.php
   trunk/mythplugins/mythweb/modules/tv/tmpl/lite/list.php
   trunk/mythplugins/mythweb/modules/tv/tmpl/lite/set_channels.php
   trunk/mythplugins/mythweb/modules/tv/tmpl/wap/list.php

Log:

Finish up the cache layer, set the default cache to static, and remove the $Channel global. Fixes #7200




More information about the mythtv-commits mailing list