22
Nov 05

Status update (22 Nov)

It’s been a busy week in the Calendar world. I’m breaking things up by whether they were a fix for Lightning, for Sunbird or for both. Note, however, that some of the fixes for one will end up in the other at some point in the future as well. So, without further ado, here are the recently fixed bugs:

  • Bug 307948 – (both) Handle escaped characters (‘,’ , ‘/’ , ‘;’ , etc) properly
  • Bug 315960 – (Lightning) Speed up the time it takes to draw day and week views
  • Bug 315760 – (Sunbird) The title of the ‘Go to Today’ and ‘Go to Date’ is slightly wrong
  • Bug 316761 – (both) Update calls to the new storage provider api
  • Bug 315731 – (both) The ‘Next’ button in the calendar creation wizard isn’t always enabled properly
  • Bug 316756 – (Sunbird) The ‘HTML’ option is listed twice in the export menu
  • Bug 317119 – (both) Localization cleanup
  • Bug 314506 – (Sunbird) Create a chrome.manifest file for shipping with Sunbird
  • Bug 316791 – (Lightning) Events sometimes remain collapsed in week or day views
  • Bug 298504 – (Lightning) Create context menus for the views
  • Bug 309734 – (Lightning) Double clicking on a day in the views should bring up the ‘New Event’ dialog

Recent Lightning regressions:

  • Bug 317477 – (since yesterday) Canceling ‘Edit Event’ dialog from double-clicking also opens ‘New Event’ dialog
  • Bug 317473 – (since 21 Oct) Mouse cursor remains as an hour-glass after canceling ‘New Event’ dialog

Note: Both of these bugs, especially the first, would make good ‘first bugs’ if people were interested in getting their feet wet with the project.

There are no known regressions in Sunbird since 0.3a1.


21
Nov 05

The Calendar extension’s status

Ever since Sunbird 0.3a1 was released, and even before, there has been a constant current of questions regarding the status of the Calendar extension for Firefox, Thunderbird, and Mozilla Suite/SeaMonkey. These questions have, for the most part, all had the general form “Are you going to update the Calendar extension as well?”

To begin with, throughout the development of Sunbird 0.3a1, all of the code for the Calendar extension was maintained, and changes and improvements made to Sunbird were also made to Calendar. At this point, anyone who wants to ought to be able to create an 0.3a1 equivalent version of the Calendar extension for their own use. You can follow the directions at the project page to do so.

The next logical question, of course, is “Why are there no new public versions of the Calendar extension available?” The short answer to this is ‘resources’. It should come as no surprise that the project simply does not have the same resources of say, Firefox. We have a very small set of build machines that are currently being forced to do double-duty, also building Lightning. Attempting to make these machines also build Calendar simply is not possible. It takes away too many build cycles.

The other main resource we’re lacking is manpower. Although the Calendar extension and Sunbird share a large majority of the code, there are still differences between them. Before we could even consider releasing an updated version of the Calendar extension, it would need to be thoroughly tested, on each of the 3 main platforms, in each of the 3 programs. (That’s 9 different, complex test sets.) After that, there would be the additional strain on the development team to triage bug reports that came in, to determine whether they were Calendar specific, or also applied to Sunbird (or to Sunbird and Lightning). Our development team is fairly small
so adding this additional burden would delay future releases of Sunbird and Lightning.

To conclude, development on the Calendar extension has continued alongside Sunbird development. Currently, if you don’t have the ability to build Mozilla projects on your own, Sunbird is your best option. Furthermore, it is important to note that the future of the Calendar extension really is Lightning. (Sunbird will, of course, be the future stand-alone.) In the short-term, we’re working hard to make Lightning compatible with Thunderbird 1.5. We do recognize that the current situation, having no updated Calendar extension for the 1.5 version of Thunderbird, leaves our users in a difficult position. Hopefully, this explanation has helped to elucidate why there really is no other option. Until such time as we can sort out the remaining obstacles for Lightning in TB 1.5, users who have upgraded from TB 1.0.7 are encouraged to use Sunbird.


14
Nov 05

Status update

Now that we finally got 0.3a1 out the door, several of the bugs that had patches pending were able to land. These, and other fixes since the release are now included in the latest nightly builds:

  • Bug 298348 – Make Lightning localizable
  • Bug 307749 – Don’t build the .xpi when building Sunbird
  • Bug 315137 – Fix for hard-coded string in calendarProperties.xul
  • Bug 313660 – Fix for Javascript Strict Warning in unifinderToDo.js
  • Bug 314345 – Events and tasks still seen if all calendars is deselected
  • Bug 314934 – Ctrl+z/Ctrl+Y don’t work for undo/redo
  • Bug 315916 – Alarm popups entity error
  • Bug 220694 – Show item’s location in the alarm dialog
  • Bug 315908 – Cannot change alarm values for a task
  • Bug 315930 – ‘Publish Entire Calendar’ does not publish tasks
  • Bug 267160 – ‘Visit URL’ button doesn’t work in sunbird
  • Bug 315373 – Help -> Release notes is greyed out
  • Bug 315492 – Localization cleanup

There are no known regressions since 0.3a1.
Thanks as always goes out to our testing community for identifying and filing these and other bug reports.


08
Nov 05

Sunbird all around the world

It’s only been four days, since we released Sunbird 0.3 alpha1 and thanks to the Mozilla L10n community we already have four localizations (French, German, Polish and Slovenian) available for download.

If you want to be part of this and would like to provide a localization for Sunbird 0.3 alpha1 you can follow the instructions on the wiki. If you need more help on this, there are helpful people in the netscape.public.mozilla.l10n newsgroup, which can help you.

If you have builds for the different platform ready, please post the URLs to these builds in a comment to this blog post and I’ll add them to the l10n download page shortly after that.


04
Nov 05

Releasing is hard

You might have noticed some delay in releasing Sunbird 0.3a1. There were some problems on the road, like lack of time, the tree being broken at the wrong moment, cvs acting weird, last-minute bugs etc. But it’s done now. Builds are up at http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/0.3a1/, there are release notes and there even is a cvs tag (SUNBIRD_0_3a1_RELEASE)
Of course this is still an alpha build. There are problems, lots of them. We know about that. But we also have more changes ahead, and didn’t want to delay the release any further. Please take that into account when testing and using 0.3a1.
The biggest change since 0.2 is a complete rewrite of the backend. It is now possible to plug in new calendar providers (code that stores the calendar data in some file or database). We already have an ICS provider, a SQLite provider, and the beginnings of a CalDAV provider, and we expect others will come with time (let us know if you want to implement one). Writing a new backend isn’t easy, so it took some time. But we think it was worth it. It gives the possibilty to do real cool things.
The upcoming changes include a rewrite of the calendar views, improved performance, backend improvements and much more. Stay tuned!


04
Nov 05

Where is 0.3 alpha1

Just a short post to keep you guys updated on the current situation.

Very late in the game of releasing Sunbird 0.3 alpha1, we were hit by bug 306834, which resulted in Sunbird using 100% of the CPU cycles, even when the application was doing nothing. The reason behind this behaviour is bug 291386, which we needed to workaround. We will test our workaround patch extensively and hope to release Sunbird 0.3 alpha1 in the next few days if all works out.