Downloads
Release notes
Fixing: #964164: Inserting image causes browser window/tab to freeze Loading...
Fixing: #945522: After upgrading from ver. 2.3 to 2.4. The image browser comes up empty.
Fixing: #944374: SQL error when saving comments
Fixing: #942294: Images disappear (I think it is solved)
Fixing: Old Browser settings not used anymore
Adding: #835084: Support fancybox module integration
Adding: You can now define a maximum filesize for the upload. By default, the value is 0 ( no limit, uid=1 never has a limit)
This new version has is quite important and has some bigger changes. To fix the old and "unfixable" images dissapear bugs, i changed the architecture of WUI to not use cache during edits but rather scan the body after the node / comment gets saved. This way its 100% ensured all files will get persistent. Overall this removes a huge complexity of the module and nearly 150 lines of code have been removed.
In addition the views-integration has been adjusted. The options are now namespaced due a bug in views 2.x, also the integration follows the reference-implementation to fix some bugs.
If you created own views you have to edit them and set the options again, as they are not working anymore now!