Downloads
Download tar.gz
21.54 KB
MD5: 076c95530c4269515c5dde4309849553
SHA-1: 9d2f1822a4d9d8f07e772f50f65dd6f2500fac2f
SHA-256: fe972e7966d19eb84602ba6cceb8168815d447ede5970682c6b6b5fbb7d7ea79
Download zip
29.04 KB
MD5: 44350126bd3b3cb71b54fcad6fde5a92
SHA-1: 3902107ba468b0702073490f825c37ea19bfc133
SHA-256: 38cc158d3a6e301498a5b09173504b70a3b144d7522123f18188607b87d16d67
Release notes
Now, it's time for the first release candidate. A lot of minor bugs were fixed and it works quite stable.
Important note
Support for ImageField will follow in 3.* dev release (next 2-3 weeks)
Changes (compared to release 0.*)
+ feature, # bug, - removed
- + #282213: Progress bar on each files upload (loze) added CSS File to provide a visible progressbar. Can be overwritten by theme.
- + #287699: Editing of image node fields before submitting (ryooki) added ability to show a list of all uploaded images after upload. Additionally, all its fields (title & body) can be edited for all uploaded images all at once. Great feature. Please note that it has to be activated per user role.
- + more possibilities with granting permissions per user role [mass uploading images, edit captions (<-- preview list)]
- # #292434: CCK Field values weren't observed correctly (great thanks to HnLn) some CCK Field values weren't observed correctly when node was created
-
# #297805: Preview Image Preset must be changed once to get previews. (no imagecache) (royce) Preview Image Preset was not set correctly during install time,
so no preview images were shown. - # #294222: IMAGE_NOT_COMPLETED shows on images when body is omitted in the image content type (HnLn) IMAGE_NOT_COMPLETED tag shows on images when body is omitted in the image content type. Problem is when body field is cleared in the content type settings for image.
- # ...and a lot of more bug fixes... (especially featured preview list)
- - hided buttons "process queued images" and "empty queue" because these buttons aren't useful for the uploader, instead they are still used by JS