Skip to content

Commit

Permalink
DOC Elemental versioned badge
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Mar 11, 2024
1 parent d3690d8 commit e772dac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
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 and/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/changeslogs/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
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 e772dac

Please sign in to comment.