Source Control Clients
Project Name: TFSAdmin
Server URL: https://tfs01.codeplex.com

Recent Check-Ins

Change Set Download / Browse Date Comment By Downloads
29980 Jan 23
at 1:08 AM
Modified the Platform target to x86 in all project files so that it would work fine on both x86 & 64bit client machines. skannan 316
29792 Jan 18
at 3:03 AM
Merging changes from feature branch

- When you add the new user and tab it, it will now show the Display Name.
- Additional validations were added to the user name edit.
- Fix the exception that occurs when you are in edit mode and hit refresh.

skannan 18
29788 Jan 18
at 2:01 AM
Merging changes from feature branch to include adding friendly display name, adding refresh button for the list of projects, fixing exception when adding a security group, fixing unhandled exception when datagrid is empty. Marwa 2
29777 Jan 18
at 12:11 AM

Merge the changes from feature branch to include new column 'Display Name' on the GUI
Marwa 3
29774 Jan 17
at 11:20 PM
Modified the GetFriendlyDisplayName to use Directory Services call since the ReadIdentityFromSource was taking more time.
Added additional CellValidation for user name being entered.



skannan 2
29737 Jan 17
at 12:41 AM
When you add a new user and tab to select the TFS role displays the user's DisplayName.
Validates that the username is a valid one.
Handles all earlier exceptions.

Note:

Always remember to update your TFSAdmin.Settings.targets with proper directory names for FxCop,Wix & NUnit in your local copy to build.
Also remember to update TestConfig.xml in your local copy to test against your TFS server.
skannan 4
29704 Jan 16
at 7:32 PM
Made the same changes as in main branch to make the nunit tests work. Also as part of the release build it will now build the tests dll.

Make sure you update the Testconfig.xml with right tfs server name , user name etc.

runtests.cmd Release to run it.
skannan 2
29695 Jan 16
at 6:53 PM
Added friendly display name
Added refresh button for the list of projects
Fixed unhandled exception when adding a security group
Fixed unhandled exception when the datagrid is empty
Marwa 1
29691 Jan 16
at 6:45 PM
added friendly display name, added refresh button for the list of projects, fixed exception when adding a security group, fixed unhandled exception when datagrid is empty. Marwa 0
29645 Jan 16
at 3:22 AM

- Upgraded the project files to VS 2008
- Updated the registry key entry in TFSAdmin.wxs to look for VS 2008 Team Explorer
- Removed the files in ...\Installer\bin. These shouldn't be checked in as they are copied from the solution directory during build.
- Fixed the exception in GetHostnames in TFS.cs due to API changes. Currently entry.Databases has 0 entries. In future we could remove this property as we don't seem to use them.
- In build.cmd updated the path to .NET framework to use 3.5 since the project files have been upgraded to VS 2008, otherwise MS build would complain.
- In src.csproj post build updated the path of README.mht. It was incorrect before.
- Fixed nunit test issues. Updated Testconfig.xml.
- I have also merged changes that mruminer_cp did to make it work with WSS 3.0 in his private branch.

Rest of the changes are by VS wizard while upgrading the project to VS 2008.
skannan 4
1-10 of 29Change Sets < Previous 1 2 3 Next >
Updating...