WoW Raid Manager Defect Tracking System
Mantis Bugtracker

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000019 [WoW Raid Manager (WRM)] Profile Issues minor always 2008-07-09 00:15 2008-08-20 15:56
Reporter douglasw View Status public  
Assigned To douglasw
Priority high Resolution fixed  
Status closed   Product Version 3.2.0
Summary 0000019: All characters displayed as "female"
Description Due to the addition of a new language there was a bug found in the view.php code.

The original check:

if(strtolower($data['gender']) == 'male')

Caused issues both in internationalized and non-internationalized versions. The fix was to replace "male" with the language file version of the word and to check everything lowercase against everything lowercase. The following is the fixed check:

if(strtolower($data['gender']) == strtolower($phprlang['male']))

Released in Patch 2 of WRM v3.2.0 - http://www.wowraidmanager.net/e107_plugins/forum/forum_viewtopic.php?174 [^]
Additional Information
Tags No tags attached.
Attached Files

- Relationships
related to 0000017assigneddouglasw Internationalization: Data (like race, gender, etc.) stored in internationalized format in DB 

-  Notes
(0000033)
douglasw (administrator)
2008-07-29 15:29

Fixed with changes to view.php and profile.php. The information below in the description applies.
(0000086)
douglasw (administrator)
2008-08-20 15:56

Released in v3.5.0 Final

- Issue History
Date Modified Username Field Change
2008-07-09 00:15 douglasw New Issue
2008-07-09 00:15 douglasw Status new => assigned
2008-07-09 00:15 douglasw Assigned To => douglasw
2008-07-09 00:15 douglasw Relationship added related to 0000017
2008-07-29 15:29 douglasw Status assigned => resolved
2008-07-29 15:29 douglasw Fixed in Version => 3.5.0
2008-07-29 15:29 douglasw Resolution open => fixed
2008-07-29 15:29 douglasw Note Added: 0000033
2008-08-20 15:56 douglasw Status resolved => closed
2008-08-20 15:56 douglasw Note Added: 0000086


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker