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 15 commits into
base: 3.x
Choose a base branch
from

Commits on Sep 26, 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 26, 2024
    Configuration menu
    Copy the full SHA
    b62c962 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 26, 2024
    Configuration menu
    Copy the full SHA
    3a4c3e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff0c243 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 26, 2024
    Configuration menu
    Copy the full SHA
    850c2e5 View commit details
    Browse the repository at this point in the history
  5. Convert Lexicons date display

    smg6511 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a11c54c 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 26, 2024
    Configuration menu
    Copy the full SHA
    539c3c6 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 26, 2024
    Configuration menu
    Copy the full SHA
    3fae011 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 26, 2024
    Configuration menu
    Copy the full SHA
    c5523bb View commit details
    Browse the repository at this point in the history
  9. Adjust the formatter

    theboxer authored and smg6511 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2c45cb6 View commit details
    Browse the repository at this point in the history
  10. Update modManagerDateFormatter.php

    Add/tweak method documentation; make nullable string more explicit in method signatures
    smg6511 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    eedb80f View commit details
    Browse the repository at this point in the history
  11. Update GetList.php

    Applies new modManagerDateFormatter to Context settings
    smg6511 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6150494 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Update modManagerDateFormatter.php

    Make requested changes and add a few more prop/method type declarations
    smg6511 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    10a3a37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7582025 View commit details
    Browse the repository at this point in the history
  3. Update modManagerDateFormatter.php

    Implement requested change missed in previous commit
    smg6511 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3b3a0cc View commit details
    Browse the repository at this point in the history
  4. Merge branch '3.x-issue-14961' of https://github.com/smg6511/revolution

    … into 3.x-issue-14961
    smg6511 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1b041c5 View commit details
    Browse the repository at this point in the history