mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
54a2988d53
* Replace deprecated `yii\base\BaseObject::className()` * Fix get class * Remove `ActiveRecord->class()` * Implement `PolymorphicRelation::getObjectModel($object)` * Implement `ContentAddonActiveRecord::getObjectModel($object)` --------- Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2.7 KiB
2.7 KiB
HumHub Changelog
1.15.0 (Unreleased)
- Enh #6270: Add tests for SettingsManager
- Enh #6272: Always return integer from settings, if value can be converted
- Fix #6267: SettingsManager::flushContentContainer() only clears the collection in the current instance, not the underlying cache
- Enh #6271: Add input and type checks, as well as strict types to SettingsManager
- Fix #6266: BaseSettingsManager::deleteAll() does use prefix as wildcard
- Fix #6259: Add json & pdo extensions as requirement; updating composer dependencies and node modules
- Fix #6192: Where Group::getAdminGroupId() would sometimes return int, sometimes string
- Enh #6260: Improve migration class
- Fix #6199: Module manager Add types to properties
- Fix #6189: Module settings survive deactivation in cache
- Enh #6236: Logging: Show log entries from migrations with category migration
- Fix #6216: Spaces icon in admin menu
- Fix #6229: Bug on saving forms: Zend OPcache API is restricted by "restrict_api"
- Enh #6240: Add ability to set showAtDashboard in SpaceMembership::addMember method
- Enh #6164: Invitation by link: when registering within an SSO, the email should only be requested on the service provider
- Enh #6240: Add ability to set showAtDashboard in SpaceMembership::addMember method
- Enh #5668: Allow Admin to sort the Spaces in a custom order
- Enh #29: AutoStart Tour for new Users
- Fix #6243: Do not send notification when ApprovalRequest is not valid
- Enh #6215: Added
LongRunningActiveJob
to avoid timeout for long running queue jobs - Enh #6253: Remove
DefaultSwipeOnMobile
checkbox - Enh #10: Added
collapsedPostHeight
to the Post module for set collapsed post default height - Enh #6277: Bring back Pjax Functionality
- Enh #6285: Change background color for confirmation of oembed content
- Enh #6289: Refactored UserWall and Wall widgets
- Fix #44: Mail Module Indicator Problem
- Enh #6295: Add the possibility to display if users are online
- Fix #6299: Fix ambiguous space sort order column
- Enh #2590: Possibility to add a dropdown button to upload audio, image or video file type
- Enh #6298: Move the "Write a new comment" field style to a generic field that can be used by other modules
- Enh #6310: Module information is localized with
docs/uk/README.md
orREADME.uk.md
. - Enh #6311: Added {cols, rows} to textarea() control.
- Enh #6304: Update button title on creating of not published content
- Enh #6319: Duplicate File Converter Logs
- Fix #5962: Make top menu shrink and grow on resize window
- Enh #6328: Add arrows for gridview sort columns
- Enh #6327: PHP error when calling
Password::setPassword
on unsaved User records - Enh #6169: Replace deprecated
yii\base\BaseObject::className()