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

Veranstaltungsreihen #151

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Mar 30, 2023

  1. Veranstaltungsreihen:

    * Adds option to add events lasting multiple days with adding an 'event_end_date' field
    
    TODO:
    * Translations
    uatschitchun committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    244b01c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Fix to multiday events

    * Adds tax_query to components/project/events.php again as it was lost during coding
    * Should fix the sorting order of events:
    The array now checks (event_date >= today) OR (event_date < today AND (event_end_date >= today OR event_end_date =""))
    Hoping thats how it should be
    uatschitchun committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    4f74508 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Hopefully last fixes to multiday events:

    * Change & improve meta_queries and sorting in components/project/events.php, components/views/veranstaltungen.php & pages/single-veranstaltungen.php
    * Changed "Veranstaltungsreihe" to "Aktion" for to leave place on elements/card-veranstaltungen.php to be able to display long date (like '30. September - 30. September) and still use qp_date
    * Changed and added "Uhr" as it looks and feels more natural and use translations all over
    uatschitchun committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    41ed28f View commit details
    Browse the repository at this point in the history