You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(5) |
Feb
(25) |
Mar
(18) |
Apr
|
May
(26) |
Jun
(14) |
Jul
(1) |
Aug
(5) |
Sep
(82) |
Oct
(3) |
Nov
(130) |
Dec
(9) |
2004 |
Jan
(4) |
Feb
(62) |
Mar
|
Apr
(3) |
May
(100) |
Jun
|
Jul
(6) |
Aug
(49) |
Sep
(33) |
Oct
(47) |
Nov
(2) |
Dec
(1) |
2005 |
Jan
|
Feb
(4) |
Mar
(1) |
Apr
(8) |
May
(17) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
(26) |
Oct
(18) |
Nov
(37) |
Dec
(14) |
2006 |
Jan
(2) |
Feb
(18) |
Mar
(34) |
Apr
(52) |
May
(7) |
Jun
(3) |
Jul
(2) |
Aug
(10) |
Sep
|
Oct
|
Nov
(18) |
Dec
(4) |
2007 |
Jan
|
Feb
(7) |
Mar
(7) |
Apr
(6) |
May
(52) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(15) |
Nov
|
Dec
(1) |
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(250) |
2009 |
Jan
(35) |
Feb
(45) |
Mar
|
Apr
(4) |
May
(35) |
Jun
(13) |
Jul
(49) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(11) |
2010 |
Jan
(3) |
Feb
(30) |
Mar
|
Apr
(35) |
May
(12) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
From: <par...@us...> - 2009-07-30 17:55:20
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/green In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27956/templates/green Modified Files: default.css Log Message: Make 'today' highlighting in day and week views more obvious. Add missing weekToday CSS class. Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/green/default.css,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** default.css 28 Jul 2009 14:42:01 -0000 1.8 --- default.css 30 Jul 2009 17:55:06 -0000 1.9 *************** *** 16,24 **** .alldaybg_7 {background: url(images/allday_7.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} ! .rowOn { background-color: #cfc; border-top: 1px solid #fff; border-left: 1px solid #fff; } ! .rowOn2 { background-color: #cfc; border-top: 1px solid #fff; } .rowOff { background-color: #E1E8F1; border-top: 1px solid #fff; border-left: 1px solid #fff; } .rowOff2 { background-color: #E1E8F1; border-top: 1px solid #fff; } ! .rowToday { background-color: #cff; border-top: 1px solid #fff; border-left: 1px solid #fff; } .padd { padding: 2px; } --- 16,24 ---- .alldaybg_7 {background: url(images/allday_7.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} ! .rowOn { background-color: #B0E8B0; border-top: 1px solid #fff; border-left: 1px solid #fff; } ! .rowOn2 { background-color: #B0E8B0; border-top: 1px solid #fff; } .rowOff { background-color: #E1E8F1; border-top: 1px solid #fff; border-left: 1px solid #fff; } .rowOff2 { background-color: #E1E8F1; border-top: 1px solid #fff; } ! .rowToday { background-color: #B0E8E8; border-top: 1px solid #fff; border-left: 1px solid #fff; } .padd { padding: 2px; } *************** *** 70,73 **** --- 70,76 ---- .maintable { width: 990px; } + /* Week view */ + .weektoday { background-color: #dff; } + /* Month View */ |
From: <par...@us...> - 2009-07-30 17:55:15
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/grey In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27956/templates/grey Modified Files: default.css Log Message: Make 'today' highlighting in day and week views more obvious. Add missing weekToday CSS class. Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/grey/default.css,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** default.css 28 Jul 2009 14:42:01 -0000 1.8 --- default.css 30 Jul 2009 17:55:06 -0000 1.9 *************** *** 16,24 **** .alldaybg_7 {background: url(images/allday_7.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} ! .rowOn { background-color: #cfc; border-top: 1px solid #fff; border-left: 1px solid #fff; } ! .rowOn2 { background-color: #cfc; border-top: 1px solid #fff; } .rowOff { background-color: #E1E8F1; border-top: 1px solid #fff; border-left: 1px solid #fff; } .rowOff2 { background-color: #E1E8F1; border-top: 1px solid #fff; } ! .rowToday { background-color: #cff; border-top: 1px solid #fff; border-left: 1px solid #fff; } .padd { padding: 2px; } --- 16,24 ---- .alldaybg_7 {background: url(images/allday_7.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;} ! .rowOn { background-color: #B0E8B0; border-top: 1px solid #fff; border-left: 1px solid #fff; } ! .rowOn2 { background-color: #B0E8B0; border-top: 1px solid #fff; } .rowOff { background-color: #E1E8F1; border-top: 1px solid #fff; border-left: 1px solid #fff; } .rowOff2 { background-color: #E1E8F1; border-top: 1px solid #fff; } ! .rowToday { background-color: #B0E8E8; border-top: 1px solid #fff; border-left: 1px solid #fff; } .padd { padding: 2px; } *************** *** 53,56 **** --- 53,59 ---- .maintable { width: 990px; } + /* Week view */ + .weektoday { background-color: #dff; } + /* Month View */ |
From: <par...@us...> - 2009-07-28 14:42:16
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/grey In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29215/templates/grey Modified Files: default.css Log Message: Match day/week tables (timeborder/timeborder2 CSS classes) Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/grey/default.css,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** default.css 27 Jul 2009 22:17:08 -0000 1.7 --- default.css 28 Jul 2009 14:42:01 -0000 1.8 *************** *** 85,90 **** .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } --- 85,90 ---- .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } |
From: <par...@us...> - 2009-07-28 14:42:15
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/red In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29215/templates/red Modified Files: default.css Log Message: Match day/week tables (timeborder/timeborder2 CSS classes) Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/red/default.css,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** default.css 27 Jul 2009 22:17:08 -0000 1.8 --- default.css 28 Jul 2009 14:42:01 -0000 1.9 *************** *** 85,90 **** .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } --- 85,90 ---- .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } |
From: <par...@us...> - 2009-07-28 14:42:15
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/green In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29215/templates/green Modified Files: default.css Log Message: Match day/week tables (timeborder/timeborder2 CSS classes) Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/green/default.css,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** default.css 27 Jul 2009 22:17:07 -0000 1.7 --- default.css 28 Jul 2009 14:42:01 -0000 1.8 *************** *** 105,110 **** .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } --- 105,110 ---- .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } |
From: <par...@us...> - 2009-07-28 14:42:13
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/tan In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29215/templates/tan Modified Files: default.css Log Message: Match day/week tables (timeborder/timeborder2 CSS classes) Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/tan/default.css,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** default.css 27 Jul 2009 22:17:08 -0000 1.7 --- default.css 28 Jul 2009 14:42:01 -0000 1.8 *************** *** 103,108 **** .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } --- 103,108 ---- .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } |
From: <par...@us...> - 2009-07-28 14:42:11
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29215/templates/default Modified Files: default.css Log Message: Match day/week tables (timeborder/timeborder2 CSS classes) Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/default.css,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** default.css 27 Jul 2009 22:17:07 -0000 1.29 --- default.css 28 Jul 2009 14:42:01 -0000 1.30 *************** *** 87,92 **** .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } --- 87,92 ---- .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } |
From: <par...@us...> - 2009-07-28 14:42:11
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29215/functions Modified Files: template.php Log Message: Match day/week tables (timeborder/timeborder2 CSS classes) Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.124 retrieving revision 1.125 diff -C2 -d -r1.124 -r1.125 *** template.php 10 Jul 2009 21:06:29 -0000 1.124 --- template.php 28 Jul 2009 14:42:01 -0000 1.125 *************** *** 394,403 **** # column of times colspan = 4 to cover navigation links at top $weekdisplay .= '<tr>'; ! $weekdisplay .= '<td colspan="4" rowspan="' . (60 / $phpiCal_config->gridLength) . '" align="center" valign="top" width="60" class="timeborder">'.$key.'</td>'; $weekdisplay .= '<td bgcolor="#a1a5a9" width="1" height="' . $phpiCal_config->gridLength . '"></td>'; } elseif ($cal_time == $phpiCal_config->day_start) { $size_tmp = 60 - (int)substr($cal_time,2,2); $weekdisplay .= '<tr>'; ! $weekdisplay .= '<td colspan="4" rowspan="' . ($size_tmp / $phpiCal_config->gridLength) . '" align="center" valign="top" width="60" class="timeborder">'.$key.' </td>'; $weekdisplay .= '<td bgcolor="#a1a5a9" width="1" height="' . $phpiCal_config->gridLength . '"></td>'; } else { --- 394,403 ---- # column of times colspan = 4 to cover navigation links at top $weekdisplay .= '<tr>'; ! $weekdisplay .= '<td colspan="4" rowspan="' . (60 / $phpiCal_config->gridLength) . '" align="center" valign="top" width="60" class="timeborder2">'.$key.'</td>'; $weekdisplay .= '<td bgcolor="#a1a5a9" width="1" height="' . $phpiCal_config->gridLength . '"></td>'; } elseif ($cal_time == $phpiCal_config->day_start) { $size_tmp = 60 - (int)substr($cal_time,2,2); $weekdisplay .= '<tr>'; ! $weekdisplay .= '<td colspan="4" rowspan="' . ($size_tmp / $phpiCal_config->gridLength) . '" align="center" valign="top" width="60" class="timeborder2">'.$key.' </td>'; $weekdisplay .= '<td bgcolor="#a1a5a9" width="1" height="' . $phpiCal_config->gridLength . '"></td>'; } else { |
From: <par...@us...> - 2009-07-27 22:17:24
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/green In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27682/templates/green Modified Files: default.css Log Message: Fix some of the table borders in CSS Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/green/default.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** default.css 10 Jul 2009 20:31:23 -0000 1.6 --- default.css 27 Jul 2009 22:17:07 -0000 1.7 *************** *** 103,110 **** .dateback { background-color: #eee; } ! .weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } --- 103,110 ---- .dateback { background-color: #eee; } ! .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } |
From: <par...@us...> - 2009-07-27 22:17:24
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/red In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27682/templates/red Modified Files: default.css Log Message: Fix some of the table borders in CSS Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/red/default.css,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** default.css 10 Jul 2009 20:31:23 -0000 1.7 --- default.css 27 Jul 2009 22:17:08 -0000 1.8 *************** *** 83,90 **** .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } --- 83,90 ---- .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } |
From: <par...@us...> - 2009-07-27 22:17:17
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/grey In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27682/templates/grey Modified Files: default.css Log Message: Fix some of the table borders in CSS Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/grey/default.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** default.css 10 Jul 2009 20:31:23 -0000 1.6 --- default.css 27 Jul 2009 22:17:08 -0000 1.7 *************** *** 83,90 **** .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } --- 83,90 ---- .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } |
From: <par...@us...> - 2009-07-27 22:17:17
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/tan In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27682/templates/tan Modified Files: default.css Log Message: Fix some of the table borders in CSS Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/tan/default.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** default.css 10 Jul 2009 20:31:23 -0000 1.6 --- default.css 27 Jul 2009 22:17:08 -0000 1.7 *************** *** 101,108 **** .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } --- 101,108 ---- .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } |
From: <par...@us...> - 2009-07-27 22:17:16
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27682/templates/default Modified Files: default.css Log Message: Fix some of the table borders in CSS Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/default.css,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** default.css 10 Jul 2009 20:31:23 -0000 1.28 --- default.css 27 Jul 2009 22:17:07 -0000 1.29 *************** *** 85,92 **** .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } --- 85,92 ---- .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } |
From: <par...@us...> - 2009-07-24 16:55:49
|
Update of /cvsroot/phpicalendar/phpicalendar/languages In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3235/languages Modified Files: czech.inc.php german.inc.php korean.inc.php Log Message: Remove UTF-8 BOM from language files. Index: czech.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/czech.inc.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** czech.inc.php 22 Jun 2009 15:02:14 -0000 1.12 --- czech.inc.php 24 Jul 2009 16:55:31 -0000 1.13 *************** *** 1,3 **** ! <?php // English language include --- 1,3 ---- ! <?php // English language include Index: german.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/german.inc.php,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** german.inc.php 30 Jan 2009 20:49:25 -0000 1.34 --- german.inc.php 24 Jul 2009 16:55:31 -0000 1.35 *************** *** 1,3 **** ! <?php // German language include --- 1,3 ---- ! <?php // German language include Index: korean.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/korean.inc.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** korean.inc.php 16 May 2007 23:35:25 -0000 1.7 --- korean.inc.php 24 Jul 2009 16:55:31 -0000 1.8 *************** *** 1,3 **** ! <?php // English language include --- 1,3 ---- ! <?php // English language include |
From: <par...@us...> - 2009-07-10 21:06:45
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1223/functions Modified Files: template.php Log Message: Small cleanup in draw_week() and fix bogus span icon for 24-hour events ending at midnight. Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.123 retrieving revision 1.124 diff -C2 -d -r1.123 -r1.124 *** template.php 10 Jul 2009 20:31:22 -0000 1.123 --- template.php 10 Jul 2009 21:06:29 -0000 1.124 *************** *** 303,307 **** $row = $loop_row_begin; $day = 0; ! $replace =''; while ($day < $phpiCal_config->week_length){ $colspan = 0; --- 303,307 ---- $row = $loop_row_begin; $day = 0; ! $replace = ''; while ($day < $phpiCal_config->week_length){ $colspan = 0; *************** *** 316,321 **** $allday = $master_array[$weekarray[$day]]['-1'][$uid]; foreach ($allday_uid_dates[$uid] as $date){ - #$ev = (!isset($ev)) ? " $uid ":""; - #$replace .= $ev; $colspan += $nbrGridCols[$weekarray[$day]]; $day++; --- 316,319 ---- *************** *** 341,363 **** $weekreplace .= "$row\n"; } - /* old routine - foreach ($weekarray as $i=>$get_date) { - $replace = $loop_begin; - $colspan = 'colspan="'.$nbrGridCols[$get_date].'"'; - $replace = str_replace('{COLSPAN}', $colspan, $replace); - if (isset($master_array[$get_date]['-1']) && is_array($master_array[$get_date]['-1']) && !empty($master_array[$get_date]['-1']) ) { - foreach ($master_array[$get_date]['-1'] as $uid => $allday) { - $event_calno = $allday['calnumber']; - $event_calno = (($event_calno - 1) % $phpiCal_config->unique_colors) + 1; - $event = openevent($get_date, -1, $uid, $allday, $phpiCal_config->allday_week_lines, 11, 'psf'); - $loop_tmp = str_replace('{ALLDAY}', $event, $loop_ad); - $loop_tmp = str_replace('{CALNO}', $event_calno, $loop_tmp); - $replace .= $loop_tmp; - } - } - $replace .= $loop_end; - $weekreplace .= $replace; - } - */ $this->page = preg_replace('!<\!-- loop allday row on -->.*<\!-- loop allday row off -->!Uis', $weekreplace, $this->page); --- 339,342 ---- *************** *** 368,372 **** $weekday_loop = ''; for ($i=0; $i<$phpiCal_config->week_length; $i++) { ! $daylink = date('Ymd', $start_wt); $weekday = localizeDate($dateFormat_week_list, strtotime($daylink)); if ($daylink == $getdate) { --- 347,351 ---- $weekday_loop = ''; for ($i=0; $i<$phpiCal_config->week_length; $i++) { ! $daylink = date('Ymd', $start_wt); $weekday = localizeDate($dateFormat_week_list, strtotime($daylink)); if ($daylink == $getdate) { *************** *** 434,438 **** foreach ($weekarray as $thisday) { $this_time_arr = array(); - $dayborder = 0; if ($phpiCal_config->day_start == $cal_time && isset($master_array[$thisday]) && is_array($master_array[$thisday])) { # want to pile up all the events before day_start that end in the displayed times --- 413,416 ---- *************** *** 466,483 **** } } if (empty($event_length[$thisday])) { # no events - if ($dayborder == 0) { - $class = ' class="weekborder'.$even_row.'"'; - $dayborder++; - } else { - $class = ''; - $dayborder = 0; - } $tclass = $class; ! if ($thisday == $getdate) { ! if ($tclass) $tclass = ' class="weekborder'.$even_row.' weektoday"'; ! else $tclass = ' class="weektoday"'; ! } $drawWidth = 1; $weekdisplay .= '<td colspan="' . $nbrGridCols[$thisday] . '"' . $tclass . '> </td>'."\n"; --- 444,452 ---- } } + $class = ' class="weekborder'.$even_row.'"'; if (empty($event_length[$thisday])) { # no events $tclass = $class; ! if ($thisday == $getdate) $tclass = ' class="weekborder'.$even_row.' weektoday"'; $drawWidth = 1; $weekdisplay .= '<td colspan="' . $nbrGridCols[$thisday] . '"' . $tclass . '> </td>'."\n"; *************** *** 494,501 **** if ($ended_counter) { $tclass = $class; ! if ($thisday == $getdate) { ! if ($tclass) $tclass = ' class="weekborder'.$even_row.' weektoday"'; ! else $tclass = ' class="weektoday"'; ! } $weekdisplay .= '<td colspan="' . $ended_counter . '"' . $tclass . '> </td>'; $ended_counter = 0; --- 463,467 ---- if ($ended_counter) { $tclass = $class; ! if ($thisday == $getdate) $tclass = ' class="weekborder'.$even_row.' weektoday"'; $weekdisplay .= '<td colspan="' . $ended_counter . '"' . $tclass . '> </td>'; $ended_counter = 0; *************** *** 515,519 **** } $event_date_start = date('Ymd', $this_time_arr[$uid]['start_unixtime']); ! $event_date_end = date('Ymd', $this_time_arr[$uid]['end_unixtime']); if ($event_date_start != $event_date_end) { if ($thisday == $event_date_start) { --- 481,485 ---- } $event_date_start = date('Ymd', $this_time_arr[$uid]['start_unixtime']); ! $event_date_end = date('Ymd', $this_time_arr[$uid]['end_unixtime'] - 1); if ($event_date_start != $event_date_end) { if ($thisday == $event_date_start) { *************** *** 544,551 **** if ($ended_counter) { $tclass = $class; ! if ($thisday == $getdate) { ! if ($tclass) $tclass = ' class="weekborder'.$even_row.' weektoday"'; ! else $tclass = ' class="weektoday"'; ! } $weekdisplay .= '<td colspan="' . $ended_counter . '"' . $tclass . '> </td>'; $ended_counter = 0; --- 510,514 ---- if ($ended_counter) { $tclass = $class; ! if ($thisday == $getdate) $tclass = ' class="weekborder'.$even_row.' weektoday"'; $weekdisplay .= '<td colspan="' . $ended_counter . '"' . $tclass . '> </td>'; $ended_counter = 0; *************** *** 567,574 **** if ($emptyWidth > 0) { $tclass = $class; ! if ($thisday == $getdate) { ! if ($tclass) $tclass = ' class="weekborder'.$even_row.' weektoday"'; ! else $tclass = ' class="weektoday"'; ! } $weekdisplay .= "<td colspan=\"" . $emptyWidth . "\"$tclass> </td>\n"; } --- 530,534 ---- if ($emptyWidth > 0) { $tclass = $class; ! if ($thisday == $getdate) $tclass = ' class="weekborder'.$even_row.' weektoday"'; $weekdisplay .= "<td colspan=\"" . $emptyWidth . "\"$tclass> </td>\n"; } |
From: <par...@us...> - 2009-07-10 20:53:40
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27802/templates/default Modified Files: default.css Log Message: Give week view the same table border pattern as day view Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/default.css,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** default.css 10 Jul 2009 17:50:22 -0000 1.27 --- default.css 10 Jul 2009 20:31:23 -0000 1.28 *************** *** 85,90 **** .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-top: 1px dashed #A1A5A9; border-right: 1px solid #A1A5A9; } ! .weekborder2 { border-right: 1px solid #A1A5A9; } .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } --- 85,90 ---- .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } |
From: <par...@us...> - 2009-07-10 20:31:30
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/tan In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27802/templates/tan Modified Files: default.css Log Message: Give week view the same table border pattern as day view Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/tan/default.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** default.css 10 Jul 2009 17:50:22 -0000 1.5 --- default.css 10 Jul 2009 20:31:23 -0000 1.6 *************** *** 101,106 **** .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-top: 1px dashed #A1A5A9; border-right: 1px solid #A1A5A9; } ! .weekborder2 { border-right: 1px solid #A1A5A9; } .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } --- 101,106 ---- .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } |
From: <par...@us...> - 2009-07-10 20:31:30
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/green In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27802/templates/green Modified Files: default.css Log Message: Give week view the same table border pattern as day view Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/green/default.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** default.css 10 Jul 2009 17:50:22 -0000 1.5 --- default.css 10 Jul 2009 20:31:23 -0000 1.6 *************** *** 103,108 **** .dateback { background-color: #eee; } ! .weekborder { border-top: 1px dashed #A1A5A9; border-right: 1px solid #A1A5A9; } ! .weekborder2 { border-right: 1px solid #A1A5A9; } .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } --- 103,108 ---- .dateback { background-color: #eee; } ! .weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } |
From: <par...@us...> - 2009-07-10 20:31:30
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27802/functions Modified Files: template.php Log Message: Give week view the same table border pattern as day view Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.122 retrieving revision 1.123 diff -C2 -d -r1.122 -r1.123 *** template.php 10 Jul 2009 17:50:21 -0000 1.122 --- template.php 10 Jul 2009 20:31:22 -0000 1.123 *************** *** 412,415 **** --- 412,416 ---- if (ereg("([0-9]{1,2}):00", $key)) { + $even_row = '2'; # column of times colspan = 4 to cover navigation links at top $weekdisplay .= '<tr>'; *************** *** 422,425 **** --- 423,428 ---- $weekdisplay .= '<td bgcolor="#a1a5a9" width="1" height="' . $phpiCal_config->gridLength . '"></td>'; } else { + $even_row = ''; + if (ereg("([0-9]{1,2}):30", $key)) $even_row = '2'; # empty row for each gridLength, to the right of times and left of first weekday $weekdisplay .= '<tr>'; *************** *** 466,470 **** # no events if ($dayborder == 0) { ! $class = ' class="weekborder"'; $dayborder++; } else { --- 469,473 ---- # no events if ($dayborder == 0) { ! $class = ' class="weekborder'.$even_row.'"'; $dayborder++; } else { *************** *** 474,478 **** $tclass = $class; if ($thisday == $getdate) { ! if ($tclass) $tclass = ' class="weekborder weektoday"'; else $tclass = ' class="weektoday"'; } --- 477,481 ---- $tclass = $class; if ($thisday == $getdate) { ! if ($tclass) $tclass = ' class="weekborder'.$even_row.' weektoday"'; else $tclass = ' class="weektoday"'; } *************** *** 492,496 **** $tclass = $class; if ($thisday == $getdate) { ! if ($tclass) $tclass = ' class="weekborder weektoday"'; else $tclass = ' class="weektoday"'; } --- 495,499 ---- $tclass = $class; if ($thisday == $getdate) { ! if ($tclass) $tclass = ' class="weekborder'.$even_row.' weektoday"'; else $tclass = ' class="weektoday"'; } *************** *** 542,546 **** $tclass = $class; if ($thisday == $getdate) { ! if ($tclass) $tclass = ' class="weekborder weektoday"'; else $tclass = ' class="weektoday"'; } --- 545,549 ---- $tclass = $class; if ($thisday == $getdate) { ! if ($tclass) $tclass = ' class="weekborder'.$even_row.' weektoday"'; else $tclass = ' class="weektoday"'; } *************** *** 565,569 **** $tclass = $class; if ($thisday == $getdate) { ! if ($tclass) $tclass = ' class="weekborder weektoday"'; else $tclass = ' class="weektoday"'; } --- 568,572 ---- $tclass = $class; if ($thisday == $getdate) { ! if ($tclass) $tclass = ' class="weekborder'.$even_row.' weektoday"'; else $tclass = ' class="weektoday"'; } |
From: <par...@us...> - 2009-07-10 20:31:28
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/grey In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27802/templates/grey Modified Files: default.css Log Message: Give week view the same table border pattern as day view Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/grey/default.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** default.css 10 Jul 2009 17:50:22 -0000 1.5 --- default.css 10 Jul 2009 20:31:23 -0000 1.6 *************** *** 83,88 **** .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-top: 1px dashed #A1A5A9; border-right: 1px solid #A1A5A9; } ! .weekborder2 { border-right: 1px solid #A1A5A9; } .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } --- 83,88 ---- .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } |
From: <par...@us...> - 2009-07-10 20:31:28
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/red In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27802/templates/red Modified Files: default.css Log Message: Give week view the same table border pattern as day view Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/red/default.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** default.css 10 Jul 2009 17:50:22 -0000 1.6 --- default.css 10 Jul 2009 20:31:23 -0000 1.7 *************** *** 83,88 **** .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-top: 1px dashed #A1A5A9; border-right: 1px solid #A1A5A9; } ! .weekborder2 { border-right: 1px solid #A1A5A9; } .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } --- 83,88 ---- .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } .timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } .timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } |
From: <par...@us...> - 2009-07-10 18:01:00
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3483/functions Modified Files: ical_parser.php Log Message: Fix undefined variable warnings with VTODO in ics parser Index: ical_parser.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v retrieving revision 1.255 retrieving revision 1.256 diff -C2 -d -r1.255 -r1.256 *** ical_parser.php 22 Jun 2009 21:13:21 -0000 1.255 --- ical_parser.php 10 Jul 2009 18:00:53 -0000 1.256 *************** *** 221,224 **** --- 221,226 ---- case 'BEGIN:VTODO': $vtodo_set = TRUE; + $start_date = ''; + $start_time = ''; $summary = ''; $due_date = ''; |
From: <par...@us...> - 2009-07-10 17:50:33
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/grey In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1809/templates/grey Modified Files: default.css Log Message: Fix multiple HTML elements with the same id. Allow all-day divs to stretch vertically in day and week views with default template. Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/grey/default.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** default.css 10 Jul 2009 15:57:25 -0000 1.4 --- default.css 10 Jul 2009 17:50:22 -0000 1.5 *************** *** 32,38 **** .eventbg_6 { background-color: #608060; padding: 2px;} .eventbg_7 { background-color: #a0a090; padding: 2px;} - #allday a { font-size: 9px; color: #fff; font-weight: 900; text-decoration:none;} - #allday a:hover { text-decoration:underline;} .eventbg2_1 { background-color: #505050; border: 1px solid #303030; } --- 32,38 ---- .eventbg_6 { background-color: #608060; padding: 2px;} .eventbg_7 { background-color: #a0a090; padding: 2px;} + .allday a { font-size: 9px; color: #fff !important; font-weight: 900; text-decoration:none;} + .allday a:hover { text-decoration:underline;} .eventbg2_1 { background-color: #505050; border: 1px solid #303030; } |
Update of /cvsroot/phpicalendar/phpicalendar/templates/default/images In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1809/templates/default/images Modified Files: allday_1.gif allday_2.gif allday_3.gif allday_4.gif allday_5.gif allday_6.gif allday_7.gif Log Message: Fix multiple HTML elements with the same id. Allow all-day divs to stretch vertically in day and week views with default template. Index: allday_1.gif =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/images/allday_1.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsDXQ4eP and /tmp/cvsqQbhwi differ Index: allday_2.gif =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/images/allday_2.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsfKLJyP and /tmp/cvsUL0CQi differ Index: allday_3.gif =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/images/allday_3.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs83jRfQ and /tmp/cvs70dsyj differ Index: allday_4.gif =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/images/allday_4.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsnyulUS and /tmp/cvsMIMzdm differ Index: allday_5.gif =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/images/allday_5.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs3zHVcT and /tmp/cvsB21Owm differ Index: allday_6.gif =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/images/allday_6.gif,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsvqoSsT and /tmp/cvsT7NsNm differ Index: allday_7.gif =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/images/allday_7.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsMdOrNT and /tmp/cvsN0VJ8m differ |
From: <par...@us...> - 2009-07-10 17:50:29
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1809/functions Modified Files: template.php Log Message: Fix multiple HTML elements with the same id. Allow all-day divs to stretch vertically in day and week views with default template. Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.121 retrieving revision 1.122 diff -C2 -d -r1.121 -r1.122 *** template.php 8 Jul 2009 18:28:13 -0000 1.121 --- template.php 10 Jul 2009 17:50:21 -0000 1.122 *************** *** 308,315 **** $replace .= $loop_begin; # <td> ! if ($weekarray[$day] == $getdate) $replace = str_replace('{TODAY}', "rowToday", $replace); ! $replace = str_replace('{TODAY}', "rowOff", $replace); ! if(array_search($weekarray[$day], $allday_uids)){ $uid = array_search($weekarray[$day], $allday_uids); unset($allday_uids[$uid]); --- 308,315 ---- $replace .= $loop_begin; # <td> ! if ($weekarray[$day] == $getdate) $replace = str_replace('{TODAY}', 'rowToday', $replace); ! $replace = str_replace('{TODAY}', 'rowOff', $replace); ! if(array_search($weekarray[$day], $allday_uids)){ $uid = array_search($weekarray[$day], $allday_uids); unset($allday_uids[$uid]); *************** *** 326,338 **** $loop_tmp = str_replace('{ALLDAY}', $event, $loop_ad); $loop_tmp = str_replace('{CALNO}', $event_calno, $loop_tmp); $replace .= $loop_tmp; ! $replace .= $loop_end; }else{ ! $colspan = $nbrGridCols[$weekarray[$day]]; ! $replace .= $loop_end; $day++; } unset ($ev); ! $replace = str_replace('{COLSPAN}', "colspan='$colspan'", $replace); } $row .= "$replace $loop_row_end\n"; --- 326,340 ---- $loop_tmp = str_replace('{ALLDAY}', $event, $loop_ad); $loop_tmp = str_replace('{CALNO}', $event_calno, $loop_tmp); + $replace = str_replace('{NOBORDER}', ' style="border-top: none;"', $replace); $replace .= $loop_tmp; ! $replace .= $loop_end; }else{ ! $replace = str_replace('{NOBORDER}', '', $replace); ! $colspan = $nbrGridCols[$weekarray[$day]]; ! $replace .= $loop_end; $day++; } unset ($ev); ! $replace = str_replace('{COLSPAN}', "colspan=\"$colspan\"", $replace); } $row .= "$replace $loop_row_end\n"; |