Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This release adds 'subscriptions'. Users are able to subscribe to documents they own, or have permission to write to. When subscribed documents are modified or deleted the subscribed user will recieve an email notification.
New Features:
There are two additional 'My Account' screens:
My Account / My documents - Gives a list of all the files originated by a user. For any entry in the list there is a button allowing the user to subscribe or unsubscribe
My Account / My Subscriptions - Gives a list of all the files subscribed to by a user. Against each entry there is a button allowing the user to unsubscribe.
There is a new item on the context menu allowing you to subscribe to, or unsubscribe from, a file or revision.
Note that if you are subscribed to a document then make changes yourself you are not notified.
The notification messages are fully configurable. The new subscriptions admin screen allows the subject line and contents to be fully customised.
The admin screens have been re-organised. There are now seperate admin screens for main settings, roles, subscriptions and replication.
The release also fixes outstanding bugs from the previous release including:
Problems with search - large files, especially pdf's, often failed to convert to text properly and this led to files being left in the temporary directory.
Problems with drag and drop not working
File size incorrectly reported for revisions
Not correctly barring incorrect node types from having attachments
Positioning for tooltips and context menus was wrong, particularly on Safari.
Fixed a problem on upload with invalid file names (containing ' or ").
Problem adding attachments from a slave - replication delays made this unreliable. A configurable delay has now been added.
#604652 by nbz: fix icon links with actual code problem
#628986 by JThan: correct CSS code for .comment .content-inner at line 562
#625724 by domesticat: add on custom.css file for CSS customize
#681620 by Zoltán Balogh: fix t() on empty string
#712376 by almalino: fix image overlapping problem
Fix a compatible issue with new Read More Link module