-
Fixed next match for double elim so that byes progress properly, saving contestants on to byes when set in succeeding round.
-
put the seed numbers on the second round when hiding byes. added the functionality to add players in the second round if hiding byes. Rules doesn't seem to be moving players to second round when not hiding byes any longer. Working on that next.
-
removed the findItem recursive function, was not working properly and we have the round and bracket info on the structure array to use, so it was redundant
-
making progress on the bottom bracket bye matches. The match count is working in bottom bracket, need to get the matches to connect to each other properly
-
fixed up DoubleElimination to work with new SingleElimination methods
-
updating seed positions to be in the object cache
-
got the bye functionality working again. Rules is working again. Still need to finish setByeManuals method
-
fixed php notice with seed number that was just added
-
added seed position to bracket theming
-
merging bye functionality into master. bye functionality not done yet, but working enough to not produce wsod any more