From: Chad <ch...@ch...> - 2002-10-07 21:28:05
|
Yeah, Jared pulled the old code for all day events into his code, but looks like enough testing wasn't done, recurring all-day events are broken at least annual ones. We'll have to test more to see what else might be broken in the all-day event "All-Day"?? I don't see that anywhere, it was around earlier but not in 0.6. Mike please check that you are using the latest from CVS. As for "12:00 AM" being shown, I don't see it. Did you check the version we have as the demo? Thanks for the tip on all day recurring events. I'll be sure to tease Jared. http://phpicalendar.sourceforge.net/phpicalendar-0.6/ -Chad On Monday, October 7, 2002, at 12:17 PM, Michel wrote: > Chad wrote : > >> So, lets start planning the next one. >> In list of importance by me. >> 1) Figure out why Oct 27th isn't parsed correctly on all systems. >> 2) Email this event. - Sends a .ics file with just that event. >> 3) Search - Find your mama's birthday. >> 4) Calendar coloring - Specify which style sheets to use for >> calendars 1, 2, 3, 4... >> 5) Year.php - I will toss this together on my trip hopefully. >> 6) More themes - Will hope that some people submit a few new themes >> to support #3. > > > > > Hi guys, > The 0.6 was a good release. But I saw some few things to fix to be > perfect: > - untimed events (as "Stef in town" all-over september's Home > calendar), in "This Month's Events" down the month.php page, are shown > as 12.00 AM They should be displayed without the 12.00 AM as in the > rest of the calendar > (To correct this, add $event_end = ''; in month_bottom.php, lines 363) > - I checked the differences between iCalendar 0.6's calendar parsing > and iCal.app's calendar parsing. One event disapeared with iCalendar > on Tuesday, Sept 17 "My birthday" You can see that looking for "My > birthday" in the .ics source > (we have to check again ical_parser.php because this might be very > anoying) > - untimed events are shown as "All - Day" instead using the > $all_day_lang variable in day.php and week.php This is due to the > displayed loop (lines 106-116 in day.php, lines 178-187 in week.php) > The good loop method is in month.php lines 133-168 > > Mike. > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |