HumHub v1.2.0-beta.2 Release Notes

Release Date: 2017-02-24 // about 7 years ago
    • ๐Ÿ›  Fix: TimeAgo locale not loaded in production mode, added AppDynamicAsset (luke-)
    • ๐ŸŒ Enh: Translation message rebuild and auto translated duplicates (luke-)
    • ๐ŸŒ Enh: Combined all directory translations into base message category (luke-)
    • ๐Ÿ‘ท Enh: Added logging table cleanup job (luke-)
    • ๐Ÿ‘ท Enh: Added new version check as ActiveJob (luke-)
    • ๐Ÿ”ง Enh: Moved user configuration params 'minUsernameLength' + 'adminCanChangeProfileImages' to user module class (luke-)
    • ๐Ÿ’… Enh: Added .editorconfig code style configuration file (luke-)
    • Enh: Added 'show_in_stream' column in file table to hide output in wall entries (luke-)
    • Enh: Added 'renderGalleryLink' link method to PreviewImage converter (luke-)
    • ๐Ÿ›  Fix: Search view links not working (buddh4)
    • ๐Ÿ›  Fix: Markdown in comment layout issue (buddh4)
    • ๐Ÿ’ป Enh: humhub.ui.showMore module for cutting post text and comments (buddh4)
    • ๐Ÿ›  Fix: Javascript issues with guest users, removed initialitation of some modules for guest user (buddh4)
    • ๐Ÿ›  Fix: Mutliple use of same emoji in richtext.
    • Enh: Use of Yiis new afterRun for humhub Widgets.
    • ๐Ÿ›  Fix: Word break issue in markdown posts.
    • ๐Ÿ›  Fix: Richtext with emoji only on post edit where ignored.
    • Enh: Added data-action-confirm for confirming actions.
    • ๐Ÿ›  Fix: File StorageManager setContent method broken
    • Enh: Added FileHelper methods createLink & getContentContainer
    • ๐Ÿ‘ Enh: Javascript HumHub Client - better handle ajax redirects
    • Enh: TopMenu / TopMenuRightStack hide content when user is not logged in without guest mode
    • Enh: Added showUserName option in AccountTopMenu widget
    • Enh: Added isGuestAccessEnabled method in User component
    • Enh: Added flash variable (executeJavascript)to execute js on the next page load
    • Enh: Added possibility to create own file handlers (edit, create, import, export)
    • Enh: Added data-action-process to handle modal processes
    • Enh: Added upload file event (humhub:file:created)
    • Enh: Added custom file handler positions
    • ๐Ÿšš Enh: Moved UploadAction::getFileResponse method to FileHelper::getFileInfos
    • ๐Ÿ’ป Enh: Added JS context menu to ui.additions module
    • Enh: Enhanced ContentContainer Module enable/disable
    • Enh: Added client.reload for pjax and non pjax page reloads
    • Enh: Added ContentContainerAsset to AppAsset
    • Enh: Added editModal for editing wallentries within a modal instead of inline
    • ๐Ÿ›  Fix: Oembed not rendered in richtext.
    • Enh: Smarter show more logic - Only cut text if it overlaps the max height by a specific span.
    • Enh: Added getContextMenu for defining wallentry context options.
    • Enh: Added editMode to WallEntry for allowing modal based edits.
    • ๐Ÿ›  Fix: file-preview text overflow in HumHub theme.
    • ๐Ÿ›  Fix #2280: Meta data (rotation) not respected for camera images (ImageMagick)
    • ๐Ÿ›  Fix: Activity stream rendering issue on page unload.
    • โšก๏ธ Enh: Optimized stream entry fade animation.
    • Enh: Added $maxAttachedFiles to content module to restrict the uploaded file count of comments and posts
    • ๐Ÿ›  Fix: Hide notification count badge if notification count is 0
    • ๐Ÿ›  Fix: Only flush js config if not empty
    • Enh: Use of theme variables in mail all views
    • ๐Ÿ›  Fix: Submit comment with only files leads to Internal Server Error
    • ๐Ÿ›  Fix: Prevent spacechooser message count update on own content creation
    • ๐Ÿ›  Fix: Abort overlapping space chooser search requests
    • ๐Ÿ›  Fix: Problem in notification group_count with only one involved user
    • ๐Ÿ›  Fix #2257: Set module as default in space/user broken