- Cookbook examples now actually work again and can be accessed through the help function
- Several editviews on one page now works
- Avoid infinitely nested divs when using AJAX submits
- Avoid losing the commit/delete buttons after an AJAX submit
- Less invalid HTML
- Added auto_nodetitle support
#367744 by Darren Oh: Updated to Drupal 6 and Views 2.
#396172 by Darren Oh: Fixed error notices.
#393540 by Darren Oh: Fixed item visibility.
#398846 by Darren Oh: Added support for OG fields.
#170220 by Agileware: Added auto_nodetitle support.
Updated to the latest jquery.form.js (version 2.03)
Added hook_field_form_render so that other modules can define a way of rendering certain fields, especially when their views fieldname doesn't directly correspond to a node fieldname.
Editview now provides two views in the views selection drop down. 'Editview - table' and 'Editview - compressed', these both behave in the same way, but look slightly different.
This version of Editview requires you install this patch in order for validation to work correctly.