Skip to content

Releases: wilsonodk/football-challenge

Notify and Player Activation

08 Oct 15:00
Compare
Choose a tag to compare

v2.12.0

  • Email Notifications

    Players are now notified if a post mentions them or if a user replies to a post. This feature is controlled by a setting that both Players and Commissions can modify.

  • Player Activation

    Player can be deactivated and/or activated by a Commissioner. The default is that a player is active.

Commissioners can modify Player Picks

15 Sep 13:41
Compare
Choose a tag to compare

v2.11.0

  • Feature: Allow Commissioners to Edit a Player's Picks

    A Commissioner can now edit and add a Submission for every player, and for every week during a Challenge Year.

Hide Users' Picks

09 Sep 15:40
Compare
Choose a tag to compare

v2.10.0

  • Hide User Picks

    While a Challenge is active (when users are allowed to make their picks), a user cannot see what other users have picked. Once a Challenge is in pending state (when user cannot make their picks and games are being played), all users can see the picks of all other users.

  • Bug Fix: Reminders

Fixed a bug where reminders were not being sent.

  • Bug Fix: Empty Challenge

    When a new challenge is created, the default School ID should be set to 999
    instead of 0 to create a better experience with the displays should the user
    not actually enter their picks.

Better Pending State

02 Sep 18:25
Compare
Choose a tag to compare

v2.9.1

Unified the view templates for handling pending state during challenges. Now using on all challenge views.

Added pending support to home page during challenges.

v2.9.0

Two great features came in this release.

  1. Reminder Email Setting

    The Commissioner can modify each player's Reminder Email setting.

  2. Better Passwords

    Passwords a hidden and salted throughout the entire exchange. The Commissioner can still reset emails for users, but can no longer see the user's passwords.

Reminder Emails and Better Passwords

26 Aug 13:43
Compare
Choose a tag to compare

Two great features came in this release.

  1. Reminder Email Setting

    The Commissioner can modify each player's Reminder Email setting.

  2. Better Passwords

    Passwords a hidden and salted throughout the entire exchange. The Commissioner can still reset emails for users, but can no longer see the user's passwords.

Update to Route Behaviors

18 Aug 15:13
Compare
Choose a tag to compare

v2.8.5

  • Fixed bug where new players couldn't be created.
  • Fixed bug on home page when users have zero wins and zero loses caused a divide by zero error.

v2.8.4

  • Fixed new year bug. When a new year was created, no challenges would be found, this caused an array index error.

v2.8.3

  • New year! Updated year to 2014.

v2.8.2

  • Fixed bug in production where reminder emails will never be sent.

v2.8.1

  • Fixed issue with a incorrectly defined array.
  • Added link to /login for anonymous users looking at /week or /week/:num.

v2.8.0

Three routes have been update to respond without parameters.

  • /picks/:name/picks

    Logged in users will see their picks page.
    Anonymous users will see a list of users to choose from.

  • /week/:num/week

    Shows the latest challenge.

  • /picks-week/:num/picks-week

    Shows the latest complete picks week page.

v2.8.2: Update to Route Behaviors

01 Nov 19:04
Compare
Choose a tag to compare

v2.8.2

  • Fixed bug in production where reminder emails will never be sent.

v2.8.1

  • Fixed issue with a incorrectly defined array.
  • Added link to /login for anonymous users looking at /week or /week/:num.

v2.8.0

Three routes have been update to respond without parameters.

  • /picks/:name/picks

    Logged in users will see their picks page.
    Anonymous users will see a list of users to choose from.

  • /week/:num/week

    Shows the latest challenge.

  • /picks-week/:num/picks-week

    Shows the latest complete picks week page.

v2.8.1: Update to Route Behaviors

01 Nov 17:33
Compare
Choose a tag to compare

v2.8.1

  • Fixed issue with a incorrectly defined array.
  • Added link to /login for anonymous users looking at /week or /week/:num.

v2.8.0

Three routes have been update to respond without parameters.

  • /picks/:name/picks

    Logged in users will see their picks page.
    Anonymous users will see a list of users to choose from.

  • /week/:num/week

    Shows the latest challenge.

  • /picks-week/:num/picks-week

    Shows the latest complete picks week page.

v2.8.0: Update to Route Behaviors

01 Nov 16:37
Compare
Choose a tag to compare

v2.8.0

Three routes have been update to respond without parameters.

  • /picks/:name/picks

    Logged in users will see their picks page.
    Anonymous users will see a list of users to choose from.

  • /week/:num/week

    Shows the latest challenge.

  • /picks-week/:num/picks-week

    Shows the latest complete picks week page.

v2.7.2: Messenger Improvements

30 Oct 12:38
Compare
Choose a tag to compare

v2.7.2

A few minor enhancements.

  • Renamed the Messenger JS file.
  • Using variables for jQuery elements.
  • Minor CSS changes.

v2.7.1

Fixed a bug where the messages wouldn't load in certain submit scenarios.

v2.7.0

Added several enhancements to the Messenger service.

  • Username linking done through users created in the system.
  • Added formatting for bold and italic.
  • Added new line formatting.
  • Linking the message by username.
  • General UI enhancements