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: <cl...@us...> - 2004-08-12 20:32:59
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31546/functions Modified Files: event.js Removed Files: todo.js Log Message: Refixed todo popup. Index: event.js =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/event.js,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** event.js 20 Nov 2003 05:18:38 -0000 1.12 --- event.js 12 Aug 2004 20:32:50 -0000 1.13 *************** *** 35,38 **** --- 35,47 ---- } + function openTodoInfo(vtodo_array) { + var windowW = 460; + var windowH = 275; + var url = "includes/todo.php?vtodo_array="+vtodo_array; + options = "scrollbars=yes,width="+windowW+",height="+windowH; + info = window.open(url, "Popup", options); + info.focus(); + } + document.popup_data = new Array(); //--> --- todo.js DELETED --- |
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31546 Modified Files: admin.php day.php month.php preferences.php print.php search.php week.php year.php Log Message: Refixed todo popup. Index: admin.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/admin.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** admin.php 12 Aug 2004 19:20:43 -0000 1.17 --- admin.php 12 Aug 2004 20:32:47 -0000 1.18 *************** *** 49,53 **** 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', - 'todo_js' => BASE.'functions/todo.js', 'charset' => $charset, 'default_path' => '', --- 49,52 ---- *************** *** 62,66 **** 'rss_available' => '', 'rss_valid' => '', - 'todo_js' => '', 'show_search' => '', 'l_day' => $lang['l_day'], --- 61,64 ---- Index: day.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v retrieving revision 1.116 retrieving revision 1.117 diff -C2 -d -r1.116 -r1.117 *** day.php 12 Aug 2004 19:20:45 -0000 1.116 --- day.php 12 Aug 2004 20:32:47 -0000 1.117 *************** *** 49,53 **** 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', - 'todo_js' => BASE.'functions/todo.js', 'charset' => $charset, 'default_path' => '', --- 49,52 ---- *************** *** 62,66 **** 'rss_available' => '', 'rss_valid' => '', - 'todo_js' => '', 'show_search' => '', 'next_day' => $next_day, --- 61,64 ---- Index: month.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v retrieving revision 1.121 retrieving revision 1.122 diff -C2 -d -r1.121 -r1.122 *** month.php 12 Aug 2004 19:20:45 -0000 1.121 --- month.php 12 Aug 2004 20:32:47 -0000 1.122 *************** *** 55,59 **** 'calendar_nav' => BASE.'templates/'.$template.'/calendar_nav.tpl', 'event_js' => BASE.'functions/event.js', - 'todo_js' => BASE.'functions/todo.js', 'charset' => $charset, 'template' => $template, --- 55,58 ---- *************** *** 66,70 **** 'rss_available' => '', 'rss_valid' => '', - 'todo_js' => '', 'show_search' => '', 'next_month' => $next_month, --- 65,68 ---- Index: preferences.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/preferences.php,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** preferences.php 12 Aug 2004 19:20:47 -0000 1.47 --- preferences.php 12 Aug 2004 20:32:48 -0000 1.48 *************** *** 137,140 **** --- 137,141 ---- 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', + 'charset' => $charset, 'template' => $template, 'default_path' => '', *************** *** 146,150 **** 'rss_available' => '', 'rss_valid' => '', - 'todo_js' => '', 'event_js' => '', 'language_select' => $language_select, --- 147,150 ---- Index: print.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/print.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** print.php 12 Aug 2004 19:20:47 -0000 1.27 --- print.php 12 Aug 2004 20:32:48 -0000 1.28 *************** *** 44,48 **** 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', - 'todo_js' => BASE.'functions/todo.js', 'charset' => $charset, 'default_path' => '', --- 44,47 ---- *************** *** 57,61 **** 'rss_available' => '', 'rss_valid' => '', - 'todo_js' => '', 'show_search' => '', 'next_day' => $next_day, --- 56,59 ---- Index: search.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/search.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** search.php 12 Aug 2004 19:20:47 -0000 1.31 --- search.php 12 Aug 2004 20:32:48 -0000 1.32 *************** *** 278,282 **** 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', - 'todo_js' => BASE.'functions/todo.js', 'charset' => $charset, 'default_path' => '', --- 278,281 ---- *************** *** 291,295 **** 'rss_available' => '', 'rss_valid' => '', - 'todo_js' => '', 'show_search' => '' )); --- 290,293 ---- Index: week.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/week.php,v retrieving revision 1.115 retrieving revision 1.116 diff -C2 -d -r1.115 -r1.116 *** week.php 12 Aug 2004 19:20:47 -0000 1.115 --- week.php 12 Aug 2004 20:32:48 -0000 1.116 *************** *** 51,55 **** 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', - 'todo_js' => BASE.'functions/todo.js', 'charset' => $charset, 'default_path' => '', --- 51,54 ---- *************** *** 64,68 **** 'rss_available' => '', 'rss_valid' => '', - 'todo_js' => '', 'show_search' => '', 'next_day' => $next_day, --- 63,66 ---- Index: year.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/year.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** year.php 12 Aug 2004 19:20:48 -0000 1.32 --- year.php 12 Aug 2004 20:32:49 -0000 1.33 *************** *** 22,26 **** 'footer' => BASE.'templates/'.$template.'/footer.tpl', 'template' => $template, - 'todo_js' => BASE.'functions/todo.js', 'charset' => $charset, 'default_path' => '', --- 22,25 ---- *************** *** 34,38 **** 'rss_valid' => '', 'todo_available' => '', - 'todo_js' => '', 'event_js' => '', 'this_year' => $this_year, --- 33,36 ---- |
From: <cl...@us...> - 2004-08-12 20:32:59
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31546/templates/default Modified Files: header.tpl Log Message: Refixed todo popup. Index: header.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/header.tpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** header.tpl 12 Aug 2004 19:20:50 -0000 1.9 --- header.tpl 12 Aug 2004 20:32:50 -0000 1.10 *************** *** 10,14 **** <!-- switch rss_available off --> {EVENT_JS} - {TODO_JS} </head> <body> --- 10,13 ---- |
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17095 Modified Files: README admin.php config.inc.php day.php month.php preferences.php print.php search.php week.php year.php Log Message: Added todo.js and charset. Needs testing. Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** README 11 Aug 2004 22:47:26 -0000 1.69 --- README 12 Aug 2004 19:20:43 -0000 1.70 *************** *** 97,100 **** --- 97,102 ---- -Italian and Spanish translations added. -Some authentication issues resolved. + -Change your charset in config. + -Better Evolution compatibility. 2.0 alpha Index: admin.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/admin.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** admin.php 24 May 2004 01:39:42 -0000 1.16 --- admin.php 12 Aug 2004 19:20:43 -0000 1.17 *************** *** 4,7 **** --- 4,8 ---- require_once(BASE.'functions/ical_parser.php'); require_once(BASE.'functions/template.php'); + header("Content-Type: text/html; charset=$charset"); // Redirect if administration is not allowed *************** *** 48,51 **** --- 49,54 ---- 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', + 'todo_js' => BASE.'functions/todo.js', + 'charset' => $charset, 'default_path' => '', 'template' => $template, Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.150 retrieving revision 1.151 diff -C2 -d -r1.150 -r1.151 *** config.inc.php 8 Aug 2004 05:55:17 -0000 1.150 --- config.inc.php 12 Aug 2004 19:20:44 -0000 1.151 *************** *** 27,30 **** --- 27,31 ---- $download_uri = ''; // The HTTP URL to your calendars directory, ie. http://www.example.com/phpicalendar/calendars -- AUTO SETTING -- Only set if you are having subscribe issues. $default_path = 'http://www.example.com/phpicalendar'; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar + $charset = 'UTF-8'; // Character set your calendar is in, suggested UTF-8, or iso-8859-1 for most languages. // Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase. Index: day.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v retrieving revision 1.115 retrieving revision 1.116 diff -C2 -d -r1.115 -r1.116 *** day.php 19 May 2004 03:45:07 -0000 1.115 --- day.php 12 Aug 2004 19:20:45 -0000 1.116 *************** *** 13,16 **** --- 13,18 ---- require_once(BASE.'functions/list_functions.php'); require_once(BASE.'functions/template.php'); + header("Content-Type: text/html; charset=$charset"); + if ($minical_view == 'current') $minical_view = 'day'; *************** *** 47,50 **** --- 49,54 ---- 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', + 'todo_js' => BASE.'functions/todo.js', + 'charset' => $charset, 'default_path' => '', 'template' => $template, Index: month.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v retrieving revision 1.120 retrieving revision 1.121 diff -C2 -d -r1.120 -r1.121 *** month.php 11 Aug 2004 23:49:12 -0000 1.120 --- month.php 12 Aug 2004 19:20:45 -0000 1.121 *************** *** 4,7 **** --- 4,8 ---- require_once(BASE.'functions/list_functions.php'); require_once(BASE.'functions/template.php'); + header("Content-Type: text/html; charset=$charset"); $current_view = "month"; if ($minical_view == 'current') $minical_view = 'month'; *************** *** 54,57 **** --- 55,60 ---- 'calendar_nav' => BASE.'templates/'.$template.'/calendar_nav.tpl', 'event_js' => BASE.'functions/event.js', + 'todo_js' => BASE.'functions/todo.js', + 'charset' => $charset, 'template' => $template, 'cal' => $cal, Index: preferences.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/preferences.php,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** preferences.php 19 May 2004 04:16:48 -0000 1.46 --- preferences.php 12 Aug 2004 19:20:47 -0000 1.47 *************** *** 4,7 **** --- 4,8 ---- require_once(BASE.'functions/ical_parser.php'); require_once(BASE.'functions/template.php'); + header("Content-Type: text/html; charset=$charset"); $display_date = $preferences_lang; Index: print.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/print.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** print.php 24 May 2004 01:39:42 -0000 1.26 --- print.php 12 Aug 2004 19:20:47 -0000 1.27 *************** *** 5,8 **** --- 5,9 ---- require_once(BASE.'functions/list_functions.php'); require_once(BASE.'functions/template.php'); + header("Content-Type: text/html; charset=$charset"); $start_week_time = strtotime(dateOfWeek($getdate, $week_start_day)); *************** *** 43,46 **** --- 44,49 ---- 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', + 'todo_js' => BASE.'functions/todo.js', + 'charset' => $charset, 'default_path' => '', 'template' => $template, Index: search.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/search.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** search.php 15 May 2004 02:42:13 -0000 1.30 --- search.php 12 Aug 2004 19:20:47 -0000 1.31 *************** *** 7,10 **** --- 7,11 ---- require_once(BASE.'functions/list_functions.php'); require_once(BASE.'functions/template.php'); + header("Content-Type: text/html; charset=$charset"); if (isset($HTTP_SERVER_VARS['HTTP_REFERER']) && $HTTP_SERVER_VARS['HTTP_REFERER'] != '') { *************** *** 277,280 **** --- 278,283 ---- 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', + 'todo_js' => BASE.'functions/todo.js', + 'charset' => $charset, 'default_path' => '', 'template' => $template, Index: week.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/week.php,v retrieving revision 1.114 retrieving revision 1.115 diff -C2 -d -r1.114 -r1.115 *** week.php 11 Aug 2004 23:49:12 -0000 1.114 --- week.php 12 Aug 2004 19:20:47 -0000 1.115 *************** *** 6,9 **** --- 6,10 ---- require_once(BASE.'functions/list_functions.php'); require_once(BASE.'functions/template.php'); + header("Content-Type: text/html; charset=$charset"); if ($minical_view == "current") $minical_view = "week"; *************** *** 50,53 **** --- 51,56 ---- 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', + 'todo_js' => BASE.'functions/todo.js', + 'charset' => $charset, 'default_path' => '', 'template' => $template, Index: year.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/year.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** year.php 19 May 2004 03:45:09 -0000 1.31 --- year.php 12 Aug 2004 19:20:48 -0000 1.32 *************** *** 4,7 **** --- 4,8 ---- require_once(BASE.'functions/ical_parser.php'); require_once(BASE.'functions/template.php'); + header("Content-Type: text/html; charset=$charset"); $current_view = 'year'; *************** *** 21,24 **** --- 22,27 ---- 'footer' => BASE.'templates/'.$template.'/footer.tpl', 'template' => $template, + 'todo_js' => BASE.'functions/todo.js', + 'charset' => $charset, 'default_path' => '', 'cal' => $cal, |
From: <cl...@us...> - 2004-08-12 19:20:59
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17095/templates/default Modified Files: header.tpl Log Message: Added todo.js and charset. Needs testing. Index: header.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/header.tpl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** header.tpl 11 Aug 2004 05:51:01 -0000 1.8 --- header.tpl 12 Aug 2004 19:20:50 -0000 1.9 *************** *** 3,7 **** <html xmlns="http://www.w3.org/1999/xhtml"> <head> ! <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <title>{CALENDAR_NAME} - {DISPLAY_DATE}</title> <link rel="stylesheet" type="text/css" href="{DEFAULT_PATH}templates/{TEMPLATE}/default.css" /> --- 3,7 ---- <html xmlns="http://www.w3.org/1999/xhtml"> <head> ! <meta http-equiv="content-type" content="text/html; charset={CHARSET}" /> <title>{CALENDAR_NAME} - {DISPLAY_DATE}</title> <link rel="stylesheet" type="text/css" href="{DEFAULT_PATH}templates/{TEMPLATE}/default.css" /> *************** *** 10,27 **** <!-- switch rss_available off --> {EVENT_JS} ! <script language="JavaScript" type="text/javascript"> ! <!-- ! function openTodoInfo(vtodo_array) ! { ! var windowW = 460; ! var windowH = 275; ! var url = "includes/todo.php?vtodo_array="+vtodo_array; ! options = "scrollbars=yes,width="+windowW+",height="+windowH; ! info = window.open(url, "Popup", options); ! info.focus(); ! } ! ! //--> ! </script> </head> <body> --- 10,14 ---- <!-- switch rss_available off --> {EVENT_JS} ! {TODO_JS} </head> <body> |
From: <cl...@us...> - 2004-08-12 19:20:59
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17095/functions Modified Files: todo.js Log Message: Added todo.js and charset. Needs testing. Index: todo.js =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/todo.js,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** todo.js 8 Feb 2003 04:47:57 -0000 1.7 --- todo.js 12 Aug 2004 19:20:49 -0000 1.8 *************** *** 1,3 **** - <script language="JavaScript" type="text/javascript"> <!-- --- 1,2 ---- *************** *** 6,16 **** var windowW = 460; var windowH = 275; - var url = "includes/todo.php?vtodo_array="+vtodo_array; - options = "scrollbars=yes,width="+windowW+",height="+windowH; - info = window.open(url, "Popup", options); - info.focus(); } --- 5,11 ---- |
From: <cl...@us...> - 2004-08-12 19:08:10
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14681/functions Modified Files: list_functions.php Log Message: Jump to added. Index: list_functions.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/list_functions.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** list_functions.php 8 Aug 2004 05:55:18 -0000 1.9 --- list_functions.php 12 Aug 2004 19:08:00 -0000 1.10 *************** *** 4,8 **** global $second_offset, $lang, $cal; $today = date('Ymd', strtotime("now + $second_offset seconds")); ! $return = '<option value="day.php?cal='.$cal.'&getdate='.$today.'">'.$lang['l_goday'].'</option>'; $return .= '<option value="week.php?cal='.$cal.'&getdate='.$today.'">'.$lang['l_goweek'].'</option>'; $return .= '<option value="month.php?cal='.$cal.'&getdate='.$today.'">'.$lang['l_gomonth'].'</option>'; --- 4,9 ---- global $second_offset, $lang, $cal; $today = date('Ymd', strtotime("now + $second_offset seconds")); ! $return = '<option value="#">'.$lang['l_jump'].'</option>'; ! $return .= '<option value="day.php?cal='.$cal.'&getdate='.$today.'">'.$lang['l_goday'].'</option>'; $return .= '<option value="week.php?cal='.$cal.'&getdate='.$today.'">'.$lang['l_goweek'].'</option>'; $return .= '<option value="month.php?cal='.$cal.'&getdate='.$today.'">'.$lang['l_gomonth'].'</option>'; |
From: <cl...@us...> - 2004-08-12 02:41:35
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10013/functions Modified Files: ical_parser.php Log Message: Ximian bitches. Index: ical_parser.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v retrieving revision 1.177 retrieving revision 1.178 diff -C2 -d -r1.177 -r1.178 *** ical_parser.php 11 Aug 2004 23:49:12 -0000 1.177 --- ical_parser.php 12 Aug 2004 02:41:26 -0000 1.178 *************** *** 1010,1014 **** preg_match ('/([0-9]{4})([0-9]{2})([0-9]{2})([0-9]{0,2})([0-9]{0,2})/', $exdata, $regs); $except_dates[] = $regs[1] . $regs[2] . $regs[3]; ! $except_times[] = $regs[4] . $regs[5]; } break; --- 1010,1019 ---- preg_match ('/([0-9]{4})([0-9]{2})([0-9]{2})([0-9]{0,2})([0-9]{0,2})/', $exdata, $regs); $except_dates[] = $regs[1] . $regs[2] . $regs[3]; ! // Added for Evolution, since they dont think they need to tell me which time to exclude. ! if (($regs[4] == '') && ($start_time != '')) { ! $except_times[] = $start_time; ! } else { ! $except_times[] = $regs[4] . $regs[5]; ! } } break; *************** *** 1165,1169 **** //print '<pre>'; ! //print_r($master_array['-4']); //print_r($overlap_array); //print_r($day_array); --- 1170,1174 ---- //print '<pre>'; ! //print_r($master_array); //print_r($overlap_array); //print_r($day_array); |
From: <cl...@us...> - 2004-08-11 23:49:21
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17752/functions Modified Files: ical_parser.php Log Message: Added login langs to week and month, a fix for evolution. Index: ical_parser.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v retrieving revision 1.176 retrieving revision 1.177 diff -C2 -d -r1.176 -r1.177 *** ical_parser.php 8 Aug 2004 05:55:18 -0000 1.176 --- ical_parser.php 11 Aug 2004 23:49:12 -0000 1.177 *************** *** 907,911 **** case 'DTSTART': ! $field = str_replace ('/softwarestudio.org/Olson_20011030_5/', '', $field); $zulu_time = false; if (substr($data,-1) == 'Z') $zulu_time = true; --- 907,911 ---- case 'DTSTART': ! $data = str_replace ('/softwarestudio.org/Olson_20011030_5/', '', $data); $zulu_time = false; if (substr($data,-1) == 'Z') $zulu_time = true; |
From: <cl...@us...> - 2004-08-11 23:49:20
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17752 Modified Files: month.php week.php Log Message: Added login langs to week and month, a fix for evolution. Index: month.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v retrieving revision 1.119 retrieving revision 1.120 diff -C2 -d -r1.119 -r1.120 *** month.php 19 May 2004 03:45:08 -0000 1.119 --- month.php 11 Aug 2004 23:49:12 -0000 1.120 *************** *** 95,99 **** )); ! $page->monthbottom($this->page); $page->draw_subscribe($this->page); --- 95,112 ---- )); ! if ($allow_login == 'yes') { ! $page->replace_tags(array( ! 'l_invalid_login' => $lang['l_invalid_login'], ! 'l_password' => $lang['l_password'], ! 'l_username' => $lang['l_username'], ! 'l_login' => $lang['l_login'], ! 'l_logout' => $lang['l_logout'] ! )); ! } ! ! ! if ($this_months_events == 'yes') { ! $page->monthbottom($this->page); ! } $page->draw_subscribe($this->page); Index: week.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/week.php,v retrieving revision 1.113 retrieving revision 1.114 diff -C2 -d -r1.113 -r1.114 *** week.php 19 May 2004 03:45:08 -0000 1.113 --- week.php 11 Aug 2004 23:49:12 -0000 1.114 *************** *** 98,101 **** --- 98,111 ---- )); + if ($allow_login == 'yes') { + $page->replace_tags(array( + 'l_invalid_login' => $lang['l_invalid_login'], + 'l_password' => $lang['l_password'], + 'l_username' => $lang['l_username'], + 'l_login' => $lang['l_login'], + 'l_logout' => $lang['l_logout'] + )); + } + $page->draw_week($this->page); $page->tomorrows_events($this->page); |
From: <cl...@us...> - 2004-08-11 22:47:40
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6786 Modified Files: README Log Message: Updated for alpha 2 Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** README 8 Aug 2004 01:47:17 -0000 1.68 --- README 11 Aug 2004 22:47:26 -0000 1.69 *************** *** 89,93 **** Changes: -------- ! 2.0 beta -New templating system. -Workaround for events starting between 0000 and 0100. --- 89,102 ---- Changes: -------- ! 2.0 alpha 2 ! -Mozilla calendars work again. ! -Todos work again. ! -Enhanced error messaging system. ! -Webcals can be cached for greater performance. ! -Support for 7 colors and 14 calendars by default. ! -Italian and Spanish translations added. ! -Some authentication issues resolved. ! ! 2.0 alpha -New templating system. -Workaround for events starting between 0000 and 0100. *************** *** 103,107 **** -YEARLY repeating events display better. -All Calendars Combined can now be cached for greater performance. - -Webcals can be cached for greater performance. -Parsing engine now twice as fast. -Various bug fixes. --- 112,115 ---- |
Update of /cvsroot/phpicalendar/phpicalendar/styles/silver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15533 Removed Files: allday_bg.gif allday_dot.gif back.gif day_on.gif day_title.gif default.css download_arrow.gif event_dot.gif left_arrows.gif left_day.gif month_on.gif printer.gif right_arrows.gif right_day.gif search.gif side_bg.gif smallicon.gif spacer.gif time_bg.gif week_on.gif year_on.gif Log Message: Removed old style silver. --- allday_bg.gif DELETED --- --- allday_dot.gif DELETED --- --- back.gif DELETED --- --- day_on.gif DELETED --- --- day_title.gif DELETED --- --- default.css DELETED --- --- download_arrow.gif DELETED --- --- event_dot.gif DELETED --- --- left_arrows.gif DELETED --- --- left_day.gif DELETED --- --- month_on.gif DELETED --- --- printer.gif DELETED --- --- right_arrows.gif DELETED --- --- right_day.gif DELETED --- --- search.gif DELETED --- --- side_bg.gif DELETED --- --- smallicon.gif DELETED --- --- spacer.gif DELETED --- --- time_bg.gif DELETED --- --- week_on.gif DELETED --- --- year_on.gif DELETED --- |
From: <cl...@us...> - 2004-08-11 05:55:06
|
Update of /cvsroot/phpicalendar/phpicalendar/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15856/includes Modified Files: todo.php Log Message: Added languages Index: todo.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/includes/todo.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** todo.php 11 Aug 2004 05:51:01 -0000 1.15 --- todo.php 11 Aug 2004 05:54:51 -0000 1.16 *************** *** 52,56 **** 'due_date' => $due_date, 'cal_title_full' => $cal_title_full, ! 'template' => $template )); --- 52,60 ---- 'due_date' => $due_date, 'cal_title_full' => $cal_title_full, ! 'template' => $template, ! 'l_created' => $lang['l_created'], ! 'l_priority' => $lang['l_priority'], ! 'l_status' => $lang['l_status'], ! 'l_due' => $lang['l_due'] )); |
From: <cl...@us...> - 2004-08-11 05:51:10
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15403/templates/default Modified Files: header.tpl Log Message: Added JS. Index: header.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/header.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** header.tpl 15 May 2004 02:42:17 -0000 1.7 --- header.tpl 11 Aug 2004 05:51:01 -0000 1.8 *************** *** 10,14 **** <!-- switch rss_available off --> {EVENT_JS} ! {TODO_JS} </head> <body> --- 10,27 ---- <!-- switch rss_available off --> {EVENT_JS} ! <script language="JavaScript" type="text/javascript"> ! <!-- ! function openTodoInfo(vtodo_array) ! { ! var windowW = 460; ! var windowH = 275; ! var url = "includes/todo.php?vtodo_array="+vtodo_array; ! options = "scrollbars=yes,width="+windowW+",height="+windowH; ! info = window.open(url, "Popup", options); ! info.focus(); ! } ! ! //--> ! </script> </head> <body> |
From: <cl...@us...> - 2004-08-11 05:51:09
|
Update of /cvsroot/phpicalendar/phpicalendar/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15403/includes Modified Files: todo.php Log Message: Added JS. Index: todo.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/includes/todo.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** todo.php 28 Jan 2004 07:27:23 -0000 1.14 --- todo.php 11 Aug 2004 05:51:01 -0000 1.15 *************** *** 56,61 **** )); - $page->replace_langs($lang); - $page->output(); --- 56,59 ---- |
From: <cl...@us...> - 2004-08-09 23:21:16
|
Update of /cvsroot/phpicalendar/phpicalendar/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17256/languages Modified Files: italian.inc.php Log Message: fixed parse error. Index: italian.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/italian.inc.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** italian.inc.php 9 Aug 2004 21:58:12 -0000 1.26 --- italian.inc.php 9 Aug 2004 23:21:04 -0000 1.27 *************** *** 69,73 **** $lang['l_select_cal'] = 'Seleziona il calendario predefinito'; $lang['l_select_view'] = 'Seleziona la vista predefinita'; ! $lang['l_select_time'] = 'Seleziona l'ora di inizio predefinita'; $lang['l_select_day'] = 'Seleziona il giorno di inizio settimana predefinito'; $lang['l_select_style'] = 'Seleziona lo stile predefinito'; --- 69,73 ---- $lang['l_select_cal'] = 'Seleziona il calendario predefinito'; $lang['l_select_view'] = 'Seleziona la vista predefinita'; ! $lang['l_select_time'] = 'Seleziona l\'ora di inizio predefinita'; $lang['l_select_day'] = 'Seleziona il giorno di inizio settimana predefinito'; $lang['l_select_style'] = 'Seleziona lo stile predefinito'; |
From: <cl...@us...> - 2004-08-09 21:58:37
|
Update of /cvsroot/phpicalendar/phpicalendar/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2233/languages Modified Files: italian.inc.php spanish.inc.php Log Message: Added for 2.0 beta Index: italian.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/italian.inc.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** italian.inc.php 22 Nov 2003 03:45:33 -0000 1.25 --- italian.inc.php 9 Aug 2004 21:58:12 -0000 1.26 *************** *** 2,133 **** // Italian language include ! // For version 1.0 PHP iCalendar // // First translation by Luca Cacciagrano (cl...@cl...) // Updated translation by Daniele Nicolucci (jo...@di...) // // Submit new translations to ch...@ch... ! $day_lang = 'Giorno'; ! $week_lang = 'Settimana'; ! $month_lang = 'Mese'; ! $year_lang = 'Anno'; ! $calendar_lang = 'Calendario'; ! $next_day_lang = 'Giorno Successivo'; ! $next_month_lang = 'Mese Successivo'; ! $next_week_lang = 'Settimana Successiva'; ! $next_year_lang = 'Anno Successivo'; ! $last_day_lang = 'Giorno Precedente'; ! $last_month_lang = 'Mese Precedente'; ! $last_week_lang = 'Settimana Precedente'; ! $last_year_lang = 'Anno Precedente'; ! $subscribe_lang = 'Sottoscrivi'; ! $download_lang = 'Scarica'; ! $powered_by_lang = 'Powered by'; ! $event_lang = 'Evento'; ! $event_start_lang = 'Inizio'; ! $event_end_lang = 'Fine'; ! $this_months_lang = 'Eventi di questo mese'; ! $date_lang = 'Data'; ! $summary_lang = 'Sommario'; ! $all_day_lang = 'Eventi giornalieri'; ! $notes_lang = 'Note'; ! $this_years_lang = 'Eventi di quest\'anno'; ! $today_lang = 'Oggi'; ! $this_week_lang = 'Questa settimana'; ! $this_month_lang = 'Questo mese'; ! $jump_lang = 'Vai a'; ! $tomorrows_lang = 'Eventi di domani'; ! $goday_lang = 'Vai a oggi'; ! $goweek_lang = 'Vai a questa settimana'; ! $gomonth_lang = 'Vai a questo mese'; ! $goyear_lang = 'Vai a quest\'anno'; ! $search_lang = 'Ricerca'; // the verb ! $results_lang = 'Risultati ricerca'; ! $query_lang = 'Cerca: '; // will be followed by the search query ! $no_results_lang = 'Nessun evento trovato'; ! $goprint_lang = 'Versione stampabile'; ! $time_lang = 'Ora'; ! $summary_lang = 'Sommario'; ! $description_lang = 'Descrizione'; ! $this_site_is_lang = 'Questo sito è'; ! $no_events_day_lang = 'Nessun evento per oggi.'; ! $no_events_week_lang = 'Nessun evento per questa settimana.'; ! $no_events_month_lang = 'Nessun evento per questo mese.'; ! $rss_day_date = 'G:i'; // Lists just the time ! $rss_week_date = '%e %B'; // Lists just the day ! $rss_month_date = '%e %B'; // Lists just the day ! $rss_language = 'it-it'; ! $search_took_lang = 'La ricerca ha impiegato %s secondi'; ! $recurring_event_lang = 'Evento ricorrente'; ! $exception_lang = 'Eccezione'; ! $no_query_lang = 'Nessuna ricerca specificata'; ! $preferences_lang = 'Preferenze'; ! $printer_lang = 'Stampante'; ! $select_lang_lang = 'Seleziona la lingua di default:'; ! $select_cal_lang = 'Seleziona il calendario di default:'; ! $select_view_lang = 'Seleziona la vista di default:'; ! $select_time_lang = 'Seleziona l\'ora di inizio:'; ! $select_day_lang = 'Seleziona il primo giorno della settimana:'; ! $select_style_lang = 'Seleziona lo stile di default:'; ! $set_prefs_lang = 'Imposta preferenze'; ! $completed_date_lang = 'Completato il'; ! $completed_lang = 'Completato'; ! $created_lang = 'Creato:'; ! $due_lang = 'Fatto:'; ! $priority_lang = 'Priorità:'; ! $priority_high_lang = 'Alta'; ! $priority_low_lang = 'Bassa'; ! $priority_medium_lang = 'Media'; ! $priority_none_lang = 'Nessuna'; ! $status_lang = 'Stato:'; ! $todo_lang = 'Attività'; ! $unfinished_lang = 'Non terminato'; ! $prefs_set_lang = 'Le tue preferenze sono state registrate.'; ! $prefs_unset_lang = 'Preferenze non impostate. Le modifiche avranno effetto al caricamento della prossima pagina.'; ! $unset_prefs_lang = 'Preferenze non impostate:'; ! $organizer_lang = 'Organizer'; ! $attendee_lang = 'Attendee'; ! $status_lang = 'Status'; ! $location_lang = 'Location'; ! $admin_header_lang = 'PHP iCalendar Administration'; ! $username_lang = 'Username'; ! $password_lang = 'Password'; ! $login_lang = 'Login'; ! $invalid_login_lang = 'Wrong username or password.'; ! $addupdate_cal_lang = 'Add or Update a Calendar'; ! $addupdate_desc_lang = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.'; ! $delete_cal_lang = 'Delete a Calendar'; ! $logout_lang = 'Logout'; ! $cal_file_lang = 'Calendar File'; ! $php_error_lang = 'PHP Error'; ! $upload_error_gen_lang = 'There was a problem with your upload.'; ! $upload_error_lang[0] = 'There was a problem with your upload.'; ! $upload_error_lang[1] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[2] = 'The file you are trying to upload is too big.'; ! $upload_error_lang[3] = 'The file you are trying upload was only partially uploaded.'; ! $upload_error_lang[4] = 'You must select a file for upload.'; ! $upload_error_type_lang = 'Only .ics files may be uploaded.'; ! $copy_error_lang = 'Failed to copy file'; ! $delete_error_lang = 'Failed to delete file'; ! $delete_success_lang = 'was deleted successfully.'; ! $action_success_lang = 'Your action was successful.'; ! $submit_lang = 'Submit'; ! $delete_lang = 'Delete'; ! // ----- New for 1.0 ! $all_cal_comb_lang = 'All calendars combined'; // - navigation ! $back_lang = 'Indietro'; ! $next_lang = 'Avanti'; ! $prev_lang = 'Precedente'; ! $day_view_lang = 'Vista giornaliera'; ! $week_view_lang = 'Vista settimanale'; ! $month_view_lang = 'Vista mensile'; ! $year_view_lang = 'Vista annuale'; // --------------------------------- // $format_recur, items enclosed in % will be substituted with variables $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three' --- 2,141 ---- // Italian language include ! // For version 2.0 PHP iCalendar // // First translation by Luca Cacciagrano (cl...@cl...) // Updated translation by Daniele Nicolucci (jo...@di...) + // v.2 updated translation by Mattia Grosso (testone at inwind dot it) // // Submit new translations to ch...@ch... ! $lang['l_day'] = 'Giorno'; ! $lang['l_week'] = 'Settimana'; ! $lang['l_month'] = 'Mese'; ! $lang['l_year'] = 'Anno'; ! $lang['l_calendar'] = 'Calendario'; ! $lang['l_next_day'] = 'Giorno Successivo'; ! $lang['l_next_month'] = 'Mese Successivo'; ! $lang['l_next_week'] = 'Settimana Successiva'; ! $lang['l_next_year'] = 'Anno Successivo'; ! $lang['l_last_day'] = 'GIorno Precedente'; ! $lang['l_last_month'] = 'Mese Precedente'; ! $lang['l_last_week'] = 'Settimana Precedente'; ! $lang['l_last_year'] = 'Anno Precedente'; ! $lang['l_subscribe'] = 'Sottoscrivi'; ! $lang['l_download'] = 'Scarica'; ! $lang['l_powered_by'] = 'Powered by'; ! $lang['l_event'] = 'Evento'; ! $lang['l_event_start'] = 'Inizio'; ! $lang['l_event_end'] = 'Fine'; ! $lang['l_this_months'] = 'Eventi di questo mese'; ! $lang['l_date'] = 'Data'; ! $lang['l_summary'] = 'Sommario'; ! $lang['l_all_day'] = 'Eventi giornalieri'; ! $lang['l_notes'] = 'Note'; ! $lang['l_this_years'] = 'Eventi di quest\'anno'; ! $lang['l_today'] = 'Oggi'; ! $lang['l_this_week'] = 'Questa Settimana'; ! $lang['l_this_month'] = 'Questo Mese'; ! $lang['l_jump'] = 'Vai a'; ! $lang['l_tomorrows'] = 'Eventi di domani'; ! $lang['l_goday'] = 'Vai a Oggi'; ! $lang['l_goweek'] = 'Vai a Questa Settimana'; ! $lang['l_gomonth'] = 'Vai a Questo Mese'; ! $lang['l_goyear'] = 'Vai a Questo Anno'; ! $lang['l_search'] = 'Cerca'; // the verb ! $lang['l_results'] = 'Risultati Ricerca'; ! $lang['l_query'] = 'Chiave di ricerca'; // will be followed by the search query ! $lang['l_no_results'] = 'Nessun evento trovato'; ! $lang['l_goprint'] = 'Versione Stampabile'; ! $lang['l_time'] = 'Ora'; ! $lang['l_summary'] = 'Sommario'; ! $lang['l_description'] = 'Descrizione'; ! $lang['l_this_site_is'] = 'Questo sito è'; ! $lang['l_no_events_day'] = 'Nessun evento per oggi.'; ! $lang['l_no_events_week'] = 'Nessun evento per questa settimana.'; ! $lang['l_no_events_month'] = 'Nessun evento per questo mese.'; ! $lang['l_rss_day_date'] = 'G:i'; // Lists just the time ! $lang['l_rss_week_date '] = '%e %b'; // Lists just the day ! $lang['l_rss_month_date '] = '%e %b'; // Lists just the day ! $lang['l_rss_language'] = 'it-it'; ! $lang['l_search_took'] = 'La ricerca ha richiesto %s secondi'; ! $lang['l_recurring_event'] = 'Evento ricorrente'; ! $lang['l_exception'] = 'Eccezione'; ! $lang['l_no_query'] = 'Nessuna chiave di ricerca specificata'; ! $lang['l_preferences'] = 'Preferenze'; ! $lang['l_printer'] = 'Stampante'; ! $lang['l_select_lang'] = 'Seleziona la lingua predefinita'; ! $lang['l_select_cal'] = 'Seleziona il calendario predefinito'; ! $lang['l_select_view'] = 'Seleziona la vista predefinita'; ! $lang['l_select_time'] = 'Seleziona l'ora di inizio predefinita'; ! $lang['l_select_day'] = 'Seleziona il giorno di inizio settimana predefinito'; ! $lang['l_select_style'] = 'Seleziona lo stile predefinito'; ! $lang['l_set_prefs'] = 'Imposta le preferenze'; ! $lang['l_completed_date'] = 'Completato il'; ! $lang['l_completed'] = 'Completato'; ! $lang['l_created'] = 'Creato'; ! $lang['l_due'] = 'Fatto'; ! $lang['l_priority'] = 'Priorità'; ! $lang['l_priority_high'] = 'Alta'; ! $lang['l_priority_low'] = 'Bassa'; ! $lang['l_priority_medium'] = 'Media'; ! $lang['l_priority_none'] = 'Nessuna'; ! $lang['l_status'] = 'Stato'; ! $lang['l_todo'] = 'Attività'; ! $lang['l_unfinished'] = 'Non terminato'; ! $lang['l_prefs_set'] = 'Le tue preferenze sono state registrate.'; ! $lang['l_prefs_unset'] = 'Preferenze annullate. Le modifiche avranno effetto al caricamento della prossima pagina.'; ! $lang['l_unset_prefs'] = 'Ripristina le impostazioni iniziali'; ! $lang['l_organizer'] = 'Organizzatore'; ! $lang['l_attendee'] = 'Invitato'; ! $lang['l_status'] = 'Stato'; ! $lang['l_location'] = 'Luogo'; ! $lang['l_admin_header'] = 'Amministrazione PHP iCalendar'; ! $lang['l_username'] = 'Nome utente'; ! $lang['l_password'] = 'Password'; ! $lang['l_login'] = 'Entra'; ! $lang['l_invalid_login'] = 'Nome utente o password errata.'; ! $lang['l_addupdate_cal'] = 'Aggiungi o Aggiorna un Calendario'; ! $lang['l_addupdate_desc'] = 'Aggiungi un calendario caricando un nuovo file. L\'aggiornamento si effettua caricando un calendario con lo stesso nome.'; ! $lang['l_delete_cal'] = 'Elimina un Calendario'; ! $lang['l_logout'] = 'Esci'; ! $lang['l_cal_file'] = 'File Calendario'; ! $lang['l_php_error'] = 'Errore PHP'; ! $upload_error_gen_lang = 'Si è verificato un problema durante il caricamento.'; ! $upload_error_lang[0] = 'Si è verificato un problema durante il caricamento.'; ! $upload_error_lang[1] = 'Il documento che stai cercando di caricare è troppo grande.'; ! $upload_error_lang[2] = 'Il documento che stai cercando di caricare è troppo grande.'; ! $upload_error_lang[3] = 'Il documento che stai cercando di caricare è stato trasferito solo in parte.'; ! $upload_error_lang[4] = 'Devi selezionare un file da caricare.'; ! $lang['l_upload_error_type'] = 'Solo i documenti .ics possono essere caricati.'; ! $lang['l_copy_error'] = 'Errore durante la copia del documento'; ! $lang['l_delete_error'] = 'Errore durante l\'eliminazione del documento'; ! $lang['l_delete_success'] = 'è stato eliminato correttamente.'; ! $lang['l_action_success'] = 'La tua azione è andata a buon fine.'; ! $lang['l_submit'] = 'Conferma'; ! $lang['l_delete'] = 'Cancella'; ! $all_cal_comb_lang = 'Tutti assieme'; ! // New for 2.0 ! $lang['l_legend'] = 'Legenda'; ! $lang['l_admin_subhead'] = 'Gestisci i tuoi calendari da questa pagina'; ! $lang['l_prefs_subhead'] = 'Imposta un cookie per la visita a questo sito'; ! $lang['l_rss_info'] = 'Informazione RSS'; ! $lang['l_rss_subhead'] = 'I feed RSS di base sono disponibili per ogni calendario'; ! $lang['l_rss_notenabled'] = 'RSS non è abilitato per questo sito'; // - navigation ! $lang['l_back'] = 'Indietro'; ! $lang['l_next'] = 'Avanti'; ! $lang['l_prev'] = 'Precedente'; ! $lang['l_day_view'] = 'Vista per Giorno'; ! $lang['l_week_view'] = 'Vista per Settimana'; ! $lang['l_month_view'] = 'Vista per Mese'; ! $lang['l_year_view'] = 'Vista per Anno'; // --------------------------------- + // $format_recur, items enclosed in % will be substituted with variables $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three' *************** *** 138,160 **** $format_recur_lang['daily'] = array('giorno','giorni'); // in the replacement below $format_recur_lang['hourly'] = array('ora','ore'); ! $format_recur_lang['minutely'] = array('minuto','minuti'); $format_recur_lang['secondly'] = array('secondo','secondi'); $format_recur_lang['start'] = 'Ogni %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' ! $format_recur_lang['until'] = 'fino %date%'; // ie, 'until January 4' $format_recur_lang['count'] = 'per %int% volte'; // ie, 'for 5 times' $format_recur_lang['bymonth'] = 'Nei mesi: %list%'; // ie, 'In months: January, February, March' ! $format_recur_lang['bymonthday'] = 'Nei giorni: %list%'; // ie, 'On dates: 1, 2, 3, 4' $format_recur_lang['byday'] = 'Nei giorni: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs' // --------------------------------- ! // Date display since setlocale isnt perfect. // new since last translation ! $daysofweek_lang = array ('Domenica','Lunedí','Martedì','Mercoledì','Giovedì','Venerdì','Sabato'); $daysofweekshort_lang = array ('Dom','Lun','Mar','Mer','Gio','Ven','Sab'); $daysofweekreallyshort_lang = array ('D','L','M','M','G','V','S'); $monthsofyear_lang = array ('Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno','Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'); ! $monthsofyearshort_lang = array ('Gen','Feb','Mar','Apr','Mag','Giu','Lug','Ago','Set','Ott','Nov','Dic'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php --- 146,167 ---- $format_recur_lang['daily'] = array('giorno','giorni'); // in the replacement below $format_recur_lang['hourly'] = array('ora','ore'); ! $format_recur_lang['minutely'] = array('miniuto','minuti'); $format_recur_lang['secondly'] = array('secondo','secondi'); $format_recur_lang['start'] = 'Ogni %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' ! $format_recur_lang['until'] = 'fino a: %date%'; // ie, 'until January 4' $format_recur_lang['count'] = 'per %int% volte'; // ie, 'for 5 times' $format_recur_lang['bymonth'] = 'Nei mesi: %list%'; // ie, 'In months: January, February, March' ! $format_recur_lang['bymonthday'] = 'In data: %list%'; // ie, 'On dates: 1, 2, 3, 4' $format_recur_lang['byday'] = 'Nei giorni: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs' // --------------------------------- ! $daysofweek_lang = array ('Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato'); $daysofweekshort_lang = array ('Dom','Lun','Mar','Mer','Gio','Ven','Sab'); $daysofweekreallyshort_lang = array ('D','L','M','M','G','V','S'); $monthsofyear_lang = array ('Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno','Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'); ! $monthsofyearshort_lang = array ('Gen','Feb','Mar','Apr','Mag','Giu','Lul','Ago','Set','Ott','Nov','Dic'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php *************** *** 166,170 **** $dateFormat_week = '%e %B'; $dateFormat_week_list = '%a, %e %b'; ! $dateFormat_week_jump = '%e %B'; $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %e %B'; --- 173,177 ---- $dateFormat_week = '%e %B'; $dateFormat_week_list = '%a, %e %b'; ! $dateFormat_week_jump = '%e %b'; $dateFormat_month = '%B %Y'; $dateFormat_month_list = '%A, %e %B'; *************** *** 187,199 **** // Error messages - %s will be replaced with a variable ! $error_title_lang = 'Errore!'; ! $error_window_lang = 'C\'è un errore!'; ! $error_calendar_lang = 'L\'errore si è verificato con il calendario "%s" in esecuzione.'; ! $error_path_lang = 'Impossibile aprire il percorso: "%s"'; ! $error_back_lang = 'Usa il tasto "Indietro" per tornare alla pagina precedente.'; ! $error_remotecal_lang = 'Questo server blocca calendari che non sono stati approvati.'; ! $error_restrictedcal_lang = 'Hai tentato di accedere ad un calendario protetto su questo server.'; ! $error_invalidcal_lang = 'File di calendario non valido. Prova un altro calendario.'; ! ! ?> \ No newline at end of file --- 194,207 ---- // Error messages - %s will be replaced with a variable ! $lang['l_error_title'] = 'Errore!'; ! $lang['l_error_window'] = 'Si è verificato un errore!'; ! $lang['l_error_calendar'] = 'Questo errore si è verificato durante l\'elaborazione del Calendario "%s".'; ! $lang['l_error_path'] = 'Impossibile aprire il percorso: "%s"'; ! $lang['l_error_back'] = 'Usa il tasto "Indietro" per tornare alla pagina precedente.'; ! $lang['l_error_remotecal'] = 'Questa server blocca i calendari remoti che non sono stati approvati.'; ! $lang['l_error_restrictedcal'] = 'Hai cercato di consultare un calendario protetto su questo server.'; ! $lang['l_error_invalidcal'] = 'Documento calendario non corretto. Prova un altro calendario.'; ! $lang['l_error_cantopen'] = 'Unable to open calendar.'; ! $lang['l_error_cache'] = 'Unable to write to cache directory. Please check your config.'; ! ?> Index: spanish.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/spanish.inc.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** spanish.inc.php 22 Nov 2003 03:45:33 -0000 1.15 --- spanish.inc.php 9 Aug 2004 21:58:12 -0000 1.16 *************** *** 1,196 **** ! <?php ! ! // Spanish language include ! // For version 1.0 PHP iCalendar ! // ! // Translation by Javier Navarro from XIPS (jna...@xi...) ! ! $day_lang = "Día"; ! $week_lang = "Semana"; ! $month_lang = "Mes"; ! $year_lang = "Año"; ! $calendar_lang = "Calendario"; ! $next_day_lang = "Día siguiente"; ! $next_month_lang = "Mes siguiente"; ! $next_week_lang = "Semana siguiente"; ! $next_year_lang = "Año siguiente"; ! $last_day_lang = "Día anterior"; ! $last_month_lang = "Mes anterior"; ! $last_week_lang = "Semana anterior"; ! $last_year_lang = "Año anterior"; ! $subscribe_lang = "Suscribir"; ! $download_lang = "Descargar"; ! $powered_by_lang = "Powered by"; ! $version_lang = "0.8"; ! $event_lang = 'Evento'; ! $event_start_lang = 'Inicio'; ! $event_end_lang = 'Fin'; ! $this_months_lang = 'Eventos de este mes'; ! $date_lang = 'Fecha'; ! $summary_lang = 'Descripción'; ! $all_day_lang = 'Evento diario'; ! $notes_lang = 'Notas'; ! $this_years_lang = 'Eventos de este año'; ! $today_lang = 'Hoy'; ! $this_week_lang = 'Esta semana'; ! $this_month_lang = 'Este mes'; ! $jump_lang = 'Ir a'; ! $tomorrows_lang = 'Eventos de mañana'; ! $goday_lang = 'Ir a Hoy'; ! $goweek_lang = 'Ir a Esta semana'; ! $gomonth_lang = 'Ir a Este Mes'; ! $goyear_lang = 'Ir a Este Año'; ! $search_lang = 'Buscar'; // the verb ! $results_lang = 'Resultados de búsqueda'; ! $query_lang = 'Consulta: '; // will be followed by the search query ! $no_results_lang = 'Ningún evento encontrado'; ! $goprint_lang = 'Formato de impresión'; ! $time_lang = 'Hora'; ! $summary_lang = 'Resumen'; ! $description_lang = 'Descripción'; ! $this_site_is_lang = 'Esta página es'; ! $no_events_day_lang = 'No hay eventos para hoy.'; ! $no_events_week_lang = 'No hay eventos para esta semana.'; ! $no_events_month_lang = 'No hay eventos para este mes.'; ! $rss_day_date = 'g:i A'; // Lists just the time ! $rss_week_date = '%e de %b'; // Lists just the day ! $rss_month_date = '%e de %b'; // Lists just the day ! $rss_language = 'es-es'; ! $search_took_lang = 'La busqeda tardó %s segundos'; ! $recurring_event_lang = 'Evento peri&ocaute;dico'; ! $exception_lang = 'Excepción'; ! $no_query_lang = 'Sin consulta'; ! $preferences_lang = 'Preferencias'; ! $printer_lang = 'Impresora'; ! $select_lang_lang = 'Escoja su idioma por defecto:'; ! $select_cal_lang = 'Escoja su calendario por defecto:'; ! $select_view_lang = 'Elija su vista por defecto:'; ! $select_time_lang = 'Elija su hora de inicio por defecto:'; ! $select_day_lang = 'Escoja su dia de la semana de inicio:'; ! $select_style_lang = 'Seleccione su estilo por defecto:'; ! $set_prefs_lang = 'Guardar preferencias'; ! $completed_date_lang = 'Finalizado el'; ! $completed_lang = 'Finalizado'; ! $created_lang = 'Creado:'; ! $due_lang = 'Hasta:'; ! $priority_lang = 'Prioridad:'; ! $priority_high_lang = 'Alta'; ! $priority_low_lang = 'Baja'; ! $priority_medium_lang = 'Media'; ! $priority_none_lang = 'Ninguna'; ! $status_lang = 'Estado:'; ! $todo_lang = 'Por hacer'; ! $unfinished_lang = 'Sin terminar'; ! $prefs_set_lang = 'Sus preferencias han sido guardadas.'; ! $prefs_unset_lang = 'Preferencias no activas. Los cambios se activaran al recargar la página.'; ! $unset_prefs_lang = 'Preferencias sin activar:'; ! $organizer_lang = 'Organizador'; ! $attendee_lang = 'Invitado'; ! $status_lang = 'Estado'; ! $location_lang = 'Lugar'; ! $admin_header_lang = 'Administración de PHP iCalendar'; ! $username_lang = 'Usuario'; ! $password_lang = 'Contraseña'; ! $login_lang = 'Registro'; ! $invalid_login_lang = 'Usuario o contraseña incorrectos.'; ! $addupdate_cal_lang = 'Añadir o actualizar un calendario'; ! $addupdate_desc_lang = 'Añade un calendario enviando un nuevo fichero. Actualiza un calendario enviando un fichero existente.'; ! $delete_cal_lang = 'Borra un calendario'; ! $logout_lang = 'Salir'; ! $cal_file_lang = 'Fichero de Calendario'; ! $php_error_lang = 'Error PHP'; ! $upload_error_gen_lang = 'Hubo un problema con su envío.'; ! $upload_error_lang[0] = 'Hubo un problema con su envío.'; ! $upload_error_lang[1] = 'El fichero que intenta enviar es demasiado grande.'; ! $upload_error_lang[2] = 'El fichero que intenta enviar es demasiado grande.'; ! $upload_error_lang[3] = 'Solo se ha recibido una parte del fichero que intentaba enviar.'; ! $upload_error_lang[4] = 'Debe elegir un fichero para enviar.'; ! $upload_error_type_lang = 'Solo se aceptan ficheros de calendario (.ics).'; ! $copy_error_lang = 'Falló la copia del fichero'; ! $delete_error_lang = 'Falló el borrado del fichero'; ! $delete_success_lang = 'se borró correctamente.'; ! $action_success_lang = 'Su acción fué correcta.'; ! $submit_lang = 'Enviar'; ! $delete_lang = 'Borrar'; ! ! // ----- New for 0.9.5 ! $all_cal_comb_lang = 'Todos los calendarios combinados'; ! ! // - navigation ! $back_lang = 'Atrás'; ! $next_lang = 'Siguiente'; ! $prev_lang = 'Anterior'; ! $day_view_lang = 'Vista diaria'; ! $week_view_lang = 'Vista semanal'; ! $month_view_lang = 'Vista mensual'; ! $year_view_lang = 'Vista anual'; ! ! // --------------------------------- ! ! // $format_recur, items enclosed in % will be substituted with variables ! $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three' ! ! $format_recur_lang['yearly'] = array('año','años'); // for these, put singular ! $format_recur_lang['monthly'] = array('mes','meses'); // and plural forms ! $format_recur_lang['weekly'] = array('semana','semanas'); // these will be %freq% ! $format_recur_lang['daily'] = array('dia','dias'); // in the replacement below ! $format_recur_lang['hourly'] = array('hora','horas'); ! $format_recur_lang['minutely'] = array('minuto','minutos'); ! $format_recur_lang['secondly'] = array('segundo','segundos'); ! ! $format_recur_lang['start'] = 'Cada %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' ! $format_recur_lang['until'] = 'hasta %date%'; // ie, 'until January 4' ! $format_recur_lang['count'] = 'durante %int% veces'; // ie, 'for 5 times' ! ! $format_recur_lang['bymonth'] = 'En los meses: %list%'; // ie, 'In months: January, February, March' ! $format_recur_lang['bymonthday'] = 'En los dias: %list%'; // ie, 'On dates: 1, 2, 3, 4' ! $format_recur_lang['byday'] = 'En los dias de la semana: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs' ! ! // --------------------------------- ! ! $daysofweek_lang = array ('Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'); ! $daysofweekshort_lang = array ('Dom','Lun','Mar','Mie','Jue','Vie','Sab'); ! $daysofweekreallyshort_lang = array ('D','L','M','X','J','V','S'); ! $monthsofyear_lang = array ('Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'); ! $monthsofyearshort_lang = array ('Ene','Feb','Mar','Abr','May','Jun','Jul','Ago','Sep','Oct','Nov','Dic'); ! ! // For time formatting, check out: http://www.php.net/manual/en/function.date.php ! $timeFormat = 'g:i A'; ! $timeFormat_small = 'g:i'; ! ! // For date formatting, see note below ! $dateFormat_day = '%A, %e de %B'; ! $dateFormat_week = '%e de %B'; ! $dateFormat_week_list = '%a, %e de %b'; ! $dateFormat_week_jump = '%e de %e'; ! $dateFormat_month = '%B de %Y'; ! $dateFormat_month_list = '%A, %e de %B'; ! ! /* ! Notes about dateFormat_* ! The pieces are similar to that of the PHP function strftime(), ! however only the following is supported at this time: ! ! %A - the full week day name as specified in $daysofweek_lang ! %a - the shortened week day name as specified in $daysofweekshort_lang ! %B - the full month name as specified in $monthsofyear_lang ! %b - the shortened month name as specified in $monthsofyearshort_lang ! %e - the day of the month as a decimal number (1 to 31) ! %Y - the 4-digit year ! ! If this causes problems with representing your language accurately, let ! us know. We will be happy to modify this if needed. ! */ ! ! // Error messages - %s will be replaced with a variable ! $error_title_lang = '¡Error!'; ! $error_window_lang = '¡Hubo un error!'; ! $error_calendar_lang = 'Cuando se produjo este error, se procesaba "%s" del calendario.'; ! $error_path_lang = 'Incapaz de abrir: "%s"'; ! $error_back_lang = 'Por favor, use el botón "Atrás" para volver.'; ! $error_remotecal_lang = 'Este servidor bloquea calendarios remotos que no han sido aceptados.'; ! $error_restrictedcal_lang = 'Ha intentado llegar a un calendario que tiene el acceso restringido.'; ! $error_invalidcal_lang = 'Fichero de calendario inválido. Por favor, pruebe con otro calendario.'; ! ! ! ?> --- 1,204 ---- ! <?php ! ! // English language include ! // For version 2.0 PHP iCalendar ! // ! // Translation by Juan carlos Negron(car...@ho...) ! // ! ! $lang['l_day'] = 'Día'; ! $lang['l_week'] = 'Semana'; ! $lang['l_month'] = 'Mes'; ! $lang['l_year'] = 'Año'; ! $lang['l_calendar'] = 'Calendario'; ! $lang['l_next_day'] = 'Día siguiente'; ! $lang['l_next_month'] = 'Mes siguiente'; ! $lang['l_next_week'] = 'Semana siguiente'; ! $lang['l_next_year'] = 'Año siguiente'; ! $lang['l_last_day'] = 'Día anterior'; ! $lang['l_last_month'] = 'Mes anterior'; ! $lang['l_last_week'] = 'Semana anterior'; ! $lang['l_last_year'] = 'Año anterior'; ! $lang['l_subscribe'] = 'Suscribir'; ! $lang['l_download'] = 'Descargar'; ! $lang['l_powered_by'] = 'Powered by'; ! $lang['l_event'] = 'Evento'; ! $lang['l_event_start'] = 'Inicio'; ! $lang['l_event_end'] = 'Fin'; ! $lang['l_this_months'] = 'Eventos de este mes'; ! $lang['l_date'] = 'Fecha'; ! $lang['l_summary'] = 'Descripción'; ! $lang['l_all_day'] = 'todo el día'; ! $lang['l_notes'] = 'Notas'; ! $lang['l_this_years'] = 'Eventos de este año'; ! $lang['l_today'] = 'Hoy'; ! $lang['l_this_week'] = 'Esta semana'; ! $lang['l_this_month'] = 'Este mes'; ! $lang['l_jump'] = 'Ir a'; ! $lang['l_tomorrows'] = 'Eventos de mañana'; ! $lang['l_goday'] = 'Ir a Hoy'; ! $lang['l_goweek'] = 'Ir a esta semana'; ! $lang['l_gomonth'] = 'Ir a este Mes'; ! $lang['l_goyear'] = 'Ir a este Año'; ! $lang['l_search'] = 'Buscar'; // the verb ! $lang['l_results'] = 'Resultados de la búsqueda'; ! $lang['l_query'] = 'Consulta: '; // will be followed by the search query ! $lang['l_no_results'] = 'Ningún evento encontrado'; ! $lang['l_goprint'] = 'Formato de impresión'; ! $lang['l_time'] = 'Hora'; ! $lang['l_summary'] = 'Resumen'; ! $lang['l_description'] = 'Descripción'; ! $lang['l_this_site_is'] = 'Esta página es'; ! $lang['l_no_events_day'] = 'No hay eventos para hoy.'; ! $lang['l_no_events_week'] = 'No hay eventos para esta semana.'; ! $lang['l_no_events_month'] = 'No hay eventos para este mes.'; ! $lang['l_rss_day_date'] = 'g:i A'; // Lists just the time ! $lang['l_rss_week_date '] = '%e de %b'; // Lists just the day ! $lang['l_rss_month_date '] = '%e de %b'; // Lists just the day ! $lang['l_rss_language'] = 'es-es'; ! $lang['l_search_took'] = 'La busqeda tardó %s segundos'; ! $lang['l_recurring_event'] = 'Evento peri&ocaute;dico'; ! $lang['l_exception'] = 'Excepción'; ! $lang['l_no_query'] = 'falta la consulta'; ! $lang['l_preferences'] = 'Preferencias'; ! $lang['l_printer'] = 'Impresora'; ! $lang['l_select_lang'] = 'Escoja su idioma por defecto:'; ! $lang['l_select_cal'] = 'Escoja su calendario por defecto:'; ! $lang['l_select_view'] = 'Elija su vista por defecto:'; ! $lang['l_select_time'] = 'Elija su hora de inicio por defecto:'; ! $lang['l_select_day'] = 'Escoja su dáa de la semana de inicio:'; ! $lang['l_select_style'] = 'Seleccione su estilo por defecto:'; ! $lang['l_set_prefs'] = 'Guardar preferencias'; ! $lang['l_completed_date'] = 'Finalizado el'; ! $lang['l_completed'] = 'Finalizado'; ! $lang['l_created'] = 'Creado:'; ! $lang['l_due'] = 'Fecha limite:'; ! $lang['l_priority'] = 'Prioridad:'; ! $lang['l_priority_high'] = 'Alta'; ! $lang['l_priority_low'] = 'Baja'; ! $lang['l_priority_medium'] = 'Media'; ! $lang['l_priority_none'] = 'Ninguna'; ! $lang['l_status'] = 'Estado:'; ! $lang['l_todo'] = 'Por hacer'; ! $lang['l_unfinished'] = 'Sin terminar'; ! $lang['l_prefs_set'] = 'Sus preferencias han sido guardadas.'; ! $lang['l_prefs_unset'] = 'Preferencias no activas. Los cambios se activaran al recargar la página.'; ! $lang['l_unset_prefs'] = 'Preferencias sin activar:'; ! $lang['l_organizer'] = 'Organizador'; ! $lang['l_attendee'] = 'Participante'; ! $lang['l_status'] = 'Estado'; ! $lang['l_location'] = 'Lugar'; ! $lang['l_admin_header'] = 'Administración de PHP iCalendar'; ! $lang['l_username'] = 'Usuario'; ! $lang['l_password'] = 'Contraseña'; ! $lang['l_login'] = 'Registro'; ! $lang['l_invalid_login'] = 'Usuario o contraseña incorrectos.'; ! $lang['l_addupdate_cal'] = 'Agregar o actualizar un calendario'; ! $lang['l_addupdate_desc'] = 'Agrega un calendario, enviando un archivo nuevo. Actualiza un calendario reemplazandolo con un archivo con el mismo nombre.'; ! $lang['l_delete_cal'] = 'Borra un calendario'; ! $lang['l_logout'] = 'Salir'; ! $lang['l_cal_file'] = 'Archivo de Calendario'; ! $lang['l_php_error'] = 'Error PHP'; ! $upload_error_gen_lang = 'Hubo un problema con su envío.'; ! $upload_error_lang[0] = 'Hubo un problema con su envío.'; ! $upload_error_lang[1] = 'El archivo que intenta enviar es demasiado grande.'; ! $upload_error_lang[2] = 'El archivo que intenta enviar es demasiado grande.'; ! $upload_error_lang[3] = 'Solamente ha recibido una parte del archivo que intentaba enviar.'; ! $upload_error_lang[4] = 'Debe elegir un archivo para enviar.'; ! $lang['l_upload_error_type'] = 'Solo se aceptan archivos de calendario (.ics).'; ! $lang['l_copy_error'] = 'Falló la copia del archivo'; ! $lang['l_delete_error'] = 'Falló el borrado del archivo'; ! $lang['l_delete_success'] = 'fue borrado exitosamente.'; ! $lang['l_action_success'] = 'Su acción se realizó con éxito.'; ! $lang['l_submit'] = 'Enviar'; ! $lang['l_delete'] = 'Borrar'; ! $all_cal_comb_lang = 'Todos los calendarios combinados'; ! ! // New for 2.0 ! $lang['l_legend'] = 'Leyenda'; ! $lang['l_admin_subhead'] = 'Administra los calendarios desde esta página'; ! $lang['l_prefs_subhead'] = 'Establece una cookie por vistar este sitio'; ! $lang['l_rss_info'] = 'Información sobre RSS'; ! $lang['l_rss_subhead'] = 'Fuentes RSS básicas estan disponibles para cada calendario'; ! $lang['l_rss_notenabled'] = 'RSS no está disponible en este sitio'; ! ! // - navigation ! $lang['l_back'] = 'Atrás'; ! $lang['l_next'] = 'Siguiente'; ! $lang['l_prev'] = 'Anterior'; ! $lang['l_day_view'] = 'Vista diaria'; ! $lang['l_week_view'] = 'Vista semanal'; ! $lang['l_month_view'] = 'Vista mensual'; ! $lang['l_year_view'] = 'Vista anual'; ! ! // --------------------------------- ! ! ! // $format_recur, items enclosed in % will be substituted with variables ! $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three' ! ! $format_recur_lang['yearly'] = array('año','años'); // for these, put singular ! $format_recur_lang['monthly'] = array('mes','meses'); // and plural forms ! $format_recur_lang['weekly'] = array('semana','semanas'); // these will be %freq% ! $format_recur_lang['daily'] = array('día','dias'); // in the replacement below ! $format_recur_lang['hourly'] = array('hora','horas'); ! $format_recur_lang['minutely'] = array('minuto','minutos'); ! $format_recur_lang['secondly'] = array('segundo','segundos'); ! ! $format_recur_lang['start'] = 'Cada %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' ! $format_recur_lang['until'] = 'hasta %date%'; // ie, 'until January 4' ! $format_recur_lang['count'] = 'durante %int% veces'; // ie, 'for 5 times' ! ! $format_recur_lang['bymonth'] = 'En los meses: %list%'; // ie, 'In months: January, February, March' ! $format_recur_lang['bymonthday'] = 'En los dias: %list%'; // ie, 'On dates: 1, 2, 3, 4' ! $format_recur_lang['byday'] = 'En los dias de la semana: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs' ! ! // --------------------------------- ! ! $daysofweek_lang = array ('Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'); ! $daysofweekshort_lang = array ('Dom','Lun','Mar','Mie','Jue','Vie','Sab'); ! $daysofweekreallyshort_lang = array ('D','L','M','X','J','V','S'); ! $monthsofyear_lang = array ('Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'); ! $monthsofyearshort_lang = array ('Ene','Feb','Mar','Abr','May','Jun','Jul','Ago','Sep','Oct','Nov','Dic'); ! ! // For time formatting, check out: http://www.php.net/manual/en/function.date.php ! $timeFormat = 'g:i A'; ! $timeFormat_small = 'g:i'; ! ! // For date formatting, see note below ! $dateFormat_day = '%A, %e de %B'; ! $dateFormat_week = '%e de %B'; ! $dateFormat_week_list = '%a, %e de %b'; ! $dateFormat_week_jump = '%e de %b'; ! $dateFormat_month = '%B de %Y'; ! $dateFormat_month_list = '%A, %e de %B'; ! ! /* ! Notes about dateFormat_* ! The pieces are similar to that of the PHP function strftime(), ! however only the following is supported at this time: ! ! %A - the full week day name as specified in $daysofweek_lang ! %a - the shortened week day name as specified in $daysofweekshort_lang ! %B - the full month name as specified in $monthsofyear_lang ! %b - the shortened month name as specified in $monthsofyearshort_lang ! %e - the day of the month as a decimal number (1 to 31) ! %Y - the 4-digit year ! ! If this causes problems with representing your language accurately, let ! us know. We will be happy to modify this if needed. ! */ ! ! // Error messages - %s will be replaced with a variable ! $lang['l_error_title'] = '¡Error!'; ! $lang['l_error_window'] = '¡Hubo un error!'; ! $lang['l_error_calendar'] = 'Cuando se produjo este error, se procesaba "%s" del calendario.'; ! $lang['l_error_path'] = 'Incapaz de abrir la ruta a: "%s"'; ! $lang['l_error_back'] = 'Por favor, use el botón "Atrás" para volver.'; ! $lang['l_error_remotecal'] = 'Este servidor bloquea calendarios remotos que no han sido aprobados.'; ! $lang['l_error_restrictedcal'] = 'Usted ha intentado accesar a un calendario restringido en este servidor.'; ! $lang['l_error_invalidcal'] = 'Archivo de calendario inválido. Por favor, pruebe con otro calendario.'; ! $lang['l_error_cantopen'] = 'Unable to open calendar.'; ! $lang['l_error_cache'] = 'Unable to write to cache directory. Please check your config.'; ! ! ?> |
From: <cl...@us...> - 2004-08-08 05:55:31
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24648/functions Modified Files: ical_parser.php list_functions.php template.php Log Message: Cleaned up calendar colors and added error message for caching. Index: ical_parser.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v retrieving revision 1.175 retrieving revision 1.176 diff -C2 -d -r1.175 -r1.176 *** ical_parser.php 8 Aug 2004 01:47:17 -0000 1.175 --- ical_parser.php 8 Aug 2004 05:55:18 -0000 1.176 *************** *** 1154,1162 **** if (isset($master_array) && is_array($master_array) && $save_parsed_cals == 'yes') { $write_me = serialize($master_array); ! $fd = fopen($parsedcal, 'w'); ! fwrite($fd, $write_me); ! fclose($fd); ! touch($parsedcal, $realcal_mtime); ! //echo 'writing file'; } } --- 1154,1162 ---- if (isset($master_array) && is_array($master_array) && $save_parsed_cals == 'yes') { $write_me = serialize($master_array); ! $fd = @fopen($parsedcal, 'w'); ! if ($fd == FALSE) exit(error($lang['l_error_cache'], $filename)); ! @fwrite($fd, $write_me); ! @fclose($fd); ! @touch($parsedcal, $realcal_mtime); } } Index: list_functions.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/list_functions.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** list_functions.php 28 May 2004 16:33:48 -0000 1.8 --- list_functions.php 8 Aug 2004 05:55:18 -0000 1.9 *************** *** 12,18 **** function list_calcolors() { ! global $template, $master_array; foreach ($master_array['-3'] as $key => $val) { ! $return .= '<img src="templates/'.$template.'/images/monthdot_'.$key.'.gif" alt="" /> '.$val.'<br />'; } return $return; --- 12,21 ---- function list_calcolors() { ! global $template, $master_array, $unique_colors; ! $i = 1; foreach ($master_array['-3'] as $key => $val) { ! if ($i > $unique_colors) $i = 1; ! $return .= '<img src="templates/'.$template.'/images/monthdot_'.$i.'.gif" alt="" /> '.$val.'<br />'; ! $i++; } return $return; Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** template.php 24 May 2004 01:39:42 -0000 1.49 --- template.php 8 Aug 2004 05:55:18 -0000 1.50 *************** *** 117,121 **** function draw_week($template_p) { ! global $start_week_time, $template, $getdate, $cal, $master_array, $daysofweek_lang, $week_start_day, $dateFormat_week_list, $current_view, $day_array, $timeFormat, $gridLength, $timeFormat_small, $day_start; // Figure out colspans --- 117,121 ---- function draw_week($template_p) { ! global $unique_colors, $start_week_time, $template, $getdate, $cal, $master_array, $daysofweek_lang, $week_start_day, $dateFormat_week_list, $current_view, $day_array, $timeFormat, $gridLength, $timeFormat_small, $day_start; // Figure out colspans *************** *** 160,165 **** $event_calna = $allday['calname']; $event_url = $allday['url']; ! if ($event_calno < 1) $event_calno=1; ! if ($event_calno > 7) $event_calno=7; $event = openevent($event_calna, '', '', $allday, 1, 11, '', '', 'psf', $event_url); $loop_tmp = str_replace('{ALLDAY}', $event, $loop_ad); --- 160,164 ---- $event_calna = $allday['calname']; $event_url = $allday['url']; ! if ($event_calno > $unique_colors) $event_calno = ($event_calno - $unique_colors); $event = openevent($event_calna, '', '', $allday, 1, 11, '', '', 'psf', $event_url); $loop_tmp = str_replace('{ALLDAY}', $event, $loop_ad); *************** *** 318,323 **** $event_url = $this_time_arr[($event_length[$thisday][$i]['key'])]['url']; $event_status = strtolower($this_time_arr[($event_length[$thisday][$i]['key'])]['status']); ! if ($event_calno < 1) $event_calno = 1; ! if ($event_calno > 7) $event_calno = 7; if ($event_status != '') { $confirmed = '<img src="images/'.$event_status.'.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" /> '; --- 317,321 ---- $event_url = $this_time_arr[($event_length[$thisday][$i]['key'])]['url']; $event_status = strtolower($this_time_arr[($event_length[$thisday][$i]['key'])]['status']); ! if ($event_calno > $unique_colors) $event_calno = ($event_calno - $unique_colors); if ($event_status != '') { $confirmed = '<img src="images/'.$event_status.'.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" /> '; *************** *** 373,377 **** function draw_day($template_p) { ! global $template, $getdate, $cal, $master_array, $daysofweek_lang, $week_start_day, $dateFormat_week_list, $current_view, $day_array, $timeFormat, $gridLength, $day_start; // Replaces the allday events --- 371,375 ---- function draw_day($template_p) { ! global $template, $getdate, $cal, $master_array, $unique_colors, $daysofweek_lang, $week_start_day, $dateFormat_week_list, $current_view, $day_array, $timeFormat, $gridLength, $day_start; // Replaces the allday events *************** *** 384,389 **** $event_calna = $allday['calname']; $event_url = $allday['url']; ! if ($event_calno < 1) $event_calno=1; ! if ($event_calno > 7) $event_calno=7; $event = openevent($event_calna, '', '', $allday, 0, '', '', '', '', $event_url); $loop_tmp = str_replace('{ALLDAY}', $event, $loop_ad); --- 382,386 ---- $event_calna = $allday['calname']; $event_url = $allday['url']; ! if ($event_calno > $unique_colors) $event_calno = ($event_calno - $unique_colors); $event = openevent($event_calna, '', '', $allday, 0, '', '', '', '', $event_url); $loop_tmp = str_replace('{ALLDAY}', $event, $loop_ad); *************** *** 532,537 **** $event_recur = $this_time_arr[($event_length[$i]['key'])]['recur']; $event_status = strtolower($this_time_arr[($event_length[$i]['key'])]['status']); ! if ($event_calno < 1) $event_calno = 1; ! if ($event_calno > 7) $event_calno = 7; if ($event_status != '') { $confirmed = '<img src="images/'.$event_status.'.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" /> '; --- 529,533 ---- $event_recur = $this_time_arr[($event_length[$i]['key'])]['recur']; $event_status = strtolower($this_time_arr[($event_length[$i]['key'])]['status']); ! if ($event_calno > $unique_colors) $event_calno = ($event_calno - $unique_colors); if ($event_status != '') { $confirmed = '<img src="images/'.$event_status.'.gif" width="9" height="9" alt="" border="0" hspace="0" vspace="0" /> '; *************** *** 707,711 **** function draw_month($template_p, $offset = '+0', $type) { ! global $template, $getdate, $master_array, $this_year, $this_month, $dateFormat_month, $week_start_day, $cal, $minical_view, $month_event_lines, $daysofweekreallyshort_lang, $daysofweekshort_lang, $daysofweek_lang, $timeFormat_small, $timeFormat; preg_match("!<\!-- loop weekday on -->(.*)<\!-- loop weekday off -->!is", $template_p, $match1); preg_match("!<\!-- loop monthdays on -->(.*)<\!-- loop monthdays off -->!is", $template_p, $match2); --- 703,707 ---- function draw_month($template_p, $offset = '+0', $type) { ! global $template, $getdate, $master_array, $this_year, $this_month, $unique_colors, $dateFormat_month, $week_start_day, $cal, $minical_view, $month_event_lines, $daysofweekreallyshort_lang, $daysofweekshort_lang, $daysofweek_lang, $timeFormat_small, $timeFormat; preg_match("!<\!-- loop weekday on -->(.*)<\!-- loop weekday off -->!is", $template_p, $match1); preg_match("!<\!-- loop monthdays on -->(.*)<\!-- loop monthdays off -->!is", $template_p, $match2); *************** *** 775,784 **** foreach ($master_array[$daylink] as $event_times) { foreach ($event_times as $val) { ! $calno = $val['calnumber']; $event_calna = $val['calname']; $event_url = $val['url']; if (!isset($val['event_start'])) { if ($type == 'large') { ! $switch['ALLDAY'] .= '<div class="V10"><img src="templates/'.$template.'/images/monthdot_'.$calno.'.gif" alt="" width="9" height="9" border="0" />'; $switch['ALLDAY'] .= openevent($event_calna, '', '', $val, $month_event_lines, 15, '', '', 'psf', $event_url); $switch['ALLDAY'] .= '</div>'; --- 771,781 ---- foreach ($master_array[$daylink] as $event_times) { foreach ($event_times as $val) { ! $event_calno = $val['calnumber']; ! if ($event_calno > $unique_colors) $event_calno = ($event_calno - $unique_colors); $event_calna = $val['calname']; $event_url = $val['url']; if (!isset($val['event_start'])) { if ($type == 'large') { ! $switch['ALLDAY'] .= '<div class="V10"><img src="templates/'.$template.'/images/monthdot_'.$event_calno.'.gif" alt="" width="9" height="9" border="0" />'; $switch['ALLDAY'] .= openevent($event_calna, '', '', $val, $month_event_lines, 15, '', '', 'psf', $event_url); $switch['ALLDAY'] .= '</div>'; *************** *** 793,797 **** $event_end = date($timeFormat, @strtotime ($event_end)); if ($type == 'large') { ! $switch['EVENT'] .= '<div class="V9"><img src="templates/'.$template.'/images/monthdot_'.$calno.'.gif" alt="" width="9" height="9" border="0" />'; $switch['EVENT'] .= openevent($event_calna, $event_start, $event_end, $val, $month_event_lines, 10, "$start2 ", '', 'ps3', $event_url).'<br />'; $switch['EVENT'] .= '</div>'; --- 790,794 ---- $event_end = date($timeFormat, @strtotime ($event_end)); if ($type == 'large') { ! $switch['EVENT'] .= '<div class="V9"><img src="templates/'.$template.'/images/monthdot_'.$event_calno.'.gif" alt="" width="9" height="9" border="0" />'; $switch['EVENT'] .= openevent($event_calna, $event_start, $event_end, $val, $month_event_lines, 10, "$start2 ", '', 'ps3', $event_url).'<br />'; $switch['EVENT'] .= '</div>'; |
From: <cl...@us...> - 2004-08-08 05:55:31
|
Update of /cvsroot/phpicalendar/phpicalendar/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24648/languages Modified Files: english.inc.php Log Message: Cleaned up calendar colors and added error message for caching. Index: english.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/english.inc.php,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** english.inc.php 7 Aug 2004 06:36:49 -0000 1.58 --- english.inc.php 8 Aug 2004 05:55:19 -0000 1.59 *************** *** 201,204 **** --- 201,205 ---- $lang['l_error_invalidcal'] = 'Invalid calendar file. Please try a different calendar.'; $lang['l_error_cantopen'] = 'Unable to open calendar.'; + $lang['l_error_cache'] = 'Unable to write to cache directory. Please check your config.'; ?> |
From: <cl...@us...> - 2004-08-08 05:55:29
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24648 Modified Files: config.inc.php Log Message: Cleaned up calendar colors and added error message for caching. Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.149 retrieving revision 1.150 diff -C2 -d -r1.149 -r1.150 *** config.inc.php 8 Aug 2004 01:47:17 -0000 1.149 --- config.inc.php 8 Aug 2004 05:55:17 -0000 1.150 *************** *** 58,61 **** --- 58,68 ---- $ftp_calendar_path = ''; // Only used if $auth_method='ftp'. The full path to the calendar directory on the ftp server. If = '', will attempt to deduce the path based on $calendar_path, but may not be accurate depending on ftp server config. + // Calendar colors + // + // You can increase the number of unique colors by adding additional images (monthdot_n.gif) + // and in the css file (default.css) classes .alldaybg_n, .eventbg_n and .eventbg2_n + // Colors will rotate to double the number listed below. (That's 14 colors, 2 calendars per color). + $unique_colors = '7'; + $blacklisted_cals[] = ''; // Fill in between the quotes the name of the calendars $blacklisted_cals[] = ''; // you wish to 'blacklist' or that you don't want to show up in your calendar |
From: <cl...@us...> - 2004-08-08 01:47:26
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30765 Modified Files: README config.inc.php Log Message: Added webcal caching. Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** README 22 Jul 2004 02:25:41 -0000 1.67 --- README 8 Aug 2004 01:47:17 -0000 1.68 *************** *** 42,47 **** Supported Calendar Applications: -------------------------------- ! PHP iCalendar supports any calendar application that can generate ! valid IETF 2445 files (.ics). Some of the supported applications are: - Apple iCal --- 42,48 ---- Supported Calendar Applications: -------------------------------- ! PHP iCalendar does not edit calendars, instead it supports any calendar ! application that can generate valid IETF 2445 files (.ics). ! Some of the supported applications are: - Apple iCal *************** *** 102,105 **** --- 103,107 ---- -YEARLY repeating events display better. -All Calendars Combined can now be cached for greater performance. + -Webcals can be cached for greater performance. -Parsing engine now twice as fast. -Various bug fixes. Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.148 retrieving revision 1.149 diff -C2 -d -r1.148 -r1.149 *** config.inc.php 5 Aug 2004 20:41:18 -0000 1.148 --- config.inc.php 8 Aug 2004 01:47:17 -0000 1.149 *************** *** 44,50 **** // Calendar Caching (decreases page load times) $save_parsed_cals = 'no'; // Saves a copy of the cal in /tmp after it's been parsed. Improves performence. - $save_parsed_webcals = 'no'; // Saves a copy of the webcal in /tmp after it's been parsed. Improves performence. $tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X). Any php-writable folder works. ! $webcal_hours = '24'; // Number of hours to cache webcals. // Webdav style publishing --- 44,49 ---- // Calendar Caching (decreases page load times) $save_parsed_cals = 'no'; // Saves a copy of the cal in /tmp after it's been parsed. Improves performence. $tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X). Any php-writable folder works. ! $webcal_hours = '24'; // Number of hours to cache webcals. Setting to '0' will always re-parse webcals. // Webdav style publishing |
From: <cl...@us...> - 2004-08-08 01:47:26
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30765/functions Modified Files: ical_parser.php Log Message: Added webcal caching. Index: ical_parser.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v retrieving revision 1.174 retrieving revision 1.175 diff -C2 -d -r1.174 -r1.175 *** ical_parser.php 7 Aug 2004 06:36:49 -0000 1.174 --- ical_parser.php 8 Aug 2004 01:47:17 -0000 1.175 *************** *** 34,38 **** // reading the file if it's allowed $parse_file = true; ! if (($is_webcal == false) && ($save_parsed_cals == 'yes')) { if (sizeof ($cal_filelist) > 1) { $parsedcal = $tmp_dir.'/parsedcal-'.$cal_filename.'-'.$this_year; --- 34,38 ---- // reading the file if it's allowed $parse_file = true; ! if ($save_parsed_cals == 'yes') { if (sizeof ($cal_filelist) > 1) { $parsedcal = $tmp_dir.'/parsedcal-'.$cal_filename.'-'.$this_year; *************** *** 48,53 **** $mtime = $master_array['-4'][$z]['mtime']; $fname = $master_array['-4'][$z]['filename']; $realcal_mtime = filemtime($fname); ! if ($mtime == $realcal_mtime) { $y++; } --- 48,58 ---- $mtime = $master_array['-4'][$z]['mtime']; $fname = $master_array['-4'][$z]['filename']; + $wcalc = $master_array['-4'][$z]['webcal']; $realcal_mtime = filemtime($fname); ! $webcal_mtime = strtotime("now -$webcal_hours hours"); ! if (($mtime == $realcal_mtime) && ($wcalc == 'no')) { ! $y++; ! } elseif (($wcalc == 'yes') && ($mtime > $webcal_mtime)) { ! //echo date('H:i',$mtime). ' > '. date('H:i',$webcal_mtime); $y++; } *************** *** 100,103 **** --- 105,123 ---- if ($parse_file) { + // Let's see if we're doing a webcal + $is_webcal == FALSE; + if (substr($filename, 0, 7) == 'http://' || substr($filename, 0, 8) == 'https://' || substr($filename, 0, 9) == 'webcal://') { + $is_webcal == TRUE; + $cal_webcalPrefix = str_replace('http://','webcal://',$filename); + $cal_httpPrefix = str_replace('webcal://','http://',$filename); + $cal_httpsPrefix = str_replace('webcal://','https://',$filename); + $cal_httpsPrefix = str_replace('http://','https://',$cal_httpsPrefix); + $filename = $cal_httpPrefix; + $master_array['-4'][$calnumber]['webcal'] = 'yes'; + $actual_mtime = time(); + } else { + $actual_mtime = filemtime($filename); + } + $ifile = @fopen($filename, "r"); if ($ifile == FALSE) exit(error($lang['l_error_cantopen'], $filename)); *************** *** 105,113 **** if (trim($nextline) != 'BEGIN:VCALENDAR') exit(error($lang['l_error_invalidcal'], $filename)); - //Mod time - if ($is_webcal == false) { - $actual_mtime = filemtime($filename); - } - // Set a value so we can check to make sure $master_array contains valid data $master_array['-1'] = 'valid cal file'; --- 125,128 ---- *************** *** 161,164 **** --- 176,180 ---- if (!isset($master_array['-4'][$calnumber]['mtime'])) $master_array['-4'][$calnumber]['mtime'] = $actual_mtime; if (!isset($master_array['-4'][$calnumber]['filename'])) $master_array['-4'][$calnumber]['filename'] = $filename; + if (!isset($master_array['-4'][$calnumber]['webcal'])) $master_array['-4'][$calnumber]['webcal'] = 'no'; if (!isset($url)) $url = ''; if (!isset($type)) $type = ''; *************** *** 1136,1140 **** // write the new master array to the file ! if (isset($master_array) && is_array($master_array) && $save_parsed_cals == 'yes' && $is_webcal == FALSE) { $write_me = serialize($master_array); $fd = fopen($parsedcal, 'w'); --- 1152,1156 ---- // write the new master array to the file ! if (isset($master_array) && is_array($master_array) && $save_parsed_cals == 'yes') { $write_me = serialize($master_array); $fd = fopen($parsedcal, 'w'); *************** *** 1142,1145 **** --- 1158,1162 ---- fclose($fd); touch($parsedcal, $realcal_mtime); + //echo 'writing file'; } } |
From: <cl...@us...> - 2004-08-07 06:36:58
|
Update of /cvsroot/phpicalendar/phpicalendar/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29867/languages Modified Files: english.inc.php Log Message: Fixed error messages for 2.0 Index: english.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/english.inc.php,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** english.inc.php 20 May 2004 20:04:13 -0000 1.57 --- english.inc.php 7 Aug 2004 06:36:49 -0000 1.58 *************** *** 200,203 **** --- 200,204 ---- $lang['l_error_restrictedcal'] = 'You have tried to access a calendar that is restricted on this server.'; $lang['l_error_invalidcal'] = 'Invalid calendar file. Please try a different calendar.'; + $lang['l_error_cantopen'] = 'Unable to open calendar.'; ?> |
From: <cl...@us...> - 2004-08-07 06:36:58
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29867/functions Modified Files: ical_parser.php init.inc.php Log Message: Fixed error messages for 2.0 Index: ical_parser.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v retrieving revision 1.173 retrieving revision 1.174 diff -C2 -d -r1.173 -r1.174 *** ical_parser.php 30 Jul 2004 01:16:26 -0000 1.173 --- ical_parser.php 7 Aug 2004 06:36:49 -0000 1.174 *************** *** 101,107 **** $ifile = @fopen($filename, "r"); ! if ($ifile == FALSE) exit(error($error_invalidcal_lang, $filename)); $nextline = fgets($ifile, 1024); ! if (trim($nextline) != 'BEGIN:VCALENDAR') exit(error($error_invalidcal_lang, $filename)); //Mod time --- 101,107 ---- $ifile = @fopen($filename, "r"); ! if ($ifile == FALSE) exit(error($lang['l_error_cantopen'], $filename)); $nextline = fgets($ifile, 1024); ! if (trim($nextline) != 'BEGIN:VCALENDAR') exit(error($lang['l_error_invalidcal'], $filename)); //Mod time Index: init.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** init.inc.php 25 May 2004 23:29:49 -0000 1.62 --- init.inc.php 7 Aug 2004 06:36:49 -0000 1.63 *************** *** 105,109 **** } ! if ($is_webcal) { if ($allow_webcals == 'yes' || in_array($cal_webcalPrefix, $list_webcals) || in_array($cal_httpPrefix, $list_webcals) || in_array($cal_httpsPrefix, $list_webcals)) { $cal_displayname = substr(str_replace('32', ' ', basename($cal_filename)), 0, -4); --- 105,109 ---- } ! if ($is_webcal == TRUE) { if ($allow_webcals == 'yes' || in_array($cal_webcalPrefix, $list_webcals) || in_array($cal_httpPrefix, $list_webcals) || in_array($cal_httpsPrefix, $list_webcals)) { $cal_displayname = substr(str_replace('32', ' ', basename($cal_filename)), 0, -4); *************** *** 115,119 **** array_push($cal_filelist,$filename); } else { ! exit(error($error_remotecal_lang, $HTTP_GET_VARS['cal'])); } } else { --- 115,119 ---- array_push($cal_filelist,$filename); } else { ! exit(error($lang['l_error_remotecal'], $HTTP_GET_VARS['cal'])); } } else { *************** *** 121,125 **** $cal = urlencode($cal_filename); if (in_array($cal_filename, $blacklisted_cals)) { ! exit(error($error_restrictedcal_lang, $cal_filename)); } else { if (!isset($filename)) { --- 121,125 ---- $cal = urlencode($cal_filename); if (in_array($cal_filename, $blacklisted_cals)) { ! exit(error($lang['l_error_restrictedcal'], $cal_filename)); } else { if (!isset($filename)) { |
From: <cl...@us...> - 2004-08-05 20:41:27
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18968 Modified Files: config.inc.php Log Message: Added a line. Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.147 retrieving revision 1.148 diff -C2 -d -r1.147 -r1.148 *** config.inc.php 5 Aug 2004 20:38:26 -0000 1.147 --- config.inc.php 5 Aug 2004 20:41:18 -0000 1.148 *************** *** 44,47 **** --- 44,48 ---- // Calendar Caching (decreases page load times) $save_parsed_cals = 'no'; // Saves a copy of the cal in /tmp after it's been parsed. Improves performence. + $save_parsed_webcals = 'no'; // Saves a copy of the webcal in /tmp after it's been parsed. Improves performence. $tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X). Any php-writable folder works. $webcal_hours = '24'; // Number of hours to cache webcals. |