###################################################################################################### # I want to thank everyone who help make Tournamatch better with their feedback, findings and # # criticism. I have placed the names of those who have reported new bugs in paranthesis. If you find # # a bug, please report it at www.Tournamatch.com in our forums. # # # # Thank you, # # Andrew Messier # # Tournamatch Admin # # admin@Tournamatch.com # ###################################################################################################### The following are the changes in Tournamatch v1.3.2: -Tested Tournamatch for Nuke Evolution. Thanks to those users who also reported succesful installation of Tournamatch on their Nuke Evolution websites (Thanks to many). -Fixed the broken link "Rules and Info" in View Ladders mode (Thanks to utengineer). -Fixed the broken link for the image in View Ladders mode (Thanks to utengineer). -Fixed a fault in Edit Maps Admin. The following are the changes in Tournamatch v1.3.1: -Fixed a fault in challenges. MAJOR one, no challenges would save. This was a last minute change in 1.3 for better security and I actually broke it by doing so. Fixed and secure now. (Thanks to SpyderTCB) -Added "Report this Match" link to easily report a match from Challenges list. -Changed a die upon error to use Tournamatch's Error handling procedures in report.php -Added the final chosen match time to Challenges list. -Added the final chosen match map to Challenes list. -Added an Upcoming Matches block. -Added the missing install and changes readme file to download zip. The following are the changes in Tournamatch v1.3.0: -Finished completely the Ladder feature. -Added the Challenging feature. Ladders can operate on Open-play or both Challening and Open-play. -Added Maps and Map groups in Admin. These are able to be used with the Games feature. Each map that is linked to a game will be listed as a available map for Challenging. -Changed the tournaments.php->brackets page to accept customization variables for the encoded brackets file to use. This was to restricting in past versions because users could not edit the style of the Brackets. Now this has opened up a lot more. (Thanks to newuser at 2old2play.com for working with me on this) -Completely re-wrote the date and time handling procedures when creating tournaments. Timestamps used for auto-start are now more accurate and the Start time text is now also correct. This should all run a lot smoother as I was able to reduce the amount of code by about 126 lines. -Updated all of the blocks to work with the new DB scheme. -Changed recent matches block to reflect the Ladder matches instead of the Tournament matches. -Fixed an issue with the players_profiles pic not displaying correctly after editing a profile. -Fixed an issue with the teams profiles pic not displaying correctly after editing a profile. -Fixed the Tournamatch Statistics block to reveal the correct number of users registered on your site. -Fixed view Challenges feature from beta 1.3; the first challenge would not show. -Fixed the size of the name field display in the view ladder page. -Fixed a fault in installation where table teams ranks did not add the required Owner and members field. -Fixed an issue in Ladder Admin from beta 1.3 where I was using lentries instead of ladders_entries(Thanks to Silencer at nol-cod4.com). -Thoroughly tested and fixed the Points ranking method in Ladders from beta 1.3(Thanks to Silencer at nol-cod4.com). -Thoroughly tested and fixed the Rung-Up ranking method in Ladders from beta 1.3(Thanks to Silencer at nol-cod4.com). -Fixed the annoying typo that displayed loose instead of the correct lose. -Fixed all of the Admin pages to use the appropriate TournamatchAdmin() instead of GraphicAdmin(). -Fixed the edit Tournament pages. The previously chosen start date is now retained instead of having to redo this everytime you want to edit a tournament. -Fixed the choose game type in the Tournament edit page in the same manner as above. -Fixed the Ladder report matches from beta 1.3 where only half of the match would get recorded. -Fixed all involved Tournamatch Admin pages that had missing data, mostly on editing pages. Previously, some sites theme would clear the input data for the editing pages because I retrieved data before calling header.php. Then header.php would clear a lot of my data I just received. This should all now work correctly for those of you whose theme affected this(Big Thanks to newuser at 2old2play.com) -Got rid of the missing Tournamatch Config link. -Changed the installation and license validation procedure to utilize CUrl instead of Fopen. CUrl is slightly more secure but much faster(Thanks to Wolf Weatherby at host-comp.com for the suggestion). -Corrected a procedure in Report Tournaments matches on the user side that did not sanitize a variable. -Corrected a procedure in signup that did not sanitize two variables. -Fixed a fault in the autostart feature. Tournaments used to get overloaded on that auto start procedure if they did not have the minimum number to continue. Please note that the changes will disable auto-start in tournaments if they do not have the minimum numbers and you will have to start this manually.