history_old » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2017-01-13 | 2017-01-13 | ||
explicit anchors (martin) | typo (martin) | ||
Line 248: | Line 248: | ||
* Removed //Ext// sub-caption from //Name// columns on file panels (since Windows Vista, it is no longer possible to distinguish sorting by name and extension in column header). | * Removed //Ext// sub-caption from //Name// columns on file panels (since Windows Vista, it is no longer possible to distinguish sorting by name and extension in column header). | ||
* Configurable WebDAV root path in .NET assembly. [[bug>1213]] | * Configurable WebDAV root path in .NET assembly. [[bug>1213]] | ||
- | * Change: A .NET assembly method ''Session.ExecuteCommand'' does not throw an exception on error. Instead a ''CommandExecutionResult'' now descends from a ''OperationResultBase'' (use it's ''Check'' method to reproduce the previous behavior). | + | * Change: A .NET assembly method ''Session.ExecuteCommand'' does not throw an exception on error. Instead a ''CommandExecutionResult'' now descends from a ''OperationResultBase'' (use its ''Check'' method to reproduce the previous behavior). |
* An ''ExitCode'' property added to ''CommandExecutionResult'' in .NET assembly and an ''exitcode'' tag added to XML logging. [[bug>1225]] | * An ''ExitCode'' property added to ''CommandExecutionResult'' in .NET assembly and an ''exitcode'' tag added to XML logging. [[bug>1225]] | ||
* A ''SecureString'' can be used provide password in .NET assembly via property ''SessionOptions.SecurePassword''. [[bug>1230]] | * A ''SecureString'' can be used provide password in .NET assembly via property ''SessionOptions.SecurePassword''. [[bug>1230]] |