mirror of
https://github.com/humhub/humhub.git
synced 2025-01-18 06:38:14 +01:00
3.9 KiB
3.9 KiB
HumHub Changelog
1.7.0 (Unreleased)
- Fix #4327: Internationalization of user approval/decline message text
- Fix #4139: Dashboard post input on mobile cuts editor menu
- Fix #4328: Top navigation overlaps post input richtext menu on dashboard page
- Fix #4257: Notification dropdown text breaks after notification image on mobile
- Enh #4341: Simplified console controller map
- Fix #4272: Guess timezone for new accounts
- Fix #4230: Auto enable "Hide file info (name, size) for images on wall" option
- Chg: Move CHANGELOG to humhub root
- Fix #4330: Allow users with permission ManageUsers to modify profile images
- Enh #4331: Added 'break-all' stylesheet option to stream entry layouts
- Enh #4179: Removed deprecated mysql character set in log table migration
- Enh #4324: Improved line break for menu entries with many characters
- Fix #4186: Add Timezone validation rules to admin prerequisite view
- Enh #4378: Implemented generic ContentContainerActiveRecord::is() function
- Enh #4310: Add "Can Like" Permission
- Fix #4111: Issues Cropping Images
- Enh #4283: Implemented UserMemberSince and UserLastLogin user's profile virtual fields
- Fix #4385: Tour broken when profile start page is changed
- Enh #3882: Rework of wall stream entry widget design and API
- Enh #3882: Introduction of alternative
WallStreamModuleEntry
widget for collaborative content types - Chg #4397: Deprecated old wall entry widget and related stream logic (see
humhub\modules\stream\actions\LegacyStreamTrait.php
) - Fix #4391: ActiveRecord
created_at
andupdated_at
contains invalid value after save - Chg #4397: Default theme color alignment and new
@link
color variable - Enh #4419: Implementation of view context http header
HUMHUB-VIEW-CONTEXT
- Fix #4420: Uncaught Throwable destroys search layout
- Enh #4421: Added
Html::addTooltip()
to add tooltips to an option array - Fix #4422: Invalid Html semantic in activity stream (
li
wrapped bya
) - Enh #4423: Implemented icon alias configuration in ui module class
- Enh #4424: Posts content with short text is emphasized
- Enh #4425: Use of accessibility compatible icon tooltips
- Fix #4408: JPlayer on mobile overflows stream content
- Fix #4382: Use of proper word break style
- Fix #3566: Bug in models/filetype/CheckboxList.php
- Enh #4401: Allow to use less variable name in value of another less variable
- Fix #4434: Fix title quoting for space icons in widget “Member in these spaces”
- Fix #4428: Replace db Expression time now with func date('Y-m-d G:i:s')
- Enh #4370: Add "summary" to
Space
model - Enh #4370: Add
humhub\modules\space\widgets\MyMembership
to manage render user state in a space - Enh #4370: Add
humhub\modules\space\widgets\AboutPageSidebar
to manage about page sidebar - Enh #4370: Add
About Space
page - Enh #3994: Live event legitimation array include followed users
- Enh #3994: Live event legitimation consider
cached
argument in processing data - Fix #4452:
humhub.ui.filter.getActiveFilterCount
returns wrong value with exclude array option - Fix #4452: Ignore
scope
profile filter in stream filter count and hasActiveFilters - Fix #4456: PHP8 deprecated warning for LessHelper::updateVariables()
- Fix #4451: PHP Deprecated Warning in ProsemirrorRichText::replaceLinkExtension
- Enh #4195: Increased scaled logo size for high res displays
- Enh #4469: Added TextConverter maximum length
- Enh #4469: Added file converter id attribute
- Enh #3978: Added option to compress and resize images automatically on upload
- Enh #3889: Prevent automatically resized site icons by manually added files (e.g.
/upload/icon/180x180.png
) - Enh #4458: Remove cacert.pem in order to avoid curl error
- Enh #4467: Inject stream entries by event (experimental)
- Fix #4473: Catch all Throwables when loading module configuration
- Fix #4474: Loader not removed from event trigger
- Enh #4476: Reworked TimeAgo widget