From: Greg M. <bli...@us...> - 2004-11-24 21:40:51
|
Update of /cvsroot/phpwsscoreboard/scoreboard/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28566/class Modified Files: BoxManager.php Boxscore.php Scoreboard.php Log Message: Add and/or changed email address + removed old scoreboard image Index: Boxscore.php =================================================================== RCS file: /cvsroot/phpwsscoreboard/scoreboard/class/Boxscore.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Boxscore.php 6 Dec 2003 05:11:50 -0000 1.2 --- Boxscore.php 24 Nov 2004 21:40:40 -0000 1.3 *************** *** 5,9 **** * * @version $Id$ ! * @author Greg Meiste <me...@NO...> * @package Scoreboard */ --- 5,9 ---- * * @version $Id$ ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @package Scoreboard */ Index: Scoreboard.php =================================================================== RCS file: /cvsroot/phpwsscoreboard/scoreboard/class/Scoreboard.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Scoreboard.php 6 Dec 2003 05:11:50 -0000 1.2 --- Scoreboard.php 24 Nov 2004 21:40:40 -0000 1.3 *************** *** 4,8 **** * * @version $Id$ ! * @author Greg Meiste <me...@NO...> * @package Scoreboard */ --- 4,8 ---- * * @version $Id$ ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @package Scoreboard */ *************** *** 15,19 **** * Main menu for Scoreboard class * ! * @author Greg Meiste <me...@NO...> * @access public */ --- 15,19 ---- * Main menu for Scoreboard class * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @access public */ *************** *** 191,195 **** * changes the title for the scoreboard * ! * @author Greg Meiste <me...@NO...> * @param string $title New Name to assign to the scoreboard * @access public --- 191,195 ---- * changes the title for the scoreboard * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param string $title New Name to assign to the scoreboard * @access public *************** *** 205,209 **** * Counts the number of announcements associated with a sports score * ! * @author Greg Meiste <me...@NO...> * @param string $rec Id number of the score that may have announcements * @return int $retVal Number of announcements associated with score --- 205,209 ---- * Counts the number of announcements associated with a sports score * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param string $rec Id number of the score that may have announcements * @return int $retVal Number of announcements associated with score *************** *** 227,231 **** * is now being phased out for individual functions. * ! * @author Greg Meiste <me...@NO...> * @access public */ --- 227,231 ---- * is now being phased out for individual functions. * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @access public */ *************** *** 267,271 **** * Shows the form to add a score to the database. * ! * @author Greg Meiste <me...@NO...> * @param string $rec Id number of the sport that is to receive this new score * @access public --- 267,271 ---- * Shows the form to add a score to the database. * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param string $rec Id number of the sport that is to receive this new score * @access public *************** *** 305,309 **** * Builds up display to edit a sport. Lists the scores that could be edited. * ! * @author Greg Meiste <me...@NO...> * @param string $rec The sports Id number in the database. * @access public --- 305,309 ---- * Builds up display to edit a sport. Lists the scores that could be edited. * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param string $rec The sports Id number in the database. * @access public *************** *** 355,359 **** * Displays the user block that contains scoreboard information * ! * @author Greg Meiste <me...@NO...> * @access public */ --- 355,359 ---- * Displays the user block that contains scoreboard information * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @access public */ *************** *** 466,470 **** * Displays all the scores for the sport requested. * ! * @author Greg Meiste <me...@NO...> * @param string $rec The Id of the sport in the database * @access public --- 466,470 ---- * Displays all the scores for the sport requested. * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param string $rec The Id of the sport in the database * @access public *************** *** 524,528 **** * Handles the user requests for changing/deleting scores in the database. * ! * @author Greg Meiste <me...@NO...> * @access public */ --- 524,528 ---- * Handles the user requests for changing/deleting scores in the database. * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @access public */ *************** *** 608,612 **** * Shows announcements created after date passed to function * ! * @author Greg Meiste <me...@NO...> * @param date $date Date that will be the earliest dated announcements listed * @param int $score Score ID that the announcement should be associated with. --- 608,612 ---- * Shows announcements created after date passed to function * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param date $date Date that will be the earliest dated announcements listed * @param int $score Score ID that the announcement should be associated with. *************** *** 657,661 **** * Handles the user requests for adding announcement links to scores * ! * @author Greg Meiste <me...@NO...> * @param int $score Score ID that the announcement should be associated with. * @access public --- 657,661 ---- * Handles the user requests for adding announcement links to scores * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param int $score Score ID that the announcement should be associated with. * @access public *************** *** 679,683 **** * Handles the user requests for listing/deleting announcement links to scores * ! * @author Greg Meiste <me...@NO...> * @param int $score Score ID that the announcements are associated with. * @access public --- 679,683 ---- * Handles the user requests for listing/deleting announcement links to scores * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param int $score Score ID that the announcements are associated with. * @access public *************** *** 712,716 **** * Finds the Related Stories for a individual scores * ! * @author Greg Meiste <me...@NO...> * @param int $score Score ID that the announcements are associated with. * @return string $content Lists of the announcements to add --- 712,716 ---- * Finds the Related Stories for a individual scores * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param int $score Score ID that the announcements are associated with. * @return string $content Lists of the announcements to add *************** *** 740,744 **** * Asks the user if they REALLY want to delete all scores for a sport. * ! * @author Greg Meiste <me...@NO...> * @param int $sport Score ID that the announcements are associated with. * @access public --- 740,744 ---- * Asks the user if they REALLY want to delete all scores for a sport. * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param int $sport Score ID that the announcements are associated with. * @access public *************** *** 758,762 **** * Deletes all Scores and Announcement Links from a sport. * ! * @author Greg Meiste <me...@NO...> * @param int $sport Score ID that the announcements are associated with. * @access public --- 758,762 ---- * Deletes all Scores and Announcement Links from a sport. * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param int $sport Score ID that the announcements are associated with. * @access public *************** *** 783,787 **** * Asks the user if they REALLY want to delete a sport. * ! * @author Greg Meiste <me...@NO...> * @param int $sport Score ID that the announcements are associated with. * @access public --- 783,787 ---- * Asks the user if they REALLY want to delete a sport. * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param int $sport Score ID that the announcements are associated with. * @access public *************** *** 802,806 **** * Shows the page that allows the user to change the order of sports on the scoreboard * ! * @author Greg Meiste <me...@NO...> * @param int $sport Score ID that is to have ordinal changed * @param string $direction The direction that the sport is to be moved --- 802,806 ---- * Shows the page that allows the user to change the order of sports on the scoreboard * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param int $sport Score ID that is to have ordinal changed * @param string $direction The direction that the sport is to be moved *************** *** 845,849 **** * Displays the interface to change the Next Event for a sport. * ! * @author Greg Meiste <me...@NO...> * @param int $sport Sport ID that the next Event should be associated with. * @access public --- 845,849 ---- * Displays the interface to change the Next Event for a sport. * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param int $sport Sport ID that the next Event should be associated with. * @access public Index: BoxManager.php =================================================================== RCS file: /cvsroot/phpwsscoreboard/scoreboard/class/BoxManager.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** BoxManager.php 24 Dec 2003 01:01:40 -0000 1.3 --- BoxManager.php 24 Nov 2004 21:40:40 -0000 1.4 *************** *** 5,9 **** * * @version $Id$ ! * @author Greg Meiste <me...@NO...> * @package Scoreboard */ --- 5,9 ---- * * @version $Id$ ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @package Scoreboard */ *************** *** 379,383 **** * Displays the interface to add a new boxscore * ! * @author Greg Meiste <me...@NO...> * @param int $scoreID Score ID that the boxscore should be associated with. * @param int $step Step of the add process --- 379,383 ---- * Displays the interface to add a new boxscore * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param int $scoreID Score ID that the boxscore should be associated with. * @param int $step Step of the add process *************** *** 489,493 **** * Displays the interface to edit an existing boxscore * ! * @author Greg Meiste <me...@NO...> * @access public */ --- 489,493 ---- * Displays the interface to edit an existing boxscore * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @access public */ *************** *** 508,512 **** * Displays the link to a boxscore if it exists * ! * @author Greg Meiste <me...@NO...> * @param int $scoreID Score ID that might have a boxscore to view * @return string $retval The link to the boxscore --- 508,512 ---- * Displays the link to a boxscore if it exists * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param int $scoreID Score ID that might have a boxscore to view * @return string $retval The link to the boxscore *************** *** 531,535 **** * Displays a boxscore * ! * @author Greg Meiste <me...@NO...> * @param int $scoreID Score ID that has a boxscore to view * @access public --- 531,535 ---- * Displays a boxscore * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param int $scoreID Score ID that has a boxscore to view * @access public *************** *** 572,576 **** * the other input array that have the index number that's needed. * ! * @author Greg Meiste <me...@NO...> * @param array $values Array of values to use * @param array $indexes Array of indexes that need to get selected --- 572,576 ---- * the other input array that have the index number that's needed. * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param array $values Array of values to use * @param array $indexes Array of indexes that need to get selected *************** *** 597,601 **** * Calculates and returns the percentage of the two values passed in * ! * @author Greg Meiste <me...@NO...> * @param int $lowVal The numerator to use in the calculation * @param int $highVal The denominator to use in the calculation --- 597,601 ---- * Calculates and returns the percentage of the two values passed in * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param int $lowVal The numerator to use in the calculation * @param int $highVal The denominator to use in the calculation *************** *** 619,623 **** * Finds the high value of the array that's passed to the function * ! * @author Greg Meiste <me...@NO...> * @param array $values Array of values to look for the high value * @return int $retval The value that's found to be the highest --- 619,623 ---- * Finds the high value of the array that's passed to the function * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param array $values Array of values to look for the high value * @return int $retval The value that's found to be the highest *************** *** 648,652 **** * Finds the low value of the array that's passed to the function * ! * @author Greg Meiste <me...@NO...> * @param array $values Array of values to look for the low value * @return int $retval The value that's found to be the lowest --- 648,652 ---- * Finds the low value of the array that's passed to the function * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param array $values Array of values to look for the low value * @return int $retval The value that's found to be the lowest *************** *** 677,681 **** * Finds the sum of the values in the array that's passed to the function * ! * @author Greg Meiste <me...@NO...> * @param array $values Array of values to sum * @return int $retval Sum of the values to return --- 677,681 ---- * Finds the sum of the values in the array that's passed to the function * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param array $values Array of values to sum * @return int $retval Sum of the values to return *************** *** 699,703 **** * Finds the average of the values in the array that's passed to the function * ! * @author Greg Meiste <me...@NO...> * @param array $values Array of values to average * @return int $retval Average of the values to return --- 699,703 ---- * Finds the average of the values in the array that's passed to the function * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param array $values Array of values to average * @return int $retval Average of the values to return *************** *** 726,730 **** * Sums up values entered and stores them in the vertTemp field * ! * @author Greg Meiste <me...@NO...> * @param int $colNum The column number of the field (starting at 0) * @param int $value Value to add to the current vertTemp field --- 726,730 ---- * Sums up values entered and stores them in the vertTemp field * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param int $colNum The column number of the field (starting at 0) * @param int $value Value to add to the current vertTemp field *************** *** 741,745 **** * Finds the high value and stores it in the vertTemp field * ! * @author Greg Meiste <me...@NO...> * @param int $colNum The column number of the field (starting at 0) * @param int $value Value to compare to the current vertTemp field --- 741,745 ---- * Finds the high value and stores it in the vertTemp field * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param int $colNum The column number of the field (starting at 0) * @param int $value Value to compare to the current vertTemp field *************** *** 762,766 **** * Finds the low value and stores it in the vertTemp field * ! * @author Greg Meiste <me...@NO...> * @param int $colNum The column number of the field (starting at 0) * @param int $value Value to compare to the current vertTemp field --- 762,766 ---- * Finds the low value and stores it in the vertTemp field * ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> * @param int $colNum The column number of the field (starting at 0) * @param int $value Value to compare to the current vertTemp field *************** *** 781,783 **** }// END CLASS PHPWS_BoxManager ! ?> --- 781,783 ---- }// END CLASS PHPWS_BoxManager ! ?> \ No newline at end of file |