The module is currently being completely rewritten for Drupal 6.
The main difference is thus: instead of being a replacement of book.module (like in Drupal 5), the D6 version of outline module will depend on book.module, enhancing the already much improved book.module's capabilities.
Those who can't wait to test it may get a working copy from HEAD in the cvs repository. Use the D6 dev snapshot release for testing purposes only: the module is far from ready for use on a production site.
This release introduces more cleanups and ajax uploads for filefield. There are still a few blocker to moving up to beta. The current beta blockers are the upgrade path, and deleting removes files on node save.
New features:
* #49619: It avoids using the server that is... the site itself
Bugs fixed:
* #295146 by andypost: Wrong implementation of login
* #182040 by andypost and brmassa: Upgrade path from drupal.module to site_network.mo fixed
As the previous alpha had some mysterious bugs caused by non-optimal coding, I decided to rewrite parts of the code. At the same time, I reamped much of the code, splitting some functions into smaller ones, generally adding more structure to the module and how it handles icon sets and icons.
Also reamped the iconset selection form to have it look more like the Blocks form. Note that icon sets are not meant to be moved across the different sections - this is something to be fixed!
And, the form's theme function has been replaced by a icon-iconsets-form.tpl.php file.