Commit graph

3 commits

Author SHA1 Message Date
Oliver Davies 28be950672 Fix talk test
This commit fixes the current talk test.

Now they're passing, I'll review the tests themselves and refactor them
and/or the implementation code as needed.
2024-05-24 00:11:01 +01:00
Oliver Davies cbd1417b24 Sort talks only by the event date
Sort the talks on the listing page solely by `field_event_date`.

Prior to this commit, the page was using a custom sort plugin that
attempts to show future talks followed by past talks, but also affect
the order to show upcoming talks in an ascending order, followed by past
dalks in the opposite (descending) order.

This was not working as expected.

For now, solely using the event date field is the simpler solution.

In the future, I'll either re-attempt this or remove the code and
simplify my codebase.
2024-05-24 00:07:48 +01:00
Oliver Davies 01398280c7 Re-add opdavies_talks module 2024-04-11 23:06:13 +01:00