Monday, January 21, 2013

Closing in on 2.0 final

I just put up 2.0-rc2. I'm really sorry with how buggy the last few releases have been. I'm really bad at testing and these releases were really unlucky. I think I've gotten everything sorted out now though. 2.0-rc2 should be the best release yet. I haven't really described the changes since beta10. I've been putting more and more javascript into the calendar. It started with Jeff adding summaries when hovering over events in the month view. Then Michal Osowiecki wrote some code to add color pickers for the categories. Since beta10 I've added date pickers for the date input fields, time pickers for the time input fields, and timezones were made friendlier by splitting them into two dropdowns. There are now useful pages after forms are submitted. Users who aren't logged in can change their language and timezone settings and have them stored in cookies. Previously the date format was just kind of hacked on and associated with languages. It's now a calendar setting and respected in all of the places I found that display dates. Support for PHP 5.2 ended at the end of 2010. I haven't used any features specific to PHP 5.3 yet but they improved timezone support in 5.3 and users on 5.2 will see some weird compatibility timezones. My webhost still supports 5.2 and they didn't upgrade me automatically. I use Dreamhost which is on version 5.3 now, FYI. I haven't tests on 5.4 or 5.5 yet. If you find any bugs specific to those versions, please let me know and I'll fix them.

Friday, January 11, 2013

2.0-beta12

I made a bit of a blunder there. I'd forgotten to add some of the scripts to the SVN repository. When I packaged beta 11 it didn't get a few scrips and so it's a little broken. I put up beta 12 with the appropriate files. There's one bug that makes having multiple calendars not work. That's fixed in SVN and will be in the next version.

Labels:

Thursday, January 3, 2013

PHP-Calendar 2.0-beta11 finally out

After 6 months of procrastination, I finally pushed it out. A couple hours of testing and a few upgrade script fixes later and it's ready. Sorry for taking so long. Since my last post the only change was fixing some warnings in newer versions of PHP.

Labels: