HumHub v1.3.0-beta.2 Release Notes

Release Date: 2018-07-18 // almost 6 years ago
  • โšก๏ธ Please read the Update Guide before updating!

    ๐Ÿ— > If you're using the sources directly from GitHub, you need to build the required assets manually. Please see the chapter Build production assets for more details.

    • Enh: Added CounterSet Widget to handle Space/Profile header statistic counts
    • ๐Ÿ›  Fix: UI addition mutation observer interfering with new rich-text mutation logic
    • ๐Ÿ›  Fix: ThemeLoader publishes assets on CLI requests
    • Enh: Add possibility to delete an invitation #2980
    • โšก๏ธ Enh: Moved search index tasks (add, update & delete) into asynchronous tasks
    • Enh: Added search index rebuild button
    • ๐Ÿ›  Fix #3200: wall stream scroll not working after single entry load request
    • ๐Ÿ›  Fix added missing required validation of target space for move content feature
    • Enh: Added humhub.modules.stream.StreamState.firstRequest in order to determine the initial request
    • ๐Ÿ›  Fix #3204: invalid russian translation in module overview
    • ๐Ÿ›  Fix #3169: post markdown not stripped in mails and activities
    • ๐Ÿ›  Fix #3157: invalid use of relative space target link in MailContentEntry widget
    • ๐Ÿ›  Fix force invite not working on space creation
    • Enh: Enable invite all instead of force membership in case force invite checkbox is not selected
    • ๐Ÿ›  Fix: prevent MembersAdded activity when using force space membership
    • ๐Ÿ’ป Enh: added humhub.modules.ui.picker.Picker.disable() in order to disable/enable userpicker fields
    • Enh: topic labels now redirect to space stream with active topic filter if clicked outside of space stream
    • ๐Ÿ›  Fix: #3123: unbalanced html tags leads to broken comment after load more
    • ๐Ÿ›  Fix: #3211: escaped html rendered on space list modal
    • ๐Ÿ›  Fix: invalid userpicker translation syntax in czech language
    • ๐Ÿ›  Fix: added missing layout-snippet-container class in space and profile layout
    • ๐Ÿ›  Fix: move profile content not possible
    • ๐Ÿ›  Fix: Stream wall scroll event not detached on pjax call
    • ๐Ÿ›  Fix: Error thrown for empty url links in humhub\libs\Markdown when used in console environment
    • ๐Ÿ›  Fix: UserUrlRule double User model import
    • ๐Ÿ›  Fix: Skip soft delete validation
    • ๐Ÿ›  Fix: Added user dn to ldap attributes on login
    • Enh: Added Twig template engine for usage in modules
    • Enh: Added id data attribute on contentcontainer links
    • ๐Ÿ›  Fix: Wrong permission check on force invite check
    • ๐Ÿ›  Fix: Space homepage doesn't allow custom pages on first position
    • Enh: Added integrity check for notification originator
    • ๐Ÿ‘€ Enh: Use of new richtext version 1.0.4 see https://github.com/humhub/humhub-prosemirror/blob/master/docs/CHANGELOG.md
    • Enh: Added max-height for post/comment/edit richtext
    • ๐Ÿ’… Enh: Richtext style enhancements (dashed selection)
    • ๐Ÿ›  Fix: Upload preview for comments not cleared after submit
    • ๐Ÿ›  Fix: Profile/Space image upload not working after full page reloads
    • ๐Ÿ›  Fix: File upload errors not handled by richtext
    • ๐Ÿฑ Enh: Removed built and compressed assets from GitHub sources