Closed (fixed)
Project:
Imce CCK Image
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2010 at 04:20 UTC
Updated:
29 Feb 2012 at 06:50 UTC
Why call this deprecated? Can you really forcibly abandon a module in Drupal? Don't you really mean "Looking for new maintainer, as I'm giving up on this" or something? This doesn't seem right to attempt for force people to do tons of work to make their site use a different module completely. The other module has dependencies people would have to install as well, and its dependency has even another dependency! Sheesh.
Comments
Comment #1
lucuhb commentedAs Gregarios says, FileField source has lots of depencies, and after test, this module doesn't have the same functionnalities . For exemple, IMCE with FileField does not have all the buttons it is entitled to according to the profile of the user.
Why do you say that Imce image is deprecated ? Is there a security problem or anything else ?
Comment #2
gregarios commentedComment #3
gregarios commentedFYI I've opened this issue: http://drupal.org/node/1005548
Comment #4
donquixote commentedOk, I might jump on the boat and become a maintainer.
(still would be happy about someone else to join)
General idea:
- with filefield sources, every file should have an associated db entry in the files table. This is how filefield sources is supposed to work, although I have my doubts that it really does.
- with imceimage, files should live outside of the files table. I have not looked too closely into the code of imceimage, but I imagine this is how it works, does it?
These two philosophies can live in parallel, if the folder structure is clearly separated. Each approach should have its turf.
Comment #5
lucuhb commentedThanks donquixote !
See #1006108: IMCEImage for multi-elements field which allows to add several images together for multi-elements imce image field.
I think this feature may be of interest to be integrated in the module !
Comment #6
gregarios commented