You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(5) |
Feb
(25) |
Mar
(18) |
Apr
|
May
(26) |
Jun
(14) |
Jul
(1) |
Aug
(5) |
Sep
(82) |
Oct
(3) |
Nov
(130) |
Dec
(9) |
| 2004 |
Jan
(4) |
Feb
(62) |
Mar
|
Apr
(3) |
May
(100) |
Jun
|
Jul
(6) |
Aug
(49) |
Sep
(33) |
Oct
(47) |
Nov
(2) |
Dec
(1) |
| 2005 |
Jan
|
Feb
(4) |
Mar
(1) |
Apr
(8) |
May
(17) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
(26) |
Oct
(18) |
Nov
(37) |
Dec
(14) |
| 2006 |
Jan
(2) |
Feb
(18) |
Mar
(34) |
Apr
(52) |
May
(7) |
Jun
(3) |
Jul
(2) |
Aug
(10) |
Sep
|
Oct
|
Nov
(18) |
Dec
(4) |
| 2007 |
Jan
|
Feb
(7) |
Mar
(7) |
Apr
(6) |
May
(52) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(15) |
Nov
|
Dec
(1) |
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(250) |
| 2009 |
Jan
(35) |
Feb
(45) |
Mar
|
Apr
(4) |
May
(35) |
Jun
(13) |
Jul
(49) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(11) |
| 2010 |
Jan
(3) |
Feb
(30) |
Mar
|
Apr
(35) |
May
(12) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
|
From: <par...@us...> - 2009-02-05 15:41:27
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/grey In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31371/templates/grey Modified Files: print.tpl Log Message: Fix print-view cpath overriding: Bug #2564813 Index: print.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/grey/print.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** print.tpl 29 Dec 2008 05:23:46 -0000 1.2 --- print.tpl 5 Feb 2009 15:41:22 -0000 1.3 *************** *** 7,19 **** <tr valign="top"> <td align="left" width="400" class="title"><h1>{DISPLAY_DATE}</h1><span class="V9G">{CALENDAR_NAME} {L_CALENDAR}</span><br /> ! <a class="psf" href="{DEFAULT_VIEW}.php?cal={CAL}&getdate={GETDATE}&cpath={CPATH}">{L_VIEW_CALENDARS}</a></td> <td valign="top" align="right" width="120" class="navback"> <div style="padding-top: 3px;"> <table width="90" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> ! <td><a class="psf" href="print.php?cal={CAL}&cpath={CPATH}&getdate={GETDATE}&printview=day"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" title="{L_DAY}" border="0" /></a></td> ! <td><a class="psf" href="print.php?cal={CAL}&cpath={CPATH}&getdate={GETDATE}&printview=week"><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" title="{L_WEEK}" border="0" /></a></td> ! <td><a class="psf" href="print.php?cal={CAL}&cpath={CPATH}&getdate={GETDATE}&printview=month"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" title="{L_MONTH}" border="0" /></a></td> ! <td><a class="psf" href="print.php?cal={CAL}&cpath={CPATH}&getdate={GETDATE}&printview=year"><img src="templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" title="{L_YEAR}" border="0" /></a></td> </tr> </table> --- 7,19 ---- <tr valign="top"> <td align="left" width="400" class="title"><h1>{DISPLAY_DATE}</h1><span class="V9G">{CALENDAR_NAME} {L_CALENDAR}</span><br /> ! <a class="psf" href="{DEFAULT_VIEW}.php?cal={CAL}&getdate={GETDATE}">{L_VIEW_CALENDARS}</a></td> <td valign="top" align="right" width="120" class="navback"> <div style="padding-top: 3px;"> <table width="90" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> ! <td><a class="psf" href="print.php?cal={CAL}&getdate={GETDATE}&printview=day"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" title="{L_DAY}" border="0" /></a></td> ! <td><a class="psf" href="print.php?cal={CAL}&getdate={GETDATE}&printview=week"><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" title="{L_WEEK}" border="0" /></a></td> ! <td><a class="psf" href="print.php?cal={CAL}&getdate={GETDATE}&printview=month"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" title="{L_MONTH}" border="0" /></a></td> ! <td><a class="psf" href="print.php?cal={CAL}&getdate={GETDATE}&printview=year"><img src="templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" title="{L_YEAR}" border="0" /></a></td> </tr> </table> |
|
From: <par...@us...> - 2009-02-05 15:41:27
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31371/templates/default Modified Files: print.tpl Log Message: Fix print-view cpath overriding: Bug #2564813 Index: print.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/print.tpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** print.tpl 29 Dec 2008 05:23:46 -0000 1.9 --- print.tpl 5 Feb 2009 15:41:22 -0000 1.10 *************** *** 7,19 **** <tr valign="top"> <td align="left" width="400" class="title"><h1>{DISPLAY_DATE}</h1><span class="V9G">{CALENDAR_NAME} {L_CALENDAR}</span><br /> ! <a class="psf" href="{DEFAULT_VIEW}.php?cal={CAL}&getdate={GETDATE}&cpath={CPATH}">{L_VIEW_CALENDARS}</a></td> <td valign="top" align="right" width="120" class="navback"> <div style="padding-top: 3px;"> <table width="90" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> ! <td><a class="psf" href="print.php?cal={CAL}&cpath={CPATH}&getdate={GETDATE}&printview=day"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" title="{L_DAY}" border="0" /></a></td> ! <td><a class="psf" href="print.php?cal={CAL}&cpath={CPATH}&getdate={GETDATE}&printview=week"><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" title="{L_WEEK}" border="0" /></a></td> ! <td><a class="psf" href="print.php?cal={CAL}&cpath={CPATH}&getdate={GETDATE}&printview=month"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" title="{L_MONTH}" border="0" /></a></td> ! <td><a class="psf" href="print.php?cal={CAL}&cpath={CPATH}&getdate={GETDATE}&printview=year"><img src="templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" title="{L_YEAR}" border="0" /></a></td> </tr> </table> --- 7,19 ---- <tr valign="top"> <td align="left" width="400" class="title"><h1>{DISPLAY_DATE}</h1><span class="V9G">{CALENDAR_NAME} {L_CALENDAR}</span><br /> ! <a class="psf" href="{DEFAULT_VIEW}.php?cal={CAL}&getdate={GETDATE}">{L_VIEW_CALENDARS}</a></td> <td valign="top" align="right" width="120" class="navback"> <div style="padding-top: 3px;"> <table width="90" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> ! <td><a class="psf" href="print.php?cal={CAL}&getdate={GETDATE}&printview=day"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" title="{L_DAY}" border="0" /></a></td> ! <td><a class="psf" href="print.php?cal={CAL}&getdate={GETDATE}&printview=week"><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" title="{L_WEEK}" border="0" /></a></td> ! <td><a class="psf" href="print.php?cal={CAL}&getdate={GETDATE}&printview=month"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" title="{L_MONTH}" border="0" /></a></td> ! <td><a class="psf" href="print.php?cal={CAL}&getdate={GETDATE}&printview=year"><img src="templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" title="{L_YEAR}" border="0" /></a></td> </tr> </table> |
|
From: <par...@us...> - 2009-02-05 15:38:33
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30489/functions Modified Files: date_functions.php Log Message: Fix timezone DST calculation with all-day events: Bug #2557336 Index: date_functions.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/date_functions.php,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** date_functions.php 5 Feb 2009 15:34:44 -0000 1.51 --- date_functions.php 5 Feb 2009 15:38:24 -0000 1.52 *************** *** 279,283 **** } // Set the values. ! $unixtime = calcTime($offset_tmp, $server_offset_tmp, $unixtime); #echo "offset_tmp $offset_tmp, server_offset_tmp $server_offset_tmp, $unixtime =".date("Ymd His",$unixtime)." $time<br>"; $date = date('Ymd', $unixtime); --- 279,283 ---- } // Set the values. ! if ($allday == '') $unixtime = calcTime($offset_tmp, $server_offset_tmp, $unixtime); #echo "offset_tmp $offset_tmp, server_offset_tmp $server_offset_tmp, $unixtime =".date("Ymd His",$unixtime)." $time<br>"; $date = date('Ymd', $unixtime); |
|
From: <par...@us...> - 2009-02-05 15:34:49
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29385/functions Modified Files: date_functions.php Log Message: Fix dates before 1970: Patch #2549612 Index: date_functions.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/date_functions.php,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** date_functions.php 1 Feb 2009 21:22:24 -0000 1.50 --- date_functions.php 5 Feb 2009 15:34:44 -0000 1.51 *************** *** 250,254 **** ereg ('([0-9]{4})([0-9]{2})([0-9]{2})', $data, $dt_check); if ($dt_check[1] < 1970) { ! $data = '1971'.$dt_check[2].$dt_check[3]; } # convert to date-time --- 250,254 ---- ereg ('([0-9]{4})([0-9]{2})([0-9]{2})', $data, $dt_check); if ($dt_check[1] < 1970) { ! $dt_check[1] = '1970'; } # convert to date-time *************** *** 262,266 **** if (!isset ($regs[1])) return; if ($regs[1] < 1970) { ! $regs[1] = '1971'; } $date = $regs[1] . $regs[2] . $regs[3]; --- 262,266 ---- if (!isset ($regs[1])) return; if ($regs[1] < 1970) { ! $regs[1] = '1970'; } $date = $regs[1] . $regs[2] . $regs[3]; |
|
From: <par...@us...> - 2009-02-05 15:31:09
|
Update of /cvsroot/phpicalendar/phpicalendar/functions/init In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28244/functions/init Modified Files: cpaths.php Log Message: Fix CSS and RSS links when the server uses HTTPS or non-standard port: Patch #2511351 Index: cpaths.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init/cpaths.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** cpaths.php 28 Dec 2008 10:50:58 -0000 1.6 --- cpaths.php 5 Feb 2009 15:31:03 -0000 1.7 *************** *** 2,6 **** # adjust paths in case they are incorrect if ($phpiCal_config->default_path == '') { ! $p = str_replace("/rss","","http://".$_SERVER['SERVER_NAME'].dirname($_SERVER['PHP_SELF']) ); $phpiCal_config->setProperty('default_path', $p); } --- 2,7 ---- # adjust paths in case they are incorrect if ($phpiCal_config->default_path == '') { ! $proto = (!empty($_SERVER['HTTPS']) && (strtolower($_SERVER['HTTPS']) != 'off') ? 'https://' : 'http://'); ! $p = str_replace("/rss","",$proto.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].dirname($_SERVER['PHP_SELF']) ); $phpiCal_config->setProperty('default_path', $p); } |
|
From: <par...@us...> - 2009-02-05 15:19:47
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25803/functions Modified Files: ical_parser.php Log Message: Patch from Herman van Rink to fix a syntax error - Thanks! Index: ical_parser.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v retrieving revision 1.245 retrieving revision 1.246 diff -C2 -d -r1.245 -r1.246 *** ical_parser.php 26 Jan 2009 05:07:38 -0000 1.245 --- ical_parser.php 5 Feb 2009 15:19:42 -0000 1.246 *************** *** 380,384 **** $offset_tmp = chooseOffset($recur_unixtime, $calendar_tz); } else { ! $offset_tmp = $chooseOffset($recur_unixtime); } $recur_unixtime = calcTime($offset_tmp, @$server_offset_tmp, $recur_unixtime); --- 380,384 ---- $offset_tmp = chooseOffset($recur_unixtime, $calendar_tz); } else { ! $offset_tmp = chooseOffset($recur_unixtime); } $recur_unixtime = calcTime($offset_tmp, @$server_offset_tmp, $recur_unixtime); |
|
From: <ji...@us...> - 2009-02-02 04:12:05
|
Update of /cvsroot/phpicalendar/phpicalendar In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32050 Modified Files: default_config.php Log Message: bump version Index: default_config.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/default_config.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** default_config.php 26 Jan 2009 03:27:29 -0000 1.20 --- default_config.php 2 Feb 2009 04:11:59 -0000 1.21 *************** *** 3,8 **** private static $instance; private function __construct(){ ! $this->phpicalendar_version = '2.31'; ! // Configuration file for PHP iCalendar 2.31 // // To set values, change the text between the single quotes --- 3,8 ---- private static $instance; private function __construct(){ ! $this->phpicalendar_version = '2.32alpha'; ! // Configuration file for PHP iCalendar 2.32 // // To set values, change the text between the single quotes |
|
From: <ji...@us...> - 2009-02-02 04:08:21
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31800/rss Modified Files: rss.php Log Message: improvements in rss Index: rss.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss.php,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** rss.php 29 Dec 2008 06:00:42 -0000 1.53 --- rss.php 2 Feb 2009 04:08:17 -0000 1.54 *************** *** 21,28 **** $rss .= "</title>\n"; - $rss .= '<link>'.htmlspecialchars("$phpiCal_config->default_path").'</link>'."\n"; if (isset($cpath) && $cpath !='') $rss_link.="?cpath=$cpath"; ! $rss .= "<link>$rss_link</link>\n"; ! $rss .= '<description>'.$cal_displayname.' '.$lang['l_calendar'].' - '.$theview.'</description>'."\n"; $rss .= '<language>'.$rss_language.'</language>'."\n"; --- 21,26 ---- $rss .= "</title>\n"; if (isset($cpath) && $cpath !='') $rss_link.="?cpath=$cpath"; ! $rss .= '<link>'.htmlspecialchars("$phpiCal_config->default_path").'</link>'."\n"; $rss .= '<description>'.$cal_displayname.' '.$lang['l_calendar'].' - '.$theview.'</description>'."\n"; $rss .= '<language>'.$rss_language.'</language>'."\n"; |
|
From: <ji...@us...> - 2009-02-02 04:05:42
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31549/rss Modified Files: rss1.0.php Log Message: improvements in rss Index: rss1.0.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss1.0.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** rss1.0.php 2 Feb 2009 04:02:22 -0000 1.14 --- rss1.0.php 2 Feb 2009 04:05:36 -0000 1.15 *************** *** 43,47 **** function rss_item(){ global $uid,$event_start,$rss_title,$rss_link, $dayofweek, $event_text, $rss_description, $val; ! $rss_item = '<item rdf:about="'.$rss_link.'&uid='.$uid.'/">'."\n"; /* Create guid, and use uid to make link unique */ --- 43,47 ---- function rss_item(){ global $uid,$event_start,$rss_title,$rss_link, $dayofweek, $event_text, $rss_description, $val; ! $rss_item = '<item rdf:about="'.$rss_link.'&uid='.urlencode($uid).'/">'."\n"; /* Create guid, and use uid to make link unique */ |
|
From: <ji...@us...> - 2009-02-02 04:02:27
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31142/rss Modified Files: rss1.0.php Log Message: improvements in rss Index: rss1.0.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss1.0.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** rss1.0.php 2 Feb 2009 03:57:48 -0000 1.13 --- rss1.0.php 2 Feb 2009 04:02:22 -0000 1.14 *************** *** 38,47 **** function enclose_items($rss_items){ ! return "<items>\n<rdf:Seq>\n".$rss_items."</rdf:Seq>\n</items>\n"; } function rss_item(){ global $uid,$event_start,$rss_title,$rss_link, $dayofweek, $event_text, $rss_description, $val; ! $rss_item = '<item><rdf:about="'.$rss_link.'&uid='.$uid.'/">'."\n"; /* Create guid, and use uid to make link unique */ --- 38,47 ---- function enclose_items($rss_items){ ! return "<items>\n<rdf:Seq>\n".$rss_items."</rdf:Seq>\n</items>\n</channel>\n"; } function rss_item(){ global $uid,$event_start,$rss_title,$rss_link, $dayofweek, $event_text, $rss_description, $val; ! $rss_item = '<item rdf:about="'.$rss_link.'&uid='.$uid.'/">'."\n"; /* Create guid, and use uid to make link unique */ *************** *** 72,76 **** function rss_close(){ ! return "</channel></rdf:RDF>\n"; } ?> --- 72,76 ---- function rss_close(){ ! return "</rdf:RDF>\n"; } ?> |
|
From: <ji...@us...> - 2009-02-02 03:57:53
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30549/rss Modified Files: rss1.0.php Log Message: improvements in rss Index: rss1.0.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss1.0.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** rss1.0.php 2 Feb 2009 03:55:41 -0000 1.12 --- rss1.0.php 2 Feb 2009 03:57:48 -0000 1.13 *************** *** 43,47 **** function rss_item(){ global $uid,$event_start,$rss_title,$rss_link, $dayofweek, $event_text, $rss_description, $val; ! $rss_item = '<item rdf:about="'.$rss_link.'&uid='.$uid.'/">'."\n"; /* Create guid, and use uid to make link unique */ --- 43,47 ---- function rss_item(){ global $uid,$event_start,$rss_title,$rss_link, $dayofweek, $event_text, $rss_description, $val; ! $rss_item = '<item><rdf:about="'.$rss_link.'&uid='.$uid.'/">'."\n"; /* Create guid, and use uid to make link unique */ |
|
From: <ji...@us...> - 2009-02-02 03:55:45
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30408/rss Modified Files: rss1.0.php Log Message: improvements in rss Index: rss1.0.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss1.0.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** rss1.0.php 2 Feb 2009 03:47:27 -0000 1.11 --- rss1.0.php 2 Feb 2009 03:55:41 -0000 1.12 *************** *** 38,42 **** function enclose_items($rss_items){ ! return "<items>\n<rdf:Seq>\n".$rss_items."</rdf:Seq>\n</items>\n</channel>\n"; } --- 38,42 ---- function enclose_items($rss_items){ ! return "<items>\n<rdf:Seq>\n".$rss_items."</rdf:Seq>\n</items>\n"; } *************** *** 72,76 **** function rss_close(){ ! return "</rdf:RDF>\n"; } ?> --- 72,76 ---- function rss_close(){ ! return "</channel></rdf:RDF>\n"; } ?> |
|
From: <ji...@us...> - 2009-02-02 03:47:33
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29829/rss Modified Files: rss1.0.php Log Message: improvements in rss Index: rss1.0.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss1.0.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** rss1.0.php 1 Feb 2009 22:45:11 -0000 1.10 --- rss1.0.php 2 Feb 2009 03:47:27 -0000 1.11 *************** *** 28,32 **** $rss .= "</title>\n"; ! $rss .= '<link>'.htmlspecialchars("$default_path").'</link>'."\n"; $rss .= '<description>'.$cal_displayname.' '.$lang['l_calendar'].' - '.$theview.'</description>'."\n"; #$rss .= '<language>'.$rss_language.'</language>'."\n"; --- 28,32 ---- $rss .= "</title>\n"; ! $rss .= '<link>'.htmlspecialchars("$phpiCal_config->default_path").'</link>'."\n"; $rss .= '<description>'.$cal_displayname.' '.$lang['l_calendar'].' - '.$theview.'</description>'."\n"; #$rss .= '<language>'.$rss_language.'</language>'."\n"; |
|
From: <ji...@us...> - 2009-02-01 23:16:43
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13145/rss Modified Files: rss2.0.php Log Message: improvements in rss Index: rss2.0.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss2.0.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** rss2.0.php 1 Feb 2009 21:22:24 -0000 1.10 --- rss2.0.php 1 Feb 2009 22:06:20 -0000 1.11 *************** *** 31,36 **** $rss .= '<rss version="2.0"'."\n"; $rss .= 'xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" ! xmlns:ev="http://purl.org/rss/1.0/modules/event/" ! xmlns:dc="http://purl.org/dc/elements/1.1/">'."\n"; $rss .= '<channel>'."\n"; $rss .= '<title>'.$cal_displayname; --- 31,37 ---- $rss .= '<rss version="2.0"'."\n"; $rss .= 'xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" ! xmlns:ev="http://purl.org/rss/1.0/modules/event/"'. ! # 'xmlns:atom="http://www.w3.org/2005/Atom"'. ! 'xmlns:dc="http://purl.org/dc/elements/1.1/">'."\n"; $rss .= '<channel>'."\n"; $rss .= '<title>'.$cal_displayname; *************** *** 86,91 **** function rss_close(){ global $rss_link; ! return "\n ! <atom:link href=\"$rss_link\" rel=\"self\" type=\"application/rss+xml\" />\n</channel>\n</rss>\n"; } ?> --- 87,93 ---- function rss_close(){ global $rss_link; ! return "\n". ! # "<atom:link href=\"$rss_link\" rel=\"self\" type=\"application/rss+xml\" />\n". ! "</channel>\n</rss>\n"; } ?> |
|
From: <ji...@us...> - 2009-02-01 22:45:18
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16651/rss Modified Files: rss1.0.php Log Message: improvements in rss Index: rss1.0.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss1.0.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** rss1.0.php 20 Dec 2008 03:22:54 -0000 1.9 --- rss1.0.php 1 Feb 2009 22:45:11 -0000 1.10 *************** *** 10,14 **** require(BASE.'rss/rss_common.php'); function rss_top(){ ! global $cal_displayname, $theview, $default_path, $cpath, $lang, $rss_link, $rss_language; $rss = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"."\n"; --- 10,14 ---- require(BASE.'rss/rss_common.php'); function rss_top(){ ! global $cal_displayname, $theview, $phpiCal_config, $cpath, $lang, $rss_link, $rss_language; $rss = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"."\n"; |
|
From: <ji...@us...> - 2009-02-01 22:33:35
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13367/rss Modified Files: rss2.0.php Log Message: improvements in rss Index: rss2.0.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss2.0.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** rss2.0.php 1 Feb 2009 22:06:20 -0000 1.11 --- rss2.0.php 1 Feb 2009 22:08:40 -0000 1.12 *************** *** 31,35 **** $rss .= '<rss version="2.0"'."\n"; $rss .= 'xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" ! xmlns:ev="http://purl.org/rss/1.0/modules/event/"'. # 'xmlns:atom="http://www.w3.org/2005/Atom"'. 'xmlns:dc="http://purl.org/dc/elements/1.1/">'."\n"; --- 31,35 ---- $rss .= '<rss version="2.0"'."\n"; $rss .= 'xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" ! xmlns:ev="http://purl.org/rss/1.0/modules/event/" '. # 'xmlns:atom="http://www.w3.org/2005/Atom"'. 'xmlns:dc="http://purl.org/dc/elements/1.1/">'."\n"; |
|
From: <ji...@us...> - 2009-02-01 21:22:30
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9498/functions Modified Files: date_functions.php Log Message: fix tags and linebreaks in tooltips Index: date_functions.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/date_functions.php,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** date_functions.php 7 Jan 2009 20:20:03 -0000 1.49 --- date_functions.php 1 Feb 2009 21:22:24 -0000 1.50 *************** *** 193,196 **** --- 193,197 ---- if (!empty($event_text)) { + $title = strip_tags(str_replace("<br />","\n",$title)); if ($lines > 0) { $event_text = word_wrap($event_text, $length, $lines); |
|
From: <ji...@us...> - 2009-02-01 21:22:29
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9498/rss Modified Files: rss2.0.php rss_common.php Log Message: fix tags and linebreaks in tooltips Index: rss2.0.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss2.0.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** rss2.0.php 3 Jan 2009 07:26:20 -0000 1.9 --- rss2.0.php 1 Feb 2009 21:22:24 -0000 1.10 *************** *** 85,89 **** function rss_close(){ ! return "\n</channel>\n</rss>\n"; } ?> --- 85,91 ---- function rss_close(){ ! global $rss_link; ! return "\n ! <atom:link href=\"$rss_link\" rel=\"self\" type=\"application/rss+xml\" />\n</channel>\n</rss>\n"; } ?> Index: rss_common.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss_common.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** rss_common.php 30 Jan 2009 21:45:54 -0000 1.7 --- rss_common.php 1 Feb 2009 21:22:24 -0000 1.8 *************** *** 186,191 **** # $event_text = word_wrap($event_text, 21, $tomorrows_events_lines); $description = stripslashes(urldecode($val["description"])); ! $description = str_replace('<br />',"\n",$description); ! $description = strip_tags($description, '<b><i><u>'); $description = str_replace('&','&',$description); $description = str_replace('&amp;','&',$description); --- 186,191 ---- # $event_text = word_wrap($event_text, 21, $tomorrows_events_lines); $description = stripslashes(urldecode($val["description"])); ! # $description = str_replace('<br />',"\n",$description); ! $description = strip_tags($description, '<b><i><u><br>'); $description = str_replace('&','&',$description); $description = str_replace('&amp;','&',$description); |
|
From: <ji...@us...> - 2009-01-30 23:04:03
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9060/rss Modified Files: rss_common.php Log Message: line feeds in rss feeds Index: rss_common.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss_common.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** rss_common.php 4 Jan 2009 21:58:18 -0000 1.6 --- rss_common.php 30 Jan 2009 21:45:54 -0000 1.7 *************** *** 186,189 **** --- 186,190 ---- # $event_text = word_wrap($event_text, 21, $tomorrows_events_lines); $description = stripslashes(urldecode($val["description"])); + $description = str_replace('<br />',"\n",$description); $description = strip_tags($description, '<b><i><u>'); $description = str_replace('&','&',$description); |
|
From: <ji...@us...> - 2009-01-30 23:03:38
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10312/templates/default Modified Files: event.tpl Log Message: whitespace in event.tpl Index: event.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/event.tpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** event.tpl 2 Jan 2009 07:12:12 -0000 1.12 --- event.tpl 30 Jan 2009 21:54:50 -0000 1.13 *************** *** 16,22 **** <td align="left" class="V12"> <div style="margin-left: 10px; margin-bottom:10px;"> ! <p><b>{L_SUMMARY}</b>:{EVENT_TEXT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</span></p> <!-- switch description on --> ! <p><b>{L_DESCRIPTION}</b>:{DESCRIPTION}</p> <!-- switch description off --> <p> --- 16,22 ---- <td align="left" class="V12"> <div style="margin-left: 10px; margin-bottom:10px;"> ! <p><b>{L_SUMMARY}</b>: {EVENT_TEXT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</span></p> <!-- switch description on --> ! <p><b>{L_DESCRIPTION}</b>: {DESCRIPTION}</p> <!-- switch description off --> <p> |
|
From: <ji...@us...> - 2009-01-30 23:02:41
|
Update of /cvsroot/phpicalendar/phpicalendar/calendars In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9060/calendars Modified Files: test.ics Log Message: line feeds in rss feeds Index: test.ics =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/calendars/test.ics,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** test.ics 26 Jan 2009 03:51:52 -0000 1.17 --- test.ics 30 Jan 2009 21:45:54 -0000 1.18 *************** *** 103,108 **** DTSTAMP:20020918T224617Z SUMMARY:Earlier overlap ! DESCRIPTION:this is a test ! multiline description STATUS:CONFIRMED --- 103,108 ---- DTSTAMP:20020918T224617Z SUMMARY:Earlier overlap ! DESCRIPTION:this is a test \n ! multiline \n description STATUS:CONFIRMED |
|
From: <ji...@us...> - 2009-01-30 20:51:26
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3543/functions Removed Files: end_vevent.php overlapping_events.php parse_tzs.php sanitize.php Log Message: remove dead files --- end_vevent.php DELETED --- --- overlapping_events.php DELETED --- --- parse_tzs.php DELETED --- --- sanitize.php DELETED --- |
|
From: <ji...@us...> - 2009-01-30 20:49:38
|
Update of /cvsroot/phpicalendar/phpicalendar In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3358 Modified Files: README config.inc.php Log Message: remove dead files Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.115 retrieving revision 1.116 diff -C2 -d -r1.115 -r1.116 *** README 3 Jan 2009 07:26:20 -0000 1.115 --- README 30 Jan 2009 20:49:25 -0000 1.116 *************** *** 93,97 **** add option to hide location in month view add option to make individual events downloadable from event view ! 2.3 Major changes to recurrence handling Added more languages --- 93,99 ---- add option to hide location in month view add option to make individual events downloadable from event view ! Fix calendar showing modified events twice ! Make multiline descriptions display with line breaks in event popup ! Fix German language file 2.3 Major changes to recurrence handling Added more languages Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.202 retrieving revision 1.203 diff -C2 -d -r1.202 -r1.203 *** config.inc.php 26 Jan 2009 05:07:38 -0000 1.202 --- config.inc.php 30 Jan 2009 20:49:25 -0000 1.203 *************** *** 100,104 **** */ $list_webcals = array( ! 'webcal://dimer.tamu.edu/calendars/seminars/Biochem.ics' ); $more_webcals['recur_tests'] = array(); --- 100,104 ---- */ $list_webcals = array( ! # 'webcal://dimer.tamu.edu/calendars/seminars/Biochem.ics' ); $more_webcals['recur_tests'] = array(); |
|
From: <ji...@us...> - 2009-01-30 20:49:30
|
Update of /cvsroot/phpicalendar/phpicalendar/languages In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3358/languages Modified Files: german.inc.php Log Message: remove dead files Index: german.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/german.inc.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** german.inc.php 13 Dec 2008 23:42:31 -0000 1.33 --- german.inc.php 30 Jan 2009 20:49:25 -0000 1.34 *************** *** 1,3 **** ! <?php // German language include --- 1,3 ---- ! <?php // German language include *************** *** 29,43 **** $lang['l_event_start'] = 'Beginn'; $lang['l_event_end'] = 'Ende'; ! $lang['l_this_months'] = 'Einträge in diesem Monat'; $lang['l_date'] = 'Datum'; $lang['l_summary'] = 'Beschreibung'; $lang['l_all_day'] = 'Tagesereignis'; $lang['l_notes'] = 'Notiz'; ! $lang['l_this_years'] = 'Einträge für dieses Jahr'; $lang['l_today'] = 'Heute'; $lang['l_this_week'] = 'Diese Woche'; $lang['l_this_month'] = 'Diesen Monat'; $lang['l_jump'] = 'Gehe zu'; ! $lang['l_tomorrows'] = 'Morgige Einträge'; $lang['l_goday'] = 'Gehe zum heutigen Tag'; $lang['l_goweek'] = 'Gehe zur aktuellen Woche'; --- 29,43 ---- $lang['l_event_start'] = 'Beginn'; $lang['l_event_end'] = 'Ende'; ! $lang['l_this_months'] = 'Einträge in diesem Monat'; $lang['l_date'] = 'Datum'; $lang['l_summary'] = 'Beschreibung'; $lang['l_all_day'] = 'Tagesereignis'; $lang['l_notes'] = 'Notiz'; ! $lang['l_this_years'] = 'Einträge für dieses Jahr'; $lang['l_today'] = 'Heute'; $lang['l_this_week'] = 'Diese Woche'; $lang['l_this_month'] = 'Diesen Monat'; $lang['l_jump'] = 'Gehe zu'; ! $lang['l_tomorrows'] = 'Morgige Einträge'; $lang['l_goday'] = 'Gehe zum heutigen Tag'; $lang['l_goweek'] = 'Gehe zur aktuellen Woche'; *************** *** 48,52 **** $lang['l_pick_multiple'] = 'Mehrfachauswahl'; $lang['l_query'] = 'Suche'; // will be followed by the search query ! $lang['l_no_results'] = 'Keine Einträge gefunden'; $lang['l_goprint'] = 'Druckversion'; $lang['l_time'] = 'Zeit'; --- 48,52 ---- $lang['l_pick_multiple'] = 'Mehrfachauswahl'; $lang['l_query'] = 'Suche'; // will be followed by the search query ! $lang['l_no_results'] = 'Keine Einträge gefunden'; $lang['l_goprint'] = 'Druckversion'; $lang['l_time'] = 'Zeit'; *************** *** 54,60 **** $lang['l_description'] = 'Beschreibung'; $lang['l_this_site_is'] = 'Diese Site ist'; ! $lang['l_no_events_day'] = 'Keine Einträge für heute.'; ! $lang['l_no_events_week'] = 'Keine Einträge in dieser Woche.'; ! $lang['l_no_events_month'] = 'Keine Einträge in diesem Monat.'; $lang['l_rss_day_date'] = 'H:i'; // Lists just the time $lang['l_rss_week_date '] = '%e. %b'; // Lists just the day --- 54,60 ---- $lang['l_description'] = 'Beschreibung'; $lang['l_this_site_is'] = 'Diese Site ist'; ! $lang['l_no_events_day'] = 'Keine Einträge für heute.'; ! $lang['l_no_events_week'] = 'Keine Einträge in dieser Woche.'; ! $lang['l_no_events_month'] = 'Keine Einträge in diesem Monat.'; $lang['l_rss_day_date'] = 'H:i'; // Lists just the time $lang['l_rss_week_date '] = '%e. %b'; // Lists just the day *************** *** 67,82 **** $lang['l_preferences'] = 'Einstellungen'; $lang['l_printer'] = 'Drucker'; ! $lang['l_select_lang'] = 'Standardsprache wählen'; ! $lang['l_select_cal'] = 'Standardkalender wählen'; ! $lang['l_select_view'] = 'Standardansicht wählen'; $lang['l_select_time'] = 'Tag beginnt um'; $lang['l_select_day'] = 'Woche beginnt mit'; ! $lang['l_select_style'] = 'Standardstil wählen'; $lang['l_set_prefs'] = 'Einstellungen speichern'; $lang['l_completed_date'] = 'Erledigt am'; $lang['l_completed'] = 'Erledigt'; $lang['l_created'] = 'Erstellt'; ! $lang['l_due'] = 'Fällig:'; ! $lang['l_priority'] = 'Priorität:'; $lang['l_priority_high'] = 'hoch'; $lang['l_priority_low'] = 'niedrig'; --- 67,82 ---- $lang['l_preferences'] = 'Einstellungen'; $lang['l_printer'] = 'Drucker'; ! $lang['l_select_lang'] = 'Standardsprache wählen'; ! $lang['l_select_cal'] = 'Standardkalender wählen'; ! $lang['l_select_view'] = 'Standardansicht wählen'; $lang['l_select_time'] = 'Tag beginnt um'; $lang['l_select_day'] = 'Woche beginnt mit'; ! $lang['l_select_style'] = 'Standardstil wählen'; $lang['l_set_prefs'] = 'Einstellungen speichern'; $lang['l_completed_date'] = 'Erledigt am'; $lang['l_completed'] = 'Erledigt'; $lang['l_created'] = 'Erstellt'; ! $lang['l_due'] = 'Fällig:'; ! $lang['l_priority'] = 'Priorität:'; $lang['l_priority_high'] = 'hoch'; $lang['l_priority_low'] = 'niedrig'; *************** *** 84,95 **** $lang['l_priority_none'] = 'keine'; $lang['l_status'] = 'Status'; ! $lang['l_status_confirmed'] = 'Bestätigt' ; $lang['l_status_cancelled'] = 'Abgesagt'; ! $lang['l_status_tentative'] = 'Vorläufig'; $lang['l_todo'] = 'Aufgaben'; $lang['l_unfinished'] = 'Andauernd'; $lang['l_prefs_set'] = 'Einstellungen wurden gespeichert.'; ! $lang['l_prefs_unset'] = 'Einstellungen gelöscht. Änderungen werden beim Aufruf der nächsten Seite aktiv.'; ! $lang['l_unset_prefs'] = 'Einstellungen löschen:'; $lang['l_organizer'] = 'Organisator'; $lang['l_attendee'] = 'Teilnehmer'; --- 84,95 ---- $lang['l_priority_none'] = 'keine'; $lang['l_status'] = 'Status'; ! $lang['l_status_confirmed'] = 'Bestätigt' ; $lang['l_status_cancelled'] = 'Abgesagt'; ! $lang['l_status_tentative'] = 'Vorläufig'; $lang['l_todo'] = 'Aufgaben'; $lang['l_unfinished'] = 'Andauernd'; $lang['l_prefs_set'] = 'Einstellungen wurden gespeichert.'; ! $lang['l_prefs_unset'] = 'Einstellungen gelöscht. änderungen werden beim Aufruf der nächsten Seite aktiv.'; ! $lang['l_unset_prefs'] = 'Einstellungen löschen'; $lang['l_organizer'] = 'Organisator'; $lang['l_attendee'] = 'Teilnehmer'; *************** *** 101,106 **** $lang['l_invalid_login'] = 'Falscher Benutzername oder Passwort.'; $lang['l_addupdate_cal'] = 'Kalender aktualisieren oder hochladen'; ! $lang['l_addupdate_desc'] = 'Um einen Kalendar hinzuzufügen, laden Sie ein neues Kalender Dokument hoch. Um einen Kalender zu aktualisieren, laden Sie ein Kalender Dokument mit dem selben Namen hoch.'; ! $lang['l_delete_cal'] = 'Einen Kalender löschen'; $lang['l_logout'] = 'Abmelden'; $lang['l_cal_file'] = 'Kalender Dokument'; --- 101,106 ---- $lang['l_invalid_login'] = 'Falscher Benutzername oder Passwort.'; $lang['l_addupdate_cal'] = 'Kalender aktualisieren oder hochladen'; ! $lang['l_addupdate_desc'] = 'Um einen Kalendar hinzuzufügen, laden Sie ein neues Kalender Dokument hoch. Um einen Kalender zu aktualisieren, laden Sie ein Kalender Dokument mit dem selben Namen hoch.'; ! $lang['l_delete_cal'] = 'Einen Kalender löschen'; $lang['l_logout'] = 'Abmelden'; $lang['l_cal_file'] = 'Kalender Dokument'; *************** *** 111,122 **** $upload_error_lang[2] = 'Das Dokument, welches Sie versuchen hochzuladen, ist zu gross.'; $upload_error_lang[3] = 'Das Dokument, welches Sie versuchen hochzuladen wurde nur teilweise empfangen.'; ! $upload_error_lang[4] = 'Sie müssen ein Dokument zum Hochladen auswählen.'; ! $lang['l_upload_error_type'] = 'Nur Dokumente mit der Suffix .ics dürfen hochgeladen werden.'; $lang['l_copy_error'] = 'Kopieren des Dokuments nicht erfolgreich'; ! $lang['l_delete_error'] = 'Löschen des Dokuments nicht erfolgreich'; ! $lang['l_delete_success'] = 'wurde gelöscht.'; $lang['l_action_success'] = 'Die Aktion war erfolgreich.'; $lang['l_submit'] = 'Absenden'; ! $lang['l_delete'] = 'Löschen'; $all_cal_comb_lang = 'Alle Kalender zusammen'; --- 111,122 ---- $upload_error_lang[2] = 'Das Dokument, welches Sie versuchen hochzuladen, ist zu gross.'; $upload_error_lang[3] = 'Das Dokument, welches Sie versuchen hochzuladen wurde nur teilweise empfangen.'; ! $upload_error_lang[4] = 'Sie müssen ein Dokument zum Hochladen auswählen.'; ! $lang['l_upload_error_type'] = 'Nur Dokumente mit der Suffix .ics dürfen hochgeladen werden.'; $lang['l_copy_error'] = 'Kopieren des Dokuments nicht erfolgreich'; ! $lang['l_delete_error'] = 'Löschen des Dokuments nicht erfolgreich'; ! $lang['l_delete_success'] = 'wurde gelöscht.'; $lang['l_action_success'] = 'Die Aktion war erfolgreich.'; $lang['l_submit'] = 'Absenden'; ! $lang['l_delete'] = 'Löschen'; $all_cal_comb_lang = 'Alle Kalender zusammen'; *************** *** 130,135 **** // - navigation ! $lang['l_back'] = 'Zurück'; ! $lang['l_next'] = 'Nächste'; $lang['l_prev'] = 'Vorherige'; $lang['l_day_view'] = 'Tagesansicht'; --- 130,135 ---- // - navigation ! $lang['l_back'] = 'Zurück'; ! $lang['l_next'] = 'Nächste'; $lang['l_prev'] = 'Vorherige'; $lang['l_day_view'] = 'Tagesansicht'; *************** *** 154,158 **** $format_recur_lang['start'] = 'Jeden %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' $format_recur_lang['until'] = 'bis %date%'; // ie, 'until January 4' ! $format_recur_lang['count'] = 'für %int% Mal'; // ie, 'for 5 times' $format_recur_lang['bymonth'] = 'In den Monaten: %list%'; // ie, 'In months: January, February, March' --- 154,158 ---- $format_recur_lang['start'] = 'Jeden %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' $format_recur_lang['until'] = 'bis %date%'; // ie, 'until January 4' ! $format_recur_lang['count'] = 'für %int% Mal'; // ie, 'for 5 times' $format_recur_lang['bymonth'] = 'In den Monaten: %list%'; // ie, 'In months: January, February, March' *************** *** 165,170 **** $daysofweekshort_lang = array ('So','Mo','Di','Mi','Do','Fr','Sa'); $daysofweekreallyshort_lang = array ('So','Mo','Di','Mi','Do','Fr','Sa'); ! $monthsofyear_lang = array ('Januar','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember'); ! $monthsofyearshort_lang = array ('Jan','Feb','Mär','Apr','Mai','Jun','Jul','Aug','Sep','Okt','Nov','Dez'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php --- 165,170 ---- $daysofweekshort_lang = array ('So','Mo','Di','Mi','Do','Fr','Sa'); $daysofweekreallyshort_lang = array ('So','Mo','Di','Mi','Do','Fr','Sa'); ! $monthsofyear_lang = array ('Januar','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember'); ! $monthsofyearshort_lang = array ('Jan','Feb','Mär','Apr','Mai','Jun','Jul','Aug','Sep','Okt','Nov','Dez'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php *************** *** 201,209 **** $lang['l_error_window'] = 'Es ist ein Fehler aufgetreten!'; $lang['l_error_calendar'] = 'Der Kalender "%s" wurde bearbeitet, als dieser Fehler auftrat.'; ! $lang['l_error_path'] = 'Der Pfad "%s" kann nicht geöffnet werden.'; ! $lang['l_error_back'] = 'Bitte klicken Sie die "Zurück" Schaltfläche des Browsers um zurückzuspringen.'; $lang['l_error_remotecal'] = 'Dieser Server blockiert entfernte Kalender, welche nicht freigegeben wurden.'; ! $lang['l_error_restrictedcal'] = 'Sie haben versucht einen Kalender mit eingeschränktem Zugriff auf diesem Server aufzurufen.'; ! $lang['l_error_invalidcal'] = 'Dieser Kalender enthält Fehler. Bitte wählen Sie einen anderen aus.'; ?> --- 201,209 ---- $lang['l_error_window'] = 'Es ist ein Fehler aufgetreten!'; $lang['l_error_calendar'] = 'Der Kalender "%s" wurde bearbeitet, als dieser Fehler auftrat.'; ! $lang['l_error_path'] = 'Der Pfad "%s" kann nicht geöffnet werden.'; ! $lang['l_error_back'] = 'Bitte klicken Sie die "Zurück" Schaltfläche des Browsers um zurückzuspringen.'; $lang['l_error_remotecal'] = 'Dieser Server blockiert entfernte Kalender, welche nicht freigegeben wurden.'; ! $lang['l_error_restrictedcal'] = 'Sie haben versucht einen Kalender mit eingeschränktem Zugriff auf diesem Server aufzurufen.'; ! $lang['l_error_invalidcal'] = 'Dieser Kalender enthält Fehler. Bitte wählen Sie einen anderen aus.'; ?> |
|
From: <ji...@us...> - 2009-01-26 05:07:44
|
Update of /cvsroot/phpicalendar/phpicalendar In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27793 Modified Files: config.inc.php Log Message: for bug 2525176 require sequence to increment for modified events. Also fix uid handling Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.201 retrieving revision 1.202 diff -C2 -d -r1.201 -r1.202 *** config.inc.php 3 Jan 2009 07:26:20 -0000 1.201 --- config.inc.php 26 Jan 2009 05:07:38 -0000 1.202 *************** *** 100,104 **** */ $list_webcals = array( ! # 'webcal://dimer.tamu.edu/calendars/seminars/Biochem.ics' ); $more_webcals['recur_tests'] = array(); --- 100,104 ---- */ $list_webcals = array( ! 'webcal://dimer.tamu.edu/calendars/seminars/Biochem.ics' ); $more_webcals['recur_tests'] = array(); |