Display conference dates on conferences page and homepage - #1812
Closed
lacatoire wants to merge 4 commits into
Closed
Display conference dates on conferences page and homepage#1812lacatoire wants to merge 4 commits into
lacatoire wants to merge 4 commits into
Conversation
…php#1606) Show finalTeaserDate under each conference title on the conferences page and in the homepage sidebar. Replace the outdated $CONF_TEASER array with NewsHandler::getConferences() to access date information.
lacatoire
requested review from
derickr,
saundefined,
sgolemon and
sy-records
as code owners
February 10, 2026 09:08
Contributor
|
🚀 Regression report for commit 2f38663 is at https://web-php-regression-report-pr-1812.preview.thephp.foundation |
Contributor
|
🚀 Preview for commit 2f38663 can be found at https://web-php-pr-1812.preview.thephp.foundation |
derickr
requested changes
Aug 18, 2026
derickr
left a comment
Member
There was a problem hiding this comment.
I don't mind adding the date, but I have to note:
- It is hard to see the difference between the title, and the date. Some sort of visual mark in between would be useful, I suppose.
- There are now conflicts due to code-reorganisation — that needs fixing first.
- I am not sure whether it currently makes sense to make changes to the content on the homepage, as there is a redesign under way.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
finalTeaserDateprominently under each conference title and in the sidebar panel$CONF_TEASERarray (stuck on 2015 data) withNewsHandler::getConferences()to access date information, and shows dates next to conference titles in the sidebar