Credit to @RomainMazB. Documented in https://github.com/wintercms/docs/pull/34. Proposed in #201.
Co-authored-by: Luke Towers <github@luketowers.ca>
Co-authored-by: Ben Thomson <ben@abweb.com.au>
Co-authored-by: Jack Wilkinson <me@jackwilky.com>
We'll prompt people to upgrade to the next major version, but if they opt to stay on their current branch, to ensure that they don't end up filled with extraneous info, we'll just show the changelog of their current branch and those branches below the current one.
Chrome exhibits an issue in stretch mode with the double min-height definition of the surrounding field container and the editor writing area where the height is interpreted incorrectly and the editor content is clipped if the viewport shrinks the editor below the minimum height.
This fix will define a minimum height just for the editor writing area based on the "size" option, and will still allow stretch to increase the height of the editor further as required.
Partially reverts the "improvements" in d7117f9cb2
Fixes https://github.com/wintercms/winter/issues/322
This PR introduces the capability of creating a quick development environment of Winter CMS using Gitpod for testing and further development.
See https://github.com/wintercms/winter/pull/295 for more information on the instance configuration.
Prevents impersonators from having access to any permissions on the impersonated user's account that they don't already have access to
Prevents super users from being impersonated
Allows skin developers to target the body class in the auth layout for specific pages within the Auth controller. The sign in page already specified a "signin" class, so this brings the other pages into parity.
- Combine the PR and push code quality check.
- Remove the Commander action, as we don't use it.
- Remove Splitsh executable - we were going to use it for automated split builds, but this is now done through the Winter CLI.