April 7

Travel, Work and Other Updates

Posted by Bryan Clark
Filed under mozilla | 4 Comments

Travel

I’ll be heading out to Hamburg April 18-23rd with David and others for the Calendar project face-to-face meeting.  It will be great to meet Christian in person now that we’ve been talking on the phone discussing possible Calendar and Thunderbird changes.  I’m excited to make a quick overnight trip up to Copenhagen as I’ve never travelled there before.

Work

It’s great to see that Mark has started work with us. There’s lots to be done, especially on the address book, work that Joshua has developed in the Great Addressbook Rewrite.  I’ve started compiling some research of other addressbook / contacts systems so we can have some ideas of what current implementaitons do.

Other

As I got back home really late after Friday, well into Saturday morning, I didn’t end up doing much on Saturday.  So in my recovery time I poked around with my bugzilla link grabber extension and added a little AJAX to it.  And thus I feel buzzword compliant!

Note the lovely screenshot of the bugzilla info inlined at the bottom.  It might be nicer to create those elements as hovers to the bug links so they don’t take up space in the email but appear on mouse over of a bug link.

I just picked out a few things from the bug like bug number, status, number of comments, the title and the last comment text.  Other information might be a bit better, but it’s all available.

I did this by using the XMLHTTPRequest to the bugzilla bugs XML version (just add “&ctype=xml” to the url) and then running the result through XPath.  There’s a bit of a problem with the XML version as it gives you all the attachments as well as all the comments so things can be a bit slow when there are a lot of large attachments in a bug.

Anyway, not bad for a quick couple hour hungover hack.

Designer Code!!! eeek!!!

The code for all this is up on github in the ajax branch, check it out.

Who knew email didn’t have to be static!

This entry was posted on Monday, April 7th, 2008 at 9:57 pm and is filed under mozilla. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

4 Responses to “Travel, Work and Other Updates”

  1. bkor on April 8th, 2008 at 1:03 am
  2. Bryan Clark on April 8th, 2008 at 6:58 am

    bkor: sweet!! thank you

  3. Dave Miller on April 8th, 2008 at 10:13 am

    You can also do excludefield=attachment I believe, to get everything but those.

  4. Bryan Clark » Blog Archive » Calendar Face to Face on April 21st, 2008 at 4:43 am

    [...] did make my overnight trip and spent my first two days up in Copenhagen doing some touring around and checking out the [...]

Leave a Reply