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

Redesign carousel implementation to reflect documentation - bug fix #44488

Open
wants to merge 6 commits into
base: 5.2-dev
Choose a base branch
from

Commits on Nov 19, 2024

  1. Remove the re-setting of the options

    Remove the re-setting of the options, as it is already done in the PHP helper as well as in the bootstrap library itself.
    iteidrm authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5920691 View commit details
    Browse the repository at this point in the history
  2. Refactor parameter handling to fix unwanted filtering

    Refactor parameter handling to fix unwanted filtering of valid options.
    iteidrm authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5b54f9e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Fix typo

    iteidrm authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f21beb0 View commit details
    Browse the repository at this point in the history
  2. Add missing parameter to ride option

    The ride option can not only be set to "false" or "carousel" but also to "true".
    iteidrm authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    38654f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5217f12 View commit details
    Browse the repository at this point in the history
  4. Fix PHPCS

    richard67 authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d6fe622 View commit details
    Browse the repository at this point in the history