Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC Elemental versioned badge #475

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/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
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.
Loading