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

BUGFIX: Trim leading and tailing whitespaces #3860

Merged
merged 6 commits into from
Oct 10, 2024

Commits on Sep 26, 2024

  1. BUGFIX: Trim leading and tailing whitespaces

    Whitespaces like a tab can lead to a 404 error if a URL has been pasted to a LinkEditor or LinkInput.
    
    As datasources, assets, URLs and slugs should not start with a whitespace, we can remove them.
    
    Fixes: neos#3859
    markusguenther committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7d9c1f3 View commit details
    Browse the repository at this point in the history
  2. BUGFIX: Prevent potential js error

    Ensure that searchTerm is a string before trimming the value.
    markusguenther committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9e59a3c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    a53f256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d08cca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41fb986 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    500f950 View commit details
    Browse the repository at this point in the history