Main Menu

CIT Changelog

Started by SuckerPunch, July 22, 2008, 02:30:52 AM

SaintNicster

January 28, 2010

  • Fixed an issue where the validation scripts would add additional badges with the new translation feature.
    Example:  When validating the Festive badge, you would also be granted the Entertainer badge, as one of the French names of the badge was also "Festive".

  • Result of above fix:  scripts will only validate badges in the character's server's native language (French for Vigilance, German for Zukunft, English for all others)


SaintNicster


March 14, 2010

  • Links to ParagonWiki from the Badge Details pages (example) fixed so that if the badge has a non-standard name, they can be pointed to the correct page.


SaintNicster

April 12, 2010

  • Users now have the ability to store a short-ish note on one of their CIT characters via the "Edit Character" page
    (http://cit.cohtitan.com/manage/editchar/{char_id})
  • This note is only visible to the owner/user.


SaintNicster

May 3, 2010


SaintNicster

May 5, 2010

  • Fixed inline display issue for character notes field on the "Edit Characters" page


SaintNicster

5/16/2010

  • Settitle Binds generator fixed to add quotes around folders with spaces.
  • Settitle binds for checklists checks for a trailing slash


SaintNicster

July 17, 2010

There was a large code push to upgrade our behind-the-scenes frameworks.  There should be no real visibility to these changes, but if you've noticed that something has broken, please be sure to report it in the sub-forum.

Visible Fixes

  • Add A Character link on the home page points to the correct location.


SaintNicster

July 21, 2010

Fixed a fatal error that occured when creating new records in the DB >.<


SaintNicster

July 28, 2010
Fixed issue where Day Job badges weren't showing up if using the category drop down on the Ingame Comparison report badge. (http://cit.cohtitan.com/ingame/{charid})


Sekoia

February 4, 2011
  • Removed the auto-verification system. Badges will no longer auto-verify based on the presence of other badges. Instead, all badges must be directly verified through Sentinel.
  • Restored most badge relationship data that was previously temporarily removed.
  • Fixed styling for button padding under Firefox.
  • Transparent structural changes/improvements to code.
.

February 15, 2011
  • Added JSONP support to JSON feeds at My Data Feeds and Character Checklists.
  • Various minor transparent database/site changes as a step towards making the site more responsive.
  • Minor javascript fixes.

Sekoia

February 24, 2011
  • Cleared badge verification data, as detailed here.
.

February 25, 2011
  • Add cron job to fix global names that get uploaded with double @'s in older versions of Sentinel. Cron job runs every 15 minutes.

Sekoia

February 26, 2011
  • Auto-verification was still happening for account-level badges on existing characters when a new account-level badge was detected. This has been removed.
  • Removed the Agent of Order/Chaos and Agent of Praetoria badges from all characters to maintain the integrity of our data.
  • Made minor transparent changes in the database and to related code.

TonyV

You, sir, are Awesome. Yes, with a capital "A".

Sekoia

February 27, 2011
  • Bugfix: A small typo in the cronjob that updates the Leaderboards was preventing it from running. It's been fixed and the Leaderboards are now being updated properly every four hours again.

Sekoia

February 28, 2011
  • Upgraded CodeIgniter framework from version 1.7.2 to version 2.0.0; made changes to CIT code necessary for 2.0.0.
  • Fixed numerous small warnings, largely due to undefined variables.
  • The Leaderboard now includes the server name in its output again.
  • On the Statistics page, the numbers for Pools were being calculated incorrectly leading to much smaller numbers. They are now properly calculated.
  • Replaced a few minor references to Glycerine with Sentinel.
  • The webservice now automatically strips the leading @ from global names if it is included. This should prevent ongoing problems with @Global versus @@Global in CIT that were resulting due to an old version of Sentinel supplying globals with the @ sign.
  • Removed unused code from the webservice.
  • Performed some database optimizations.

Sekoia

Important note: Due a change in how cookies are handled, you may need to clear your cookies before being able to log in or out of CIT. Specifically, you'll need to delete all cookies for "cohtitan.com" and "cit.cohtitan.com".

March 1, 2011
  • Rewrote authentication library and related code. Now uses a much smaller cookie. Also fixes an issue where users could not log in after yesterday's changes were pushed to live.
  • Removed SetTitle bindfile generator. Sentinel does not use bindfiles, and having them available was confusing people.
  • Removed references to HeroStats. Support for HeroStats is deprecated.
  • Removed references to Glycerine and TNT.
  • Fixed additional minor warnings and errors.

Sekoia

#56
Important note: Due another change in how cookies are handled, you may need to clear your cookies before being able to log in or out of CIT. Specifically, you'll need to delete all cookies for "cohtitan.com" and "cit.cohtitan.com". This may apply even if you cleared them already because of the previous changes.

March 1, 2011
  • Fixed inadvertent change introduced by previous changes: username was supposed to be case insensitive for login but had changed to case sensitive. It is now case insensitive again.

Sekoia

March 3, 2011
  • Added a temporary message to the login page explaining the current difficulties with session authentication.
  • Removed error message about missing username/password that appeared when visiting the login page prior to a login attempt.
  • Removed the headers and footers from the checklist pages.
  • Removed the broken settitle zip link from badge checklists.

Sekoia

March 3, 2011
  • Fixed the Badge Spotlight feature. It should now update every 8 hours again.

Sekoia

March 4, 2011
  • Fixed various PHP warnings as reported here.
  • Refactored and improved code on the back end. No visible changes.