- Added preview size which is displayed when editing a node
- Fixed issue with IE 7 invalidating png's due to the mime being image/x-png, no validating based on extension
- Supports radios
- 'Preloading' Images
- Utilizing imagecache functionality
Much like beta1 from the user point of view, but with major new coolness in terms of extensibility, admin configurability and code quality.
So, what's new in beta2 (compared to beta1):
- Passes all current code style guidelines of the Coder module, and doesn't spit out dozens of PHP E_NOTICE errors (in case you had those enabled, which is unlikely if you don't run unreleased Drupal versions from CVS).
- Make the contents of the edit widgets hide behind a moving table header, like they should.
- Plus all the nice stuff from comment #39 in the porting issue. Including correct node deletion and revision handling, and the above-mentioned extensibility which also enables upload restrictions by specifying which file widgets are allowed, and configurable ImageCache support that I will release in a beta version at filefield_image just after releasing this one.