Skip to content

Releases: NFM-Studios/project-olly

v1.0.4

04 Aug 01:25
Compare
Choose a tag to compare
  • Add StaticPages
  • OllySettings object additions
  • Add team rosters and object based roster roles (WIP)
  • Add latest_updates to pages for use with website updates
  • Patch unable to edit league form error
  • Patched Invite template received invalid user objects
  • Improved league front and backend handling
  • Add RichTextFields to news posts and more
  • fix invite as captain error
  • Staff panel improvements, including many templates

v1.0.3

11 May 16:59
Compare
Choose a tag to compare
  • Removed old hardcoded userprofile checks in edit_profile.
  • Improved map_pool choice for matches in staff panel
  • Creating league matches properyl sets map_pool to the new match object
  • Add support for non-conference league matches
  • Fix get_invites taking wrong form data
  • Fix incorrect routes
  • Fix team invite processing issues
  • Remove excess variables in team.forms
  • Remove commented old code
  • Fix invisible boolean form fields
  • Add #139 - featured team on userprofile
  • Add #140 (ref #121 #122 ) - ollysettings to disable specific functionality of the site within the staff panel
  • Clean up code in team forms
  • Fix profile.views from_email in password_reset being None
  • Removed incorrect usage of env vars
  • Adjust notification variables
  • Remove duplicate message output
  • env var improvements for devs
  • Fixed league matches not appearting on staff->matches

v1.0.2

09 Feb 02:40
d28ad53
Compare
Choose a tag to compare
  • Allow staff to send email reverification email (in the case of an email server hiccup) - closes #123
  • Fixed hard coded redirects in staff:users template
  • Added additional UserProfile fields to staff:modify_user
  • Fix javascript datetime error with multiple matches in matches:list
  • Revamp staff:team_detail template
  • Revamp staff:user_detail template
  • Fixed datetime constraints for some Notification object creation events
  • Added user notifications for match updates made within staff panel
  • Remove duplicate django messages
  • PEP8 improvements

v1.0.1

02 Feb 01:11
119db4e
Compare
Choose a tag to compare
  • Add front end changes for match scheduling in match list page
  • Fix captains list on team detail template.
  • #116 - Allow founders to add themselves as a captain
  • Add discord icon to footer #118
  • Fix template logic for social info in footer
  • make link fields in socialinfo not required
  • fix manyrelatedmanager error on team leave
  • improve teams section on player profile
  • fix spelling error in default models value

v1.0.0

11 Jan 18:21
985c0aa
Compare
Choose a tag to compare

See changelog.md for full details

V0.9.0

10 Aug 23:58
012cfa0
Compare
Choose a tag to compare
  • Implement leagues functionality

V0.8.1

08 May 18:00
5f495d2
Compare
Choose a tag to compare
  • News articles publish date now auto fills with last saved date when editing
  • Fix news post fields (fixes a possible 500 error when editing). closes #54
  • Fix S3 ACL warnings
  • Fix static file 404 warning
  • Fix template path from old multi tenant design
  • Delete user gear model
  • Rename support templates to line up with app name
  • Allow pages to load if a SocialInfo object doesn't exist
  • Disable S3 querystring auth since B2 doesn't support it (and buckets should be public anyways)
  • Add Activision ID to UserProfile, closes #73
  • [New feature] FAQ
  • [New feature] Front page slides are now object based

V0.8.0

05 May 20:42
a7038b8
Compare
Choose a tag to compare
  • Fix CI Tests
  • Additional CI Changes
  • Fix SocialInfo not working as a context processor
  • Add Object Based FAQ questions. Create a FAQ section within the staff panel and answer those common questions!
  • Fix not being able to create tournaments within the staff panel
  • Adjusted store product deletion, making it easier to delete products.
  • Add object based slides, allows for a smoother more dynamic content generation on the front end, while keeping the back-end clean.
  • Fix tournament bracket and tournament detail styling
  • Fix issue where tournament ruleset page would not load
  • Implement team flags into the bracket template
  • Add manage rulesets button on staff nav bar
  • Object based map list improvements in staff panel.
  • Staff base panel style modifications

2019.10.1

27 Nov 21:49
2451b47
Compare
Choose a tag to compare
Documentation updates (#31)

* Update readme.md and create nginx_setup.md

* Add discord link to readme

* Update README.md

* nginx_setup.md initial commit

* re-add start.sh

* Add travis badge to readme. Closes #29

* "Instalation" (Thanks Ben)

* Update README.md

* Update README.md

* remove incomplete tag

* Update nginx_setup.md

* Delete random underscore in start.sh