humhub/CHANGELOG_DEV.md

83 lines
4.1 KiB
Markdown
Raw Normal View History

2022-04-19 14:24:10 +02:00
1.11.0 (Unreleased)
-------------------
See also: HumHub 1.11 - [Release Notes](https://docs.humhub.org/docs/about/releasenotes/release_notes_1_11) and [Changelog](https://github.com/humhub/humhub/blob/master/CHANGELOG.md)
Warning: The minimum PHP version is now `PHP 7.4`!
- Fix #5637: Allow update setting "include beta updates" on modules page
- Fix #5648: Introduce new config value for min. required PHP version
2022-04-19 14:24:10 +02:00
2022-04-13 21:56:02 +02:00
1.11.0-beta.3 (April 13, 2022)
------------------------------
2022-04-19 11:20:10 +02:00
Warning: The minimum PHP version is now `PHP 7.4`!
2022-03-18 21:36:32 +01:00
- Fix #5603: Syntax error in database view installer
- Fix #5605: Fix warning on render ajax content on register file after View::endPage()
- Fix #5608: Remove duplicated field "Hostname" on install
- Fix #5612: Fix RichText post process event pass data
- Enh #5610: Show menu item "Add Licence Key" for purchased modules
- Enh #5599: Introduce a variables in the Space model to call ProfileImage and ProfileBannerImage classes
- Enh #5621: Optimize footer views
- Fix #5616: Don't display oEmbed confirmation in text field
- Fix #5631: Fix enabling module on functional tests
2022-04-12 19:50:05 +03:00
- Fix #5633: Fix tests NonceCest
- Fix #5635: Fix cached comments
2022-04-19 14:24:10 +02:00
2022-03-18 21:36:32 +01:00
2022-03-18 17:00:14 +01:00
1.11.0-beta.2 (March 18, 2022)
2022-03-18 21:36:32 +01:00
------------------------------
2022-04-19 11:20:10 +02:00
Warning: The minimum PHP version is now `PHP 7.4`!
2021-12-06 10:40:17 +01:00
- Fix #5434: Hide disabled next/prev buttons on guide first/last steps
- Fix #5456: `canImpersonate` only possible for SystemAdmins
- Enh #5462: Added Single Page Post View
Rework modules section (#5476) * Rework modules section * Rework modules section * Filter modules * Menu controls for module cards * Display only modules * Filter online modules by category * Filter installed modules by category * Filter modules by tags * Display module status * Reorder tags on module filters * Display HumHub update info on modules list * Menu controls on online modules * Display available updates for modules * Remove not used code of old module views * Link to settings from modules page * Redesign modules for user and space * Fix user modules layout on fluid themes * Animate module updating * Button to update all modules * Update style for modules list on space creating * Fixed errors without available Marketplace module * Sort enabled modules before disabled * Use MarketplaceModule::$enabled on init modules list * Update method getEnabledMarketplaceModule() * Use MarketplaceModule::$enabled on init modules list * Move module online info methods into separate behavior * Update code of modules list * Rename 'humhub.directory.js' to 'humhub.cards.js' * Factorize online module data loading * Move purchase licence key to new modules layout * Align center update info * Fix filter modules * Fix filter modules by tags "Installed"/"Not Installed" * Update styles of modules settings icon * New online module status "isPartner" * Keep single active filter tag on modules list * Hide the not installed deprecated modules * Update layout of module status label * Space above filter "Tags" * Detect module status "Professional Edition" as top priority * Hide installed or not installed modules on single filter tag * Update styles for upgrade humhub info on modules list * Tooltip for button "Professional Edition" * Fix "Buy" link * Restyle no modules results * Update no modules results * Minor changes * Changed Updater link Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com> Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-04 01:16:37 +03:00
- Enh #5476: Rework modules administration section
- Enh #5472: New interface `TabbedFormModel` for activate first tab with error input
- Enh #5224: Add reply-to email in the settings
- Enh #5471: On the pending approval page, add grouped actions and custom columns
- Enh #5490: Display confirmation message before display embedded content
- Enh #5258: Display who invited the user on the Approval page
- Enh #5475: Option for forbidden usernames
- Enh #4890: Allow to define actions in a controller which should not be intercepted by other actions
- Enh #5503: Allow profile fields link prefixes like "tel://"
Rework modules section (#5476) * Rework modules section * Rework modules section * Filter modules * Menu controls for module cards * Display only modules * Filter online modules by category * Filter installed modules by category * Filter modules by tags * Display module status * Reorder tags on module filters * Display HumHub update info on modules list * Menu controls on online modules * Display available updates for modules * Remove not used code of old module views * Link to settings from modules page * Redesign modules for user and space * Fix user modules layout on fluid themes * Animate module updating * Button to update all modules * Update style for modules list on space creating * Fixed errors without available Marketplace module * Sort enabled modules before disabled * Use MarketplaceModule::$enabled on init modules list * Update method getEnabledMarketplaceModule() * Use MarketplaceModule::$enabled on init modules list * Move module online info methods into separate behavior * Update code of modules list * Rename 'humhub.directory.js' to 'humhub.cards.js' * Factorize online module data loading * Move purchase licence key to new modules layout * Align center update info * Fix filter modules * Fix filter modules by tags "Installed"/"Not Installed" * Update styles of modules settings icon * New online module status "isPartner" * Keep single active filter tag on modules list * Hide the not installed deprecated modules * Update layout of module status label * Space above filter "Tags" * Detect module status "Professional Edition" as top priority * Hide installed or not installed modules on single filter tag * Update styles for upgrade humhub info on modules list * Tooltip for button "Professional Edition" * Fix "Buy" link * Restyle no modules results * Update no modules results * Minor changes * Changed Updater link Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com> Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-02-04 01:16:37 +03:00
- Enh #5510: oEmbed support for other social networks, redesign of oEmbed settings pages
- Fix #5534: Statistic input loading problem
- Enh #5523: Option to include E-Mail address to search
- Enh #5352: Remove "NewMembers" widget from Core
2022-02-07 23:39:10 +01:00
- Fix #5478: Avoid permalinks on comments related to a global content (not in a container) to crash.
- Enh #5538: People - Show Text Profile Field Filters as DropDown with AutoComplete
- Fix #5547: Remove Google Fonts from E-mails
- Enh #5536: Optional notification w/ reason when admin deletes content/comment
- Fix #5549: Topic icon is missing in TopicPicker search
2022-02-13 16:05:14 +01:00
- Fix #5556: Formatted output for date fields in "About me" profile area.
Squashed commit of the following: commit 9c2061ca147cb5227130d4edb53d10342fc9e9ad Merge: 6f4d2b0b2 f3640e874 Author: Lucas Bartholemy <lucas@bartholemy.com> Date: Mon Feb 14 18:18:30 2022 +0100 Merge branch 'fix/5553-multiple-users-with-emailRequired-disabled' of https://github.com/KeudellCoding/humhub into KeudellCoding-fix/5553-multiple-users-with-emailRequired-disabled commit f3640e874ec4f43c819fafd12d5a610828437f99 Author: KarlKeu00 <47644344+KarlKeu00@users.noreply.github.com> Date: Mon Feb 14 17:17:57 2022 +0100 Undo some unnecessary changes commit 34839b8dab975f7ef2887d1354bcce40381e94bd Merge: 84033c092 3a02b7a44 Author: KarlKeu00 <47644344+KarlKeu00@users.noreply.github.com> Date: Mon Feb 14 17:08:49 2022 +0100 Merge branch 'fix/5553-multiple-users-with-emailRequired-disabled' of https://github.com/KeudellCoding/humhub into fix/5553-multiple-users-with-emailRequired-disabled commit 84033c092f5b805c1e1c06c671f848f56118f7c9 Author: KarlKeu00 <47644344+KarlKeu00@users.noreply.github.com> Date: Mon Feb 14 17:08:18 2022 +0100 No need for random emails, fix regarding HForm commit 3a02b7a44c88528f32b325fc816c9f02ed6ef3e2 Merge: 9d235b0ee 12ea7da5b Author: KarlKeu00 <47644344+KarlKeu00@users.noreply.github.com> Date: Mon Feb 14 12:05:59 2022 +0100 Merge branch 'develop' into fix/5553-multiple-users-with-emailRequired-disabled commit 9d235b0eec694f30ad8e7e35ac2afa1025196a04 Author: KarlKeu00 <47644344+KarlKeu00@users.noreply.github.com> Date: Sun Feb 13 14:52:31 2022 +0100 Improved support of the emailRequired property
2022-02-14 18:20:13 +01:00
- Fix #5553: Cannot have two or more users without email when emailRequired is disabled.
- Fix #5506: Modal: Close Icon optimization
- Fix #5564: Close modal button doesn't work after form validation
- Fix #5533: Users can't live in UTC
- Fix #5460: Untranslatable string New Updates in Stream
- Fix #5573: Allow replying for sub comments
- Fix #5518: Number of activities reported in the mail summary is always limited to 20
- Enh #5358: Remove deprecated "Directory" module
- Fix #5524: Mentioning Permission
- Fix #5529: Tooltip: improving readability
- Enh #5298: Added Followers to Space About Page
- Enh #4558: Deprecate CompatModuleManager
- Enh #5323: Remove deprecated "Setting" classes
- Enh #5381: Optimize module states query
- Enh #4823: Removed CHTML and CActiveForm classes as well as usages (plus refactoring)
2022-02-24 18:33:26 +01:00
- Fix #5449: File - Update info after `setStoredFileContent` and `setStoredFile`
2022-02-24 18:56:12 +01:00
- Enh #5127: LDAP: Reset mapping for single user only
- Enh #5522: Add content id in the file table
- Fix #5581: Fix long words in comment form
- Fix #5578: Improved `rememberMe` parameter handling for thirdparty auth provider
- Fix #5304: In a button, data-action-cancel-text doesn't work
- Fix #5340: Mobile navigation: width detection problem
- Enh #5432: Possibility to add buttons in the People page with a module
- Fix #5585: Don't force password change on user simulating
2022-03-18 13:51:07 +01:00
- Fix #5591: Fix people/space cards banner
- Enh #5575: Add content topics to search