[go: up one dir, main page]

Menu

/trunk Commit Log


Commit Date  
[r670] by jimwinston

ChecksPanel.java - commented out internal checks panel - fix for bug 2931587

AddEditGroupMainDialog.java and AddEditProfileMainDialog.java - set default status on new Group or Profile to be incomplete rather than deprecated.

GroupHelper.java - null check to prevent NPE in getMaxOrderNum()

2010-01-14 14:54:33 Tree
[r669] by jimwinston

There are now only 6 tabs, so attempting to set the current tab index to 6 throws an exception.

2010-01-06 18:37:01 Tree
[r668] by jimwinston

Speed up Refine Value tables, mostly by making a hash table of Rules keyed by Check Values
and passing it to the renderers. Also made the RefineValueTextRenderer cached.

fix for bug 2897455.

2010-01-04 19:29:55 Tree
[r667] by jimwinston

When replacing a file in a compiance check, if the existing file is shared with other checks, give
the user the option of replacing it locally or globally.

Code was added to clear the cache of the text renderer of the File column in the Compliance Check list view.
Since only one check would be edited, but multiple checks can be affected, the cache might not hold the right file name.

fix for bug 2869088.

2009-12-30 16:05:26 Tree
[r666] by jimwinston

Replaced use of CopyAndPasteMouseListener and SpellCheck.register() with new SpellCheckCopyAndPaste class
which adds to all JTextComponents a new popup menu with cut, copy, paste, and JOrtho spell check options.

2009-12-23 17:24:31 Tree
[r665] by jimwinston

Prepend the id of the FileType to the original file name to keep exported name unique.
For feature request 2866552.

2009-12-21 15:47:06 Tree
[r664] by jimwinston

Add list of users from database to existing list instead of replacing the existing list when switching from standalone to using a server. If there are username colisions, rename append a "2" to the local username. Make sure not to add a second admin with id 1-1.

2009-12-18 20:47:46 Tree
[r663] by jimwinston

Allow all users with Editor privileges on an application to edit and delete profiles and groups.

2009-12-18 18:45:55 Tree
[r662] by jimwinston

Don't unset the category ID if isn't set. It doesn't like that at all.

2009-12-18 18:41:25 Tree
[r661] by jimwinston

Fixed exception in RefineValueAddPanel.java when there are no unused checks.
Removed noisy debug statements.

2009-12-15 19:11:47 Tree
Older >