RT RT/krbdev.mit.edu: Ticket #5674 NIM: Identity Configuration Panel Fixes Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

[Display] [History] [Basics] [Dates] [People] [Links] [Jumbo]

 
 

 The Basics  
Id
5674
Status
resolved
Worked
0 min
Priority
0/0
Queue
krb5
 

 Keyword Selections  
Component
  • windows
Version_reported
Version_Fixed
  • 1.6.3
Target_Version
  • 1.6.3
Tags
  • pullup
 

 Relationships  
Depends on:
Depended on by:
Parents:
  • 5691: (jaltman) Post KFW 3.2.1 Tracking Ticket [resolved]
Children:

Refers to:
Referred to by:
  • 5650: (jaltman) NIM GUI doesn't implement expected Windows behavior [resolved]
 
 Dates  
Created: Fri Aug 24 10:23:18 2007
Starts: Not set
Started: Fri Aug 24 10:23:21 2007
Last Contact: Fri Sep 28 19:36:24 2007
Due: Not set
Updated: Fri Sep 28 19:36:24 2007 by tlyu
 

 People  
Owner
 jaltman
Requestors
 jaltman@mit.edu
Cc
 
AdminCc
 
 

 More about Jeffrey Altman  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 

History   Display mode: [Brief headers] [Full headers]
      Fri Aug 24 10:23:19 2007  jaltman - Ticket created    
     
From: jaltman@mit.edu
Subject: SVN Commit

In the identity configuration panel of Network Identity Manager, the
user can specify a new identity which can then be configured.

The existing code didn't check if the identity specified by the user
already exists.  The patch adds the check.  If the identity already
exists, the user is notified as such.

Another bug prevented the user from configuring an identity that was
added back in following the deletion of the same identity during the
same session.  The deleted status of the identity was not reset when
it was added back.

Additionally, this patch adds code that has already been added to the
new credentials dialog to apply Windows XP theme textures to the child
dialogs used as tab panels in the configuration dialog.  Child dialogs
don't automatically adjust the theme settings based on whether it is
nested inside a tab control.  The theme must be applied manually.

Commit By: jaltman



Revision: 19853
Changed Files:
U   trunk/src/windows/identity/ui/cfg_identities_wnd.c


Download (untitled) 991b
      Fri Aug 24 10:23:21 2007  jaltman - Requestor jaltman@mit.edu added    
      Fri Aug 24 10:23:21 2007  jaltman - Status changed from new to resolved    
      Fri Aug 24 10:23:22 2007  jaltman - Component windows added    
      Fri Sep 28 17:13:24 2007  jaltman - Target_Version 1.6.4 added    
      Fri Sep 28 17:13:24 2007  jaltman - Tags pullup added    
      Fri Sep 28 18:19:55 2007  tlyu - Target_Version 1.6.4 changed to 1.6.3    
      Fri Sep 28 19:36:21 2007  tlyu - Version_Fixed 1.6.3 added    
      Fri Sep 28 19:36:21 2007  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit

pull up r19853 from trunk

 r19853@cathode-dark-space:  jaltman | 2007-08-24 10:23:14 -0400
 ticket: new
 subject: NIM: Identity Configuration Panel Fixes
 component: windows

 In the identity configuration panel of Network Identity Manager, the
 user can specify a new identity which can then be configured.

 The existing code didn't check if the identity specified by the user
 already exists.  The patch adds the check.  If the identity already
 exists, the user is notified as such.

 Another bug prevented the user from configuring an identity that was
 added back in following the deletion of the same identity during the
 same session.  The deleted status of the identity was not reset when
 it was added back.

 Additionally, this patch adds code that has already been added to the
 new credentials dialog to apply Windows XP theme textures to the child
 dialogs used as tab panels in the configuration dialog.  Child dialogs
 don't automatically adjust the theme settings based on whether it is
 nested inside a tab control.  The theme must be applied manually.



Commit By: tlyu



Revision: 19988
Changed Files:
_U  branches/krb5-1-6/
U   branches/krb5-1-6/src/windows/identity/ui/cfg_identities_wnd.c


Download (untitled) 1.1k