Draft Module Future Improvements
March 4, 2009 - Darren FergusonA lot of people have been asking about the Draft module and when more updates will be incorporated into the module. For the last four months I have been working on non-Drupal projects, but am back and want to post a quick update answering some of the most common questions.
Draft version 1 for Drupal 6 incorporated support for Views in the place of a standard PHP page listing for user drafts. The module was very compact and the database table was small utilizing the bare minimum of fields (Draft ID, Node Type, UID, Updated and Data where data was a serialized array).