02/03/2009 22:03:25 Issue Report
Query: Version Manager - Implemented in 7.2.1.31
 
 
ID Type Description Closure Category Comments
 VM49010866  Bug Report  Schema types are not being used in the generated XML.  Fixed  
 VM49010870  Enhancement  When using Views, have you considered allowing the Shadow Folder to be different per View, just like the folder's working path can change per View? When working on multiple versions of a project at one time, it seems this would be useful. Currently, if the current version is shadowed, it could be a problem when using a view to work on a previous version and a checkin to the previous version in a branch causes the updated previous version file to be mixed with current version files in the shadow folder.  Implemented  Shadow folders can now be defined by View. If a shadow folder is not defined for a View, the file will not be shadowed while that View is selected.

To define a Shadow Folder for a View, first select the View, then view properties for the Folder you want to shadow. You can then define the shadow folders.

 VM49010860  Enhancement  My preference for keyword expansion would be to insert a space character after the colon and before the value; this would improve readability. For example:

I would prefer this:

$Revision: 1.5$
$RevDate: 2/10/2009 11:57:22 AM$
$Author: Supervisor$
$RevComments: Removed version label$
$ModDate: 2/10/2009 11:57:10 AM$
$ProjectName: Terry Test$
$Version: My Label$
 Implemented  Prefix can be defined under Tools/Options/Other
 VM49010862  Enhancement  When I now define a user with Check in / out rights I get the following situation:

- The user cannot change the default working path (that's correct, because for that you need modify rights).
- The user can create folders (that's also expected, because I enabled this option in the server configuration)

The problem is that the user cannot delete folder and files. I guess for this 'modify' rights are required, but if I enable that the 'default working path' can be changed again which is not desired.

 Implemented  Requires a server upgrade.
 VM49010863  Enhancement  Suggestion for a future release: Make it an option to just print the filename and the notes, without the details of paths, counts, size, etc., to save paper. Also have an option to just print the filename and details, without the notes (as it was in the previous release). So, maybe this would be done via 3 checkboxes: Details, Notes, Revisions.  Implemented  Also updated the API
 VM49010864  Bug Report  I see the Notes now in the XML export, but not in the XSD file. I assume they need to be mentioned there.  Fixed  
 VM49010865  Bug Report  Shadow Folders: files are shadowed before keyword expansion. This means that, although the contents of the file and it's shadow are at the same version, keywords (if there are any) are not matching.  Fixed  Note: To check if the Shadow Folders addin is installed, select Tools/Options/Addins. If ShadowFolders is not listed, click Add and select the ShadowFolders.dll.

You should now see the Shadow Folders tab on the folder properties dialog.

 VM49010871  Work Request  I use the mouse scroll wheel alot. Input focus keeps moving to the ComboBox on that toolbar when I'm not expecting it to, so I keep scrolling through the available Views when I think I'm scrolling through the files of a folder instead. I have several Views defined. It is damn annoying to keep having to reset my current View back to what it is supposed to be. Especially since the UI has to update itself for one View, then update itself for the next View, and so on, until the scroll messages finish their work. If I have my mouse over a files ListView, I expect scrolling to occur on that list, not on some control elsewhere in the UI that happened to capture focus without telling me.

It seems to happen alot when I'm performing diffs. I usually run TCDiff maximized. When TCDiff is closed and TCClient is re-activated, input focus sometimes moves to the Views toolbar instead of remaining in the UI control it was in before TCDiff was run.
 Implemented