Commit Graph

846 Commits

Author SHA1 Message Date
Stephen Turner
1a36ea0531 Merge pull request #202 from GaborApatiNagy/CA-143826
CA-143826: When in Notifications view, the context should be empty
2014-09-09 15:44:46 +01:00
Gabor Apati-Nagy
0d0daa4ddb CA-143826: When in Notifications view, the context should be empty
-I defined save and restore selection functionality in SelectionBroadcaster and implemented them in SelectionManager. The NavigationPanel now uses these to: 1) save the current Selection (context)  when the user switches to the Notification view, 2) to restore previous selection when switching away from the Notifications view.
2014-09-08 18:05:51 +01:00
Stephen Turner
536b8ca913 Merge pull request #201 from GaborApatiNagy/CA-144657
CA-144657: Custom searches are listed below default searches in the Navi...
2014-09-08 15:38:48 +01:00
Gabor Apati-Nagy
7a85d85273 Merge pull request #199 from stephen-turner/CA-145254
CA-145254 Incorrect error message when try to create CIFS SR with invali...
2014-09-08 15:15:17 +01:00
Gabor Apati-Nagy
60292472be CA-144657: Custom searches are listed below default searches in the Navigation panel
-On sorting Search objects, user defined searches will come first
2014-09-08 14:57:11 +01:00
Stephen Turner
107e00e5fb CA-145254 Incorrect error message when try to create CIFS SR with invalid credentials 2014-09-05 16:23:22 +01:00
Gabor Apati-Nagy
b52c2dd184 Merge pull request #198 from ushamandya/xs64bit
CP-5436: Updated the Help topics based on Tina's review comments
2014-09-04 17:42:48 +01:00
Usha Mandya
8b3333be3e CP-5436: Updated the Help topics based on Tina's review comments 2014-09-04 16:12:53 +01:00
Mihaela Stoica
81ea6c9d81 Merge pull request #191 from cheng--zhang/CA-142255
CA-142255:XenCenter popup exception dialog which is unexpected
2014-09-03 11:40:55 +01:00
Gabor Apati-Nagy
018c0b2dc2 Merge pull request #194 from stephen-turner/CA-144950
CA-144950 Accept loading resource strings downloaded from the internet
2014-09-02 17:42:10 +01:00
Stephen Turner
b3a36ee47b Merge pull request #196 from ushamandya/xs64bit
CP-5436: Added new Help IDs to XenCenter Alerts topic
2014-09-01 18:17:03 +01:00
Usha Mandya
fb802eeb06 CP-5436: Added new Help IDs to XenCenter Alerts topic 2014-09-01 18:03:42 +01:00
Stephen Turner
ef78b74fd3 CA-144950 Accept loading resource strings downloaded from the internet 2014-09-01 14:34:52 +01:00
Stephen Turner
a25f946a9d Merge pull request #193 from ushamandya/xs64bit
CP-5436: Updated Help topics to reflect UI changes in the Search tab
2014-09-01 12:21:51 +01:00
Usha Mandya
1b7e5feaa6 CP-5436: Updated Help topics to reflect UI changes in the Search tab 2014-08-29 16:11:25 +01:00
Stephen Turner
079a15f75b Merge pull request #186 from Zhengchai/CA-134554
CA-134554: Hide Disk Read/Write configuration until the backend server side is ready.
2014-08-29 11:23:43 +01:00
Cheng Zhang
91b56d3a9e CA-142255:XenCenter popup exception dialog which is unexpected
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2014-08-29 16:50:47 +08:00
Stephen Turner
85b53a2771 Merge pull request #189 from GaborApatiNagy/installer-dt1
CP-9406: Make an unattended install of XenCenter
2014-08-27 10:12:30 +01:00
Stephen Turner
5726f454b2 Merge pull request #188 from xs-nanjing/CA-142260
CA-142260: WLB setting: diaplay issue
2014-08-27 08:56:13 +01:00
Gabor Apati-Nagy
3a4e0ea1c5 CP-9406: Make an unattended install of XenCenter
-Modified installer to support unattended install of XenCenter and prerequisite Microsoft .NET Framework 4.
-Normal behavior (no parameters used when running XenCenterSetup) has not been changed.
-All unattended install options will install Microsoft .NET Framework when necessary.
-Supported unattended install options for XC -- no user interaction is needed for all the followings:

