Re: [Php-calendar-discussion] bugs in php-calendar
Brought to you by:
sproctor
From: Michael D. <mi...@wu...> - 2007-09-20 20:00:04
|
For what it's worth to anyone reading this board, I fixed the ordering problem I described by changing the data-type for 'starttime' in 'phpc_events' from DATETIME to TIME. It doesn't seem to have broken anything, and now the ordering is correct. Michael Dunlap wrote: > Hello, > > First let me say I really like your calendar. There are some bugs I'm > seeing though, both of which involve multi-day events: > > 1. When clicking on "Back to Calendar" it takes you to the first day of > the multi-day event rather than the Calendar year/month you were > viewing. If an event spans multiple months, this can be confusing > (though certainly not a show-stopper.) > > 2. Events spanning multiple days do not order correctly with other > events. If I make an event with start date 2007-01-01 5pm and an end > date of 2007-01-02, then on the calendar day for 2007-01-02 the 5pm > meeting shows up first - presumably because it started the day before. > So you end up having on that day the first event starting at 5pm, and > then an event happening at 8:30am, etc. > > I doubt there are work-arounds - is this something that can be fixed in > the next release? > > Thanks, > Michael > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Php-calendar-discussion mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/php-calendar-discussion > |