Bug 145707

Summary: Text/Formatting differences on user prefs page on hosted
Product: [Retired] Red Hat Network Reporter: Michael Bowman <mbowman>
Component: RHN/R&DAssignee: Ken Ganong <kganong>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: RHN DevelCC: bretm, jesusr, rbb
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-02-04 15:37:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 125080    

Description Michael Bowman 2005-01-20 19:27:09 UTC
Description of problem:
Textual differences between perl/java User preference pages.

Comment 1 Ken Ganong 2005-01-24 14:12:26 UTC
*** Bug 145830 has been marked as a duplicate of this bug. ***

Comment 2 Ken Ganong 2005-01-24 14:13:06 UTC
*** Bug 145776 has been marked as a duplicate of this bug. ***

Comment 3 Ken Ganong 2005-01-24 14:15:26 UTC
*** Bug 128894 has been marked as a duplicate of this bug. ***

Comment 4 Ken Ganong 2005-01-24 14:17:13 UTC
This comment originally made by jesusr on a duplicate of this bug.

At current we are using the hard coded list of timezones ported from
the perl codebase.  We should look at using the java.util.TimeZone
class to populate the drop down.

To keep compatibility we could limit the list items using a lower and
upper bound so it works with our current schema.

Comment 5 Ken Ganong 2005-02-01 19:26:38 UTC
TimeZones are now saved by a TimeZone object.  UserFactory sorts them
for display purposes.  The format is not localized.

Comment 6 Ken Ganong 2005-02-04 15:37:11 UTC
Timezones are now localized using StringResource.  All references to
the display name of timezones in the database have been removed.