fixed column heads on pick summary page to use team name if team abbreviation…
summary page fix when somebody forgets to pick.
add theme function for the pick summary page.
use drupal formatted time for the pick screen.
removed extra br on league dash.
added classes to league dash page elements.
fixed best week/worst week names on league dashboard.
fixed pick summary title.
decreased width on mypicks page. added title to update scores page.
fixed tiebreak system to only bonus players with the high-score, and when there…
bad access arg for the random logo.
added prefer long team names admin setting.
broke out the scoring systems into their own files. simplified the way scoring systems are used.
removed unused validation functions.
clear caches after adding/removing users from leagues.
sanitize user name when it comes from the RealName module.
weekly high-low chart needs to use realname when available for non-linked user names.
removed unused league_access function.
breakout weekly picks into its own handler. Added schedule grid handler left out by mistake.
breakout schedule grid page into its own handler.
added comment about a possible problem with RealName compatibility.
refactor of get_user_totals loops so they use the same variable names.
#718340, pickem_teams:logo_small field missing from clean install.
added caching to slow queries for performance.
added cache and variable clearing at uninstall.
grammar fixes.
removed another nfl reference.
cleaned up some comments.
added 'deep switch' feature to league switcher.
When adding new games, the scores defaulted incorrectly to 0.
This led to new games being counted as played with a score of 0 - 0.
You can also now clear out scores that were previously entered.
Minor Bug Fixes:
don't show weekly pick screens to a player who is not a member of the league.
added league name and removed double 'week' from email reminder.
users should only be redirected to their own leagues (when user prefs don't match their league membership).
Minor Usability Updates:
increased click accessibility on admin picks screen and added small logos.
increased click accessibility on mypicks screen.
updated help text.
league messages sort incorrectly.
email reminders only getting sent once for a user.
added team and win percent sort to team stats page.
team pickability chart sorting.
timezone in email warning.
better date format for email reminders.
shrunk line-height for the weekly picks summary table headers.
added extra br to shrink the weekly picks summary table.
reminder emails had the week id instead of week name.
timezone problem for the countdown timer.
reformatted standings page. weekly pick summary sorting.
#245335, data import bug causes divide by zero error.
#480156, cannot use object of type stdclass error.
#548888, timezones not working.
Added nfl2009 gameset to data dir.
fixed css file corruption.
fixed #521658, countdown timer integration and day of week warning.
fixed #479998, can't add a league because of a copy block bug.
fixed #480156, cannot use object of type stdclass as an array.
fixed #477246, gsid field not found in the pickem_games table.
fixed #491238, week delete function, corrected NFL_2007 schedule.
Don't show week summary if there is no week.
Fixed l() html true bug.
Added top ten user links to high/low chart.
Widened weeks games table.
Fixed percents not adding to 100% on weekly games list.
Added dashed line above current user if they are not in the top 10.
Fixed weekly leaders.
* new functionality: point spread support for leagues.
* css rewrite: inline style removal.
* new admin screen: 'new user' default league.
new install.txt info.
new user setting: email reminders.
new admin screen: data import.
new admin screen: leagues
new admin setting: espn scores scrape (used for user presentation, does not update game scores in system).
removed cck dependence. (run update.php before removing/deactivating cck for existing installations).
improved update script.