Open Issues Need Help
View All on GitHub Event pages are available for unreleased events about 2 months ago
AI Summary: This GitHub issue describes a problem where event pages for unreleased events are directly accessible via their slug, even though they are not publicly linked. The proposed solution is to add a check to the event page handler to return a 404 status for any unreleased event. Although the event data is already public elsewhere, this change would prevent direct access to unreleased event pages.
Complexity:
1/5
bug good first issue
Event start/end timezone is wrong about 2 months ago
AI Summary: Event start and end times, sourced from 'ilmomasiina', are being displayed in UTC instead of the local timezone when the site is running in an Azure environment. This indicates an issue with timezone conversion or display specific to the Azure deployment.
Complexity:
3/5
bug good first issue