Friday, October 30, 2009

Version 1.0 of the Helpdesk Customization Plugin

Well, it has finally happened. I've hit version 1.0 of the Helpdesk Customizations Plugin.

In the most recent version, I've added info for tickets relating to software items and fixed a bug where the plugin would only retrieve 100 tickets in the info bar.

If you run into this problem, here is the code to get around it for now.


tkt_ct = (new Ajax.Request('/api/tickets.json?total_count=true&filter=open', {method:'get', asynchronous:false})).transport.responseText.evalJSON().count;

Monday, October 26, 2009

The Spiceworld 2009 Aftermath

I wasn't able to attend Spiceworld Austin this year but it sounds like it was a fun event. I just want to say congratulations to the plugin and poster winners.
Great job everybody.

Monday, October 5, 2009

Giorgio Sironi just finished his writeup on an introduction to PHPUnit testing. If you are new to PHPUnit, you should check it out.