Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
106.31 KB
MD5: 464df65c8fe589680367d5125c71f114
SHA-1: 01a028e4529907abb9a0a91ced3ffa305b9c5334
SHA-256: e2d32a2741c5b48aef3df421e22bc5c6c858e4c0c2d005d4a18d1e4e874fbbd7
Download zip
128.23 KB
MD5: ea3cec659ff98832b8d53ae6695251db
SHA-1: d0de8b440a8fa07cfa57645cefe0d69ec8e3ed3f
SHA-256: 00f60dd51031c8f4b1b6ea689ac88d84e3a134bf1be199c2ca80cc77bca6dcc9
Release notes
This release fixes integration with PostgreSQL, a number of autocomplete bugs, a conflict with the messaging module, among other bugfixes.
Changes since 7.x-1.3:
- #1557626 by ptmkenny: Replaced deprecated Entity API functions with current functions.
- #834706 by ptmkenny: Fixed privatemsg allows to send private messages to blocked users.
- #1387740 by arnested: Added thread_id as variable from rules actions.
- #1956038 by ptmkenny, memberall: Fixed AJAX error on Autocomplete Username when writing a new private message on IE or Chrome.
- #1694558 by stefgosselin, mstef, Sutharsan: Fixed autocomplete breaks user names with apostrophes.
- #1764484 by Frando: Allowed body and subject rules arguments to be translatable.
- #1751252 by valderama: Fixed Users with spaces in the username not accepted as valid recipients.
- #1714176 by Jibus: Fixed PostgreSQL Error: catchable fatal error on the messages list page.
- #1854828 by vomiand, Jerenus: Fixed typo 'recieve' in permission description.
- #1872102 by joachim: Fixed typo in docblock for implementations of hook_privatemsg_recipient_type_info().
- #1807410 by mikran: Fixed PHP warning: getInfo() should not be called statically.
- #1569826 by kostajh: Fixed undefined property: stdClass::() in privatemsg_message_uri_callback().
- #1554832 by yrocq, mikran: Fixed warning when applying an action from select in messages list.
- #1674344 by mototribe: Fixed unnecessary queries when send private message links on comments/nodes are disabled.
- #1353342 by BerdArt | tarzan08201: Fixed private messages and messages not working well together.
- #1366118 by cschaub: Allow to use tokens in from address for mail notifications.