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-10-30 01:06:38
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2879/functions Modified Files: template.php Log Message: An update. Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** template.php 26 Oct 2004 21:25:55 -0000 1.60 --- template.php 30 Oct 2004 01:06:26 -0000 1.61 *************** *** 177,181 **** $loop_dof = trim($match1[1]); $start_wt = strtotime(dateOfWeek($getdate, $week_start_day)); ! $start_day = strtotime($week_start_day); for ($i=0; $i<7; $i++) { $day_num = date("w", $start_day); --- 177,181 ---- $loop_dof = trim($match1[1]); $start_wt = strtotime(dateOfWeek($getdate, $week_start_day)); ! $start_wt = strtotime(dateOfWeek($getdate, $week_start_day)); for ($i=0; $i<7; $i++) { $day_num = date("w", $start_day); |
From: <cl...@us...> - 2004-10-30 01:06:38
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2879 Modified Files: config.inc.php Log Message: An update. Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.162 retrieving revision 1.163 diff -C2 -d -r1.162 -r1.163 *** config.inc.php 26 Oct 2004 21:25:54 -0000 1.162 --- config.inc.php 30 Oct 2004 01:06:23 -0000 1.163 *************** *** 11,15 **** $default_cal = $ALL_CALENDARS_COMBINED; // Exact filename of calendar without .ics. Or set to $ALL_CALENDARS_COMBINED to open all calenders combined into one. $language = 'English'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish', 'Swedish', 'Portuguese', 'Catalan', 'Traditional_Chinese', 'Esperanto', 'Korean' ! $week_start_day = 'Monday'; // Day of the week your week starts on $day_start = '0700'; // Start time for day grid $day_end = '2300'; // End time for day grid --- 11,15 ---- $default_cal = $ALL_CALENDARS_COMBINED; // Exact filename of calendar without .ics. Or set to $ALL_CALENDARS_COMBINED to open all calenders combined into one. $language = 'English'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish', 'Swedish', 'Portuguese', 'Catalan', 'Traditional_Chinese', 'Esperanto', 'Korean' ! $week_start_day = 'Sunday'; // Day of the week your week starts on $day_start = '0700'; // Start time for day grid $day_end = '2300'; // End time for day grid |
From: <cl...@us...> - 2004-10-26 21:26:51
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5159 Modified Files: config.inc.php Log Message: Week start day works properly. Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.161 retrieving revision 1.162 diff -C2 -d -r1.161 -r1.162 *** config.inc.php 25 Oct 2004 17:53:58 -0000 1.161 --- config.inc.php 26 Oct 2004 21:25:54 -0000 1.162 *************** *** 11,15 **** $default_cal = $ALL_CALENDARS_COMBINED; // Exact filename of calendar without .ics. Or set to $ALL_CALENDARS_COMBINED to open all calenders combined into one. $language = 'English'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish', 'Swedish', 'Portuguese', 'Catalan', 'Traditional_Chinese', 'Esperanto', 'Korean' ! $week_start_day = 'Sunday'; // Day of the week your week starts on $day_start = '0700'; // Start time for day grid $day_end = '2300'; // End time for day grid --- 11,15 ---- $default_cal = $ALL_CALENDARS_COMBINED; // Exact filename of calendar without .ics. Or set to $ALL_CALENDARS_COMBINED to open all calenders combined into one. $language = 'English'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish', 'Swedish', 'Portuguese', 'Catalan', 'Traditional_Chinese', 'Esperanto', 'Korean' ! $week_start_day = 'Monday'; // Day of the week your week starts on $day_start = '0700'; // Start time for day grid $day_end = '2300'; // End time for day grid |
From: <cl...@us...> - 2004-10-26 21:26:42
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5159/functions Modified Files: template.php Log Message: Week start day works properly. Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** template.php 25 Oct 2004 17:43:32 -0000 1.59 --- template.php 26 Oct 2004 21:25:55 -0000 1.60 *************** *** 396,400 **** $loop_dof = trim($match1[1]); $start_wt = strtotime(dateOfWeek($getdate, $week_start_day)); ! $start_day = strtotime($week_start_day); for ($i=0; $i<7; $i++) { $day_num = date("w", $start_day); --- 396,400 ---- $loop_dof = trim($match1[1]); $start_wt = strtotime(dateOfWeek($getdate, $week_start_day)); ! $start_day = strtotime(dateOfWeek($getdate, $week_start_day)); for ($i=0; $i<7; $i++) { $day_num = date("w", $start_day); *************** *** 725,729 **** } ! $start_day = strtotime($week_start_day); $month_title = localizeDate ($dateFormat_month, $fake_getdate_time); $month_date = date ('Ymd', $fake_getdate_time); --- 725,730 ---- } ! //$start_day = strtotime($week_start_day); ! $start_day = strtotime(dateOfWeek($getdate, $week_start_day)); $month_title = localizeDate ($dateFormat_month, $fake_getdate_time); $month_date = date ('Ymd', $fake_getdate_time); |
From: <cl...@us...> - 2004-10-26 19:13:17
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7868 Modified Files: README Log Message: Added titles Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.84 retrieving revision 1.85 diff -C2 -d -r1.84 -r1.85 *** README 25 Oct 2004 17:53:58 -0000 1.84 --- README 26 Oct 2004 19:12:28 -0000 1.85 *************** *** 1,5 **** ______________________________________ | PHP iCalendar | ! | http://phpicalendar.sourceforge.net/ | |______________________________________| --- 1,5 ---- ______________________________________ | PHP iCalendar | ! | http://www.phpicalendar.net/ | |______________________________________| *************** *** 84,87 **** --- 84,90 ---- 2.0 -Enhanced error messaging system. + -New Open Source Documentation. + http://phpicalendar.net/documentation + -All links now have titles for mouseovers. -Added Afrikaans Language. -Todos can be turned off again. |
From: <cl...@us...> - 2004-10-26 19:13:09
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7868/functions Modified Files: date_functions.php Log Message: Added titles Index: date_functions.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/date_functions.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** date_functions.php 1 Oct 2004 23:47:12 -0000 1.25 --- date_functions.php 26 Oct 2004 19:12:29 -0000 1.26 *************** *** 165,168 **** --- 165,173 ---- function openevent($calendar_name, $start, $end, $arr, $lines, $wrap, $pre_text, $post_text, $link_class, $url) { $event_text = stripslashes(urldecode($arr["event_text"])); + if (empty($start)) { + $title = $event_text; + } else { + $title = $start.' - '.$end.': '.$event_text; + } # for iCal pseudo tag <http> comptability if (ereg("<([[:alpha:]]+://)([^<>[:space:]]+)>",$event_text,$matches)) { *************** *** 199,206 **** // --></script>"; ! $return .= '<a class="'.$link_class.'" href="#" onclick="openEventWindow('.$popup_data_index.'); return false;">'; $popup_data_index++; } else { ! $return .= '<a class="'.$link_class.'" href="'.$res[1].'">'; } $return .= $pre_text.$event_text.$post_text.'</a>'."\n"; --- 204,211 ---- // --></script>"; ! $return .= '<a class="'.$link_class.'" title="'.$title.'" href="#" onclick="openEventWindow('.$popup_data_index.'); return false;">'; $popup_data_index++; } else { ! $return .= '<a class="'.$link_class.'" title="'.$title.'" href="'.$res[1].'">'; } $return .= $pre_text.$event_text.$post_text.'</a>'."\n"; |
From: <cl...@us...> - 2004-10-26 19:12:42
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7868/templates/default Modified Files: error.tpl Log Message: Added titles Index: error.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/error.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** error.tpl 25 Oct 2004 02:21:27 -0000 1.3 --- error.tpl 26 Oct 2004 19:12:31 -0000 1.4 *************** *** 21,25 **** <tr> <td align="center" valign="top" class="V12"> ! {ERROR_MSG} <br /> <br /> --- 21,26 ---- <tr> <td align="center" valign="top" class="V12"> ! {ERROR_MSG}<br /> ! [<span class="G10"><a href="http://phpicalendar.net/documentation/index.php?title=Error_message_meanings">What does this mean?</a></span>] <br /> <br /> *************** *** 29,32 **** --- 30,34 ---- {L_ERROR_BACK} <br /> + </td> </tr> |
From: <cl...@us...> - 2004-10-26 19:12:42
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7868/rss Modified Files: rss.php Log Message: Added titles Index: rss.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** rss.php 25 Oct 2004 17:16:09 -0000 1.22 --- rss.php 26 Oct 2004 19:12:30 -0000 1.23 *************** *** 14,27 **** $default_path = 'http://'.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].substr($_SERVER['PHP_SELF'],0,strpos($_SERVER['PHP_SELF'],'/rss/')); } } ! $start_week_time = strtotime(dateOfWeek($getdate, $week_start_day)); ! $end_week_time = $start_week_time + (6 * 25 * 60 * 60); ! $start_week = localizeDate($dateFormat_week, $start_week_time); ! $end_week = localizeDate($dateFormat_week, $end_week_time); ! $parse_month = date ("Ym", strtotime($getdate)); ! $rssview = $_GET['rssview']; ! $cal_displayname = str_replace("32", " ", $cal); ! $events_week = 0; // calculate a value for Last Modified and ETag --- 14,30 ---- $default_path = 'http://'.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].substr($_SERVER['PHP_SELF'],0,strpos($_SERVER['PHP_SELF'],'/rss/')); } + } else { + $default_path = $default_path.'rss/'; } ! $start_week_time = strtotime(dateOfWeek($getdate, $week_start_day)); ! $end_week_time = $start_week_time + (6 * 25 * 60 * 60); ! $start_week = localizeDate($dateFormat_week, $start_week_time); ! $end_week = localizeDate($dateFormat_week, $end_week_time); ! $parse_month = date ("Ym", strtotime($getdate)); ! $rssview = $_GET['rssview']; ! $cal_displayname = str_replace("32", " ", $cal); ! $events_week = 0; ! $view_path = $default_path.$rss_view.'.php'; // calculate a value for Last Modified and ETag *************** *** 57,61 **** $rss .= '<channel>'."\n"; $rss .= '<title>'.$cal_displayname.' - '.$theview.'</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"; --- 60,64 ---- $rss .= '<channel>'."\n"; $rss .= '<title>'.$cal_displayname.' - '.$theview.'</title>'."\n"; ! $rss .= '<link>'.htmlspecialchars ($view_path).'</link>'."\n"; $rss .= '<description>'.$cal_displayname.' '.$lang['l_calendar'].' - '.$theview.'</description>'."\n"; $rss .= '<language>'.$rss_language.'</language>'."\n"; |
From: <cl...@us...> - 2004-10-25 17:54:08
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17043 Modified Files: README config.inc.php Log Message: Minor. Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.83 retrieving revision 1.84 diff -C2 -d -r1.83 -r1.84 *** README 25 Oct 2004 17:16:07 -0000 1.83 --- README 25 Oct 2004 17:53:58 -0000 1.84 *************** *** 83,89 **** -------- 2.0 ! -Enhanced error messaging. -Added Afrikaans Language. -Todos can be turned off again. -Todos won't show private todos. -RSS page respects https servers. --- 83,91 ---- -------- 2.0 ! -Enhanced error messaging system. -Added Afrikaans Language. -Todos can be turned off again. + -Month bottom can be turned off again. + -Preferences page can be turned off. -Todos won't show private todos. -RSS page respects https servers. Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.160 retrieving revision 1.161 diff -C2 -d -r1.160 -r1.161 *** config.inc.php 25 Oct 2004 17:43:31 -0000 1.160 --- config.inc.php 25 Oct 2004 17:53:58 -0000 1.161 *************** *** 30,36 **** // Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase. - $display_custom_goto = 'no'; // In the 'Jump To' box, display the custom 'go to day' box. $allow_webcals = 'no'; // Allow http:// and webcal:// prefixed URLs to be used as the $cal for remote viewing of "subscribe-able" calendars. This does not have to be enabled to allow specific ones below. ! $this_months_events = 'ys'; // Display "This month's events" at the bottom off the month page. $enable_rss = 'yes'; // Enable RSS access to your calendars (good thing). $show_search = 'yes'; // Show the search box in the sidebar. --- 30,35 ---- // Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase. $allow_webcals = 'no'; // Allow http:// and webcal:// prefixed URLs to be used as the $cal for remote viewing of "subscribe-able" calendars. This does not have to be enabled to allow specific ones below. ! $this_months_events = 'yes'; // Display "This month's events" at the bottom off the month page. $enable_rss = 'yes'; // Enable RSS access to your calendars (good thing). $show_search = 'yes'; // Show the search box in the sidebar. |
From: <cl...@us...> - 2004-10-25 17:43:41
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14158/rss Modified Files: index.php Log Message: Fixed display month bottom. Index: index.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/index.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** index.php 25 Oct 2004 17:16:09 -0000 1.33 --- index.php 25 Oct 2004 17:43:32 -0000 1.34 *************** *** 40,48 **** $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', ! 'footer' => BASE.'templates/'.$template.'/footer.tpl' )); $page->replace_tags(array( - 'event_js' => BASE.'functions/event.js', 'default_path' => $default_path.'/', 'template' => $template, --- 40,48 ---- $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', ! 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'event_js' => BASE.'functions/event.js' )); $page->replace_tags(array( 'default_path' => $default_path.'/', 'template' => $template, |
From: <cl...@us...> - 2004-10-25 17:43:41
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14158/functions Modified Files: template.php Log Message: Fixed display month bottom. Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** template.php 25 Oct 2004 16:41:05 -0000 1.58 --- template.php 25 Oct 2004 17:43:32 -0000 1.59 *************** *** 830,833 **** --- 830,837 ---- } + function nomonthbottom() { + $this->page = preg_replace('!<\!-- switch showbottom on -->(.*)<\!-- switch showbottom off -->!is','', $this->page); + } + function monthbottom() { global $template, $getdate, $master_array, $this_year, $this_month, $cal, $timeFormat, $timeFormat_small, $dateFormat_week_list, $lang; |
From: <cl...@us...> - 2004-10-25 17:43:40
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14158 Modified Files: config.inc.php month.php Log Message: Fixed display month bottom. Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.159 retrieving revision 1.160 diff -C2 -d -r1.159 -r1.160 *** config.inc.php 25 Oct 2004 17:19:53 -0000 1.159 --- config.inc.php 25 Oct 2004 17:43:31 -0000 1.160 *************** *** 32,36 **** $display_custom_goto = 'no'; // In the 'Jump To' box, display the custom 'go to day' box. $allow_webcals = 'no'; // Allow http:// and webcal:// prefixed URLs to be used as the $cal for remote viewing of "subscribe-able" calendars. This does not have to be enabled to allow specific ones below. ! $this_months_events = 'yes'; // Display "This month's events" at the bottom off the month page. $enable_rss = 'yes'; // Enable RSS access to your calendars (good thing). $show_search = 'yes'; // Show the search box in the sidebar. --- 32,36 ---- $display_custom_goto = 'no'; // In the 'Jump To' box, display the custom 'go to day' box. $allow_webcals = 'no'; // Allow http:// and webcal:// prefixed URLs to be used as the $cal for remote viewing of "subscribe-able" calendars. This does not have to be enabled to allow specific ones below. ! $this_months_events = 'ys'; // Display "This month's events" at the bottom off the month page. $enable_rss = 'yes'; // Enable RSS access to your calendars (good thing). $show_search = 'yes'; // Show the search box in the sidebar. Index: month.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v retrieving revision 1.128 retrieving revision 1.129 diff -C2 -d -r1.128 -r1.129 *** month.php 8 Oct 2004 21:20:17 -0000 1.128 --- month.php 25 Oct 2004 17:43:31 -0000 1.129 *************** *** 121,124 **** --- 121,126 ---- if ($this_months_events == 'yes') { $page->monthbottom($page); + } else { + $page->nomonthbottom($page); } $page->draw_subscribe($page); |
From: <cl...@us...> - 2004-10-25 17:20:04
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9245 Modified Files: config.inc.php Log Message: Removed a preference. Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.158 retrieving revision 1.159 diff -C2 -d -r1.158 -r1.159 *** config.inc.php 25 Oct 2004 17:16:08 -0000 1.158 --- config.inc.php 25 Oct 2004 17:19:53 -0000 1.159 *************** *** 31,35 **** // Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase. $display_custom_goto = 'no'; // In the 'Jump To' box, display the custom 'go to day' box. - $display_ical_list = 'yes'; // In the 'Jump To' box, display the pop-up menu with the list of all calendars in the $calendar_path directory. $allow_webcals = 'no'; // Allow http:// and webcal:// prefixed URLs to be used as the $cal for remote viewing of "subscribe-able" calendars. This does not have to be enabled to allow specific ones below. $this_months_events = 'yes'; // Display "This month's events" at the bottom off the month page. --- 31,34 ---- |
From: <cl...@us...> - 2004-10-25 17:16:18
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8197 Modified Files: README config.inc.php error.php preferences.php Log Message: More error messages. Fixed default paths everywhere. Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.82 retrieving revision 1.83 diff -C2 -d -r1.82 -r1.83 *** README 2 Oct 2004 01:23:52 -0000 1.82 --- README 25 Oct 2004 17:16:07 -0000 1.83 *************** *** 82,85 **** --- 82,92 ---- Changes: -------- + 2.0 + -Enhanced error messaging. + -Added Afrikaans Language. + -Todos can be turned off again. + -Todos won't show private todos. + -RSS page respects https servers. + 2.0 beta -Updated translations: Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.157 retrieving revision 1.158 diff -C2 -d -r1.157 -r1.158 *** config.inc.php 25 Oct 2004 02:21:26 -0000 1.157 --- config.inc.php 25 Oct 2004 17:16:08 -0000 1.158 *************** *** 26,30 **** $cookie_uri = ''; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar -- AUTO SETTING -- Only set if you are having cookie issues. $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. --- 26,30 ---- $cookie_uri = ''; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar -- AUTO SETTING -- Only set if you are having cookie issues. $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 = ''; // 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. *************** *** 51,55 **** $phpicalendar_publishing = ''; // Set to '1' to enable remote webdav style publish. See 'calendars/publish.php' for complete information; ! // Administration settings (admin.php) $allow_admin = 'yes'; // Set to yes to allow the admin page - remember to change the default password if using 'internal' as the $auth_method $auth_method = 'ftp'; // Valid values are: 'ftp', 'internal', or 'none'. 'ftp' uses the ftp server's username and password as well as ftp commands to delete and copy files. 'internal' uses $auth_internal_username and $auth_internal_password defined below - CHANGE the password. 'none' uses NO authentication - meant to be used with another form of authentication such as http basic. --- 51,55 ---- $phpicalendar_publishing = ''; // Set to '1' to enable remote webdav style publish. See 'calendars/publish.php' for complete information; ! // Administration settings (/admin/) $allow_admin = 'yes'; // Set to yes to allow the admin page - remember to change the default password if using 'internal' as the $auth_method $auth_method = 'ftp'; // Valid values are: 'ftp', 'internal', or 'none'. 'ftp' uses the ftp server's username and password as well as ftp commands to delete and copy files. 'internal' uses $auth_internal_username and $auth_internal_password defined below - CHANGE the password. 'none' uses NO authentication - meant to be used with another form of authentication such as http basic. Index: error.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/error.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** error.php 25 Oct 2004 02:21:26 -0000 1.1 --- error.php 25 Oct 2004 17:16:08 -0000 1.2 *************** *** 4,9 **** ! function error($error_msg='There was an error processing the request.', $file='NONE') { ! global $template, $language, $enable_rss, $lang; if (!isset($template)) $template = 'default'; if (!isset($lang['l_powered_by'])) $lang['l_powered_by'] = 'Powered by'; --- 4,9 ---- ! function error($error_msg='There was an error processing the request.', $file='NONE', $error_base='./') { ! global $template, $language, $enable_rss, $lang, $charset, $default_path; if (!isset($template)) $template = 'default'; if (!isset($lang['l_powered_by'])) $lang['l_powered_by'] = 'Powered by'; *************** *** 18,22 **** $current_view = 'error'; $display_date = $lang['l_error_title']; ! $calendar_name = $lang['l_error_title']; $page = new Page(BASE.'templates/'.$template.'/error.tpl'); --- 18,30 ---- $current_view = 'error'; $display_date = $lang['l_error_title']; ! $calendar_name = $lang['l_error_title']; ! ! if (empty($default_path)) { ! if (isset($_SERVER['HTTPS']) || strtolower($_SERVER['HTTPS']) == 'on' ) { ! $default_path = 'https://'.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].substr($_SERVER['PHP_SELF'],0,strpos($_SERVER['PHP_SELF'],'/rss/')); ! } else { ! $default_path = 'http://'.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].substr($_SERVER['PHP_SELF'],0,strpos($_SERVER['PHP_SELF'],'/rss/')); ! } ! } $page = new Page(BASE.'templates/'.$template.'/error.tpl'); *************** *** 28,35 **** $page->replace_tags(array( ! 'default_path' => '', 'template' => $template, 'cal' => $cal, 'getdate' => $getdate, 'calendar_name' => $calendar_name, 'display_date' => $display_date, --- 36,44 ---- $page->replace_tags(array( ! 'default_path' => $error_base, 'template' => $template, 'cal' => $cal, 'getdate' => $getdate, + 'charset' => $charset, 'calendar_name' => $calendar_name, 'display_date' => $display_date, Index: preferences.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/preferences.php,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** preferences.php 2 Sep 2004 18:44:43 -0000 1.53 --- preferences.php 25 Oct 2004 17:16:08 -0000 1.54 *************** *** 7,10 **** --- 7,14 ---- $display_date = $preferences_lang; + if ($allow_preferences != 'yes') { + exit(error('Preferences are not available for this installation.', $cal)); + } + if ($cookie_uri == '') { $cookie_uri = $_SERVER['SERVER_NAME'].substr($_SERVER['PHP_SELF'],0,strpos($_SERVER['PHP_SELF'], '/')); |
From: <cl...@us...> - 2004-10-25 17:16:18
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8197/rss Modified Files: index.php rss.php Log Message: More error messages. Fixed default paths everywhere. Index: index.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/index.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** index.php 2 Sep 2004 18:44:44 -0000 1.32 --- index.php 25 Oct 2004 17:16:09 -0000 1.33 *************** *** 5,9 **** require_once(BASE.'functions/calendar_functions.php'); ! $default_path = 'http://'.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].substr($_SERVER['PHP_SELF'],0,strpos($_SERVER['PHP_SELF'],'/rss/')); $current_view = "rssindex"; --- 5,19 ---- require_once(BASE.'functions/calendar_functions.php'); ! if ($enable_rss != 'yes') { ! exit(error('RSS is not available for this installation.', $cal, '../')); ! } ! ! if (empty($default_path)) { ! if (isset($_SERVER['HTTPS']) || strtolower($_SERVER['HTTPS']) == 'on' ) { ! $default_path = 'https://'.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].substr($_SERVER['PHP_SELF'],0,strpos($_SERVER['PHP_SELF'],'/rss/')); ! } else { ! $default_path = 'http://'.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].substr($_SERVER['PHP_SELF'],0,strpos($_SERVER['PHP_SELF'],'/rss/')); ! } ! } $current_view = "rssindex"; *************** *** 45,48 **** --- 55,59 ---- 'rss_powered' => $rss_powered, 'rss_list' => $rss_list, + 'charset' => $charset, 'rss_available' => '', 'rssdisable' => '', Index: rss.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** rss.php 1 Oct 2004 23:42:41 -0000 1.21 --- rss.php 25 Oct 2004 17:16:09 -0000 1.22 *************** *** 5,12 **** if ($enable_rss != 'yes') { ! die ("RSS feeds are not enabled on this site."); } - $default_path = 'http://'.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].substr($_SERVER['PHP_SELF'],0,strpos($_SERVER['PHP_SELF'],'/rss/')); $start_week_time = strtotime(dateOfWeek($getdate, $week_start_day)); $end_week_time = $start_week_time + (6 * 25 * 60 * 60); --- 5,19 ---- if ($enable_rss != 'yes') { ! exit(error('RSS is not available for this installation.', $cal, '../')); ! } ! ! if (empty($default_path)) { ! if (isset($_SERVER['HTTPS']) || strtolower($_SERVER['HTTPS']) == 'on' ) { ! $default_path = 'https://'.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].substr($_SERVER['PHP_SELF'],0,strpos($_SERVER['PHP_SELF'],'/rss/')); ! } else { ! $default_path = 'http://'.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].substr($_SERVER['PHP_SELF'],0,strpos($_SERVER['PHP_SELF'],'/rss/')); ! } } $start_week_time = strtotime(dateOfWeek($getdate, $week_start_day)); $end_week_time = $start_week_time + (6 * 25 * 60 * 60); |
From: <cl...@us...> - 2004-10-25 17:16:17
|
Update of /cvsroot/phpicalendar/phpicalendar/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8197/admin Modified Files: index.php Log Message: More error messages. Fixed default paths everywhere. Index: index.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/admin/index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.php 2 Oct 2004 01:23:52 -0000 1.1 --- index.php 25 Oct 2004 17:16:08 -0000 1.2 *************** *** 6,15 **** header("Content-Type: text/html; charset=$charset"); ! $default_path = 'http://'.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].substr($_SERVER['PHP_SELF'],0,strpos($_SERVER['PHP_SELF'],'/admin/')); ! ! // Redirect if administration is not allowed ! if ($allow_admin != "yes") { ! header("Location: index.php"); ! die(); } --- 6,18 ---- header("Content-Type: text/html; charset=$charset"); ! if (empty($default_path)) { ! if (isset($_SERVER['HTTPS']) || strtolower($_SERVER['HTTPS']) == 'on' ) { ! $default_path = 'https://'.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].substr($_SERVER['PHP_SELF'],0,strpos($_SERVER['PHP_SELF'],'/admin/')); ! } else { ! $default_path = 'http://'.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].substr($_SERVER['PHP_SELF'],0,strpos($_SERVER['PHP_SELF'],'/admin/')); ! } ! } ! if ($allow_admin != 'yes') { ! exit(error('The administration menu has been turned off.', $cal, '../')); } |
From: <cl...@us...> - 2004-10-25 16:41:46
|
Update of /cvsroot/phpicalendar/phpicalendar/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31149/languages Added Files: afrikaans.inc.php Log Message: Added new lang. --- NEW FILE: afrikaans.inc.php --- <?php // Afrikaans language include // For version 2.0 PHP iCalendar // // Translation version 2.0 by Werner Mollentze (tra...@ub...) // Submit new translations to ch...@ch... // // The following decimal entities are used (to be XML compatible): // ê (ê) // ë (ë) // ô (ô) $lang['l_day'] = 'Dag'; $lang['l_week'] = 'Week'; $lang['l_month'] = 'Maand'; $lang['l_year'] = 'Jaar'; $lang['l_calendar'] = 'Kalender'; $lang['l_next_day'] = 'Volgende Dag'; $lang['l_next_month'] = 'Volgende Maand'; $lang['l_next_week'] = 'Volgende Week'; $lang['l_next_year'] = 'Volgende Jaar'; $lang['l_last_day'] = 'Vorige Dag'; $lang['l_last_month'] = 'Vorige Maand'; $lang['l_last_week'] = 'Vorige Week'; $lang['l_last_year'] = 'Vorig Jaar'; $lang['l_subscribe'] = 'Teken in'; $lang['l_download'] = 'Download'; $lang['l_powered_by'] = 'Aangedryf deur'; $lang['l_event'] = 'Aktiwiteit'; $lang['l_event_start'] = 'Begin Tyd'; $lang['l_event_end'] = 'Eindig Tyd'; $lang['l_this_months'] = 'Aktiwiteite gedurende hierdie Maand'; $lang['l_date'] = 'Datum'; $lang['l_summary'] = 'Opsomming'; $lang['l_all_day'] = 'Daglange aktiwiteit'; $lang['l_notes'] = 'Opmerkings'; $lang['l_this_years'] = 'Aktiwiteite gedurende hierdie Jaar'; $lang['l_today'] = 'Vandag'; $lang['l_this_week'] = 'Hierdie Week'; $lang['l_this_month'] = 'Hierdie Maand'; $lang['l_jump'] = 'Gaan na'; $lang['l_tomorrows'] = 'Môre se Aktiwiteite'; $lang['l_goday'] = 'Gaan na Vandag'; $lang['l_goweek'] = 'Gaan na Hierdie Week'; $lang['l_gomonth'] = 'Gaan na Hierdie Maand'; $lang['l_goyear'] = 'Gaan na Hierdie Jaar'; $lang['l_search'] = 'Soek'; // the verb $lang['l_results'] = 'Soektog Resultate'; $lang['l_query'] = 'Soek vir'; // will be followed by the search query $lang['l_no_results'] = 'Geen aktiwiteite gevind nie'; $lang['l_goprint'] = 'Drukker Vriendelik'; $lang['l_time'] = 'Tyd'; $lang['l_summary'] = 'Opsomming'; $lang['l_description'] = 'Beskrywing'; $lang['l_this_site_is'] = 'Hierdie webwerf is'; $lang['l_no_events_day'] = 'Geen aktiwiteite vir vandag nie.'; $lang['l_no_events_week'] = 'Geen aktiwiteite gedurende hierdie week nie.'; $lang['l_no_events_month'] = 'Geen aktiwiteite gedurende hierdie maand nie.'; $lang['l_rss_day_date'] = 'H: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'] = 'af'; $lang['l_search_took'] = 'Die soektog het %s sekondes geduur'; $lang['l_recurring_event'] = 'Terugkerende aktiwiteit'; $lang['l_exception'] = 'Uitsondering'; $lang['l_no_query'] = 'Geen soekopdrag is verskaf nie'; $lang['l_preferences'] = 'Voorkeure'; $lang['l_printer'] = 'Drukker'; $lang['l_select_lang'] = 'Selekteer u taal voorkeur'; $lang['l_select_cal'] = 'Selekteer u kalender voorkeur'; $lang['l_select_view'] = 'Selekteer u besigtigingsvoorkeur'; $lang['l_select_time'] = 'Selekteer u begintyd voorkeur'; $lang['l_select_day'] = 'Selekteer u voorkeurwaarde vir die eerste dag van die week'; $lang['l_select_style'] = 'Selekteer u voorkeur vertoonstyl'; $lang['l_set_prefs'] = 'Stel u voorkeure'; $lang['l_completed_date'] = 'Voltooi op'; $lang['l_completed'] = 'Voltooi'; $lang['l_created'] = 'Geskep'; $lang['l_due'] = 'op'; $lang['l_priority'] = 'Prioriteit'; $lang['l_priority_high'] = 'Hoog'; $lang['l_priority_low'] = 'Laag'; $lang['l_priority_medium'] = 'Gemiddeld'; $lang['l_priority_none'] = 'Geen'; $lang['l_status'] = 'Status'; $lang['l_todo'] = 'Hangende items'; $lang['l_unfinished'] = 'Onvoltooid'; $lang['l_prefs_set'] = 'U voorkeure is bygewerk.'; $lang['l_prefs_unset'] = 'U voorkeure is bygewerk. Die veranderinge sal aanskou kan word wanneer die volgende bladsy gelaai word.'; $lang['l_unset_prefs'] = 'Verwyder voorkeure'; $lang['l_organizer'] = 'Organiseerder'; $lang['l_attendee'] = 'Bywoner'; $lang['l_status'] = 'Status'; $lang['l_location'] = 'Plek'; $lang['l_admin_header'] = 'PHP iCalendar Administrasie'; $lang['l_username'] = 'Gebruikersnaam'; $lang['l_password'] = 'Wagwoord'; $lang['l_login'] = 'Teken aan'; $lang['l_invalid_login'] = 'Foutiewe gebruikersnaam of wagwoord.'; $lang['l_addupdate_cal'] = 'Kalender toevoeging of bywerking'; $lang['l_addupdate_desc'] = 'Voeg \'n kalender by deur \'n nuwe lêer op te laai. Opdateer \'n kalender deur deur \'n lêer met dieselfde naam op te laai.'; $lang['l_delete_cal'] = 'Verwyder \'n kalender'; $lang['l_logout'] = 'Teken af'; $lang['l_cal_file'] = 'Kalenderlêer'; $lang['l_php_error'] = 'PHP foutmelding'; $upload_error_gen_lang = 'Daar was \'n probleem met die oplaai van die lêer.'; $upload_error_lang[0] = 'Daar was \'n probleem met die oplaai van die lêer.'; $upload_error_lang[1] = 'Die lêer wat u wil oplaai is te groot.'; $upload_error_lang[2] = 'Die lêer wat u wil oplaai is te groot.'; $upload_error_lang[3] = 'Die lêer wat u wil oplaai was slegs gedeeltelik opgelaai.'; $upload_error_lang[4] = 'U moet \'n lêer selekteer wat opgelaai moet word.'; $lang['l_upload_error_type'] = 'Slegs .ics lêers kan opgelaai word.'; $lang['l_copy_error'] = 'Lêer kopiering het misluk'; $lang['l_delete_error'] = 'Lêer verwydering het misluk'; $lang['l_delete_success'] = 'was suksesvol verwyder.'; $lang['l_action_success'] = 'U handeling was suksesvol.'; $lang['l_submit'] = 'Stuur'; $lang['l_delete'] = 'Verwyder'; $all_cal_comb_lang = 'Alle kalenders gekombineerd'; // New for 2.0 $lang['l_legend'] = 'Sleutel'; $lang['l_admin_subhead'] = 'Beheer u kalenders vanaf hierdie bladsy'; $lang['l_prefs_subhead'] = 'Stoor \'n koekie vir u besoek aan hierdie webwerf'; $lang['l_rss_info'] = 'RSS Informasie'; $lang['l_rss_subhead'] = 'Basiese RSS voering is beskikbaar vir elke kalender'; $lang['l_rss_notenabled'] = 'RSS is nie geaktiveer vir hierdie webwerf nie'; // - navigation $lang['l_back'] = 'Terug'; $lang['l_next'] = 'Volgende'; $lang['l_prev'] = 'Vorige'; $lang['l_day_view'] = 'Dagaansig'; $lang['l_week_view'] = 'Weekaansig'; $lang['l_month_view'] = 'Maandaansig'; $lang['l_year_view'] = 'Jaaraansig'; // --------------------------------- // $format_recur, items enclosed in % will be substituted with variables $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three' $format_recur_lang['yearly'] = array('jaar','jare'); // for these, put singular $format_recur_lang['monthly'] = array('maand','maande'); // and plural forms $format_recur_lang['weekly'] = array('week','weke'); // these will be %freq% $format_recur_lang['daily'] = array('dag','daagliks'); // in the replacement below $format_recur_lang['hourly'] = array('uur','elke uur'); $format_recur_lang['minutely'] = array('minuut','elke minuut'); $format_recur_lang['secondly'] = array('sekonde','elke sekonde'); $format_recur_lang['start'] = 'Elke %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' $format_recur_lang['until'] = 'tot %date%'; // ie, 'until January 4' $format_recur_lang['count'] = '%int% maal'; // ie, 'for 5 times' $format_recur_lang['bymonth'] = 'In die maande: %list%'; // ie, 'In months: January, February, March' $format_recur_lang['bymonthday'] = 'Op die datums: %list%'; // ie, 'On dates: 1, 2, 3, 4' $format_recur_lang['byday'] = 'Op die dae: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs' // --------------------------------- $daysofweek_lang = array ('Sondag','Maandag','Dinsdag','Woensdag','Donderdag','Vrydag','Saterdag'); $daysofweekshort_lang = array ('So','Ma','Di','Wo','Do','Vr','Sa'); $daysofweekreallyshort_lang = array ('S','M','D','W','D','V','S'); $monthsofyear_lang = array ('Januarie','Februarie','Maart','April','Mei','Junie','Julie','Augustus','September','Oktober','November','Desember'); $monthsofyearshort_lang = array ('Jan','Feb','Maa','Apr','Mei','Jun','Jul','Aug','Sep','Okt','Nov','Des'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = 'H:i'; $timeFormat_small = 'G:i'; // For date formatting, see note below $dateFormat_day = '%A, %e %B'; $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'; /* 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'] = 'Foutmelding!'; $lang['l_error_window'] = 'Daar het \'n fout plaasgevind!'; $lang['l_error_calendar'] = 'Die kalender "%s" was bygewerk toe die fout plaasgevind het.'; $lang['l_error_path'] = 'Die gids kon nie oopgemaak word nie: "%s"'; $lang['l_error_back'] = 'Gebruik asseblief die "Vorige" knoppie om terug te keer.'; $lang['l_error_remotecal'] = 'Hierdie bediener blokeer afgeleë kalenders wat nie vooraf goedgekeur is nie.'; $lang['l_error_restrictedcal'] = 'U het gepoog om toegang tot \'n beperkte kalender op hierdie bediener te verkry.'; $lang['l_error_invalidcal'] = 'Ongeldige kalenderlêer. Probeer asseblief \'n ander kalender.'; $lang['l_error_cantopen'] = 'Die kalender kon nie oopgemaak word nie.'; $lang['l_error_cache'] = 'Daar kon nie na die wegsteekgids (\'cache\') geskryf word nie. Kontroleer asseblief u konfigurasie.'; ?> |
From: <cl...@us...> - 2004-10-25 16:41:14
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31024/functions Modified Files: template.php Log Message: [ 1046871 ] Quick fix to make $show_todos work Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** template.php 8 Oct 2004 21:20:18 -0000 1.57 --- template.php 25 Oct 2004 16:41:05 -0000 1.58 *************** *** 626,630 **** function get_vtodo() { ! global $template, $getdate, $master_array, $next_day, $timeFormat, $tomorrows_events_lines, $show_completed; preg_match("!<\!-- switch show_completed on -->(.*)<\!-- switch show_completed off -->!is", $this->page, $match1); --- 626,630 ---- function get_vtodo() { ! global $template, $getdate, $master_array, $next_day, $timeFormat, $tomorrows_events_lines, $show_completed, $show_todos; preg_match("!<\!-- switch show_completed on -->(.*)<\!-- switch show_completed off -->!is", $this->page, $match1); *************** *** 691,695 **** // If there are no TODO items, completely hide the TODO list. ! if ($nugget2 == '') { $this->page = preg_replace('!<\!-- switch vtodo on -->(.*)<\!-- switch vtodo off -->!is', '', $this->page); } --- 691,695 ---- // If there are no TODO items, completely hide the TODO list. ! if (($nugget2 == '') || ($show_todos != 'yes')) { $this->page = preg_replace('!<\!-- switch vtodo on -->(.*)<\!-- switch vtodo off -->!is', '', $this->page); } |
From: <cl...@us...> - 2004-10-25 02:21:36
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6168/functions Modified Files: calendar_functions.php init.inc.php Removed Files: error.php Log Message: Errors now seem to all work! Index: calendar_functions.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/calendar_functions.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** calendar_functions.php 30 Jul 2004 01:32:09 -0000 1.7 --- calendar_functions.php 25 Oct 2004 02:21:27 -0000 1.8 *************** *** 15,19 **** function availableCalendars($username, $password, $cal_filename, $admin = false) { // Import globals. ! global $allow_login, $calendar_path, $blacklisted_cals, $list_webcals, $locked_cals, $locked_map, $apache_map, $error_path_lang, $error_restrictedcal_lang, $error_invalidcal_lang, $ALL_CALENDARS_COMBINED, $_SERVER; // Create the list of available calendars. --- 15,19 ---- function availableCalendars($username, $password, $cal_filename, $admin = false) { // Import globals. ! global $allow_login, $calendar_path, $blacklisted_cals, $list_webcals, $locked_cals, $locked_map, $apache_map, $lang, $ALL_CALENDARS_COMBINED, $_SERVER; // Create the list of available calendars. *************** *** 37,41 **** // Add local calendars. $dir_handle = @opendir($calendar_path) ! or die(error(sprintf($error_path_lang, $calendar_path), $cal_filename)); while (($file = readdir($dir_handle)) != false) { // Make sure this is not a dot file and it ends with .ics, --- 37,41 ---- // Add local calendars. $dir_handle = @opendir($calendar_path) ! or die(error(sprintf($lang['l_error_path'], $calendar_path), $cal_filename)); while (($file = readdir($dir_handle)) != false) { // Make sure this is not a dot file and it ends with .ics, *************** *** 81,85 **** // in the argument. if (in_array($cal_filename, $blacklisted_cals)) ! exit(error($error_restrictedcal_lang, $cal_filename)); // If HTTP authenticated, make sure this calendar is available --- 81,85 ---- // in the argument. if (in_array($cal_filename, $blacklisted_cals)) ! exit(error($lang['l_error_restrictedcal'], $cal_filename)); // If HTTP authenticated, make sure this calendar is available *************** *** 89,93 **** // Use the invalid calendar message so that the user is // not made aware of locked calendars. ! exit(error($error_invalidcal_lang, $cal_filename)); } } --- 89,93 ---- // Use the invalid calendar message so that the user is // not made aware of locked calendars. ! exit(error($lang['l_error_invalidcal'], $cal_filename)); } } *************** *** 99,103 **** // Use the invalid calendar message so that the user is // not made aware of locked calendars. ! exit(error($error_invalidcal_lang, $cal_filename)); } --- 99,103 ---- // Use the invalid calendar message so that the user is // not made aware of locked calendars. ! exit(error($lang['l_error_invalidcal'], $cal_filename)); } Index: init.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** init.inc.php 5 Oct 2004 22:32:15 -0000 1.70 --- init.inc.php 25 Oct 2004 02:21:27 -0000 1.71 *************** *** 15,19 **** if (!defined('BASE')) define('BASE', './'); include_once(BASE.'config.inc.php'); ! include_once(BASE.'functions/error.php'); include_once(BASE.'functions/calendar_functions.php'); include_once(BASE.'functions/userauth_functions.php'); --- 15,19 ---- if (!defined('BASE')) define('BASE', './'); include_once(BASE.'config.inc.php'); ! include_once(BASE.'error.php'); include_once(BASE.'functions/calendar_functions.php'); include_once(BASE.'functions/userauth_functions.php'); --- error.php DELETED --- |
From: <cl...@us...> - 2004-10-25 02:21:36
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6168/templates/default Modified Files: error.tpl footer.tpl Log Message: Errors now seem to all work! Index: error.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/error.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** error.tpl 15 May 2004 02:42:17 -0000 1.2 --- error.tpl 25 Oct 2004 02:21:27 -0000 1.3 *************** *** 18,25 **** <tr> <td> ! <table width="100%" border="0" cellspacing="0" cellpadding="0" class="G10B"> <tr> ! <td align="center" valign="top"> ! <br /> {ERROR_MSG} <br /> --- 18,24 ---- <tr> <td> ! <table width="100%" border="0" cellspacing="0" cellpadding="10" class="G10B"> <tr> ! <td align="center" valign="top" class="V12"> {ERROR_MSG} <br /> *************** *** 30,34 **** {L_ERROR_BACK} <br /> - <br /> </td> </tr> --- 29,32 ---- Index: footer.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/footer.tpl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** footer.tpl 2 Oct 2004 00:12:21 -0000 1.8 --- footer.tpl 25 Oct 2004 02:21:27 -0000 1.9 *************** *** 1,3 **** ! <center class="V9"><br />{L_POWERED_BY} <a class="psf" href="http://phpicalendar.net/">PHP iCalendar 2.0 beta</a><br /> <!-- switch rss_valid on --> <p> --- 1,3 ---- ! <center class="V9"><br />{L_POWERED_BY} <a class="psf" href="http://phpicalendar.net/">PHP iCalendar 2.0</a><br /> <!-- switch rss_valid on --> <p> *************** *** 9,14 **** {L_THIS_SITE_IS} <a class="psf" href="{BASE}rss/index.php?cal={CAL}&getdate={GETDATE}">RSS-Enabled</a><br /> <!-- switch rss_powered off --> ! Page generated in {GENERATED1} seconds.<br /> ! Template generated in {GENERATED2} seconds. </center> </body> --- 9,14 ---- {L_THIS_SITE_IS} <a class="psf" href="{BASE}rss/index.php?cal={CAL}&getdate={GETDATE}">RSS-Enabled</a><br /> <!-- switch rss_powered off --> ! <!--Page generated in {GENERATED1} seconds.<br /> ! Template generated in {GENERATED2} seconds.--> </center> </body> |
From: <cl...@us...> - 2004-10-25 02:21:36
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6168 Modified Files: config.inc.php Added Files: error.php Log Message: Errors now seem to all work! --- NEW FILE: error.php --- <?php if (!defined('BASE')) define('BASE','./'); require_once(BASE.'functions/template.php'); function error($error_msg='There was an error processing the request.', $file='NONE') { global $template, $language, $enable_rss, $lang; if (!isset($template)) $template = 'default'; if (!isset($lang['l_powered_by'])) $lang['l_powered_by'] = 'Powered by'; if (!isset($lang['l_error_title'])) $lang['l_error_title'] = 'Error!'; if (!isset($lang['l_error_window'])) $lang['l_error_window'] = 'There was an error!'; if (!isset($lang['l_error_calendar'])) $lang['l_error_calendar'] = 'The calendar "%s" was being processed when this error occurred.'; if (!isset($lang['l_error_back'])) $lang['l_error_back'] = 'Please use the "Back" button to return.'; if (!isset($lang['l_this_site_is'])) $lang['l_this_site_is'] = 'This site is'; if (!isset($enable_rss)) $enable_rss = 'no'; $error_calendar = sprintf($lang['l_error_calendar'], $file); $current_view = 'error'; $display_date = $lang['l_error_title']; $calendar_name = $lang['l_error_title']; $page = new Page(BASE.'templates/'.$template.'/error.tpl'); $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', )); $page->replace_tags(array( 'default_path' => '', 'template' => $template, 'cal' => $cal, 'getdate' => $getdate, 'calendar_name' => $calendar_name, 'display_date' => $display_date, 'rss_powered' => $rss_powered, 'rss_available' => '', 'event_js' => '', 'todo_js' => '', 'todo_available' => '', 'rss_valid' => '', 'error_msg' => $error_msg, 'error_calendar' => $error_calendar, 'generated' => $generated, 'l_powered_by' => $lang['l_powered_by'], 'l_error_back' => $lang['l_error_back'], 'l_error_window' => $lang['l_error_window'] )); $page->output(); } ?> Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.156 retrieving revision 1.157 diff -C2 -d -r1.156 -r1.157 *** config.inc.php 2 Oct 2004 01:23:52 -0000 1.156 --- config.inc.php 25 Oct 2004 02:21:26 -0000 1.157 *************** *** 21,25 **** $week_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines. $timezone = ''; // Set timezone. Read TIMEZONES file for more information ! $calendar_path = ''; // Leave this blank on most installs, place your full path to calendars if they are outside the phpicalendar folder. $second_offset = ''; // The time in seconds between your time and your server's time. $bleed_time = ''; // This allows events past midnight to just be displayed on the starting date, only good up to 24 hours. Range from '0000' to '2359', or '-1' for no bleed time. Is automatically set to $day_start if left blank. --- 21,25 ---- $week_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines. $timezone = ''; // Set timezone. Read TIMEZONES file for more information ! $calendar_path = ''; // Leave this blank on most installs, place your FULL FILE PATH to calendars if they are outside the phpicalendar folder. $second_offset = ''; // The time in seconds between your time and your server's time. $bleed_time = ''; // This allows events past midnight to just be displayed on the starting date, only good up to 24 hours. Range from '0000' to '2359', or '-1' for no bleed time. Is automatically set to $day_start if left blank. |
From: <cl...@us...> - 2004-10-21 20:15:41
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23055/functions Modified Files: list_functions.php Log Message: [ 1050974 ] warning: "Invalid argument supplied for foreach()" Fixed. Index: list_functions.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/list_functions.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** list_functions.php 3 Sep 2004 21:22:39 -0000 1.12 --- list_functions.php 21 Oct 2004 20:15:14 -0000 1.13 *************** *** 15,23 **** global $template, $master_array, $unique_colors; $i = 1; ! foreach ($master_array['-3'] as $key => $val) { ! if ($i > $unique_colors) $i = 1; ! $val = str_replace ("\,", ",", $val); ! $return .= '<img src="templates/'.$template.'/images/monthdot_'.$i.'.gif" alt="" /> '.$val.'<br />'; ! $i++; } return $return; --- 15,25 ---- global $template, $master_array, $unique_colors; $i = 1; ! if (is_array($master_array['-3'])) { ! foreach ($master_array['-3'] as $key => $val) { ! if ($i > $unique_colors) $i = 1; ! $val = str_replace ("\,", ",", $val); ! $return .= '<img src="templates/'.$template.'/images/monthdot_'.$i.'.gif" alt="" /> '.$val.'<br />'; ! $i++; ! } } return $return; |
From: <cl...@us...> - 2004-10-08 21:20:31
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11500/functions Modified Files: template.php Log Message: Fixed windows date error, cleaned up webcal display in monthview. Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** template.php 12 Sep 2004 18:43:11 -0000 1.56 --- template.php 8 Oct 2004 21:20:18 -0000 1.57 *************** *** 598,607 **** $event_text = strip_tags($event_text, '<b><i><u>'); if ($event_text != "") { - $event_start = $val["event_start"]; - $event_end = $val["event_end"]; $event_calna = $val["calname"]; $event_url = $val["url"]; ! $event_start = date ($timeFormat, @strtotime ($event_start)); ! $event_end = date ($timeFormat, @strtotime ($event_end)); if (!isset($val["event_start"])) { $event_start = $lang['l_all_day']; --- 598,605 ---- $event_text = strip_tags($event_text, '<b><i><u>'); if ($event_text != "") { $event_calna = $val["calname"]; $event_url = $val["url"]; ! $event_start = date ($timeFormat, $val["start_unixtime"]); ! $event_end = date ($timeFormat, $val["end_unixtime"]); if (!isset($val["event_start"])) { $event_start = $lang['l_all_day']; |
From: <cl...@us...> - 2004-10-08 21:20:31
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11500/templates/default Modified Files: calendar_nav.tpl Log Message: Fixed windows date error, cleaned up webcal display in monthview. Index: calendar_nav.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/calendar_nav.tpl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** calendar_nav.tpl 2 Oct 2004 00:09:40 -0000 1.11 --- calendar_nav.tpl 8 Oct 2004 21:20:19 -0000 1.12 *************** *** 57,61 **** <table width="170" border="0" cellpadding="3" cellspacing="0" class="calborder"> <tr> ! <td align="center" class="sideback"><div style="height:16px;"><b>{CALENDAR_NAME}</b></div></td> </tr> <tr> --- 57,61 ---- <table width="170" border="0" cellpadding="3" cellspacing="0" class="calborder"> <tr> ! <td align="center" class="sideback"><div style="height:16px;"><b>{SIDEBAR_DATE}</b></div></td> </tr> <tr> |
From: <cl...@us...> - 2004-10-08 21:20:31
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11500 Modified Files: month.php Log Message: Fixed windows date error, cleaned up webcal display in monthview. Index: month.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v retrieving revision 1.127 retrieving revision 1.128 diff -C2 -d -r1.127 -r1.128 *** month.php 2 Oct 2004 00:09:38 -0000 1.127 --- month.php 8 Oct 2004 21:20:17 -0000 1.128 *************** *** 17,20 **** --- 17,21 ---- $tomorrows_date = date('Ymd', strtotime("+1 day", $unix_time)); $yesterdays_date = date('Ymd', strtotime("-1 day", $unix_time)); + $sidebar_date = localizeDate($dateFormat_week_list, $unix_time); // find out next month *************** *** 82,85 **** --- 83,87 ---- 'current_view' => $current_view, 'style_select' => $style_select, + 'sidebar_date' => $sidebar_date, 'l_goprint' => $lang['l_goprint'], 'l_preferences' => $lang['l_preferences'], |