I'm very interesting with "Windows XP Publishing Wizard " for drupal 5.0
How I can do a hack with the version 4.7?

Many thanks!

CommentFileSizeAuthor
#8 image_pub_0.info257 bytesrobloach
#7 image_pub_drupal_5.patch6.17 KBrobloach

Comments

bwynants’s picture

Status: Active » Closed (fixed)

The maintainer of the module is on holiday. I can not commit changes in this project. therefor I placed the latest version in an archive on the web

The 5.0 module can be found on http://www.goju-ryu.be/image_pub.zip

ñull’s picture

Status: Closed (fixed) » Active

Is the maintainer on vacation again?

bwynants’s picture

as far as I can tell he did not return and I have no CVS access to the tree

pasqualle’s picture

This module seems abandoned to me.
bwynants: I think, You could ask for co-maintainer status, and upload the new version.

xav’s picture

It doesn't work for me with XP's Web Publishing feature. I'm using acidfree, does it matter ?

Thanks,
Xav

bwynants’s picture

image_pub is only for the image module...

robloach’s picture

Status: Active » Needs review
StatusFileSize
new6.17 KB

Here's a patch for the port.

robloach’s picture

StatusFileSize
new257 bytes

Don't forget the .info file.

bwynants’s picture

is this a re-port or a patch to create the same version as on http://www.goju-ryu.be/image_pub.zip

robloach’s picture

To be honest, I'm not entirely sure. I think about a half year ago I took your version, and then modified and fixed bugs as I found them. I've been using this since.

bwynants’s picture

it is definitely missing a fix for the Aperture plugin...

If only I could commit to this project :-(

robloach’s picture

Assigned: Unassigned » robloach
Status: Needs review » Fixed

Could you post a patch for the Aperture plugin in a new issue? Fixed, I'll make a new release soon.

bwynants’s picture

http://www.goju-ryu.be/image_pub.zip has the fix, the fix was (i think)

function _image_pub_gr_request() {
  if (isset($_POST['cmd'])) {
    $cmd = $_POST['cmd'];
  }
  else {
    $cmd = $_GET['cmd'];
  }

Due to the fact that no commits can be made to this project there is no use in making a patch. Patch based on the 4.7 version?
There have been more fixes (eg. compatibility with latest image plugin)

please check in my version with all made fixes in it and after that happened I will make patches and issues for all next fixes....

robloach’s picture

Version: master » 5.x-1.x-dev

Thanks... Check out this for porting your changes into the DRUPAL-5 branch.

pasqualle’s picture

bwynants: If only I could commit to this project :-(

You can even request a takeover of the project.
See http://drupal.org/node/59 section 2

bwynants’s picture

done that :-)

robloach’s picture

Title: Version for drupal 5.X » Version for Drupal 5.x

If you submit any patches, I'd be glad to commit them. I'll see what I can do to get you CVS write access.

bwynants’s picture

finally a 'real' 5.0 version. I'll be removing my zip file now. thx Rob

asespat’s picture

thanks a lot for this version i was waitning anxious to it

xav’s picture

image_pub is only for the image module...

Yes, but acidfree is using the image module for its galleries. That's why I thought it would be nice to have it work too - but I don't know how luch work it represents.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.