Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

studlan v1.8.0

Compare
Choose a tag to compare
@HON95 HON95 released this 09 Sep 05:57
· 34 commits to master since this release
2bfd188

Added

  • Added feature for sending emails to multiple users.
  • Added optional URL slug for LANs.
  • Added arrivals table filter for ticket/paid type.
  • Added user admin panel filter for users with custom permissions.
  • Added LAN participant statistics page.
  • Added separate option for LAN media on front page.
  • Added user info on ticket purchase page, to force users to check their info.
  • Added LAN option for allowing manual payments on arrivals page.
  • Added partner relation descriptions, in addition to the existing partner descriptions.
  • Added poll app.

Changed

  • Replaced the old email backend "django-mailgun" with "django-anymail". (Configuration compatibility code has been added to avoid breaking existing Mailgun configurations.)
  • Made the front page LAN header clickable.
  • Reversed previous LAN lists so newest is on top.
  • Prevented changing arrivals and manually register users for ended LANs.
  • Made news cards a little prettier and added "read more" link if the content was cut.
  • Made news date optional.
  • Improve line and paragraph spacing in LAN descriptions, articles, etc.
  • Change LAN ticket list visually from tabs to panels.

Fixed

  • Fixed after-login and after-logout redirect, including unsafe redirecting.