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

Make date display consistently across manager components #16604

Open
wants to merge 8 commits into
base: 3.x
Choose a base branch
from

Commits on Sep 3, 2024

  1. Make date display in consistently across manager components

    Adds a new centralized formatting class for datetime data, adjusting various classes to make use of the new formatters.
    smg6511 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9657698 View commit details
    Browse the repository at this point in the history
  2. Minor corrections and additions

    Applied formatter to system settings processor and made a few other corrections to previously-committed code.
    smg6511 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bf76736 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62d2ad5 View commit details
    Browse the repository at this point in the history
  4. Update data.class.php

    Should have included this with the last commit
    smg6511 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3b85032 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63dae61 View commit details
    Browse the repository at this point in the history
  6. Update modFormatter.php

    Include empty date display value in early return
    smg6511 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fe52f6d View commit details
    Browse the repository at this point in the history
  7. Packages related updates

    Applies formatter to this object type
    smg6511 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7ff850a View commit details
    Browse the repository at this point in the history
  8. Additional updates

    (Finding areas I'd missed updating in earlier commits)
    smg6511 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e54102d View commit details
    Browse the repository at this point in the history