Update of /cvsroot/phpwebsite-comm/modules/podcaster/class
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3466/class
Modified Files:
PCR_Forms.php PCR_Runtime.php
Log Message:
getting ready for 1.0.4 and release
Index: PCR_Runtime.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/class/PCR_Runtime.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PCR_Runtime.php 6 Jan 2008 00:34:43 -0000 1.1
--- PCR_Runtime.php 7 Jan 2008 03:41:54 -0000 1.2
***************
*** 66,70 ****
$tpl['CHANNEL_TITLE'] = $episode->getChannel(true, true);
PHPWS_Core::initModClass('layout', 'Layout.php');
! Layout::add(PHPWS_Template::process($tpl, 'podcaster', 'block_home.tpl'), 'podcaster', 'pcr_sidebox');
}
--- 66,70 ----
$tpl['CHANNEL_TITLE'] = $episode->getChannel(true, true);
PHPWS_Core::initModClass('layout', 'Layout.php');
! Layout::add(PHPWS_Template::process($tpl, 'podcaster', 'block.tpl'), 'podcaster', 'pcr_sidebox');
}
Index: PCR_Forms.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/class/PCR_Forms.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PCR_Forms.php 6 Jan 2008 04:29:39 -0000 1.3
--- PCR_Forms.php 7 Jan 2008 03:41:54 -0000 1.4
***************
*** 347,350 ****
--- 347,352 ----
$tpl['INFO_4_LABEL'] = dgettext('podcaster', 'A note on permissons:');
$tpl['INFO_4'] = dgettext('podcaster', 'Honestly, I\'m still working on understanding the new system completely. I\'ve done a basic security audit and although I am sure there is no gross holes, I\'m sure I may have something wrong too ;-) I wanted to get this rewrite out asap and will do a more thorough permissioning review for the next podcaster release.');
+ $tpl['INFO_5_LABEL'] = dgettext('podcaster', 'A note on caching:');
+ $tpl['INFO_5'] = dgettext('podcaster', 'There is a typo in the core class Cache.php that although fixed in svn, the fix hasn\'t been released as of Jan 6 2008. If your channel RSS feeds don\'t seem to refresh after the cache duration, try disabling the cache in the Settings tab.');
$this->podcaster->title = dgettext('podcaster', 'Read me');
|