Mon, 17 Jan 2005 18:38:55 +0000Ignore command should be enabled also on non-recursive folders. BLD200501171900
mentlicher@netbeans.org [Mon, 17 Jan 2005 18:38:55 +0000] rev 5622
Ignore command should be enabled also on non-recursive folders.

Mon, 17 Jan 2005 18:16:33 +0000Commands on folders that can run non-recursively are put on non-recursive folders.
mentlicher@netbeans.org [Mon, 17 Jan 2005 18:16:33 +0000] rev 5621
Commands on folders that can run non-recursively are put on non-recursive folders.
This is a fix of issue #49829 for PVCS and VSS integration.

Mon, 17 Jan 2005 15:38:39 +0000#52905 - PrivilegedTemplates customization not possible
dkonecny@netbeans.org [Mon, 17 Jan 2005 15:38:39 +0000] rev 5620
#52905 - PrivilegedTemplates customization not possible

Mon, 17 Jan 2005 14:55:20 +0000Commands on folders that can run non-recursively are put on non-recursive folders.
mentlicher@netbeans.org [Mon, 17 Jan 2005 14:55:20 +0000] rev 5619
Commands on folders that can run non-recursively are put on non-recursive folders.
This is a fix of issue #49829 for CVS integration.

Mon, 17 Jan 2005 14:46:53 +0000Process the default values of all components that are not displayed.
mentlicher@netbeans.org [Mon, 17 Jan 2005 14:46:53 +0000] rev 5618
Process the default values of all components that are not displayed.
This is necessary for the commands to have the proper default values.
Necessary for issue #49829.

Mon, 17 Jan 2005 14:39:57 +0000Waterloo code eliminated.
pkuzel@netbeans.org [Mon, 17 Jan 2005 14:39:57 +0000] rev 5617
Waterloo code eliminated.

Mon, 17 Jan 2005 11:30:59 +0000Process All Files is an expect property.
mentlicher@netbeans.org [Mon, 17 Jan 2005 11:30:59 +0000] rev 5616
Process All Files is an expect property.

Mon, 17 Jan 2005 11:29:32 +0000"onNonRecursiveDir" command property added.
mentlicher@netbeans.org [Mon, 17 Jan 2005 11:29:32 +0000] rev 5615
"onNonRecursiveDir" command property added.
Issue #49829.

Mon, 17 Jan 2005 11:26:42 +0000RecursionAwareCommandSupport interface added to be able to ask the support
mentlicher@netbeans.org [Mon, 17 Jan 2005 11:26:42 +0000] rev 5614
RecursionAwareCommandSupport interface added to be able to ask the support
whether the command will be able to run on non-recursive folders.
Command property "onNonRecursiveDir" added.
This is necessary for the fix of issue #49829.

Mon, 17 Jan 2005 11:09:57 +0000Allow to have an expandable default value in ASK_FOR() component.
mentlicher@netbeans.org [Mon, 17 Jan 2005 11:09:57 +0000] rev 5613
Allow to have an expandable default value in ASK_FOR() component.
This is a fix of issue #52081.