Initial release. Tested and working with CCK 6.x-1.0-alpha and Views 6.x-2.0-beta1. I also tried with beta3, but it seemed to have a bug as it returned the result query with wrong column names, which does not suit this module very well. I'll investigate and maybe submit a patch for Views, if it hasn't been fixed in HEAD already.
I'd still like to change the time budget management form to not store newly added weeks instantly but wait for the "Save time budget" submit button. Also, a "restricted view" for project managers (who can just edit a limited set of projects, e.g. those that they own) would be nice. Therefore, still alpha.
This module's changed a lot since the Drupal 5 version:
* No more need for changing any core files! Thanks to the new Drupal 6 theming system, replacement of core's jquery.js is done for you.
* It ships with a somewhat weird version of jQuery, required by jQuery UI module, at least for now. If you want to use a different one, such as the latest 1.2.6, though, there shouldn't be a problem replacing it.
* Probably other stuff I forget. Please test. :)
It's getting close:
#242339 (SiliconMind) '#default_value' for checkboxes can't be NULL.
#246048 (Freso) Akismet doesn't clean up after itself when being removed.
#260751 (drolp) akismet_moderation_form() needs $form_state as first paramater.
#262546 (Kiam@avpnet.org) Links should be in Title case.
#242336 (iNik, drolp) 'access callback' needs to be string.
#242336 (sirmadpenny) 'access callback' needs to be string.
#166094 (Freso) Update for D6.