Last modified: 2010-05-15 16:03:05 UTC
The API currently does not allow deleting of images. To enable deleting old images, the imageinfo prop must be expanded to get the old file name. I will take this bug tomorrow if nobody else does.
(In reply to comment #0) > The API currently does not allow deleting of images. > > To enable deleting old images, the imageinfo prop must be expanded to get the > old file name. What do you mean by "old file name"? > I will take this bug tomorrow if nobody else does. > It's yours as far as I'm concerned, I'm gonna work on uploading files in the first place. Please commit your stuff to the vodafone branch first, though (I'll svnmerge it right now).
(In reply to comment #1) > (In reply to comment #0) > > The API currently does not allow deleting of images. > > > > To enable deleting old images, the imageinfo prop must be expanded to get the > > old file name. > What do you mean by "old file name"? > $file->getArchiveName(). Has been added now.
Done in r32768. Requires includes/FileDeleteForm.php to be merged from trunk.
That should be r32786