From: Jared <xe...@si...> - 2002-09-30 12:27:09
|
After the release of 0.5, I decided to do something I've been thinking about. I merged the All-day recurring event handling with my regular recurring event handling. Basically, there isn't much difference between the two; it's just making sure you write multiple days in a row if the all-day event spans more than one. Chad still had to write the code to handle multiple days a week, or month and various other little things. By merging the two, he no longer has to worry about it. Right now, there are only 4 lines to change to bring back Chad's all-day recurring event handling. They are commented with 3 comments that all start with: // to go back to old allday way Chad, let me know if this is an issue I don't know about that would otherwise make this a bad idea. Otherwise, we can more permanently make these changes and I can concentrate on streamlining my code. Also, everyone on this list, bug test any type of recurring event you can think of and let me know what you find. As far as I know, all recurring events work properly. The only known bug is it doesn't support individual per day changes to the recurring whole. Implementing that hasn't even begun. And now, after pulling an all-nighter (don't even know why), it's time to get ready for class. :) -Jared |