Mon, 06 Dec 2004 12:58:25 +0000Do not return any filesystem when there are no settings. BLD200412061900
mentlicher@netbeans.org [Mon, 06 Dec 2004 12:58:25 +0000] rev 5471
Do not return any filesystem when there are no settings.
This is a fix of issue #52026.

Mon, 06 Dec 2004 12:56:52 +0000Permit to return null from FSInfo.getFileSystem(). When null is returned,
mentlicher@netbeans.org [Mon, 06 Dec 2004 12:56:52 +0000] rev 5470
Permit to return null from FSInfo.getFileSystem(). When null is returned,
that FSInfo is considered not to be valid and is discarded.
This is necessary for the fix of issue #52026.

Mon, 06 Dec 2004 11:59:49 +0000fixed issue with NONINTERACTIVE
benigan@netbeans.org [Mon, 06 Dec 2004 11:59:49 +0000] rev 5469
fixed issue with NONINTERACTIVE

Mon, 06 Dec 2004 05:06:03 +0000incremented spec version
benigan@netbeans.org [Mon, 06 Dec 2004 05:06:03 +0000] rev 5468
incremented spec version

Mon, 06 Dec 2004 05:03:34 +0000Added code that handles a special case in the LIST_CMD.
benigan@netbeans.org [Mon, 06 Dec 2004 05:03:34 +0000] rev 5467
Added code that handles a special case in the LIST_CMD.

Mon, 06 Dec 2004 05:02:25 +0000Added supportsAdvancedMode="true" to Local.list, Local.resolved, Local.cleanup, Local.switch, Local.propdelete, Local.Remote.blame, Remote.log, Remote.cat
benigan@netbeans.org [Mon, 06 Dec 2004 05:02:25 +0000] rev 5466
Added supportsAdvancedMode="true" to Local.list, Local.resolved, Local.cleanup, Local.switch, Local.propdelete, Local.Remote.blame, Remote.log, Remote.cat
Added refreshParentFolder="true" to local.mkdir, local.revert, local.move, local.copy instead of refreshCurrentFolder="true". Refresh works properly for files and dirs.
Added runOnMultipleFiles="true" to local.list (remote.list was ok)
Added message field to remote.move
Added more status indicators
Added special case to SubversionListCommand.outputData that fixes the regular expression output in the case where revision numbers are missing from the line.
Added GENERIC_STATUS_* and ICONS_FOR_FILE_STATUSES
Fixed PWORD variable so that it doesn't return garbage when no password is given.
Fixed remote.move command. The inputDescripter was missing a ")" and caused an exception.
Fixed LIST_CMD regular expression to properly parse "?" in the status field and "-" in the working copy revision field for added files.
Changed URL usage so that it's always quoted (URL, QURL, URL_D, QURL_D, QURL_U)
Changed QUIET variables to properly use QUIET_U and QUIET_G
Changed NONINTERACTIVE_U to NONINTERACTIVE_D where it was used as the default value in a dialog
Changed some command names to "*_LOCAL" and "*_REMOTE"
Changed message field to a non expert (non advanced) field for applicable remote commands b/c they were being run without any request for a message.
Changed labels and accessibility descriptions in CONFIG_INPUT_DESCRIPTOR for username, password, quiet, no-auth-cache, encoding
Changed the global no-auth-cache to default to true
Changed local.diff to prompt for old revision
Changed remote.diff to prompt for old and new revisions
Changed diff to properly support first two forms but not the third (3 is short hand for 2) @rev not supported
Removed unecessary regex from status along with the indexes
Removed refreshParentFolder="true" for remote.move since it didn't make since. User must run update to see the changes.
Removed regex from refresh command since it is "inherited" from the LIST_CMD
Plus misc improvements

Mon, 06 Dec 2004 05:01:26 +0000Added more indicators.
benigan@netbeans.org [Mon, 06 Dec 2004 05:01:26 +0000] rev 5465
Added more indicators.

Fri, 03 Dec 2004 20:54:18 +0000Merge the two combo boxes together into a single tree-style combo box. BLD200412051900
markroth8@netbeans.org [Fri, 03 Dec 2004 20:54:18 +0000] rev 5464
Merge the two combo boxes together into a single tree-style combo box.

Fri, 03 Dec 2004 20:01:38 +0000Finally killing libs/regexp.
jglick@netbeans.org [Fri, 03 Dec 2004 20:01:38 +0000] rev 5463
Finally killing libs/regexp.

Fri, 03 Dec 2004 15:08:55 +0000Projectizing the lexer/editorbridge/calc example. incremental_parser_52050_base
jlahoda@netbeans.org [Fri, 03 Dec 2004 15:08:55 +0000] rev 5462
Projectizing the lexer/editorbridge/calc example.