I haven't done any testing, but I thought I'd throw this code out there as a start for the 6.x port of this module. I worked off the 5.x-1.5 version. I also made the code all conform to the coder module standards (except for the annoying 2 space one).

Comments

brettev’s picture

StatusFileSize
new12.08 KB

already have an error. here's a new one

btopro’s picture

*sigh* This is my fault but PLEASE stop passing around ajax.php people. I've tried to get rid of it and I can't find a way to remove it from builds consistently. It isn't used anymore.

btopro’s picture

Status: Needs review » Needs work

* warning: Invalid argument supplied for foreach() in /Applications/MAMP/htdocs/drupal6/includes/menu.inc on line 258.
* warning: array_merge() [function.array-merge]: Argument #1 is not an array in /Applications/MAMP/htdocs/drupal6/includes/menu.inc on line 323.
* warning: Missing argument 1 for drupal_get_form() in /Applications/MAMP/htdocs/drupal6/includes/form.inc on line 69.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in /Applications/MAMP/htdocs/drupal6/includes/form.inc on line 359.

There appears to be an error in the form system for the outline designer settings area. I'm looking into it now but I have very little experience working with D6 yet so no promises. Thanks for getting this started though!

Flying Drupalist’s picture

Subscribe

btopro’s picture

6.x port is working, it's in CVS. I'm working on getting it into a real release tonight. Not sure why it's not showing up. It is all there though.

btopro’s picture

Version: 5.x-1.5 » 6.x-1.0-rc1
Status: Needs work » Fixed

Version 6 has (finally) been released! Help test out the RC1 (RC2 is coming soon based on two patches already submitted)

btopro’s picture

Status: Fixed » Closed (fixed)