Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 3.22 KB

File metadata and controls

68 lines (43 loc) · 3.22 KB

Overview of merged pull requests

Uses $this->request instead of the http request, to stay upwards compatible with PSR-7 changes.

Related: #2711

  • Packages: BaseMixins Neos

The BaseMixin package lists itself as a dependency. This obviously doesn't make any sense (unless there is a very specific reason for this that I'm not aware of).

  • Packages: BaseMixins Neos

When opening the preview for a hidden page using the React UI a validation error shows up instead of handling the error or showing the preview.

This changes fixes that by

  • neos/neos-ui#2557
  • and changing Neos to allow invisible nodes to be shown for requests that are granted Neos.Neos:Backend.GeneralAccess

See neos/neos-ui#2500

  • Packages: Browser Neos

This PR

  • cleans up code, applies (strict) typing
  • allows numbers and dash in adjustment and variant identifiers
  • tweaks value object README a bit
  • Packages: Media

The previous examples were misleading and not helpful since they caused php-errors when used as mentioned. The adjustments correct this and add a sentence and example about the VariantsTab that has to be enabled.

  • Packages: Media

This unifies the CLI interface and makes the quiet flag available consistently with all media commands.

  • Packages: Media Neos