Showing posts with label gadget. Show all posts
Showing posts with label gadget. Show all posts

Wednesday, July 25, 2007

JIRA Issues Gadget 1.2 Released

I am proud to announce the release of JIRA Issues Gadget 1.2. This point release includes two bug fixes and an improvement in the way summary information is displayed.

Try it now

New Features

  • Overall improvement of the way summary information is displayed and well as truncation of long summaries. Changed CSS in order to auto-hide part of the summary that overflows.
  • Added a pop-up tooltip that displays more information about the issue. The information displayed is: issue key, type, status, resolution and full length summary.

Bug Fixes

  • Removed 'maxSummaryLength' user preference as it is no longer required.
  • Links on summaries did not work properly on Firefox with Redirect Remover add-on. With the summary improvements this is no longer an issue.

Links

Related posts

Tuesday, July 03, 2007

JIRA Issues Gadget 1.1 Released

I am proud to announce the release of JIRA Issues Gadget 1.1. This point release includes two bug fixes and two improvements.

Try it now

New Features

  • Added content refresh. The frequency of refresh is customizable. This enables the gadget to poll for updates in Google Desktop, which does not automatically refresh as Google homepage does.
  • Increased the number of displayable issues to 30. This enables to see more issues if the user chooses to.

Bug Fixes

  • Added a message to display in case if no matching issues are found.
  • Fixed a typo in CSS text alignment.

Links

Related posts

Saturday, June 02, 2007

Google Developer Day 2007 in Sydney

Google Developer Day 2007I attended Google Developer Day in Sydney this week. The main page describes the content of the sessions in Sydney. It also links to related video records that can be viewed at YouTube.

The event was well organized. Originally, this was meant to be a 100 people event. However due to its popularity, the event was fully booked within 20 minutes after the registration opened. Later Google decided to change the venue to Australia Technology Park and were able to accommodate all people from the waiting list.

Google Developer Day 2007Google Developer Day 2007

One of the biggest announcements was Google Gears (BETA). It is available for Windows, Mac and Linux. Google Gears is an open source technology for creating offline web applications. As published in Sydney Morning Herald:

The Gears technology promises to give Google a better platform from which to go after Microsoft's very lucrative Office franchise.

Here is a blog post that will get you started with Gears.

Another announcement of the day was Google's purchase of Panoramio, a website that links millions of photos with the exact location where they were taken.

Google Web Toolkit (GWT) got an upgrade as well. GTW 1.4 Release Candidate is a major upgrade to the Google’s open-source framework for writing AJAX web applications in the Java programming language. Read more about its features at ZDNet blog post by Ed Burnette: Google Web Toolkit 1.4: "Have to see it to believe it".

Google Web Toolkit had brought Google's AJAX development out of the dark ages and into the 21st century.

said Lars Rasmussen in his AJAX is painful, painful, painful talk.

Also announced was Google Mashup Editor - experimental product, online application to create mashups. It is currently in beta and access is limited to small number of developers during this testing period.

A great combination of Google's APIs are Google Mapplets. They are mini-applications that you can embed within the Google Maps site. Then they can manipulate the map using Javascript calls that are derived from the Google Maps API. The preview maps site also has Street View, which is very cool and was enabled just few days before Google Dev Day.

When we arrived we received a "speedgeeking" card, which listed six URLs of Google mashups. These six sites were presented live on big screens in the lunch area where everybody had a chance to see the products, talk to the authors and cast one's vote. At the end of the day, Property Guru took the prize home.

Google Developer Day 2007

And if it was not Google, there would be no search. I was strongly reminded that Google is the company behind the most popular search engine when I saw this card on the tables.

Google Developer Day 2007 tag

So there you go Google! I blogged and published my photos with GDD07 tag. Go and find me!

Tuesday, May 15, 2007

JIRA Issues Google Gadget

It's been a while since my last post. You may have been wondering what I've been up to. Well, I was busy spending my free time developing my first Google Gadget.

I must say that the Google Gadgets documentation, especially the Developer Guide are well written and easy to follow. Development itself was a smooth ride. The only hiccup I had on the way was at the beginning when I realized that my gadget was being cached and I had to figure out hot to switch caching off.

Have I read the docs from the beginning, I would have discovered the Developer Gadget (developer.xml) that let's you control gadget caching.

I work with JIRA on a daily basis. I work with it in order to keep track of issues: bugs / tasks / new features. I also work on it - meaning the source code of JIRA as I am one of the developers on JIRA team at Atlassian.

Last week on Thursday and Friday we had out traditional Fedex days. We were let loose to develop anything we wanted. There were no boundaries for creativity. For the results (useful and/or cool stuff) see our developer blog.

I decided to create a gadget that would display limited number of JIRA issues. So I finally got to finish JIRA Issues Gadget 1.0 as well as develop the Add To Google JIRA plugin that would allow integration as painless as possible. I already blogged about it at Atlassian Developer blog.

Google Gadgets can take user preferences and persist them. My idea was to pass these in the "Add To Google" link in order to allow JIRA users to place JIRA Issues gadget on Google Homepage pre-set with current search filter in JIRA.

But them I hit the wall. Passing user preferences in the "Add To Google" link was not implemented yet.

Anyway, I managed to ease the pain a bit. With Add To Google (JIRA plugin) you won't be able to add Google Gadget with one-click operation, but you will have the URL you can copy and paste into the user preferences of the gadget.

At 4pm on Friday all Atlassian developers presented their hot creations to each other.

Fedex presentationsJIRA Issues Gadget on big screen

For more information read JIRA Issues Gadget page. Add To Google plugin source code can be found at Atlassian's public SVN.

BTW: If you want to work on JIRA or other Atlassian products, let us know. We are hiring.


Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.