This repository has been archived by the owner on Aug 18, 2024. It is now read-only.
studlan v1.8.0
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.