sbillard, I took the mass edit plugin as a template and made the plugin I talked about.
A quick description - all images(thumbs) from the album are displayed on the one page, without paginating. User can select multiplie images using checkboxes in two clicks - using regular shift-key and ctrl-key modifiers. So you can select/unselect a lot of images very quickly. Check/Uncheck all button is also available.
Images are displayed in small size(even smaller the default thumbnail's size), but on mouse hover the bigger image(500px) is displayed in popup(CSS/JS). The big image is loaded dynamically only on hover, and not on the page initial load, saving traffic.
Once selected, you can choose what you want to bulk change - for now only 'title' and 'description' fields are supported. I don't need other fields, but it's easy to add another fields if someone need to.
A few screenshots:
http://divan0.org.ua/web/zemphoto/screenshot0.png - interface
http://divan0.org.ua/web/zemphoto/screenshot1.png - popup image, loaded on mousehover
http://divan0.org.ua/web/zemphoto/screenshot2.png - entering new 'description'
http://divan0.org.ua/web/zemphoto/screenshot3.png - viewing changes
The sources available here:
http://divan0.org.ua/web/zemphoto/plugin_image-bulkedit.tgz
So, I wrote the plugin for my needs, and I'm pretty sure it's not ready to be a official plugin - it needs more code cleanup/review, adding more fields and logic, perhaps some redesign. And if someone needs such a plugin - I'll be glad to hear suggestions/requests and also be glad if some will pick up and improve the plugin to make it ready for official approving.
Looks nice. We always appreciate solutions that evolve from personal needs..:-) (I actually did Zenpage because of that..) You hopefully tested this with the RC2?
We generally do not add third party plugins to the package as official ones anymore as our resources as a small team are a little too limited to maintain those also. We made that "mistake" once before... Except we decide otherwise of course but I will leave that to sbillard.
But if not we will gladly add a entry on our extensions page.
acrylian, I tested it with the 1.2.6 RC1, but will check the RC2 this weekend.
Talking about including plugin I didn't mean to include it into the core tarball, of course - it's up to you, how to store and manage the plugins. I just wonder which criteria the plugin must pass to be listed in the official plugins list. And I also do want that some jQuery-wizard(and also php-wizard and design-wizard ) took a look on the plugin and at least told me weak sides.
And - the final question - which fields must be available for bulk edit? All of the image's fields?
Generally we will not include plugins in the distribution unless we are perpaired to support them. We've had some problems with including plugins and finding the person who developed them has gone inactive leaving problems unresolved.
We are quite happy to post any and all user developed plugins on the WEB pages, though. Then any one can use them (of course if they have issues/questions, they can only be addressed by the developer of the plugin.)
I'm not sure what your last question means. But I think the answer is that you need provide only those fields you wish to handle. Just be sure that the POST processing code matches handling of the fields with the ones that are in the form.
Sreenshots are very nice, this is the feature i want! thanks, great effort!
Any update on this plugin?
Yes, I tried Mass edit, i have to enter details for each photo, but what i need, i can able to select some images/albums and the enter details once & update.