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

[MAINTENANCE] Use TYPO3 DateFormatter for date formatting in SolrCoreStatus #1392

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fschoelzel
Copy link
Contributor

Due to the deprecation of strftime() in PHP 8.1, we are transitioning to the TYPO3 DateFormatter class, which leverages IntlDateFormatter. This ensures compatibility with TYPO3 v12 for the SolrCoreStatus view in the backend.

@fschoelzel fschoelzel marked this pull request as draft December 4, 2024 11:57
@sebastian-meyer sebastian-meyer added the 🛠 maintenance A task to keep the code up-to-date and manageable. label Dec 16, 2024
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (f088772) to head (c55a6f3).
Report is 14 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff      @@
##   main   #1392   +/-   ##
============================
============================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fschoelzel fschoelzel force-pushed the fix-strftime-solrcorestatus branch from c55a6f3 to 35d8839 Compare December 17, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 maintenance A task to keep the code up-to-date and manageable.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants