Downloads
Release notes
Many bug-fixes including these:
1) Fix for not showing "pending publishing" message on Document creation if the document is already published.
2) Issue #913922 by Robert_T: Fixed issue with Document to loose url and type on reverting previous revisions. Now no validation is performed on reversion and url, type and fid is copied from the revision being reverted instead of trying to generate them again.
3) Issue #927554 by Robert_T: Fixed $op code for "delete revision" in hook_nodeapi().
4) Fix to ensure that a document file shared by multiple revisions does not get removed when one of the revisions is deleted. A file can get associated to multiple revisions when a revision is reverted. At that time, all its data including file information is copied to the new revision from the existing revision being reverted from.
5) Issue #942548 by Simon Georges: i18n improvements.
6) Issue #1123282 by chris.wray: Sorting and Paging links for document search are hooked via jQuery for performing ajax search to ensure proper application of paging and sorting parameters as this module does not support PostBack paging/sorting for Search module currently.