2023-04-04 16:50:26 +02:00
|
|
|
HumHub Changelog
|
|
|
|
|
|
|
|
1.15.0 (Unreleased)
|
|
|
|
-------------------
|
2023-05-03 11:55:00 +02:00
|
|
|
- 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
|
2023-04-28 10:32:42 +02:00
|
|
|
- Fix #6259: Add json & pdo extensions as requirement; updating composer dependencies and node modules
|
2023-04-27 16:57:45 +02:00
|
|
|
- Fix #6192: Where Group::getAdminGroupId() would sometimes return int, sometimes string
|
2023-04-26 12:31:49 +02:00
|
|
|
- Enh #6260: Improve migration class
|
2023-04-26 09:19:26 +02:00
|
|
|
- Fix #6199: Module manager Add types to properties
|
2023-04-28 19:07:43 +02:00
|
|
|
- Fix #6189: Module settings survive deactivation in cache
|
2023-04-17 15:46:56 +02:00
|
|
|
- Enh #6236: Logging: Show log entries from migrations with category migration
|
2023-04-12 11:24:36 +03:00
|
|
|
- Fix #6216: Spaces icon in admin menu
|
2023-04-14 18:09:24 +02:00
|
|
|
- Fix #6229: Bug on saving forms: Zend OPcache API is restricted by "restrict_api"
|
2023-05-17 22:09:14 +02:00
|
|
|
- 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
|
2023-04-29 20:40:31 +03:00
|
|
|
- Enh #6240: Add ability to set showAtDashboard in SpaceMembership::addMember method
|
2023-05-06 09:27:03 +02:00
|
|
|
- Enh #5668: Allow Admin to sort the Spaces in a custom order
|
2023-04-29 20:40:31 +03:00
|
|
|
- Enh #29: AutoStart Tour for new Users
|
2023-04-25 01:00:04 +04:00
|
|
|
- Fix #6243: Do not send notification when ApprovalRequest is not valid
|
2023-04-25 00:37:24 +04:00
|
|
|
- Enh #6215: Added `LongRunningActiveJob` to avoid timeout for long running queue jobs
|
2023-04-27 19:06:14 +04:00
|
|
|
- Enh #6253: Remove `DefaultSwipeOnMobile` checkbox
|
2023-04-29 18:43:25 +03:00
|
|
|
- Enh #10: Added `collapsedPostHeight` to the Post module for set collapsed post default height
|
2023-05-10 18:15:45 +04:00
|
|
|
- Enh #6277: Bring back Pjax Functionality
|
2023-05-03 13:06:04 +04:00
|
|
|
- Enh #6285: Change background color for confirmation of oembed content
|
2023-05-03 16:09:23 +02:00
|
|
|
- Enh #6289: Refactored UserWall and Wall widgets
|
2023-05-04 21:22:14 +03:00
|
|
|
- Fix #44: Mail Module Indicator Problem
|
2023-05-11 18:54:37 +02:00
|
|
|
- Enh #6295: Add the possibility to display if users are online
|
2023-05-08 16:19:40 +04:00
|
|
|
- Fix #6299: Fix ambiguous space sort order column
|
2023-05-11 17:30:40 +02:00
|
|
|
- Enh #2590: Possibility to add a dropdown button to upload audio, image or video file type
|
2023-05-08 17:03:00 +02:00
|
|
|
- Enh #6298: Move the "Write a new comment" field style to a generic field that can be used by other modules
|
HForm::textare() improved with {cols, rows} options. Module information is localized if needed. (#6312)
* HForm textarea() method is extended with { rows, cols } options.
dquote> Private function added to minimize the parent method.
dquote> Translation definition to options algorithm is improved with the list of strict options: id, value, prompt, label, rows, cols.
* HForm textarea() method is extended with { rows, cols } options.
dquote> Private function added to minimize the parent method.
dquote> Translation definition to options algorithm is improved with the list of strict options: id, value, prompt, label, rows, cols.
* Modules information is localized.
It is possible to add description in Markdown format in different languages for modules.
* CHANGELOG updated.
* CHANGELOG updated with the related issues.
---------
Co-authored-by: Yaroslav Glodov <i@yaro.info>
2023-05-09 20:41:26 +03:00
|
|
|
- Enh #6310: Module information is localized with `docs/uk/README.md` or `README.uk.md`.
|
2023-05-10 18:15:45 +04:00
|
|
|
- Enh #6311: Added {cols, rows} to textarea() control.
|
2023-05-11 19:27:23 +04:00
|
|
|
- Enh #6304: Update button title on creating of not published content
|
2023-05-11 17:50:08 +03:00
|
|
|
- Enh #6319: Duplicate File Converter Logs
|
2023-05-13 00:41:36 +04:00
|
|
|
- Fix #5962: Make top menu shrink and grow on resize window
|
2023-05-17 18:58:27 +04:00
|
|
|
- Enh #6328: Add arrows for gridview sort columns
|
|
|
|
- Enh #6327: PHP error when calling `Password::setPassword` on unsaved User records
|