Fixes a bug where the block classes were not printing correctly.
Moved custom dates to the pre-built subthemes - this should never have been included in the framework and it was my omission to leave it in during the first releases. I have replaced it with the standard Drupal $submitted variable.
Fixed spelling on inline comments in the CSS and templates, added some new comments.
Here's a full upgrade to Drupal6.
Functionality should be the same, although internally it changed from using FAPI hooks to capture actions on the node admin page into using 'node operations' callbacks.
We have both 'assign to term' and 'remove term' for any nodes shown on the content overview page.
It doesn't give a heck of a lot of feedback, doesn't complain if the term was already there, just does it. Which is fine.
I also added thumbnails for image.module nodes to the by-node screen - because it was easy.
* Incorrect variable name.
* Comment fix.
* Add php-xml requirement.
* Add code to ensure that d.o is up and that latest HEAD passes all tests.
* Added check to ensure drupal.org is up before trying to test last HEAD commit.
* Send e-mail to test admins if d.o is down and t.d.o shuts down.
* Change dev list e-mail subject.
* Add admin alert e-mail.
* Add "Check drupal.org" option to settings.
* Cleaned up and added every possible PHP extension.