Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Mainly, I want to add methods to the class. I've already implemented a getTicketsWhere method that will get a list of tickets based on criteria passed to the function.
I'd also like to go through the existing queue of tickets and get all of the current issues resolved.
I'd also like to get both branches to the point where they are stable and roll real releases.
For 6.x, I think it would be a good thing to depend on Autoload.module so that the Unfuddle class can be autoloaded in both D6 and D7.
For both branches, I'd like to fix up the settings page so that you can enter your Unfuddle URL, username, and password, click next and choose your project from a select box. That seems much more intuitive than finding the project ID.
Comments
Comment #1
coltraneWhat do you want to improve?
Comment #2
cweagansMainly, I want to add methods to the class. I've already implemented a getTicketsWhere method that will get a list of tickets based on criteria passed to the function.
I'd also like to go through the existing queue of tickets and get all of the current issues resolved.
I'd also like to get both branches to the point where they are stable and roll real releases.
For 6.x, I think it would be a good thing to depend on Autoload.module so that the Unfuddle class can be autoloaded in both D6 and D7.
For both branches, I'd like to fix up the settings page so that you can enter your Unfuddle URL, username, and password, click next and choose your project from a select box. That seems much more intuitive than finding the project ID.