CHANGELOG FOR V0.2.6 -- Added ability to parse player, game, and statistics from CBS Sportsline, subsequently deprecating previous ability with nfl.com (www/htmlparser.inc). Thanks to vikesfan and stratego. -- Added ability to migrate existing player data from nfl.com based player IDs to CBS Sportsline (www/updateroster-CBS-nfl_profile.php). Thanks to vikesfan. -- Added ability to update player data with CBS Sportsline (www/updateroster-CBS-htmlparser.php). Thanks to vikesfan. -- Added ability to scrape stats from CBS Sportsline (www/maintenance/processstats.php). Thanks to stratego. -- Added ability for league administrators to be able to update player data with CBS Sportsline from in admin console (www/players.php). CHANGELOG FOR V0.2.5 -- Fixed bug where kickers and team defenses were not compiling stats correctly. (www/maintenance/processstats.php). Thanks to vikesfan. CHANGELOG FOR V0.2.4 -- Fixed bug where an Admin could not edit a team in the admin list, but an individual ffl owner could. (www/teams.php). Thanks to Laberdere. -- Added capability to show player pics and team logos from nfl.com (www/players.php). Thanks to AlisTeR FiEnD. -- Fixed game time import for 2006 NFL season (www/games.php). Thanks to AlisTeR FiEnD. -- Fixed schedule import for 2006 NFL season (www/games.php). Thanks to felton_billy. -- Added upgrade script to set start date for Week 1 of 2006 NFL Regular Season (www/upgrade/upgrade-2006season.php). CHANGELOG FOR V0.2.3 -- Added "Total Net Yards" to parser (www/maintenance/processstats.php). Thanks in part to mtvaill. -- Fixed schedule import problem with nfl.com for 2005 season using the jdiver patch (www/games.php). -- Fixed game edits: "final" is set only if numeric scores are provided (www/games.php, www/lib/classes/offl_game.php) -- Removed old error (www/teams.php). -- Updated www/images/submenu.gif and www/images/dropmenu.gif. -- Added basic news formatting (www/news.php, www/lib/classes/offl_news.php) -- Tweaked www/maintenance/processstats.php for phantom return TDs, integrated www/maintenance/processscores.php functionality -- www/maintenance/processscores.php is now superfluous -- Fixed standings calculations regarding Bye weeks for FFL teams (www/standings.php, www/lib/classes/offl_fflteam.php) -- Fixed standings display on non-initialized years (same files as above) -- Fixed roster imports for 2005, removed old destructive roster download (www/players.php) -- Added sortable columns to "Free Agents" list (www/players.php, www/lib/classes/offl_league.php) -- Added framework for lead-pipe lock minigame, interface still under development. SQL code in update.php (/www/lib/classes/offl_lpl.php) -- Added a lot of stuff to hold past league data; allows team/division moves/additions/etc -- -- -- (/www/lib/classes/offl_[pastleague|division|league].php, /www/[divisions|leagues|players|teams].php, /www/lib/header.php CHANGELOG FOR V0.2.2 -- Tweaked www/maintenance/processstats.php for misc defensive TDs -- Added bench display to www/matchups.php -- Prettied up www/lib/css/matchups.css -- Re-did league roster view in www/rosters.php -- Added www/lib/css/rosters.css and www/lib/css/players.css -- Added past-week inserts (by parameter) for www/maintenance/processrosters.php, plus some text feedback -- Added links to NFL.com stats for NFL games on www/games.php -- Removed missing parameter warning from www/players.php -- Changed some $_GET / $_POST to $_REQUEST in www/rosters.php CHANGELOG FOR V0.2.1 -- Fixed parsing of stats to insert the NFLTeam_ID. (www/maintenance/processstats.php) -- Fixed link creation for "Roster Subpages" depending on whether league is "auction" or "draft". (www/rosters.php) -- Fixed view of old matchups (www/lib/classes/offl_pastroster.php) -- Added www/lib/css/matchups.css -- Fixed roster exploits in www/rosters.php (add/drop, wait-for-submit) -- Minor UI enhancements to www/rosters.php, www/teams.php, www/matchups.php, www/games.php -- Transaction team reporting fixed in www/rosters.php (wow this file changed a lot!) -- Fixed sacks / ints importing in www/maintenance/processstats.php -- Fixed trade system (was dropping to FA pool) www/trades.php and www/lib/classes/offl_trade.php CHANGELOG FOR v0.2 -- SO MANY CHANGES, I'M NOT DOING A SEPARATE PATCH -- Fixed view of matchups for bye weeks (www/matchups.php) -- Fixed trades view for guests (www/trades.php) -- Completely redid the roster system, including the new OFFL_RosterPlayer class -- Revamped player lookups for speed -- Fixes in starting lineup management CHANGELOG FOR v0.1.7 -- Added information for integrating Phorum 5.0.9 with OFFL. (INSTALL) -- Added information for Cronnix for Mac users to control "cron" with a graphical user interface (INSTALL) -- Tweaked auction formatting (www/auction.php) -- Fixed player download (www/players.php) -- Added league_id field (sql/tables/pastroster.sql) -- Fixed matchups display (www/matchups.php) -- Fixed current week function (www/lib/functions.php) -- Removed extra mysql call from www/lib/classes/offl_waiver.php -- Fixed roster constraints (www/lib/classes/offl_fflteam.php) -- Corrected output (www/maintenance/processstats.php) -- Changed some function internals in www/lib/classes/offl_game.php -- Tweaked www/lib/header.php to make the default phorum URL "$WEB_ROOT/forum/" across the board -- Fixed www/maintenance/processrosters.php to properly save league_id info -- Turned off error logging in www/lib/classes/offl_waiverplayer.php (was being used for boolean checks and was waaaaay too intensive in file usage) -- Fixed game lookup for all leagues (used in processscores) in www/lib/classes/offl_game.php -- Fixed standings display (www/standings.php) CHANGELOG FOR v0.1.6 -- Added ability to disable draft feature (www/control.php, sql/load/load_control.sql, www/lib/header.php) -- Removed legacy FFL code from admin section (www/players.php) -- Added auction support and tweaked formatting (sql/load/load_control.sql, sql/tables/auctionvalues.sql, www/lib/classes/offl_auctionvalue.php, www/auction.php, www/lib/header.php) -- Tweaked guest logins (some IE versions see edit capability for first user) -- Moved to IE7 0.7.1 for CSS fix (/www/lib/header.php, www/lib/js/ie7-*.js) -- Re-uploaded above files to x.x CVS versions -- Maintenance fixes in www/maintenance/processrosters.php, www/maintenance/processscores.php, and www/maintenance/processwaivers.php -- Syntax fixes for maintenance scripts in www/lib/classes/offl_pastroster.php, www/lib/classes/offl_waiverplayer.php -- Fixed trade interface (www/trades.php and www/lib/classes/offl_trade.php) -- added Persistent DB connections (www/lib/classes/offl_dbobject.php) -- shortened www/lib/functions.php (canned useless stuff) -- Added 'all_leagues' boolean to control DB table (locks setting across leagues if used) -- affects sql/tables/control.sql, sql/load/load_control.sql, www/lib/classes/offl_control.php -- Wrote upgrade script (www/upgrade/upgrade_016.php) -- adds auctionvalues DB table, new control parameters, and the 'all_leagues' flag. -- Added "Troubleshooting" section to www/lib/config.php CHANGELOG FOR v0.1.5 -- Revamped logo system (affects www/teams.php, www/uploadlogo.php, www/lib/classes/offl_fflteam.php) -- More fixes in www/drafts.php www/lib/classes/offl_player.php -- Fixed roster updating (www/rosters.php) -- Fixed more getFName/getLName calls in www/transactions.php and www/news.php. Have run global find/replace on www/ directory. -- Same as above in www/lib/classes/offl_news.php (global s/r in lib, maintenance, and lib/classes) -- Some extra checks in www/lib/classes/offl_draftpick.php to prevent null strings appearing in the SQL. -- Added initialization of $_division_id_array to www/lib/classes/offl_league.php -- Revisions to login (www/index.php) -- Unset $_SESSION["fflteam_id"] when current league is changed in www/leagues.php -- Tweaks to prevent error displays in www/standings.php -- Brought the news system back online -- Minor edits to www/waivers.php CHANGELOG FOR OFFL v0.1.4a -- Fixed user creation (password flaw) in www/users.php -- Added static files to CVS, now contains full OFFL install -- Fixed old references in www/drafts.php -- Fixed class references in www/uploadlogo.php -- Added array_unique() to www/lib/classes/offl_user.php to prevent multiple-league listings (may be needed elsewhere) -- Fixed old class references in www/editstats.php CHANGELOG FOR OFFL v0.1.3 -- Removed superfluous inserts from sql/load/load_controls.sql -- Improved sorted control selection in www/controls.php -- Early revisions to www/news.php -- Fixed class names in www/divisions.php -- Removed OFFL_State reference in www/lib/classes/offl_divisions.php CHANGELOG FOR OFFL v0.1.2 -- Fixed class names in www/drafts.php -- Updated API in www/lib/classes/offl_draft.php and www/lib/classes/offl_draftpick.php -- Fixed player view in www/players.php -- Minor API correction in www/lib/classes/offl_fflteam.php CHANGELOG FOR OFFL v0.1.1 -- Fixed table `active` in sql/tables/players.sql