Notes:
Changes: Change Log: v0.11: o Fixed the cricket sport. Did not have the calc values. o Fixed a problem when displaying player stats. You could sort on the stats. o Fixed a problem when displaying team rosters when no games were scheduled. o Minor fixes in blocks to catch a few error conditions. o Fixed problem on lifetime stats. The season is not set and therefore when you click on the player, the stats where showing up with error. o Fixed another problem with lifetime stats. If a players is not active, his team id was not being set when creating the URL. Now we check if he is active and if not, we get his last team that he played on. o Fixed some problems dealing with players moving between teams mid season. o Fixed problem with team names having a quot character in them. o Fixed problem when configuring blocks. o Moved the season selector to top of standings table. o Added team name after player name when displaying stats. o Some missed text that was not put into the language files - Thx Luca. o Fixed a bug when moving players - Thx Luca. o Fix for bug when displaying player via stats that does not belong to a team. o Added a 'start' date when creating seasons. That we we can sort the season based on the start date. o Fixed textgram.com sms to work again. o Fixed small HTML error in the notify script that was not displaying the form correctly. v0.10: o When creating a league, the table win,tie,loss indicators were not being set. o Added the Volleyball sport. Thanks hieronymus. o Fixed error where half time scores were not being added when updating matches the first time. o Added the ability to add a description of the league and the season. o Fixed errors in how the hockey sports were setup. o Changed the way the schedule of games are displayed. o Add Portuguese language file - Thanks Jorge Rodrigues o Fixed a bug when clicking on "Season Player Statistics" link. Gave SQL error. o Small formatting fix when displaying stats. o Add the ability to export schedule via iCalendaer. o Added the ability to see the different seasons if there are more than two seasons. o Added missing global declarations in edit_player(). o Fixes to get nuke-league to work with PHP-Nuke 6.5. o Added the ability to handle different teams in different seasons. o Add Italian language file - Thanks Luca Negrini o Make league.php (admin interface) support multi-langs - Thanks Luca Negrini o The stats page now displays a lifetime section and we limit it to only display 40 entries. o Add an "Player Name Misc" field as an additional field the can be used to further identify the player (e.g. Jersey number, nick name, etc). o Add a "Bulk Player from last season" to be able to create a new league with the previous seasons players. o Fixed "God" bug. Thanks Luca Negrini. o Add 'cricket' sport. Thanks Astrid Ventevogel. v0.9: o Moved text messages into language files o Add the ability to enter a match report. Uses the PHP-Nuke news facility. o Fixed a bug where the "Full Schedule" link was hardcoded to league 1. o Made the "I'm this player" and "I'm the captain" links configurable. o Added a screen for when using the "notify" feature, you can now customize the message before it is sent out. o Allow the player infomation to be selectivley displayed. The player can decide what he would like to display and who is allowed to see it - all users, registered users, or only admins. If the user has not set this information, there is a default that is set for the league. o Fixed a minor bug when a nuke user is trying to modify the player who has his nukeid assigned to it. o Allow you to sort the stats. (from heshys, additional changes by me) o Add a new standings block. (from Rudi, additional changes by me) o Fixed bug in customization of 'Next' and 'Previous' games. o Fixed bug when adding a player to an additional team. v0.8: o Added a validation screen when recreating the league tables o Fixed a bug when updating players of a game. It was adding players to the playerlist that where not yet on the team o Allow the start date of a player to be edited o Display the start and end date of a player o Add autoupdate feature. Allow you to set if you want this feature turned on or off. o Recalc standings link will recalculate the standings all in one shot using the results from the games that are in the database. o Added a field in the team page that we call the "Short Name" field. It is a field that should contain an abreviated version of the name. Used in areas where there is not enough room to display the entire team name. o Fixed some errors when links for admins were being displayed when they should not have. o Added icon so that admin can update games in "Next Game" block o When updating in game in "Next Game" block, the game does not show up anymore in the "Next Game" block, but will show up in the "Revious Games" block. o Fixed an error with the Team Notify. The 'SMS Service Username' was not being set correctly. o Changed the score1 and score2 entries of nuke_league_schedule to int(10) from varchar(10). NOTE: If you put ASCII characters in these fields, they will be lost. You can now only put in a number. o Fixed a problem with the admin error checks. You could not select NO permissions. This has now been fixed. v0.7: o Run the text for the bio field through filter_text() to make sure everything is cleaned up before it is saved. o Added a new "Rightblock" feature. This allows you to define the type of rightblock you would like to display when displaying Nuke-League pages. The options are none, PHP-Nuke right block, or custom right block. You will have to define your new right block. Use the Nuke-League interface under the prefs menu. (from heshys) o Added a "default row color" option that allows you define what type of color should be displayed when showing things like the schedule or the standings. It will uses this color as every other row. This makes reading these tables easier. (from heshys) o Continues with the admin capabilities. We now can assign users to be admins of players and teams. The admin screen has change a little. NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE You will have to manually delete all the admin accounts that you have already created by deleteing all the entries in the nuke_league_admin table or you have to add the lid (League id) to each entry. It is easier to just delete them and then recreate them. o Allowed the PHP-Nuke ID to be assigned to a league player. And we can assign a PHP-Nuke ID to be the captain of a team. Users can designate themselves as they being either the player or the captain. The admin will be notified of this and they will have to approve this. Once the captain has been approaved he can also approve PHP-Nuke ID's for his team. o Create a "Notify Team" link. This allows you to send an email to indicate that practice or the game has been canced. It will email all the players that have emails or send to an email list. It can also send SMS text messaging message using one of the free SMS services provided on the internet. The link to this is under the edit team page. It is defined for each team. o Players can now be moved to different teams and added to additional teams. The stats will display the team information correctly, depending on when a player was with the team. o When displaying email, show it in long format. (e.g. joubert at berger-family dot org) v0.6: o Fix bug when deleteing game it was not deleting the game summary and the statistics for the players for that game. o The schedule is now sorted by date and then place. o Fixed bug in block.php o Fixed bug when scheduling or updating games. Now a little message is displayed in what the format should be. o Add a player bio field. o Add a menu block (from heshys) o Add a stats page (from heshys) o Add a "League Home" page (from heshys) o Add a few more linking of data (e.g. blocks now allow you to click on the team name) (from heshys) o Removed the team id from the player table. This allows the player to be moved around easier between teams and a player could play on two teams. o You can now display the full schedule (from heshys) v0.5: o Bug fixes o You can now customize the date format o The schedule now only shows 20 items at a time. You then page to the next 20. The number of items displayed is customizable. o The Edit Standings page now has a "Recreate Standings" link. This will allow you to recreate the standings page if new teams are added. o Game Summary has the team name's now linked to their respective pages. o When displaying the team's or player's pages and there is no address data to display, then don't display the blank information. o Anytime a game is displayed, admin links are provided if the user is allowed admin capabilities on the game. o When the schedule is displayed, on the right had side of each game there are three icons provided that a user can administrate the game if the have this capability. o The individual player page now shows the current season's game statistic detail. You can also look at previous season's statistics. v0.4c: o Bug fixes o Add admin graphic v0.4b: o Bug fixes v0.4a: o Bug fixes v0.4: o Blocks now handle different sports. o Rearranged some code. v0.3: o Added support so that the sports can display different positions and statistics about each of those positions. o Add support so that the Standings table can calculate rows. And you can now determine which rows you want to sort the standings by. o Changed the way each sport was configured. o Created a navigation bar to move a little easier through the menus. v0.2: o Support multiple sports o Changed the way you create standings table o Fixed how seasons where being displayed for player statistics for each season. o Fixed how standings where being displayed for each season. v0.1: Initial release.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use