Skip to content

Display conference dates on conferences page and homepage - #1812

Closed
lacatoire wants to merge 4 commits into
php:masterfrom
lacatoire:fix/conference-dates-1606
Closed

Display conference dates on conferences page and homepage#1812
lacatoire wants to merge 4 commits into
php:masterfrom
lacatoire:fix/conference-dates-1606

Conversation

@lacatoire

@lacatoire lacatoire commented Feb 10, 2026

Copy link
Copy Markdown
Member

Summary

  • Fixes Prominently display dates and locations of conferences #1606
  • Conferences page: displays finalTeaserDate prominently under each conference title and in the sidebar panel
  • Homepage: replaces the outdated $CONF_TEASER array (stuck on 2015 data) with NewsHandler::getConferences() to access date information, and shows dates next to conference titles in the sidebar
  • Adds a "View all" link when more than 4 conferences exist in a category

…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.
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Regression report for commit 2f38663 is at https://web-php-regression-report-pr-1812.preview.thephp.foundation

@github-actions

Copy link
Copy Markdown
Contributor

🚀 Preview for commit 2f38663 can be found at https://web-php-pr-1812.preview.thephp.foundation

@derickr derickr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@lacatoire lacatoire closed this Aug 18, 2026
@lacatoire
lacatoire deleted the fix/conference-dates-1606 branch August 18, 2026 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Prominently display dates and locations of conferences

3 participants