Sept 21, 2014

  • Removed old files and old components (Phoca Download)

Nov 15, 2013

  • upgraded template to pro for mobile.
  • fixed template file: com_wrapper/wrapper/html/default.php with:
    • 	$fullurl = $this->escape($this->wrapper->url); 	if (isset($_GET['matchid'])) 	 { 	 $matchid = $_GET['matchid']; //	 echo $matchid; 	if (strlen($_GET['matchid']) > 5) 	{ 		@mail("","IPSCBC hack check", "target file: targeting wrapper", "From:"); 	}  	  $fullurl .="?matchid=$matchid"; 	  } 	if (isset($_GET['id'])) 	 { 	 if (strlen($_GET['id']) > 5) 	{ 		@mail("","IPSCBC hack check", "target file: targeting wrapper", "From:"); 	} 	 $ipscbcid = $_GET['id']; 	  $fullurl .="?id=$ipscbcid"; 	  }      //	 echo $fullurl;  

October 12, 2013

  • prevent users changing names
    • Joomla Core: http://forum.joomla.org/viewtopic.php?t=654466
    • Kunena Core: /ipscbc.com/www/components/com_kunena/template/blue_eagle/html/user/edit_user.php (search files for <input type=”text” name=”username” id=”username” value=” )

October 6, 2013

  • Classification listing was only showing current year even when new registrations for next year were altering expiry date.  Now set to show current year expiry or greater

October 5, 2013

  • Began creation of new, unified match calendar/stats system for improved incorporation into site and increased user friendliness
  • (Oct 12 update) – editing match data is complete, user handling is complete. Still need to import files, send notifications

September 1, 2013

  • Created a module to display upcoming qualifiers that are in the match database

August 15, 2013

  • Repaired email notification for match results
  • Added automatic tweet notification for match results

August 11, 2013

  • Updated jevents and kunena to fix javascript vulnerability
  • Moved classification list into members only section in case of javascript vulnerability.  Will bring it back after Provincials

August 6, 2013

  • Updated to Joomla 2.5.14

July 11, 2013

  • Added classifications by division list

May 25, 2013

  • Removed online help; it was interfering with the TCI applications
  • Added information for the Provincial Championships.  The page is now a template based on blocks that can be reused for future Provincials.
  • Fixed cache related problem with match results not displaying correctly when shortened url was used.  Waiting to see if this affects our twitter feed.

May 20, 2013

  • Implemented online help.
  • Added a members only photogallery to include pictures from the TMSA Qualifiers.  Will look at adding in options to allow match directors to upload images to the website.

March 16, 2013

  • changed classes.php (classification) script to allow 6 character code (2 letter zone + 4 digits) from 4 digits only.

Leave a Reply