David McKnight
c458020bdc
fix problem with connecting to ssl server that randomly occurs returning "null" for connect status.
2006-10-05 18:27:38 +00:00
David McKnight
1259a9792f
no need to interpret path on env var
2006-10-04 18:15:27 +00:00
David McKnight
73241e5bd6
fix for case where line is not a line
2006-10-04 18:03:54 +00:00
David McKnight
634009cabd
remove print
2006-10-04 14:55:49 +00:00
Kushal Munir
d02d7eb162
Bug 158530: NullPointerException if dstore fails to connect. This applies to both remote file and processes subsystems. Although the user does not see any messages as a result, we should not get null pointer exceptions. Solution is to handle the case of not being connected when resolving filters.
2006-10-04 14:39:45 +00:00
David McKnight
e2103b07ad
Bug 153270 - and some open line problems
2006-10-04 14:27:26 +00:00
David McKnight
24eafa3895
don't rename with new aboslute path if the name is correct
2006-10-03 19:50:15 +00:00
David McKnight
74251b6f18
fix for Bug 153277 + handling of shell toolbar contributions
2006-10-03 18:43:51 +00:00
David McKnight
87a2136876
handle cancel connect when launching shell - Bug 158869
2006-10-03 17:36:25 +00:00
David McKnight
3e83efc143
fix for Bug 159084
2006-10-03 17:24:38 +00:00
Kushal Munir
94fc5f01e8
Bug 158981: Local drives show up in lowercase
2006-10-03 04:54:24 +00:00
David Dykstal
e8d6b5d887
Bug 158295 - initial integration
2006-10-02 18:45:39 +00:00
Kushal Munir
d94dace5b6
The port inheritable entry field does not remember the inheritable text because the text could not be set as it was rejected by the numeric verifier (the inheritable text is not all numeric).
2006-09-29 22:38:45 +00:00
David McKnight
63e937b573
catch refreshLocal scoping rule exception so that operation completes
2006-09-29 14:37:22 +00:00
David McKnight
1118888cb2
handling for bad name
2006-09-28 19:55:51 +00:00
David McKnight
a8d3bd2712
when transfering os resources for files, the system type should be considered the same. Bug#: 153652
2006-09-28 17:55:52 +00:00
David McKnight
69a9ef0ecb
null shell to show password dialog
2006-09-28 17:44:43 +00:00
Kushal Munir
c5341d32ff
String applies to the writable property, not the readable property
2006-09-28 17:14:56 +00:00
David McKnight
b06a47ad46
open error dialog on main thread
2006-09-28 17:08:41 +00:00
David McKnight
0ddebeff27
use platformui to get workbench
2006-09-28 16:55:15 +00:00
David McKnight
c532ba35ce
dont' set attrributes when file doesn't exist Bug#: 158781
2006-09-28 14:59:20 +00:00
David McKnight
5d113e2520
fix for shell initialization problems - where working directory gives exception and when the thread hashmap hits exception
2006-09-28 14:43:18 +00:00
Martin Oberhuber
2f3ab519d3
Bug 158774 - Add branding info for EFS and Remotecdt features
2006-09-28 14:01:55 +00:00
Martin Oberhuber
b0117eb5be
Separate feature for Jakarta ORO. Update legal docs for Apache. Add branding plugin info for Apache stuff.
2006-09-28 13:41:29 +00:00
David McKnight
52fcfc02c6
Fix for Bug 158979. The RSE error display dialog needs to be shown on main thread.
2006-09-27 20:12:50 +00:00
David McKnight
5c91a2c0f4
change shell colours
2006-09-27 16:45:53 +00:00
David McKnight
43d4156a7d
fix for Bug 142953
2006-09-27 14:40:12 +00:00
David McKnight
ae1210c41f
fix for 158771. Miner needs to handle get remote object command for directories and files (not just filters)
2006-09-26 16:07:23 +00:00
Javier Montalvo Orus
2a2d134440
Bug 158555 - newConnectionWizardDelegates can only be used once
2006-09-26 15:18:33 +00:00
David Dykstal
1069f7dc3d
Bug 158538 - fixed filetype parsing for mac os and other unix systems that support blanks in file names and someimes don't return colon delimited types from the file command.
2006-09-25 16:59:50 +00:00
David McKnight
675ec536ee
monitor view disposal - hack for case where dispose() is not called before event
2006-09-25 16:20:05 +00:00
David McKnight
5690fb529b
monitor view disposal - hack for case where dispose() is not called before event
2006-09-25 16:19:50 +00:00
David McKnight
a787626325
proper monitor view disposal
2006-09-25 16:12:09 +00:00
David McKnight
e7efe65acd
proper monitor view disposal
2006-09-25 15:58:45 +00:00
Martin Oberhuber
383862ce3f
set variables local in daemon.bat
2006-09-25 15:44:57 +00:00
Martin Oberhuber
f13c3c4a2a
Fix DSTORE_USER_PREFS arg
2006-09-25 15:41:12 +00:00
Martin Oberhuber
e68178faab
Fix echo of dstore windows daemon and server
2006-09-25 15:35:50 +00:00
Martin Oberhuber
a4fca09904
Support /user restriction for Windows dstore server
2006-09-25 15:30:39 +00:00
Martin Oberhuber
e69f4d77b2
Support /user restriction for Windows dstore server
2006-09-25 15:26:58 +00:00
Martin Oberhuber
8ff956ab0b
Fix server.bat operation with /?
2006-09-25 15:06:06 +00:00
Martin Oberhuber
200fec2980
Support /? for daemon.bat and server.bat
2006-09-25 15:02:28 +00:00
Martin Oberhuber
0f52e211a0
Support dbl click startup of server.bat
2006-09-25 15:00:28 +00:00
David Dykstal
b5d31337af
[cleanup] removed message stack implementation since stack was only two deep
2006-09-25 13:53:54 +00:00
David Dykstal
296ae8054f
Bug 158320 - An API call has been added to RSEUIPlugin to set and retrieve a setting for logging. The default is to not log these messages.
2006-09-22 21:31:45 +00:00
David Dykstal
22e7a51e6b
Bugs 158305 and 158333 - Removed unrestricted stacking behavior for message lines and fixed vertical space on resize.
...
The message line now behaves according to specification. Messages are of two types: error and non-error. Both may be set. Error messages have precedence in the display.
2006-09-22 20:23:36 +00:00
David Dykstal
cc3a724d41
[cleanup] format
2006-09-22 15:46:18 +00:00
David Dykstal
dfacee65aa
Bug 154407 - Added an override for requiresPassword() to DStoreConnectorService to test for Windows system type.
2006-09-21 22:12:35 +00:00
David Dykstal
6c68f75c6a
Bug 154408 - The fix is to clear the message line prior to validating the dialog.
2006-09-21 21:59:08 +00:00
Martin Oberhuber
73b3ab6e1d
Fix server.sh for Solaris (Bourne Shell doesnt understand export x=y)
2006-09-21 21:26:09 +00:00
Martin Oberhuber
079bc09b83
Fix bug 142952 windows daemon.bat calls setup.bat
2006-09-21 21:13:24 +00:00