I've been experimenting heavily with drupal 4.6 over the last several weeks. I have been working on creating a new node based the wikipage.module which allows all users to edit the wiki pages. Problem is, I would like to add a log message to the revision history.
In another forum discussion, someone recommended that I experiment with 4.7. Bingo...that works really well. I created my module to work in 4.7, and it does everything that I need it to...for that module.
The problem is that there aren't a lot of modules out yet for 4.7. And there are a few I really want to implement such as BBcode, freelinking, movie review, book review, etc. I'm not bad at PHP, so I could probably bring these up to date as 4.7 modules (with a lot of playing around as I havn't yet done very much module writing revision for drupal). Time is an issue, however, and I don't know that I have a whole lot of time to make things 100% perfect. So I keep thinking that maybe I should stick to 4.6 for now to avoid compatibility and other problems.
My goal is to bring my site up in February. I'm hoping some of you have some good advice. Should I stick with 4.6 and just live with the fact that I won't have revision log messages? Or should I go to 4.7 and potentially waste a lot of time trying to get the modules I want up to par?
What do you th