Version for Drupal 5.x
vaserqno - April 7, 2007 - 16:34
| Project: | Image Publishing |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Rob Loach |
| Status: | closed |
Description
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!

#1
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
#2
Is the maintainer on vacation again?
#3
as far as I can tell he did not return and I have no CVS access to the tree
#4
This module seems abandoned to me.
bwynants: I think, You could ask for co-maintainer status, and upload the new version.
#5
It doesn't work for me with XP's Web Publishing feature. I'm using acidfree, does it matter ?
Thanks,
Xav
#6
image_pub is only for the image module...
#7
Here's a patch for the port.
#8
Don't forget the .info file.
#9
is this a re-port or a patch to create the same version as on http://www.goju-ryu.be/image_pub.zip
#10
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.
#11
it is definitely missing a fix for the Aperture plugin...
If only I could commit to this project :-(
#12
Could you post a patch for the Aperture plugin in a new issue? Fixed, I'll make a new release soon.
#13
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....
#14
Thanks... Check out this for porting your changes into the DRUPAL-5 branch.
#15
You can even request a takeover of the project.
See http://drupal.org/node/59 section 2
#16
done that :-)
#17
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.
#18
finally a 'real' 5.0 version. I'll be removing my zip file now. thx Rob
#19
thanks a lot for this version i was waitning anxious to it
#20
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.
#21
Automatically closed -- issue fixed for two weeks with no activity.