1. install XC with default options (default folder, install for the current user only):
 XenCenterSetup /q

2. install XC to default directory, but install for ALL users:
XenCenterSetup /q /ComponentArgs "XenCenter":"ALLUSERS=1"

3. install XC to custom directory for the current user:
XenCenterSetup /q /ComponentArgs "XenCenter":"INSTALLDIR=""C:\Custom\Folder Where Spaces Are Allowed\XenCenter"""
(note the number of quotation marks, do not use  ALLUSERS=0)

4. install XC to custom dierctory for ALL users/per machine install:
XenCenterSetup /q /ComponentArgs "XenCenter":"INSTALLDIR=""C:\Custom\Folder Where Spaces Are Allowed\XenCenter"" ALLUSERS=1"
(note the number of quotation marks)

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-08-22 14:51:14 +01:00
Hui Zhang
18a462502c CA-142260: WLB setting: diaplay issue
Fix the following display issues:
1. Should leave more space upon pool granularity setting with XenCenter Chinese version.
2. "Close" should not be the default button when "Previous Section" or "Next Section" is enabled.
3. On WLB advanced settings page, the split line of pool audit granularity should extend and contract along with the size change of the form.
4. For large pool audit trail report, click "Next Section" till the report end, if change user/object/startdate/enddate, "Run Report" button is shown but disabled. Should enable it.

Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2014-08-21 18:38:21 +08:00
Gabor Apati-Nagy
131fff3f68 Merge pull request #187 from stephen-turner/CA-143886
CA-143886: Sort VM's IP address with IPv4 addresses first
2014-08-20 16:15:25 +01:00
Stephen Turner
460c37317c CA-143886: Sort VM's IP address with IPv4 addresses first 2014-08-19 14:24:54 +01:00
Stephen Turner
ce8dc9bc9c Merge pull request #185 from xs-nanjing/CA-143869
CA-143869: ZH-CN: Buttons are truncated on Workload Balancing Configuration
2014-08-19 09:44:24 +01:00
Zheng Chai
32c945e104 CA-134554 - Hide Disk Read/Write configuration until the backend server side is ready
Signed-off-by: Zheng Chai <zheng.chai@citrix.com>
2014-08-19 14:43:25 +08:00
Hui Zhang
53e15ecd73 CA-143869: ZH-CN: Buttons are truncated on Workload Balancing Configuration
Fix the display issues of Chinese version XenCenter/WLB:
When WLB Configuration Dialog size is changing,
1. OK and Cancel buttons are truncated,
2. OK and Cancel buttons do not keep at the bottom/right corner of the dialog.

Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2014-08-19 09:42:03 +08:00
Stephen Turner
686a11a4d4 Merge pull request #184 from xs-nanjing/CA-143823
CA-143823: Split line of pool audit trail granularity should not be displayed if connecting with WLB6.1
2014-08-18 11:47:36 +01:00
Stephen Turner
290092d50b Merge pull request #183 from xs-nanjing/CA-142045
CA-142045: Buttons are truncated on Workload Balancing Configuration for New Pool wizard.
2014-08-18 11:44:43 +01:00
Hui Zhang
6350e174bc CA-143823: Split line of pool audit trail granularity should not be displayed if connecting with WLB6.1
Hide the split line when the pool connects with WLB6.1 server.

Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2014-08-18 17:39:16 +08:00
Hui Zhang
51fa464e33 CA-142045: Buttons are truncated on Workload Balancing Configuration for New Pool wizard.
Fix the display issues when WLB Configuration Dialog size is changing:
1. OK and Cancel buttons are truncated.
2. OK and Cancel buttons do not keep at the bottom/right corner of the dialog.
3. The height of the SplitContainer does not track the change of the height of the dialog.

Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2014-08-18 14:53:36 +08:00
Stephen Turner
308483d29f Merge pull request #182 from MihaelaStoica/CA-141245
CA-141245: Added timeout to Transfer VM expose call
2014-08-15 16:20:40 +01:00
Stephen Turner
28d7f5d8a2 Merge pull request #181 from ushamandya/xs64bit
Added a new topic 'The Navigation Pane' and updated a few other topics r...
2014-08-15 16:11:41 +01:00
Mihaela Stoica
22d1273bfd CA-141245: Added timeout to Transfer VM expose call
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-15 16:10:42 +01:00
Stephen Turner
0cafcecec2 Merge pull request #173 from MihaelaStoica/CA-107598
CA-107598: Fixed the issue where XenCenter hides the "Licensing Error" p...
2014-08-15 14:56:09 +01:00
Stephen Turner
8cb2eb8443 Merge pull request #180 from stephen-turner/CA-95967-b
CA-95967: Change Logfiles back to Log Files per recommendation of Inform...
2014-08-15 14:13:45 +01:00
Stephen Turner
35a7f9fa1f CA-95967: Change Logfiles back to Log Files per recommendation of Information Experience department 2014-08-15 14:07:14 +01:00
Usha Mandya
1e8e424f78 Added a new topic 'The Navigation Pane' and updated a few other topics related to Resources Pane 2014-08-15 12:35:41 +01:00
Mihaela Stoica
0dfb94f051 Merge pull request #176 from MihaelaStoica/xs64bit
CP-8868: : Fixed unit tests
2014-08-15 08:33:52 +01:00
Mihaela Stoica
164a223ef8 CP-8868: : Fixed unit tests
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-15 08:32:04 +01:00
Mihaela Stoica
92eed05ef3 Merge pull request #175 from MihaelaStoica/xs64bit
CP-8866: Fixed TabsAndMenus tests
2014-08-15 07:23:21 +01:00
Mihaela Stoica
7551cf641d CP-8866: Fixed TabsAndMenus tests
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-15 07:10:45 +01:00
Stephen Turner
0c9d8cca51 Merge pull request #174 from stephen-turner/increase-test-timeout
CA-142537 Increase NUnit timeout
2014-08-14 18:13:45 +01:00
Stephen Turner
83cba26943 CA-142537 Increase NUnit timeout 2014-08-14 18:12:03 +01:00
Mihaela Stoica
64970a7d13 CA-107598: Fixed the issue where XenCenter hides the "Licensing Error" popup when running in RDC
The reason for the error dialog appearing behind License Manager dialog was that we used MainWindow as parent of the Licensing Error dialog (in ShowLicensingFailureDialog method in ApplyLicenseEditionCommand)
and there were already 3 other modal dialogs displayed one on top of each other: License Manager, Apply License and Action Progress.
 Fixed by calling the ShowLicensingFailureDialog from the command, on action.Completed event (instead of action.Run) and passing the Parent as a parameter, so that we can use the correct parent when displaying the error dialog.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-08-14 14:40:24 +01:00
Stephen Turner
7e2c969aca Merge pull request #172 from xs-nanjing/CA-142429
CA-142429: The end time does not refresh when running pool audit trail report.
2014-08-14 09:18:24 +01:00
Stephen Turner
8a58808ff8 Merge pull request #171 from stephen-turner/xs64bit
Merging detailedreports branch into xs64bit
2014-08-13 15:57:03 +01:00
Stephen Turner
35f94dc27a Merge branch 'detailedreports' into xs64bit 2014-08-13 15:53:43 +01:00
Stephen Turner
9101c4cab6 Merge branch 'xs64bit' into detailedreports 2014-08-13 15:44:24 +01:00
Stephen Turner
daef130560 Merge pull request #167 from xs-nanjing/CA-142313
CA-142313: XenCenter WLB Report "Run Reports" button should be disabled when popup.
2014-08-13 11:43:16 +01:00
Stephen Turner
bda520030d Merge pull request #169 from xs-nanjing/CA-142266
CA-142266: remove Enter at storage to avoid CSV format display problem
2014-08-13 11:42:42 +01:00