|
From: Verdon V. <ve...@us...> - 2008-01-06 04:29:39
|
Update of /cvsroot/phpwebsite-comm/modules/podcaster/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23080/class Modified Files: PCR_Forms.php Podcaster.php Log Message: getting ready for 1.0.4 and release Index: Podcaster.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/class/Podcaster.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Podcaster.php 6 Jan 2008 00:34:43 -0000 1.2 --- Podcaster.php 6 Jan 2008 04:29:39 -0000 1.3 *************** *** 402,406 **** } if (Current_User::allow('podcaster', 'edit_channel') || Current_User::allow('podcaster', 'edit_episode')){ ! $tags['info'] = array('title'=>dgettext('podcaster', '? Info'), 'link'=>$link); } --- 402,406 ---- } if (Current_User::allow('podcaster', 'edit_channel') || Current_User::allow('podcaster', 'edit_episode')){ ! $tags['info'] = array('title'=>dgettext('podcaster', 'Read me'), 'link'=>$link); } Index: PCR_Forms.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/class/PCR_Forms.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PCR_Forms.php 6 Jan 2008 00:34:43 -0000 1.2 --- PCR_Forms.php 6 Jan 2008 04:29:39 -0000 1.3 *************** *** 348,352 **** $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.'); ! $this->podcaster->title = dgettext('podcaster', '? Info'); $this->podcaster->content = PHPWS_Template::process($tpl, 'podcaster', 'info.tpl'); } --- 348,352 ---- $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.'); ! $this->podcaster->title = dgettext('podcaster', 'Read me'); $this->podcaster->content = PHPWS_Template::process($tpl, 'podcaster', 'info.tpl'); } |