From the progress reports and votes on the sakai-dev list, it looks like we'll soon be moving to Maven 2 as our build tool. Up until now, Sakai was only compatible with older versions of Maven, so this is a good thing (it's never a good idea to be dependent on deprecated/unsupported versions of software). However, I don't know if there's any specific benefit that the community will reap here, other than that. The consensus seems to be be that while the work won't be fun, now is the right time to do it. So, get ready to update your documentation!
In more exciting news, there has been a movement afoot to change the way course overflow works in Sakai. Currently, extra courses get bumped into a html forms-style drop down list, which I was never happy with. A new patch that has been developed (SAK-10448) replaces this with a hidden div that reappears when the user clicks "more" (similar to the functionality on Chowhound.com). This div organizes the courses and projects, which is more intuitive for the user, but the question of user preference (perhaps the user wants to rearrange these lists) hasn't really been addressed yet. I definitely think we should go with this format.
