Downloads
Download tar.gz
51.38 KB
MD5: 1ee91f17e91adeb936643e638930c996
SHA-1: 3bf5cdf348be2a654446e248e69007153ee7b667
SHA-256: fba65bc52dc1c92fdba9ea7cbd5ea1b68a6c1377a310daa7685687fc4e49140a
Download zip
63.4 KB
MD5: 596d68729d57645b29ee212a374573e5
SHA-1: 31c68735c8f3734d362c749b5d0e82080e96879e
SHA-256: 79983537c6d3b58ca59ea987a79ab6f7f6a798122d15b93eb8d5f8fd25298e8a
Release notes
Lots of fixes and some new features and a backwards-incompatible API change with this release.
- #193323: Chat Room only updates for each user when that user posts content
- #841392: Remove user link in the user list of private chat's doesn't work.
- #667384: User names linked to use profile page in chat window even if current user does not have access to user profiles
- #705288: Slow response times on messages
- #796172: Path to chatroom module directory is not obtained correctly
- #667392: Add admin settings for variable chatroom_online_list_timeout
- #267962: Private chats listed in the public arhive
- #661672: Chat room module two problems
- #848518: Rules creates Chat but chat doesn't work correctly.
- #834096: Chat time changes randomly
The last issue in the list introduced a change in the timestamps are stored, and usernames in messages themed.
If you want to over-ride the themeing of a username in a chat message, you now need to implement the 'chatroom_message_username' theme hook.
Thanks to everyone who reported a bug and/or provided a patch!