Find a file
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
.githooks Update build configuration files 2024-05-11 13:46:57 +02:00
.github/workflows Initial commit 2024-04-04 18:20:16 +01:00
config/sync Sort talks only by the event date 2024-05-24 00:07:48 +01:00
tools Enable markdown for editing HTML 2024-04-08 22:51:13 +01:00
web Sort talks only by the event date 2024-05-24 00:07:48 +01:00
.dockerignore Initial commit 2024-04-04 18:20:16 +01:00
.env.example Switch from nginx to Apache 2024-04-04 19:27:09 +01:00
.gitignore Update build configuration files 2024-05-11 13:46:57 +02:00
.hadolint.yaml Initial commit 2024-04-04 18:20:16 +01:00
.tmuxinator.yaml Start the project in a window 2024-04-04 23:16:58 +01:00
build.yaml Add tools as an extra directory to apply patches 2024-04-15 08:03:07 +01:00
composer.json Remove gin_toolbar 2024-05-22 06:57:00 +01:00
composer.lock Remove gin_toolbar 2024-05-22 06:57:00 +01:00
docker-compose.yaml Update build configuration files 2024-05-11 13:46:57 +02:00
Dockerfile Add tools as an extra directory to apply patches 2024-04-15 08:03:07 +01:00
phpcs.xml.dist Initial commit 2024-04-04 18:20:16 +01:00
phpstan.neon Fix some PHPStan errors 2024-04-18 20:41:03 +01:00
phpstan.neon.dist Initial commit 2024-04-04 18:20:16 +01:00
phpunit.xml.dist Initial commit 2024-04-04 18:20:16 +01:00
README.md Add README 2024-04-04 23:10:57 +01:00
run Initial commit 2024-04-04 18:20:16 +01:00
todo Add todo 2024-04-04 23:11:17 +01:00

oliverdavies.uk-drupal