Skip to content

Commit

Permalink
Merge branch '5.2' into 5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 12, 2024
2 parents 7771ea7 + f0cecc3 commit 456c2b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions en/08_Changelogs/5.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ title: 5.2.0 (unreleased)
- [New ORM features](#new-orm-features)
- [GridField components now work with arbitrary data](#gridfield-arbitrary-data)
- [ErrorPage allowed codes configuration](#errorpage-allowed-codes-configuration)
- [Versioned status badges for elemental](#elemental-badges)
- [Create random passwords for new users](#create-random-passwords-for-new-users)
- [Buttons to select all files and deselect all files](#bulk-action-buttons)
- [Support for validation using `symfony/validator`](#symfony-validator)
Expand Down Expand Up @@ -215,6 +216,14 @@ SilverStripe\ErrorPage\ErrorPage:
- 500
```
### Versioned status badges for elemental {#elemental-badges}
Elemental content blocks now feature versioned status badges which adds a textual indicator of whether the block is in draft or a modified state. This textual indicator is in addition to the dot icon indicator that was already there. This functionality is only enabled if the [`Versioned`](api:SilverStripe\Versioned\Versioned) extension is enabled which it is by default.

![elemental-versioned-badge](../_images/changelogs/5.2.0/elemental-badge.png)

To streamline the user experience, the blue dot icon, which previously indicated an unsaved state, has been removed, ensuring consistency across the CMS interface.

### Create random passwords for new users

If a new user is created in the security section of the CMS with an empty password, then a strong random password will now be automatically assigned to the user which will not be visible to the person creating the user. The user will need to click the "I've forgotten my password" link in order to receive a password reset email so they can then enter a new password.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ This only applies to users created through the security section of the CMS. User
The files section of the CMS now has buttons to select and deselect all files and folders currently on the screen, which is useful when you want to perform bulk operations. These buttons show at the bottom of the screen in the bulk actions toolbar. The deselect all button also shows the number of currently selected items. As these buttons are on the bulk actions toolbar they are only visible if at least one item has been selected.
![select all functionality in the CMS](../_images/asset-admin-select-all.png)
![select all functionality in the CMS](../../_images/asset-admin-select-all.png)
### Support for validation using `symfony/validator`{#symfony-validator}

Expand Down
Binary file added en/_images/changelogs/5.2.0/elemental-badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 456c2b5

Please sign in to comment.