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: <ji...@us...> - 2007-05-23 18:17:50
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21323/phpicalendar/functions Modified Files: template.php Log Message: fix repeat display problem for monthbottom and printview Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.92 retrieving revision 1.93 diff -C2 -d -r1.92 -r1.93 *** template.php 19 May 2007 16:18:13 -0000 1.92 --- template.php 23 May 2007 18:17:50 -0000 1.93 *************** *** 77,81 **** foreach ($val as $new_val) { foreach ($new_val as $new_key2 => $new_val2) { ! if (isset($seen_events["$new_key2"])){ $new_val2['event_text'] .= " second instance of ".$new_key2; continue; --- 77,81 ---- foreach ($val as $new_val) { foreach ($new_val as $new_key2 => $new_val2) { ! if (isset($seen_events["$new_key2"]) && $new_val2['spans_day'] == 1){ $new_val2['event_text'] .= " second instance of ".$new_key2; continue; *************** *** 1014,1018 **** $start_date = localizeDate ($dateFormat_week_list, $u_start); foreach ($event_times as $uid => $val) { ! if (isset($seen_events[$uid])) continue; $seen_events[$uid] = 1; $switch['CAL'] = $cal; --- 1014,1018 ---- $start_date = localizeDate ($dateFormat_week_list, $u_start); foreach ($event_times as $uid => $val) { ! if (isset($seen_events[$uid]) && $val['spans_day'] == 1) continue; $seen_events[$uid] = 1; $switch['CAL'] = $cal; |
From: <ji...@us...> - 2007-05-23 11:51:37
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5326/phpicalendar/functions Modified Files: init.inc.php Log Message: add missing template images Index: init.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v retrieving revision 1.110 retrieving revision 1.111 diff -C2 -d -r1.110 -r1.111 *** init.inc.php 22 May 2007 01:19:15 -0000 1.110 --- init.inc.php 23 May 2007 11:51:07 -0000 1.111 *************** *** 15,19 **** if (!defined('BASE')) define('BASE', './'); include_once(BASE.'default_config.php'); ! include_once(BASE.'config.inc.php'); include_once(BASE.'functions/sanitize.php'); --- 15,19 ---- if (!defined('BASE')) define('BASE', './'); include_once(BASE.'default_config.php'); ! if (is_file(BASE.'config.inc.php')) include_once(BASE.'config.inc.php'); include_once(BASE.'functions/sanitize.php'); |
Update of /cvsroot/phpicalendar/phpicalendar/templates/tan/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5326/phpicalendar/templates/tan/images Added Files: allday_1.gif allday_2.gif allday_3.gif allday_4.gif allday_5.gif allday_6.gif allday_7.gif allday_bg.gif allday_dot.gif back.gif background.gif day_on.gif day_title.gif download_arrow.gif event_dot.gif left_arrows.gif left_day.gif month_on.gif monthdot_1.gif monthdot_2.gif monthdot_3.gif monthdot_4.gif monthdot_5.gif monthdot_6.gif monthdot_7.gif printer.gif right_arrows.gif right_day.gif search.gif shadow_l.gif shadow_m.gif shadow_r.gif side_bg.gif smallicon.gif spacer.gif time_bg.gif week_on.gif year_on.gif Log Message: add missing template images --- NEW FILE: allday_1.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_2.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_3.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_4.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_6.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_7.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_bg.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_dot.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: back.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: background.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: day_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: day_title.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: download_arrow.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: event_dot.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: left_arrows.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: left_day.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: month_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_1.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_2.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_3.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_4.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_6.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_7.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: printer.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: right_arrows.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: right_day.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shadow_l.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shadow_m.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shadow_r.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: side_bg.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: smallicon.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: spacer.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: time_bg.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: week_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: year_on.gif --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/phpicalendar/phpicalendar/templates/red/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5326/phpicalendar/templates/red/images Added Files: allday_1.gif allday_2.gif allday_3.gif allday_4.gif allday_5.gif allday_6.gif allday_7.gif allday_bg.gif allday_dot.gif back.gif day_on.gif day_title.gif download_arrow.gif event_dot.gif left_arrows.gif left_day.gif month_on.gif monthdot_1.gif monthdot_2.gif monthdot_3.gif monthdot_4.gif monthdot_5.gif monthdot_6.gif monthdot_7.gif printer.gif right_arrows.gif right_day.gif search.gif shadow_l.gif shadow_m.gif shadow_r.gif side_bg.gif smallicon.gif spacer.gif time_bg.gif week_on.gif year_on.gif Log Message: add missing template images --- NEW FILE: allday_1.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_2.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_3.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_4.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_6.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_7.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_bg.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_dot.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: back.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: day_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: day_title.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: download_arrow.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: event_dot.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: left_arrows.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: left_day.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: month_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_1.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_2.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_3.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_4.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_6.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_7.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: printer.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: right_arrows.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: right_day.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shadow_l.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shadow_m.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shadow_r.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: side_bg.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: smallicon.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: spacer.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: time_bg.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: week_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: year_on.gif --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/phpicalendar/phpicalendar/templates/grey/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5326/phpicalendar/templates/grey/images Added Files: allday_1.gif allday_2.gif allday_3.gif allday_4.gif allday_5.gif allday_6.gif allday_7.gif allday_bg.gif allday_dot.gif back.gif background.gif day_on.gif day_title.gif download_arrow.gif event_dot.gif left_arrows.gif left_day.gif month_on.gif monthdot_1.gif monthdot_2.gif monthdot_3.gif monthdot_4.gif monthdot_5.gif monthdot_6.gif monthdot_7.gif printer.gif right_arrows.gif right_day.gif search.gif shadow_l.gif shadow_m.gif shadow_r.gif side_bg.gif smallicon.gif spacer.gif time_bg.gif week_on.gif year_on.gif Log Message: add missing template images --- NEW FILE: allday_1.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_2.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_3.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_4.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_6.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_7.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_bg.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_dot.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: back.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: background.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: day_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: day_title.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: download_arrow.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: event_dot.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: left_arrows.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: left_day.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: month_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_1.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_2.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_3.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_4.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_6.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_7.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: printer.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: right_arrows.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: right_day.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shadow_l.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shadow_m.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shadow_r.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: side_bg.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: smallicon.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: spacer.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: time_bg.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: week_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: year_on.gif --- (This appears to be a binary file; contents omitted.) |
Update of /cvsroot/phpicalendar/phpicalendar/templates/green/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5326/phpicalendar/templates/green/images Added Files: allday_1.gif allday_2.gif allday_3.gif allday_4.gif allday_5.gif allday_6.gif allday_7.gif allday_bg.gif allday_dot.gif back.gif background.gif day_on.gif day_title.gif download_arrow.gif event_dot.gif left_arrows.gif left_day.gif month_on.gif monthdot_1.gif monthdot_2.gif monthdot_3.gif monthdot_4.gif monthdot_5.gif monthdot_6.gif monthdot_7.gif printer.gif right_arrows.gif right_day.gif search.gif shadow_l.gif shadow_m.gif shadow_r.gif side_bg.gif smallicon.gif spacer.gif time_bg.gif week_on.gif year_on.gif Log Message: add missing template images --- NEW FILE: allday_1.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_2.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_3.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_4.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_6.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_7.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_bg.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: allday_dot.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: back.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: background.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: day_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: day_title.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: download_arrow.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: event_dot.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: left_arrows.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: left_day.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: month_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_1.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_2.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_3.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_4.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_6.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: monthdot_7.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: printer.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: right_arrows.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: right_day.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: search.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shadow_l.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shadow_m.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: shadow_r.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: side_bg.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: smallicon.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: spacer.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: time_bg.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: week_on.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: year_on.gif --- (This appears to be a binary file; contents omitted.) |
From: <ji...@us...> - 2007-05-22 01:35:21
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15185/phpicalendar Modified Files: README Log Message: update README Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.112 retrieving revision 1.113 diff -C2 -d -r1.112 -r1.113 *** README 22 May 2007 01:16:57 -0000 1.112 --- README 22 May 2007 01:35:20 -0000 1.113 *************** *** 22,27 **** - Put PHP iCalendar into your Sites folder (or another web directory) - PHP iCalendar works 'out of the box' but you may want to configure some things ! - If you are a new user, rename the file "config.inc-dist.php" to "config.inc.php" and see section below called "Configuration". ! Users who are upgrading should be able to use their old config.inc.php file, as long as the upgrade is from a relatively recent version. - Put your iCal files into the directory you specify in config.inc.php (default is "calendars") --- 22,26 ---- - Put PHP iCalendar into your Sites folder (or another web directory) - PHP iCalendar works 'out of the box' but you may want to configure some things ! - see section below called "Configuration". - Put your iCal files into the directory you specify in config.inc.php (default is "calendars") *************** *** 34,42 **** Configuration: -------------- ! View config.inc.php. The comments behind each variable definition will tell you what each setting does. Change the values between the quotation marks to change the setting of that variable. If there are restrictions as to what that variable can be set to, the comment behind will specify ! them. If you have difficulty with your configuration, you can ask the developers and other PHP iCalendar users at the PHP iCalendar forums: http://phpicalendar.net/forums/ --- 33,48 ---- Configuration: -------------- ! Starting with version 2.24, PHPicalendar uses a default settings file, which ! you can overrule with your own configuration settings. ! ! View config.inc-dist.php. The comments behind each variable definition will tell you what each setting does. Change the values between the quotation marks to change the setting of that variable. If there are restrictions as to what that variable can be set to, the comment behind will specify ! them. ! ! IN ORDER TO USE THESE SETTINGS YOU MUST RENAME THE FILE to config.inc.php ! ! If you have difficulty with your configuration, you can ask the developers and other PHP iCalendar users at the PHP iCalendar forums: http://phpicalendar.net/forums/ |
From: <ji...@us...> - 2007-05-22 01:31:36
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13727/phpicalendar Modified Files: default_config.php Log Message: squelch warnings when using default_settings.php Index: default_config.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/default_config.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** default_config.php 22 May 2007 01:16:57 -0000 1.1 --- default_config.php 22 May 2007 01:31:34 -0000 1.2 *************** *** 68,72 **** // and in the css file (default.css) classes .alldaybg_n, .eventbg_n and .eventbg2_n // Colors will repeat from the beginning for calendars past $unique_colors (7 by default), with no limit. ! $unique_colors = '7'; ?> --- 68,77 ---- // and in the css file (default.css) classes .alldaybg_n, .eventbg_n and .eventbg2_n // Colors will repeat from the beginning for calendars past $unique_colors (7 by default), with no limit. ! $unique_colors = '7'; ! ! $blacklisted_cals = array(); ! $list_webcals = array(); ! $locked_cals = array(); ! $locked_map = array(); ?> |
From: <ji...@us...> - 2007-05-22 01:19:15
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9316/phpicalendar/functions Modified Files: init.inc.php Log Message: make init.inc.php use default_config.php first Index: init.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v retrieving revision 1.109 retrieving revision 1.110 diff -C2 -d -r1.109 -r1.110 *** init.inc.php 18 May 2007 22:22:10 -0000 1.109 --- init.inc.php 22 May 2007 01:19:15 -0000 1.110 *************** *** 14,17 **** --- 14,18 ---- // Pull in the configuration and some functions. if (!defined('BASE')) define('BASE', './'); + include_once(BASE.'default_config.php'); include_once(BASE.'config.inc.php'); include_once(BASE.'functions/sanitize.php'); |
From: <ji...@us...> - 2007-05-22 01:17:00
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8230/phpicalendar Modified Files: README Added Files: default_config.php Log Message: add default_config.php --- NEW FILE: default_config.php --- <?php // Configuration file for PHP iCalendar 2.23rc1 // // To set values, change the text between the single quotes // Follow instructions to the right for detailed information $template = 'default'; // Template support $default_view = 'day'; // Default view for calendars = 'day', 'week', 'month', 'year' $minical_view = 'current'; // Where do the mini-calendars go when clicked? = 'day', 'week', 'month', 'current' $default_cal = "$ALL_CALENDARS_COMBINED"; // Exact filename of calendar without .ics. Or set to $ALL_CALENDARS_COMBINED to open all calenders combined into one. #$default_cal = 'Other_racing'; // 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 $week_length = '7'; // Number of days to display in the week view $day_start = '0600'; // Start time for day grid $day_end = '2000'; // End time for day grid $gridLength = '15'; // Grid distance in minutes for day view, multiples of 15 preferred $num_years = '1'; // Number of years (up and back) to display in 'Jump to' $month_event_lines = '1'; // Number of lines to wrap each event title in month view, 0 means display all lines. $tomorrows_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines. $allday_week_lines = '1'; // Number of lines to wrap each event title in all-day events in week view, 0 means display all lines. $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 SYSTEM 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 = '-1'; // 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. $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. // 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). $rss_link_to_event = ''; // Set to yes to have links in the feed popup an event window. Default is to link to day.php $show_search = 'no'; // Show the search box in the sidebar. $allow_preferences = 'no'; // Allow visitors to change various preferences via cookies. $printview_default = 'no'; // Set print view as the default view. day, week, and month only supported views for $default_view (listed well above). $show_todos = 'yes'; // Show your todo list on the side of day and week view. $show_completed = 'yes'; // Show completed todos on your todo list. $allow_login = 'no'; // Set to yes to prompt for login to unlock calendars. $login_cookies = 'no'; // Set to yes to store authentication information via (unencrypted) cookies. Set to no to use sessions. $support_ical = 'no'; // Set to yes to support the Apple iCal calendar database structure. $recursive_path = 'no'; // Set to yes to recurse into subdirectories of the calendar path. // Calendar Caching (decreases page load times) $save_parsed_cals = 'no'; // Saves a copy of the cal in /tmp after it's been parsed. Improves performance. $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 $phpicalendar_publishing = '0'; // Set to '1' to enable remote webdav style publish. See 'calendars/publish.php' for complete information; // Administration settings (/admin/) $allow_admin = 'no'; // Set to yes to allow the admin page - remember to change the default password if using 'internal' as the $auth_method $auth_method = 'internal'; // 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. $auth_internal_username = 'admin'; // Only used if $auth_method='internal'. The username for the administrator. $auth_internal_password = 'admin'; // Only used if $auth_method='internal'. The password for the administrator. $ftp_server = 'localhost'; // Only used if $auth_method='ftp'. The ftp server name. 'localhost' will work for most servers. $ftp_port = '21'; // Only used if $auth_method='ftp'. The ftp port. '21' is the default for ftp servers. $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 repeat from the beginning for calendars past $unique_colors (7 by default), with no limit. $unique_colors = '7'; ?> Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.111 retrieving revision 1.112 diff -C2 -d -r1.111 -r1.112 *** README 22 May 2007 01:02:45 -0000 1.111 --- README 22 May 2007 01:16:57 -0000 1.112 *************** *** 22,26 **** - Put PHP iCalendar into your Sites folder (or another web directory) - PHP iCalendar works 'out of the box' but you may want to configure some things ! - Edit the file "config.inc.php" and see section below called "Configuration" - Put your iCal files into the directory you specify in config.inc.php (default is "calendars") --- 22,27 ---- - Put PHP iCalendar into your Sites folder (or another web directory) - PHP iCalendar works 'out of the box' but you may want to configure some things ! - If you are a new user, rename the file "config.inc-dist.php" to "config.inc.php" and see section below called "Configuration". ! Users who are upgrading should be able to use their old config.inc.php file, as long as the upgrade is from a relatively recent version. - Put your iCal files into the directory you specify in config.inc.php (default is "calendars") |
From: <ji...@us...> - 2007-05-22 01:02:45
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2918/phpicalendar Modified Files: README Log Message: update README Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.110 retrieving revision 1.111 diff -C2 -d -r1.110 -r1.111 *** README 18 May 2007 21:18:00 -0000 1.110 --- README 22 May 2007 01:02:45 -0000 1.111 *************** *** 82,88 **** Changes: -------- ! cvs Fix location display in months ! Fix polish language file Sanitizer bug fixes Fix status bug for publish.php --- 82,90 ---- Changes: -------- ! 2.24 ! Fix bug 1681711 - change how todo popups are handled ! Fix bug 1632649 - year display Fix location display in months ! Partially fix language files for Polish, Esperanto, Traditional Chinese Sanitizer bug fixes Fix status bug for publish.php |
From: <ji...@us...> - 2007-05-22 01:02:45
|
Update of /cvsroot/phpicalendar/phpicalendar3/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2918/phpicalendar3/functions Modified Files: class.Daylight.php class.iCalObj.php Log Message: update README Index: class.Daylight.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar3/functions/class.Daylight.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** class.Daylight.php 9 Apr 2007 13:03:33 -0000 1.3 --- class.Daylight.php 22 May 2007 01:02:45 -0000 1.4 *************** *** 27,29 **** function Daylight() {} ! } ?> \ No newline at end of file --- 27,30 ---- function Daylight() {} ! } ! ?> \ No newline at end of file Index: class.iCalObj.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar3/functions/class.iCalObj.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** class.iCalObj.php 2 May 2007 13:41:52 -0000 1.3 --- class.iCalObj.php 22 May 2007 01:02:45 -0000 1.4 *************** *** 60,64 **** { case '': ! default: $line = str_replace("$key:","",$line); --- 60,64 ---- { case '': ! break; default: $line = str_replace("$key:","",$line); *************** *** 106,108 **** --- 106,119 ---- } + /** + * Dumps object state for debugging. + * + * @access public + * prints object + */ + function dump() { + echo "<pre>";print_r($this);echo "</pre>"; + return true; + } + } ?> \ No newline at end of file |
From: <ji...@us...> - 2007-05-19 16:18:14
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/red In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30988/phpicalendar/templates/red Modified Files: sidebar.tpl sidebar_year.tpl Log Message: fix bug 1641928 change todo popup to be like event popup Index: sidebar.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/red/sidebar.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sidebar.tpl 18 May 2007 19:03:09 -0000 1.1 --- sidebar.tpl 19 May 2007 16:18:14 -0000 1.2 *************** *** 162,166 **** <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> --- 162,166 ---- <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> *************** *** 169,173 **** <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> --- 169,173 ---- <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> *************** *** 176,180 **** <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> --- 176,180 ---- <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> Index: sidebar_year.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/red/sidebar_year.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sidebar_year.tpl 18 May 2007 19:03:09 -0000 1.1 --- sidebar_year.tpl 19 May 2007 16:18:14 -0000 1.2 *************** *** 162,166 **** <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> --- 162,166 ---- <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> *************** *** 169,173 **** <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> --- 169,173 ---- <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> *************** *** 176,180 **** <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> --- 176,180 ---- <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> |
From: <ji...@us...> - 2007-05-19 16:18:14
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/tan In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30988/phpicalendar/templates/tan Modified Files: sidebar.tpl Log Message: fix bug 1641928 change todo popup to be like event popup Index: sidebar.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/tan/sidebar.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sidebar.tpl 18 May 2007 19:03:09 -0000 1.1 --- sidebar.tpl 19 May 2007 16:18:14 -0000 1.2 *************** *** 162,166 **** <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> --- 162,166 ---- <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> *************** *** 169,173 **** <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> --- 169,173 ---- <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> *************** *** 176,180 **** <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> --- 176,180 ---- <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> |
From: <ji...@us...> - 2007-05-19 16:18:14
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30988/phpicalendar/templates/default Modified Files: header.tpl sidebar.tpl sidebar_year.tpl Log Message: fix bug 1641928 change todo popup to be like event popup Index: header.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/header.tpl,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** header.tpl 5 Apr 2006 04:44:00 -0000 1.14 --- header.tpl 19 May 2007 16:18:13 -0000 1.15 *************** *** 19,20 **** --- 19,24 ---- <input type="hidden" name="event_data" id="event_data" value="" /> </form> + <form name="todoPopupForm" id="todoPopupForm" method="post" action="includes/todo.php" style="display: none;"> + <input type="hidden" name="todo_data" id="todo_data" value="" /> + <input type="hidden" name="todo_text" id="todo_text" value="" /> + </form> Index: sidebar.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar.tpl,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** sidebar.tpl 16 Mar 2006 06:15:12 -0000 1.21 --- sidebar.tpl 19 May 2007 16:18:13 -0000 1.22 *************** *** 162,166 **** <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> --- 162,166 ---- <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> *************** *** 169,173 **** <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> --- 169,173 ---- <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> *************** *** 176,180 **** <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> --- 176,180 ---- <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> Index: sidebar_year.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar_year.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sidebar_year.tpl 21 Mar 2006 15:55:05 -0000 1.1 --- sidebar_year.tpl 19 May 2007 16:18:13 -0000 1.2 *************** *** 162,166 **** <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> --- 162,166 ---- <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> *************** *** 169,173 **** <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> --- 169,173 ---- <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> *************** *** 176,180 **** <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> --- 176,180 ---- <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> |
From: <ji...@us...> - 2007-05-19 16:18:14
|
Update of /cvsroot/phpicalendar/phpicalendar/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30988/phpicalendar/includes Modified Files: todo.php Log Message: fix bug 1641928 change todo popup to be like event popup Index: todo.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/includes/todo.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** todo.php 2 Oct 2005 06:23:40 -0000 1.18 --- todo.php 19 May 2007 16:18:13 -0000 1.19 *************** *** 6,10 **** require_once(BASE.'functions/template.php'); ! $vtodo_array = unserialize(base64_decode($_GET['vtodo_array'])); // Set the variables from the array --- 6,10 ---- require_once(BASE.'functions/template.php'); ! $vtodo_array = unserialize(urldecode(base64_decode($_REQUEST['todo_data']))); // Set the variables from the array |
From: <ji...@us...> - 2007-05-19 16:18:14
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/grey In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30988/phpicalendar/templates/grey Modified Files: sidebar.tpl Log Message: fix bug 1641928 change todo popup to be like event popup Index: sidebar.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/grey/sidebar.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sidebar.tpl 18 May 2007 19:03:08 -0000 1.1 --- sidebar.tpl 19 May 2007 16:18:14 -0000 1.2 *************** *** 162,166 **** <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> --- 162,166 ---- <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> *************** *** 169,173 **** <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> --- 169,173 ---- <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> *************** *** 176,180 **** <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> --- 176,180 ---- <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> |
From: <ji...@us...> - 2007-05-19 16:18:14
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/green In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30988/phpicalendar/templates/green Modified Files: sidebar.tpl Log Message: fix bug 1641928 change todo popup to be like event popup Index: sidebar.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/green/sidebar.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sidebar.tpl 18 May 2007 19:03:07 -0000 1.1 --- sidebar.tpl 19 May 2007 16:18:13 -0000 1.2 *************** *** 162,166 **** <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> --- 162,166 ---- <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> *************** *** 169,173 **** <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> --- 169,173 ---- <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> *************** *** 176,180 **** <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> --- 176,180 ---- <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> |
From: <ji...@us...> - 2007-05-19 16:18:13
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30988/phpicalendar/functions Modified Files: event.js template.php Log Message: fix bug 1641928 change todo popup to be like event popup Index: event.js =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/event.js,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** event.js 5 Apr 2006 04:43:59 -0000 1.16 --- event.js 19 May 2007 16:18:13 -0000 1.17 *************** *** 24,38 **** this.event_data = event_data; } ! 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(); //--> </script> --- 24,51 ---- this.event_data = event_data; } + //--> + </script> + <script language="JavaScript" type="text/javascript"> + <!-- ! function openTodoInfo(num) { ! // populate the hidden form ! var data = document.todo_popup_data[num]; ! var form = document.forms.todoPopupForm; ! ! form.elements.todo_data.value = data.todo_data; ! ! // open a new window ! var w = window.open('', 'Popup', 'scrollbars=yes,width=460,height=275'); ! form.target = 'Popup'; ! form.submit(); ! } ! function TodoData(todo_data,todo_text) { ! this.todo_data = todo_data; ! this.todo_text = todo_text; } document.popup_data = new Array(); + document.todo_popup_data = new Array(); //--> </script> Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.91 retrieving revision 1.92 diff -C2 -d -r1.91 -r1.92 *** template.php 18 May 2007 21:18:00 -0000 1.91 --- template.php 19 May 2007 16:18:13 -0000 1.92 *************** *** 780,784 **** $normal = trim($match3[1]); $nugget2 = ''; ! if (is_array($master_array['-2'])) { foreach ($master_array['-2'] as $vtodo_times) { --- 780,784 ---- $normal = trim($match3[1]); $nugget2 = ''; ! $todo_popup_data_index = 0; if (is_array($master_array['-2'])) { foreach ($master_array['-2'] as $vtodo_times) { *************** *** 806,811 **** 'status' => $status, 'vtodo_text' => $vtodo_text); ! $vtodo_array = base64_encode(serialize($vtodo_array)); $vtodo_text = word_wrap(strip_tags(str_replace('<br />',' ',$vtodo_text), '<b><i><u>'), 21, $tomorrows_events_lines); $data = array ('{VTODO_TEXT}', '{VTODO_ARRAY}'); --- 806,820 ---- 'status' => $status, 'vtodo_text' => $vtodo_text); + $vtodo_array = base64_encode(urlencode(serialize($vtodo_array))); + $todo = " + <script language=\"Javascript\" type=\"text/javascript\"><!-- + var todoData = new TodoData('$vtodo_array','$vtodo_text'); + document.todo_popup_data[$todo_popup_data_index] = todoData; + // --></script>"; ! $todo .= '<a class="psf" title="'.$title.'" href="#" onclick="openTodoInfo('.$todo_popup_data_index.'); return false;">'; ! $todo_popup_data_index++; ! $vtodo_array = $todo; ! $vtodo_text = word_wrap(strip_tags(str_replace('<br />',' ',$vtodo_text), '<b><i><u>'), 21, $tomorrows_events_lines); $data = array ('{VTODO_TEXT}', '{VTODO_ARRAY}'); |
From: <ji...@us...> - 2007-05-19 03:55:36
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22056/phpicalendar Modified Files: year.php Log Message: fix bug 1632649 year display options Index: year.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/year.php,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** year.php 10 Apr 2006 02:21:07 -0000 1.44 --- year.php 19 May 2007 03:55:35 -0000 1.45 *************** *** 114,117 **** --- 114,123 ---- )); + if ($allow_preferences != 'yes') { + $page->replace_tags(array( + 'allow_preferences' => '' + )); + } + if ($allow_login == 'yes') { $page->replace_tags(array( *************** *** 123,126 **** --- 129,135 ---- )); } + if ($show_search != 'yes') { + $page->nosearch($page); + } $page->tomorrows_events($page); |
From: <ji...@us...> - 2007-05-19 03:38:34
|
Update of /cvsroot/phpicalendar/phpicalendar/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15181/phpicalendar/languages Modified Files: esperanto.inc.php polish.inc.php traditional_chinese.inc.php Log Message: language updates Index: esperanto.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/esperanto.inc.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** esperanto.inc.php 21 Mar 2006 09:52:29 -0000 1.7 --- esperanto.inc.php 19 May 2007 03:38:33 -0000 1.8 *************** *** 2,103 **** // Esperanto language include ! // For version 1.0 PHP iCalendar // // Translation by Sjoerd Bosga (sj...@es...) // ! // Submit new translations to ch...@ch... ! $day_lang = 'Tago'; ! $week_lang = 'Semajno'; ! $month_lang = 'Monato'; ! $year_lang = 'Jaro'; ! $calendar_lang = 'kalendaro'; ! $next_day_lang = 'Venonta tago'; ! $next_month_lang = 'Venonta monato'; ! $next_week_lang = 'Venonta semajno'; ! $next_year_lang = 'Venonta jaro'; ! $last_day_lang = 'Antaŭa tago'; ! $last_month_lang = 'Antaŭa monato'; ! $last_week_lang = 'Antaŭa semajno'; ! $last_year_lang = 'Antaŭa jaro'; ! $subscribe_lang = 'Abonu'; ! $download_lang = 'Elŝutu'; ! $powered_by_lang = 'Funkciigita per'; ! $event_lang = 'Evento'; ! $event_start_lang = 'Komenchoro'; ! $event_end_lang = 'Finhoro'; ! $this_months_lang = 'Eventoj de tiu ĉi monato'; ! $date_lang = 'Dato'; ! $summary_lang = 'Resumo'; ! $all_day_lang = 'Tuttaga evento'; ! $notes_lang = 'Notoj'; ! $this_years_lang = 'Eventoj de tiu ĉi jaro'; ! $today_lang = 'Hodiaŭ'; ! $this_week_lang = 'Ĉi-semajne'; ! $this_month_lang = 'Ĉi-monate'; ! $jump_lang = 'Saltu al'; ! $tomorrows_lang = 'Eventoj de morgaŭ'; ! $goday_lang = 'Iru al hodiaŭ'; ! $goweek_lang = 'Iru al nuna semajno'; ! $gomonth_lang = 'Iru al nuna monato'; ! $goyear_lang = 'Iru al nuna jaro'; ! $search_lang = 'serĉi'; // the verb ! $results_lang = 'Rezultoj de serĉado'; ! $query_lang = 'Vi serĉis'; // will be followed by the search query ! $no_results_lang = 'Neniuj eventoj troviĝis'; ! $goprint_lang = 'Por printado'; ! $time_lang = 'Horo'; ! $summary_lang = 'Resumo'; ! $description_lang = 'Priskribo'; ! $this_site_is_lang = 'Tiu ĉi-paĝaro estas'; ! $no_events_day_lang = 'Neniuj eventoj hodiaŭ.'; ! $no_events_week_lang = 'Neniuj eventoj ĉi-semajne.'; ! $no_events_month_lang = 'Neniuj eventoj ĉi-monato.'; ! $rss_day_date = 'g:i A'; // Lists just the time ! $rss_week_date = '%b %e'; // Lists just the day ! $rss_month_date = '%b %e'; // Lists just the day ! $rss_language = 'eo'; ! $search_took_lang = 'Serĉado daŭris %s sekundojn'; ! $recurring_event_lang = 'Ripetita evento'; ! $exception_lang = 'Escepto'; ! $no_query_lang = 'Vi ne indikis kion serĉi'; ! $preferences_lang = 'Preferoj'; ! $printer_lang = 'Printilo'; ! $select_lang_lang = 'Elektu vian preferatan lingvon:'; ! $select_cal_lang = 'Elektu vian preferatan kalendaron:'; ! $select_view_lang = 'Elektu vian preferatan montradon:'; ! $select_time_lang = 'Elektu vian preferatan komencan horon:'; ! $select_day_lang = 'Elektu vian preferatan unuan tagon en semajno:'; ! $select_style_lang = 'Elektu vian preferatan stilon:'; ! $set_prefs_lang = 'Konservu preferojn'; ! $completed_date_lang = 'Farita je'; ! $completed_lang = 'Farita'; ! $created_lang = 'Kreita:'; ! $due_lang = 'Devos preti je:'; ! $priority_lang = 'Prioritato:'; ! $priority_high_lang = 'Alta'; ! $priority_low_lang = 'Malalta'; ! $priority_medium_lang = 'Meza'; ! $priority_none_lang = 'Nenia'; ! $status_lang = 'Stato'; ! $todo_lang = 'Farendaĵoj'; ! $unfinished_lang = 'Nekompletigita'; ! $prefs_set_lang = 'Viaj preferoj estas konservitaj.'; ! $prefs_unset_lang = 'Viaj preferoj malkonserviĝis. Ŝanĝoj videblos venontan fojon kiam vi malfermos paĝon.'; ! $unset_prefs_lang = 'Malkonservu miajn preferojn:'; ! $organizer_lang = 'Organizanto:'; ! $attendee_lang = 'Ĉeestanto:'; ! $location_lang = 'Ejo:'; ! $admin_header_lang = 'PHP iCalendar Administrado'; ! $username_lang = 'Uzanto'; ! $password_lang = 'Pasvorto'; ! $login_lang = 'Ensaluti'; ! $invalid_login_lang = 'Malĝusta uzantonomo aŭ pasvorto.'; ! $addupdate_cal_lang = 'Aldoni aŭ ĝisdatigi kalendaron'; ! $addupdate_desc_lang = 'Aldonu kalendaron enŝutante novan dosieron. Ĝisdatigu kalendaron enŝutante dosieron kun sama nomo.'; ! $delete_cal_lang = 'Forigi kalendaron'; ! $logout_lang = 'Elsaluti'; ! $cal_file_lang = 'Kalendar-dosiero'; ! $php_error_lang = 'PHP eraro'; $upload_error_gen_lang = 'Estis iu problemo pri via enŝutado.'; $upload_error_lang[0] = 'Estis iu problemo pri via enŝutado.'; --- 2,103 ---- // Esperanto language include ! // For version 2.0 PHP iCalendar // // Translation by Sjoerd Bosga (sj...@es...) // ! // Submit new translations to php...@gm... ! $lang['l_day'] = 'Tago'; ! $lang['l_week'] = 'Semajno'; ! $lang['l_month'] = 'Monato'; ! $lang['l_year'] = 'Jaro'; ! $lang['l_calendar'] = 'kalendaro'; ! $lang['l_next_day'] = 'Venonta tago'; ! $lang['l_next_month'] = 'Venonta monato'; ! $lang['l_next_week'] = 'Venonta semajno'; ! $lang['l_next_year'] = 'Venonta jaro'; ! $lang['l_last_day'] = 'Antaŭa tago'; ! $lang['l_last_month'] = 'Antaŭa monato'; ! $lang['l_last_week'] = 'Antaŭa semajno'; ! $lang['l_last_year'] = 'Antaŭa jaro'; ! $lang['l_subscribe'] = 'Abonu'; ! $lang['l_download'] = 'Elŝutu'; ! $lang['l_powered_by'] = 'Funkciigita per'; ! $lang['l_event'] = 'Evento'; ! $lang['l_event_start'] = 'Komenchoro'; ! $lang['l_event_end'] = 'Finhoro'; ! $lang['l_this_months'] = 'Eventoj de tiu ĉi monato'; ! $lang['l_date'] = 'Dato'; ! $lang['l_summary'] = 'Resumo'; ! $lang['l_all_day'] = 'Tuttaga evento'; ! $lang['l_notes'] = 'Notoj'; ! $lang['l_this_years'] = 'Eventoj de tiu ĉi jaro'; ! $lang['l_today'] = 'Hodiaŭ'; ! $lang['l_this_week'] = 'Ĉi-semajne'; ! $lang['l_this_month'] = 'Ĉi-monate'; ! $lang['l_jump'] = 'Saltu al'; ! $lang['l_tomorrows'] = 'Eventoj de morgaŭ'; ! $lang['l_goday'] = 'Iru al hodiaŭ'; ! $lang['l_goweek'] = 'Iru al nuna semajno'; ! $lang['l_gomonth'] = 'Iru al nuna monato'; ! $lang['l_goyear'] = 'Iru al nuna jaro'; ! $lang['l_search'] = 'serĉi'; // the verb ! $lang['l_results'] = 'Rezultoj de serĉado'; ! $lang['l_query'] = 'Vi serĉis'; // will be followed by the search query ! $lang['l_no_results'] = 'Neniuj eventoj troviĝis'; ! $lang['l_goprint'] = 'Por printado'; ! $lang['l_time'] = 'Horo'; ! $lang['l_summary'] = 'Resumo'; ! $lang['l_description'] = 'Priskribo'; ! $lang['l_this_site_is'] = 'Tiu ĉi-paĝaro estas'; ! $lang['l_no_events_day'] = 'Neniuj eventoj hodiaŭ.'; ! $lang['l_no_events_week'] = 'Neniuj eventoj ĉi-semajne.'; ! $lang['l_no_events_month'] = 'Neniuj eventoj ĉi-monato.'; ! $lang['l_rss_day_date'] = 'g:i A'; // Lists just the time ! $lang['l_rss_week_date'] = '%b %e'; // Lists just the day ! $lang['l_rss_month_date'] = '%b %e'; // Lists just the day ! $lang['l_rss_language'] = 'eo'; ! $lang['l_search_took'] = 'Serĉado daŭris %s sekundojn'; ! $lang['l_recurring_event'] = 'Ripetita evento'; ! $lang['l_exception'] = 'Escepto'; ! $lang['l_no_query'] = 'Vi ne indikis kion serĉi'; ! $lang['l_preferences'] = 'Preferoj'; ! $lang['l_printer'] = 'Printilo'; ! $lang['l_select_lang'] = 'Elektu vian preferatan lingvon:'; ! $lang['l_select_cal'] = 'Elektu vian preferatan kalendaron:'; ! $lang['l_select_view'] = 'Elektu vian preferatan montradon:'; ! $lang['l_select_time'] = 'Elektu vian preferatan komencan horon:'; ! $lang['l_select_day'] = 'Elektu vian preferatan unuan tagon en semajno:'; ! $lang['l_select_style'] = 'Elektu vian preferatan stilon:'; ! $lang['l_set_prefs'] = 'Konservu preferojn'; ! $lang['l_completed_date'] = 'Farita je'; ! $lang['l_completed'] = 'Farita'; ! $lang['l_created'] = 'Kreita:'; ! $lang['l_due'] = 'Devos preti je:'; ! $lang['l_priority'] = 'Prioritato:'; ! $lang['l_priority_high'] = 'Alta'; ! $lang['l_priority_low'] = 'Malalta'; ! $lang['l_priority_medium'] = 'Meza'; ! $lang['l_priority_none'] = 'Nenia'; ! $lang['l_status'] = 'Stato'; ! $lang['l_todo'] = 'Farendaĵoj'; ! $lang['l_unfinished'] = 'Nekompletigita'; ! $lang['l_prefs_set'] = 'Viaj preferoj estas konservitaj.'; ! $lang['l_prefs_unset'] = 'Viaj preferoj malkonserviĝis. Ŝanĝoj videblos venontan fojon kiam vi malfermos paĝon.'; ! $lang['l_unset_prefs'] = 'Malkonservu miajn preferojn:'; ! $lang['l_organizer'] = 'Organizanto:'; ! $lang['l_attendee'] = 'Ĉeestanto:'; ! $lang['l_location'] = 'Ejo:'; ! $lang['l_admin_header'] = 'PHP iCalendar Administrado'; ! $lang['l_username'] = 'Uzanto'; ! $lang['l_password'] = 'Pasvorto'; ! $lang['l_login'] = 'Ensaluti'; ! $lang['l_invalid_login'] = 'Malĝusta uzantonomo aŭ pasvorto.'; ! $lang['l_addupdate_cal'] = 'Aldoni aŭ ĝisdatigi kalendaron'; ! $lang['l_addupdate_desc'] = 'Aldonu kalendaron enŝutante novan dosieron. Ĝisdatigu kalendaron enŝutante dosieron kun sama nomo.'; ! $lang['l_delete_cal'] = 'Forigi kalendaron'; ! $lang['l_logout'] = 'Elsaluti'; ! $lang['l_cal_file'] = 'Kalendar-dosiero'; ! $lang['l_php_error'] = 'PHP eraro'; $upload_error_gen_lang = 'Estis iu problemo pri via enŝutado.'; $upload_error_lang[0] = 'Estis iu problemo pri via enŝutado.'; *************** *** 106,116 **** $upload_error_lang[3] = 'La dosiero kiun vi provas enŝuti nur parte enŝutiĝis.'; $upload_error_lang[4] = 'Vi devas selekti dosieron por enŝuti.'; ! $upload_error_type_lang = 'Nur .ics dosieroj akceptiĝas.'; ! $copy_error_lang = 'Malsukcesis kopii la dosieron'; ! $delete_error_lang = 'Malsukcesis forigi la dosieron'; ! $delete_success_lang = 'estis sukcese forigita.'; ! $action_success_lang = 'Via peto plenumiĝis.'; ! $submit_lang = 'Enŝuti'; ! $delete_lang = 'Forigi'; // ----- New after 1.0 --- 106,116 ---- $upload_error_lang[3] = 'La dosiero kiun vi provas enŝuti nur parte enŝutiĝis.'; $upload_error_lang[4] = 'Vi devas selekti dosieron por enŝuti.'; ! $lang['l_upload_error_type'] = 'Nur .ics dosieroj akceptiĝas.'; ! $lang['l_copy_error'] = 'Malsukcesis kopii la dosieron'; ! $lang['l_delete_error'] = 'Malsukcesis forigi la dosieron'; ! $lang['l_delete_success'] = 'estis sukcese forigita.'; ! $lang['l_action_success'] = 'Via peto plenumiĝis.'; ! $lang['l_submit'] = 'Enŝuti'; ! $lang['l_delete'] = 'Forigi'; // ----- New after 1.0 *************** *** 119,129 **** // - navigation ! $back_lang = 'Reen'; ! $next_lang = 'Venonta'; ! $prev_lang = 'Antaŭa'; ! $day_view_lang = 'Taga montrado'; ! $week_view_lang = 'Semajna montrado'; ! $month_view_lang = 'Monata montrado'; ! $year_view_lang = 'Jara montrado'; // --------------------------------- --- 119,129 ---- // - navigation ! $lang['l_back'] = 'Reen'; ! $lang['l_next'] = 'Venonta'; ! $lang['l_prev'] = 'Antaŭa'; ! $lang['l_day_view'] = 'Taga montrado'; ! $lang['l_week_view'] = 'Semajna montrado'; ! $lang['l_month_view'] = 'Monata montrado'; ! $lang['l_year_view'] = 'Jara montrado'; // --------------------------------- *************** *** 187,198 **** // Error messages - %s will be replaced with a variable ! $error_title_lang = 'Eraro!'; ! $error_window_lang = 'Okazis eraro!'; ! $error_calendar_lang = 'La eraro okazis dum traktado de la kalendaro "%s".'; ! $error_path_lang = 'Ne eblis malfermi la jenon: "%s"'; ! $error_back_lang = 'Bonvolu uzi la "Reen" butonon por reiri.'; ! $error_remotecal_lang = 'Tiu ĉi servilo blokas eksterajn kalendarojn kiuj ne estas aprobitaj.'; ! $error_restrictedcal_lang = 'Vi provis aliri kalendaron kiu estas limigita fare de tiu ĉ servilo.'; ! $error_invalidcal_lang = 'Nevalida kalendardosiero. Bonvolu provi alian kalendaron.'; ?> --- 187,198 ---- // Error messages - %s will be replaced with a variable ! $lang['l_error_title'] = 'Eraro!'; ! $lang['l_error_window'] = 'Okazis eraro!'; ! $lang['l_error_calendar'] = 'La eraro okazis dum traktado de la kalendaro "%s".'; ! $lang['l_error_path'] = 'Ne eblis malfermi la jenon: "%s"'; ! $lang['l_error_back'] = 'Bonvolu uzi la "Reen" butonon por reiri.'; ! $lang['l_error_remotecal'] = 'Tiu ĉi servilo blokas eksterajn kalendarojn kiuj ne estas aprobitaj.'; ! $lang['l_error_restrictedcal'] = 'Vi provis aliri kalendaron kiu estas limigita fare de tiu ĉ servilo.'; ! $lang['l_error_invalidcal'] = 'Nevalida kalendardosiero. Bonvolu provi alian kalendaron.'; ?> Index: polish.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/polish.inc.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** polish.inc.php 18 May 2007 20:38:31 -0000 1.29 --- polish.inc.php 19 May 2007 03:38:33 -0000 1.30 *************** *** 58,62 **** $lang['l_rss_week_date '] = '%A, %e %B'; // Lists just the day $lang['l_rss_month_date '] = '%A, %e %B'; // Lists just the day ! $lang['l_rss_language'] = 'en-us'; //should this be pl? $lang['l_search_took'] = 'Szukanie zajÄÅo %s sekund'; $lang['l_recurring_event'] = 'Zadanie rekurencyjne'; --- 58,62 ---- $lang['l_rss_week_date '] = '%A, %e %B'; // Lists just the day $lang['l_rss_month_date '] = '%A, %e %B'; // Lists just the day ! $lang['l_rss_language'] = 'pl'; $lang['l_search_took'] = 'Szukanie zajÄÅo %s sekund'; $lang['l_recurring_event'] = 'Zadanie rekurencyjne'; Index: traditional_chinese.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/traditional_chinese.inc.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** traditional_chinese.inc.php 21 Mar 2006 09:52:29 -0000 1.11 --- traditional_chinese.inc.php 19 May 2007 03:38:33 -0000 1.12 *************** *** 2,105 **** // Trad. Chinese language include ! // For version 1.0 PHP iCalendar // // Translation by Kevin Fyure (di...@ma...) // ! // Submit new translations to ch...@ch... ! $day_lang = 'æ¥'; ! $week_lang = 'é±'; ! $month_lang = 'æ'; ! $year_lang = 'å¹´'; ! $calendar_lang = 'è¡äºæ'; ! $next_day_lang = 'æå¤©'; ! $next_month_lang = 'ä¸åæ'; ! $next_week_lang = 'ä¸é±'; ! $next_year_lang = 'æå¹´'; ! $last_day_lang = 'æ¨å¤©'; ! $last_month_lang = 'ä¸åæ'; ! $last_week_lang = 'ä¸é±'; ! $last_year_lang = 'å»å¹´'; ! $subscribe_lang = 'è¨é±'; ! $download_lang = 'ä¸è¼'; ! $powered_by_lang = 'Powered by'; ! $event_lang = 'äºä»¶'; ! $event_start_lang = 'éå§æé'; ! $event_end_lang = 'çµææé'; ! $this_months_lang = 'æ¬æäºä»¶'; ! $date_lang = 'æ¥æ'; ! $summary_lang = '主é¡'; ! $all_day_lang = 'æ´æ¥äºä»¶'; ! $notes_lang = 'é註'; ! $this_years_lang = 'ä»å¹´çäºä»¶'; ! $today_lang = 'ä»å¤©'; ! $this_week_lang = 'æ¬é±'; ! $this_month_lang = 'æ¬æ'; ! $jump_lang = 'ç§»è³'; ! $tomorrows_lang = 'æå¤©çäºä»¶'; ! $goday_lang = 'ä»å¤©çè¡äºæ'; ! $goweek_lang = 'æ¬é±çè¡äºæ'; ! $gomonth_lang = 'æ¬æçè¡äºæ'; ! $goyear_lang = 'ä»å¹´çè¡äºæ'; ! $search_lang = 'æå°'; // the verb ! $results_lang = 'æå°çµæ'; ! $query_lang = 'æ¥å°'; // will be followed by the search query ! $no_results_lang = 'æ²ææ¾å°ç¸éçäºä»¶'; ! $goprint_lang = 'åååå°'; ! $time_lang = 'æé'; ! $summary_lang = '主é¡'; ! $description_lang = 'é註'; ! $this_site_is_lang = 'æ¬ç«æ¯'; ! $no_events_day_lang = 'ä»å¤©æ²æä»»ä½äºä»¶'; ! $no_events_week_lang = 'æ¬é±æ²æä»»ä½äºä»¶'; ! $no_events_month_lang = 'æ¬ææ²æä»»ä½äºä»¶'; ! $rss_day_date = 'g:i A'; // Lists just the time ! $rss_week_date = '%b %e æ¥'; // Lists just the day ! $rss_month_date = '%b %e æ¥'; // Lists just the day ! $rss_language = 'zh-tw'; ! $search_took_lang = 'æ¬æ¬¡æå°è±å»¢ %s ç§'; ! $recurring_event_lang = 'éè¤äºä»¶'; ! $exception_lang = 'ä¾å¤'; ! $no_query_lang = 'æ²ææ¥å°è³æ'; ! $preferences_lang = 'å好è¨å®'; ! $printer_lang = 'åååå°'; ! $select_lang_lang = 'è«é¸æé è¨çèªç³»:'; ! $select_cal_lang = 'è«é¸æé è¨çè¡äºæ:'; ! $select_view_lang = 'è«é¸æé è¨ç顯示æ¹å¼:'; ! $select_time_lang = 'è«é¸æé è¨çéå§æé:'; ! $select_day_lang = 'è«é¸æé è¨çæ¯é±ç¬¬ä¸å¤©:'; ! $select_style_lang = 'è«é¸æé è¨ç主é¡çé¢:'; ! $set_prefs_lang = 'å²åè¨å®'; ! $completed_date_lang = '宿æ¼'; ! $completed_lang = '已宿'; ! $created_lang = 'å»ºç«æ¥æ:'; ! $due_lang = 'å°ææ¥:'; ! $priority_lang = 'éè¦æ§:'; ! $priority_high_lang = 'å¾éè¦'; ! $priority_low_lang = 'ä¸éè¦'; ! $priority_medium_lang = 'éè¦'; ! $priority_none_lang = 'ç¡'; ! $status_lang = 'çæ '; ! $todo_lang = 'å¾ è¾¦äºé '; ! $unfinished_lang = 'å°æªå®æ'; ! $prefs_set_lang = 'æ¨çå好è¨å®å·²è¨å®ã'; ! $prefs_unset_lang = 'è¨å®å·²éåãæ´åçé¨ä»½æå¨è®åä¸ä¸é æçæã'; ! $unset_prefs_lang = 'éåè¨å®:'; ! $organizer_lang = 'è¬ç¨è¡äºæ'; ! $attendee_lang = 'åºå¸è '; ! $location_lang = 'ä½ç½®'; ! $admin_header_lang = 'PHP iCalendar 管çå'; ! $username_lang = '使ç¨è å稱'; ! $password_lang = 'å¯ç¢¼'; ! $login_lang = 'ç»å ¥'; ! $invalid_login_lang = '帳èæå¯ç¢¼è¼¸å ¥é¯èª¤ã'; ! $addupdate_cal_lang = 'æ°å¢ææ´æ°è¡äºæ'; ! $addupdate_desc_lang = 'ä¸å³æ°æªæ¡ä¾æ°å¢è¡äºææä¸å³ç¸åæªåçæªæ¡ä¾æ´æ°è¡äºæã'; ! $delete_cal_lang = 'åªé¤è¡äºæ'; ! $logout_lang = 'ç»åº'; ! $cal_file_lang = 'è¡äºææªæ¡'; ! $php_error_lang = 'PHP é¯èª¤'; $upload_error_gen_lang = 'æ¨ä¸å³çæªæ¡æåé¡ã'; $upload_error_lang[0] = 'æ¨ä¸å³çæªæ¡æåé¡ã'; --- 2,105 ---- // Trad. Chinese language include ! // For version 2.0 PHP iCalendar // // Translation by Kevin Fyure (di...@ma...) // ! // Submit new translations to php...@gm... ! $lang['l_day'] = 'æ¥'; ! $lang['l_week'] = 'é±'; ! $lang['l_month'] = 'æ'; ! $lang['l_year'] = 'å¹´'; ! $lang['l_calendar'] = 'è¡äºæ'; ! $lang['l_next_day'] = 'æå¤©'; ! $lang['l_next_month'] = 'ä¸åæ'; ! $lang['l_next_week'] = 'ä¸é±'; ! $lang['l_next_year'] = 'æå¹´'; ! $lang['l_last_day'] = 'æ¨å¤©'; ! $lang['l_last_month'] = 'ä¸åæ'; ! $lang['l_last_week'] = 'ä¸é±'; ! $lang['l_last_year'] = 'å»å¹´'; ! $lang['l_subscribe'] = 'è¨é±'; ! $lang['l_download'] = 'ä¸è¼'; ! $lang['l_powered_by'] = 'Powered by'; ! $lang['l_event'] = 'äºä»¶'; ! $lang['l_event_start'] = 'éå§æé'; ! $lang['l_event_end'] = 'çµææé'; ! $lang['l_this_months'] = 'æ¬æäºä»¶'; ! $lang['l_date'] = 'æ¥æ'; ! $lang['l_summary'] = '主é¡'; ! $lang['l_all_day'] = 'æ´æ¥äºä»¶'; ! $lang['l_notes'] = 'é註'; ! $lang['l_this_years'] = 'ä»å¹´çäºä»¶'; ! $lang['l_today'] = 'ä»å¤©'; ! $lang['l_this_week'] = 'æ¬é±'; ! $lang['l_this_month'] = 'æ¬æ'; ! $lang['l_jump'] = 'ç§»è³'; ! $lang['l_tomorrows'] = 'æå¤©çäºä»¶'; ! $lang['l_goday'] = 'ä»å¤©çè¡äºæ'; ! $lang['l_goweek'] = 'æ¬é±çè¡äºæ'; ! $lang['l_gomonth'] = 'æ¬æçè¡äºæ'; ! $lang['l_goyear'] = 'ä»å¹´çè¡äºæ'; ! $lang['l_search'] = 'æå°'; // the verb ! $lang['l_results'] = 'æå°çµæ'; ! $lang['l_query'] = 'æ¥å°'; // will be followed by the search query ! $lang['l_no_results'] = 'æ²ææ¾å°ç¸éçäºä»¶'; ! $lang['l_goprint'] = 'åååå°'; ! $lang['l_time'] = 'æé'; ! $lang['l_summary'] = '主é¡'; ! $lang['l_description'] = 'é註'; ! $lang['l_this_site_is'] = 'æ¬ç«æ¯'; ! $lang['l_no_events_day'] = 'ä»å¤©æ²æä»»ä½äºä»¶'; ! $lang['l_no_events_week'] = 'æ¬é±æ²æä»»ä½äºä»¶'; ! $lang['l_no_events_month'] = 'æ¬ææ²æä»»ä½äºä»¶'; ! $lang['l_rss_day_date'] = 'g:i A'; // Lists just the time ! $lang['l_rss_week_date'] = '%b %e æ¥'; // Lists just the day ! $lang['l_rss_month_date'] = '%b %e æ¥'; // Lists just the day ! $lang['l_rss_language'] = 'zh-tw'; ! $lang['l_search_took'] = 'æ¬æ¬¡æå°è±å»¢ %s ç§'; ! $lang['l_recurring_event'] = 'éè¤äºä»¶'; ! $lang['l_exception'] = 'ä¾å¤'; ! $lang['l_no_query'] = 'æ²ææ¥å°è³æ'; ! $lang['l_preferences'] = 'å好è¨å®'; ! $lang['l_printer'] = 'åååå°'; ! $lang['l_select_lang'] = 'è«é¸æé è¨çèªç³»:'; ! $lang['l_select_cal'] = 'è«é¸æé è¨çè¡äºæ:'; ! $lang['l_select_view'] = 'è«é¸æé è¨ç顯示æ¹å¼:'; ! $lang['l_select_time'] = 'è«é¸æé è¨çéå§æé:'; ! $lang['l_select_day'] = 'è«é¸æé è¨çæ¯é±ç¬¬ä¸å¤©:'; ! $lang['l_select_style'] = 'è«é¸æé è¨ç主é¡çé¢:'; ! $lang['l_set_prefs'] = 'å²åè¨å®'; ! $lang['l_completed_date'] = '宿æ¼'; ! $lang['l_completed'] = '已宿'; ! $lang['l_created'] = 'å»ºç«æ¥æ:'; ! $lang['l_due'] = 'å°ææ¥:'; ! $lang['l_priority'] = 'éè¦æ§:'; ! $lang['l_priority_high'] = 'å¾éè¦'; ! $lang['l_priority_low'] = 'ä¸éè¦'; ! $lang['l_priority_medium'] = 'éè¦'; ! $lang['l_priority_none'] = 'ç¡'; ! $lang['l_status'] = 'çæ '; ! $lang['l_todo'] = 'å¾ è¾¦äºé '; ! $lang['l_unfinished'] = 'å°æªå®æ'; ! $lang['l_prefs_set'] = 'æ¨çå好è¨å®å·²è¨å®ã'; ! $lang['l_prefs_unset'] = 'è¨å®å·²éåãæ´åçé¨ä»½æå¨è®åä¸ä¸é æçæã'; ! $lang['l_unset_prefs'] = 'éåè¨å®:'; ! $lang['l_organizer'] = 'è¬ç¨è¡äºæ'; ! $lang['l_attendee'] = 'åºå¸è '; ! $lang['l_location'] = 'ä½ç½®'; ! $lang['l_admin_header'] = 'PHP iCalendar 管çå'; ! $lang['l_username'] = '使ç¨è å稱'; ! $lang['l_password'] = 'å¯ç¢¼'; ! $lang['l_login'] = 'ç»å ¥'; ! $lang['l_invalid_login'] = '帳èæå¯ç¢¼è¼¸å ¥é¯èª¤ã'; ! $lang['l_addupdate_cal'] = 'æ°å¢ææ´æ°è¡äºæ'; ! $lang['l_addupdate_desc'] = 'ä¸å³æ°æªæ¡ä¾æ°å¢è¡äºææä¸å³ç¸åæªåçæªæ¡ä¾æ´æ°è¡äºæã'; ! $lang['l_delete_cal'] = 'åªé¤è¡äºæ'; ! $lang['l_logout'] = 'ç»åº'; ! $lang['l_cal_file'] = 'è¡äºææªæ¡'; ! $lang['l_php_error'] = 'PHP é¯èª¤'; $upload_error_gen_lang = 'æ¨ä¸å³çæªæ¡æåé¡ã'; $upload_error_lang[0] = 'æ¨ä¸å³çæªæ¡æåé¡ã'; *************** *** 108,130 **** $upload_error_lang[3] = 'æ¨åªä¸å³çæªæ¡å §å®¹ä¸å®æ´ã'; $upload_error_lang[4] = 'æ¨å¿ é é¸å®è¦ä¸å³çæªæ¡ã'; ! $upload_error_type_lang = 'åªè½ä¸å³å¯æªåæ¯ .ics çè¡äºææªæ¡ã'; ! $copy_error_lang = 'è¤è£½æªæ¡å¤±æ'; ! $delete_error_lang = 'åªé¤æªæ¡å¤±æ'; ! $delete_success_lang = 'å·²æååªé¤ã'; ! $action_success_lang = 'æä½æåã'; ! $submit_lang = '確å®'; ! $delete_lang = 'åªé¤'; // ----- New for 0.9.5 $all_cal_comb_lang = 'å·²çµåææçè¡äºæ'; // - navigation ! $back_lang = 'åå»'; ! $next_lang = 'ä¸ä¸é '; ! $prev_lang = 'åä¸é '; ! $day_view_lang = 'ææ¥é¡¯ç¤º'; ! $week_view_lang = 'æé±é¡¯ç¤º'; ! $month_view_lang = 'ææé¡¯ç¤º'; ! $year_view_lang = 'æå¹´é¡¯ç¤º'; // $format_recur, items enclosed in % will be substituted with variables --- 108,138 ---- $upload_error_lang[3] = 'æ¨åªä¸å³çæªæ¡å §å®¹ä¸å®æ´ã'; $upload_error_lang[4] = 'æ¨å¿ é é¸å®è¦ä¸å³çæªæ¡ã'; ! $lang['l_upload_error_type'] = 'åªè½ä¸å³å¯æªåæ¯ .ics çè¡äºææªæ¡ã'; ! $lang['l_copy_error'] = 'è¤è£½æªæ¡å¤±æ'; ! $lang['l_delete_error'] = 'åªé¤æªæ¡å¤±æ'; ! $lang['l_delete_success'] = 'å·²æååªé¤ã'; ! $lang['l_action_success'] = 'æä½æåã'; ! $lang['l_submit'] = '確å®'; ! $lang['l_delete'] = 'åªé¤'; // ----- New for 0.9.5 $all_cal_comb_lang = 'å·²çµåææçè¡äºæ'; + // New for 2.0 + $lang['l_legend'] = 'Legend'; + $lang['l_admin_subhead'] = 'Manage your calendars from this page'; + $lang['l_prefs_subhead'] = 'Sets a cookie for visiting this site'; + $lang['l_rss_info'] = 'RSS Information'; + $lang['l_rss_subhead'] = 'Basic RSS feeds available for each calendar'; + $lang['l_rss_notenabled'] = 'RSS is not enabled on this site'; + // - navigation ! $lang['l_back'] = 'åå»'; ! $lang['l_next'] = 'ä¸ä¸é '; ! $lang['l_prev'] = 'åä¸é '; ! $lang['l_day_view'] = 'ææ¥é¡¯ç¤º'; ! $lang['l_week_view'] = 'æé±é¡¯ç¤º'; ! $lang['l_month_view'] = 'ææé¡¯ç¤º'; ! $lang['l_year_view'] = 'æå¹´é¡¯ç¤º'; // $format_recur, items enclosed in % will be substituted with variables *************** *** 185,196 **** // Error messages - %s will be replaced with a variable ! $error_title_lang = 'é¯èª¤!'; ! $error_window_lang = 'æé¯èª¤ç¼ç!'; ! $error_calendar_lang = 'èçè¡äºæ "%s" æç¼çæ¤é¯èª¤ã'; ! $error_path_lang = 'ç¡æ³éåæ¤è·¯å¾: "%s"'; ! $error_back_lang = 'è«ä½¿ç¨ "åå»" æééåã'; ! $error_remotecal_lang = 'æ¬ä¼ºæå¨ææææªç¶å¯©æ ¸çé 端è¡äºæã'; ! $error_restrictedcal_lang = 'æ¨è©¦ååå被æ¬ä¼ºæå¨æéå¶ä½¿ç¨çè¡äºæã'; ! $error_invalidcal_lang = 'é¯èª¤çè¡äºææªæ¡ãè«æä¸åè¡äºæè©¦è©¦ã'; ?> --- 193,204 ---- // Error messages - %s will be replaced with a variable ! $lang['l_error_title'] = 'é¯èª¤!'; ! $lang['l_error_window'] = 'æé¯èª¤ç¼ç!'; ! $lang['l_error_calendar'] = 'èçè¡äºæ "%s" æç¼çæ¤é¯èª¤ã'; ! $lang['l_error_path'] = 'ç¡æ³éåæ¤è·¯å¾: "%s"'; ! $lang['l_error_back'] = 'è«ä½¿ç¨ "åå»" æééåã'; ! $lang['l_error_remotecal'] = 'æ¬ä¼ºæå¨ææææªç¶å¯©æ ¸çé 端è¡äºæã'; ! $lang['l_error_restrictedcal'] = 'æ¨è©¦ååå被æ¬ä¼ºæå¨æéå¶ä½¿ç¨çè¡äºæã'; ! $lang['l_error_invalidcal'] = 'é¯èª¤çè¡äºææªæ¡ãè«æä¸åè¡äºæè©¦è©¦ã'; ?> |
From: <ji...@us...> - 2007-05-18 22:22:11
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23991/phpicalendar/functions Modified Files: init.inc.php Log Message: Turn off 32 to sp subst Index: init.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v retrieving revision 1.108 retrieving revision 1.109 diff -C2 -d -r1.108 -r1.109 *** init.inc.php 18 May 2007 19:00:16 -0000 1.108 --- init.inc.php 18 May 2007 22:22:10 -0000 1.109 *************** *** 197,201 **** // Pull the display name off the URL. ! $cal_displaynames[] = substr(str_replace('32', ' ', basename($web_cal)), 0, -4); // FIXME --- 197,202 ---- // Pull the display name off the URL. ! # $cal_displaynames[] = substr(str_replace('32', ' ', basename($web_cal)), 0, -4); ! $cal_displaynames[] = substr(basename($web_cal), 0, -4); // FIXME |
From: <ji...@us...> - 2007-05-18 21:18:05
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30241/phpicalendar Modified Files: README Log Message: Month location display again Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.109 retrieving revision 1.110 diff -C2 -d -r1.109 -r1.110 *** README 16 May 2007 23:35:25 -0000 1.109 --- README 18 May 2007 21:18:00 -0000 1.110 *************** *** 82,85 **** --- 82,90 ---- Changes: -------- + cvs + Fix location display in months + Fix polish language file + Sanitizer bug fixes + Fix status bug for publish.php 2.23 New language files |
From: <ji...@us...> - 2007-05-18 21:18:05
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/tan In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30241/phpicalendar/templates/tan Modified Files: month_large.tpl Log Message: Month location display again Index: month_large.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/tan/month_large.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** month_large.tpl 18 May 2007 19:03:09 -0000 1.1 --- month_large.tpl 18 May 2007 21:18:00 -0000 1.2 *************** *** 17,21 **** {ALLDAY} {EVENT} - {LOCATION} </td> <!-- switch notthismonth off --> --- 17,20 ---- *************** *** 27,31 **** {ALLDAY} {EVENT} - {LOCATION} </td> <!-- switch istoday off --> --- 26,29 ---- *************** *** 37,41 **** {ALLDAY} {EVENT} - {LOCATION} </td> <!-- switch ismonth off --> --- 35,38 ---- |
From: <ji...@us...> - 2007-05-18 21:18:05
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/grey In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30241/phpicalendar/templates/grey Modified Files: month_large.tpl Log Message: Month location display again Index: month_large.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/grey/month_large.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** month_large.tpl 18 May 2007 19:03:08 -0000 1.1 --- month_large.tpl 18 May 2007 21:18:00 -0000 1.2 *************** *** 17,21 **** {ALLDAY} {EVENT} - {LOCATION} </td> <!-- switch notthismonth off --> --- 17,20 ---- *************** *** 27,31 **** {ALLDAY} {EVENT} - {LOCATION} </td> <!-- switch istoday off --> --- 26,29 ---- *************** *** 37,41 **** {ALLDAY} {EVENT} - {LOCATION} </td> <!-- switch ismonth off --> --- 35,38 ---- |