Commit Graph

1747 Commits

Author SHA1 Message Date
Mihaela Stoica
3f7f33fc40 CA-210732: XenCenter VM properties GPU always shows "None" (#983)
* CA-210732: XenCenter VM properties GPU always shows "None"

The error occurs when there is a gpu group with only one vgpu type: When setting the selected item in the vGPU combobox, XenCenter tries to select the group header instead of the vGPU type; because the group header is not selectable, we then default to "None".
With this fix, we ensure that two items are not equal if one is a group header and the other is a subitem.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>

* CA-210732: XenCenter VM properties GPU always shows "None"

Changes following code review: Added the reverse case in the Equals function

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>

* CA-210732: XenCenter VM properties GPU always shows "None"

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-05-12 13:44:16 +01:00
Frederico Mazzone
bfd0a6365e Added fred/myself to the credits.
Signed-off-by: Frederico Mazzone <frederico.mazzone@citrix.com>
2016-05-06 17:02:12 +01:00
CITRITE\sriharshak
8b8ea87f5c Dundee:L10N help check-ins 2016-05-05 15:21:33 +05:30
CITRITE\sriharshak
6c202460d9 Merge branch 'master' of https://github.com/sriharshak/xenadmin 2016-05-05 15:16:34 +05:30
Gabor Apati-Nagy
834c012fb8 Merge pull request #953 from MihaelaStoica/CA-206464
CA-206464: Add certificate validation to the VM export
2016-05-04 13:58:04 +01:00
Frederico Mazzone
049e0f100d CA-209496: EN: Duplicate hotkey appeared on the “Updates” page of “Notifications” windows.
Changed hotkey for 'Check for Updates Now' button from Alt+U to Alt+C.

Signed-off-by: Frederico Mazzone <frederico.mazzone@citrix.com>
2016-05-03 18:09:59 +01:00
CITRITE\sriharshak
c4e5528920 L10N:CA-209394 partial fix 2016-04-28 11:29:23 +05:30
Mihaela Stoica
aeb64f04e0 Merge pull request #948 from stephen-turner/CA-137301
CA-137301: Double-click should choose item in Move VM/VDI dialogs
2016-04-27 14:47:23 +01:00
Stephen Turner
f71bea09b3 Merge pull request #966 from MihaelaStoica/CA-208808
CA-208808: The items of “Day of the week” drop-down list are not localized
2016-04-27 14:26:21 +01:00
Mihaela Stoica
afb60dcb0f CA-208808: The items of “Day of the week” drop-down list are not localized
- added HelpersGUI.DayOfWeekToString function

Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-04-27 14:22:50 +01:00
CITRITE\sriharshak
809bf9161e L10N:Dundee translation changes 2016-04-26 16:39:21 +05:30
Mihaela Stoica
394320679f CA-208808: The items of “Day of the week” drop-down list are not localized
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-04-26 11:17:09 +01:00
Mihaela Stoica
f9c52cd637 Merge pull request #962 from sriharshak/master
L10N:CA-205536 fix
2016-04-22 11:18:32 +01:00
CITRITE\sriharshak
56b5ccbda5 L10N: CA-205187 fix(partial) 2016-04-21 23:45:24 +05:30
CITRITE\sriharshak
f600cb53a5 L10N:CA-205536 fix 2016-04-21 23:14:03 +05:30
Gabor Apati-Nagy
e7d7661d51 CA-208720: Fix for: Can type text into the label in Bugtool wizard, Destination page
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-04-21 17:55:56 +01:00
Mihaela Stoica
972055fbb7 Merge pull request #959 from sriharshak/master
L10N: CA-208682 fix
2016-04-21 15:21:09 +01:00
Mihaela Stoica
858b582319 Merge pull request #960 from ushamandya/master
CA-208609: Updated version of XC Help
2016-04-21 15:20:49 +01:00
Usha Mandya
101c1d7b12 CA-208609: Updated version of XC Help 2016-04-21 15:04:42 +01:00
CITRITE\sriharshak
f043573688 L10N:CA-207887 fix 2016-04-21 18:28:36 +05:30
CITRITE\sriharshak
240546795c L10N: CA-208682 fix 2016-04-21 18:23:22 +05:30
CITRITE\sriharshak
baf05cc194 L10N:CA-205650 fix 2016-04-21 17:54:35 +05:30
CITRITE\sriharshak
7d5f20cf4e L10N:CA-206595 fix 2016-04-21 17:17:22 +05:30
Mihaela Stoica
421b1bd827 Merge pull request #955 from sriharshak/master
L10N:CA-151447 fix
2016-04-21 10:58:55 +01:00
Stephen Turner
0ff7604dc1 Merge pull request #954 from MihaelaStoica/CA-208609
CA-208609: Change wording on TLS settings page
2016-04-21 10:28:22 +01:00
Mihaela Stoica
3a5e6a8798 CA-208609: Change wording on TLS settings page
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-04-21 09:37:13 +01:00
CITRITE\sriharshak
68790cc1fc L10N:CA-205182 fix 2016-04-21 13:55:37 +05:30
CITRITE\sriharshak
9b6ecde8ab L10N:CA-169593 fix 2016-04-21 12:34:33 +05:30
Stephen Turner
30dfce6a7b CA-137301: Add null checks, following code review 2016-04-20 17:18:46 +01:00
Mihaela Stoica
ed7548e02a CA-206464: Add certificate validation to the VM export
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-20 15:17:48 +01:00
CITRITE\sriharshak
8c0623b8f2 L10N:Dundee:Translation check-ins 2016-04-20 19:16:33 +05:30
Mihaela Stoica
549e26ad94 CA-208495: XenCenter does not specify the NFS version when reattaching an existing SR
- Re-position the version radio-buttons, so that is clear that the selected version applies to both Create and Reattach
- Pass the selected version to the attach command in the device_config parameter

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-20 09:44:58 +01:00
Stephen Turner
953ea412df CA-137301: Double-click should choose item in Move VM/VDI dialogs 2016-04-18 16:17:01 +01:00
Mihaela Stoica
64d9bece24 CA-207915: XenCenter does not display the correct supported NFS versions in the New SR wizard
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-15 15:01:09 +01:00
Stephen Turner
eaa85a3b2e Merge pull request #945 from ushamandya/master
Fixed a minor bug
2016-04-15 11:19:49 +01:00
Usha Mandya
f9a3f323dc Fixed a minor bug 2016-04-15 11:10:51 +01:00
CITRITE\sriharshak
ed7c0a3b82 L10N:CA-205516 fix 2016-04-14 20:15:46 +05:30
CITRITE\sriharshak
8137124c8e L10N: Dundee:CA-168861 fix 2016-04-14 18:13:44 +05:30
Stephen Turner
3d0e0ec1ba Merge pull request #933 from MihaelaStoica/CP-16756
CP-16756: Change how XenCenter decides whether to display "I/O is optimized"
2016-04-11 16:27:43 +01:00
Stephen Turner
6a0cda4af8 Merge pull request #932 from ushamandya/master
Updated XC Help for CA-207271
2016-04-11 14:59:43 +01:00
Usha Mandya
f5c7fb3ed1 Updated XC Help for CA-207271 2016-04-11 14:27:31 +01:00
Mihaela Stoica
cc28388726 CP-16756: Change how XenCenter decides whether to display "I/O is optimized"
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-08 17:10:08 +01:00
Gabor Apati-Nagy
ba0a3084a0 Merge pull request #927 from MihaelaStoica/CA-205554
CA-205554: XenCenter says "Activating virtual disks" when deactivatin…
2016-04-07 09:58:14 +01:00
Gabor Apati-Nagy
7477c1080d Merge pull request #926 from MihaelaStoica/CA-202269
CA-202269: Hide "Subscription advantage" link on the Updates page bas…
2016-04-07 09:57:48 +01:00
Mihaela Stoica
c5ba4b49e9 CA-205554: XenCenter says "Activating virtual disks" when deactivating multiple virtual disk
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-06 08:15:16 +01:00
Mihaela Stoica
93c22c04b0 CA-202269: Hide "Subscription advantage" link on the Updates page based on the registry key
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-06 07:33:18 +01:00
Mihaela Stoica
a0940ebeec CA-205181: The error message for check update truncated when the screen resolution is 1024x768
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-05 08:21:14 +01:00
Gabor Apati-Nagy
0e42d71bb1 Merge pull request #923 from MihaelaStoica/CA-205693
CA-205693: Add a check to prevent Index out of range error
2016-04-04 15:34:41 +01:00
Gabor Apati-Nagy
b2886d70e5 Merge pull request #917 from MihaelaStoica/CA-205118
CA-205118: RPU Wizard Fails Due to Host CPU Incompatibility Error
2016-04-04 15:24:39 +01:00
Mihaela Stoica
3eeba34778 CA-205693: Add a check to prevent Index out of range error
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-04 14:23:38 +01:00
Stephen Turner
64e2540175 Merge pull request #919 from ushamandya/master
CA-205069: Minor updates to the install XS Tools topic
2016-04-01 12:34:12 +01:00
Usha Mandya
896bde8bef CA-205069: Minor updates to the install XS Tools topic 2016-04-01 12:29:24 +01:00
Gabor Apati-Nagy
c487c9945d Merge pull request #914 from MihaelaStoica/CA-205204
CA-205204: Uncaught exception during RPU
2016-04-01 10:53:51 +01:00
Mihaela Stoica
531496a46e CA-205118: RPU Wizard Fails Due to Host CPU Incompatibility Error
Added a Precheck to the RPU wizard, to check if the hosts in the pool have different CPU feature sets (using the old feature check for pre-Dundee pools) and display an error, offering to shut down all VMs.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-03-30 11:37:09 +01:00
Gabor Apati-Nagy
e0512beb5f Merge pull request #913 from MihaelaStoica/CA-204334
CA-204334: When connecting to a newer server, display the link to a …
2016-03-30 11:26:38 +01:00
Mihaela Stoica
6dcc00d017 CA-205204: Uncaught exception during RPU
When an exception is reported during the RPU, XenCenter tries to re-enable the host. But when this fails, we should just ignore it and report the original exception.

Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-24 17:18:53 +00:00
Mihaela Stoica
846ff3b827 CA-204334: When connecting to a newer server, display the link to a compatible XC version
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-24 14:31:38 +00:00
CITRITE\sriharshak
cf2fbe88e3 L10N:Dundee:Xencenter:ITR002 transltion check-ins 2016-03-23 23:58:30 +05:30
Gabor Apati-Nagy
d9f5733c78 Merge pull request #910 from MihaelaStoica/CA-204212
CA-204212: XenCenter doesn't warn on creating a vif with duplicate ma…
2016-03-23 14:11:19 +00:00
Gabor Apati-Nagy
6934e7fa3f Merge pull request #905 from MihaelaStoica/CA-204191
CA-204191: Trying to avoid Uncaught exception System.InvalidOperation…
2016-03-23 09:53:07 +00:00
Mihaela Stoica
c846524df8 CA-204212: XenCenter doesn't warn on creating a vif with duplicate mac address on a different network
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-21 12:41:32 +00:00
CITRITE\sriharshak
ef8628ff92 L10N : Dundee translation checkins Iteration 01 2016-03-21 16:45:35 +05:30
Stephen Turner
f4a2ca8212 Merge pull request #908 from ushamandya/master
Minor updates to XS licensing. Wrapping up XC Help updates for Dundee :)
2016-03-18 14:33:46 +00:00
Usha Mandya
b655511a4a Minor updates to XS licensing. Wrapping up XC Help updates for Dundee :) 2016-03-18 14:22:10 +00:00
Mihaela Stoica
6d40a6db2b CA-204191: Trying to avoid Uncaught exception System.InvalidOperationException: Object is currently in use elsewhere.
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-17 16:12:43 +00:00
Stephen Turner
d4b644f2ac Merge pull request #904 from ushamandya/master
CP-15803: XC Help updates for Docker container console + Win Server c…
2016-03-16 17:05:20 +00:00
Usha Mandya
b757dd6f33 CP-15803: XC Help updates for Docker container console + Win Server containers support 2016-03-16 16:46:02 +00:00
Gabor Apati-Nagy
438eb59009 Merge pull request #899 from MihaelaStoica/CA-204172
CA-204172: Switch Health Check URLs to the production site
2016-03-16 14:01:19 +00:00
Mihaela Stoica
5d19694fb0 Merge pull request #903 from stephen-turner/CA-203766
CA-203766: Replace more uses of 'via'
2016-03-16 13:51:45 +00:00
Stephen Turner
feea3f2ad0 CA-203766: Replace more uses of 'via' 2016-03-16 13:17:47 +00:00
Mihaela Stoica
9c9312c113 CA-204172: Switch Health Check URLs to the production site
Also use 0 (never expire) for the diagnostic token.

Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-16 10:00:23 +00:00
Gabor Apati-Nagy
8741780e60 Merge pull request #895 from MihaelaStoica/CA-202477
CA-202477: XenCenter enables the Enter Maintenance mode button for a …
2016-03-15 15:54:09 +00:00
Gabor Apati-Nagy
c252f73165 Merge pull request #900 from MihaelaStoica/CA-204188
CA-204188: Select "Optimize manually" when the shadow multiplier valu…
2016-03-15 15:54:05 +00:00
Gabor Apati-Nagy
347efe3305 Merge pull request #898 from MihaelaStoica/CA-203434
CA-203434: License Status displayed as "Not Found" on General tab
2016-03-15 15:53:58 +00:00
Gabor Apati-Nagy
640a20514e Merge pull request #896 from MihaelaStoica/CA-202483
CA-202483: Change the Search tab title to "New Search" when a new sea…
2016-03-15 15:53:52 +00:00
Gabor Apati-Nagy
cb31f6cbed Merge pull request #894 from MihaelaStoica/CA-203428
CA-203428: XenCenter not allowing SXM from/between Cream hosts
2016-03-15 15:06:51 +00:00
Mihaela Stoica
3a42554fdf CA-204188: Select "Optimize manually" when the shadow multiplier value changes (not when the control is entered)
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-14 15:03:50 +00:00
Stephen Turner
da21dac32c Merge pull request #897 from ushamandya/master
CP-15333: XC Help for Windows Update feature + reverted TP3 changes
2016-03-11 14:24:35 +00:00
Mihaela Stoica
c4b7ca3514 CA-203434: License Status displayed as "Not Found" on General tab
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-11 14:17:58 +00:00
Usha Mandya
d756f1cf15 CP-15333: XC Help for Windows Update feature + reverted TP3 changes 2016-03-11 14:05:35 +00:00
Mihaela Stoica
a63fe3fd66 CA-202483: Change the Search tab title to "New Search" when a new search is created
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-11 13:57:21 +00:00
Mihaela Stoica
ac4378a45d CA-202477: XenCenter enables the Enter Maintenance mode button for a host even when the VM suspend is in progress 2016-03-11 13:53:12 +00:00
Mihaela Stoica
ee0b20e626 Merge pull request #893 from GaborApatiNagy/master_CA-202417
CA-202417: New VM Wizard Memory Modify button is not working reliably…
2016-03-11 13:49:49 +00:00
Mihaela Stoica
379de1f414 CA-203428: Check the CPU feature compatibility on migration only if the VM is on a Dundee or higher host
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-10 14:07:12 +00:00
Gabor Apati-Nagy
8091a9bc63 CA-202417: New VM Wizard Memory Modify button is not working reliably when specified in MB
Now we set Increment exactly as on other pages
when the unit is MB: the increment it will be calculated dynamically (1, 2, 4,...)
when GB, increment will be 1 GB for values >=10GB, 0.1GB otherwise

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-10 11:52:04 +00:00
Rob Hoes
bf9fdb2a85 Add Standard license edition
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
2016-03-09 16:14:05 +00:00
Gabor Apati-Nagy
88e0a1c1fa Merge pull request #876 from MihaelaStoica/CA-201645
CA-201645: The Install Update wizard should delete patch installation…
2016-03-09 11:29:34 +00:00
Gabor Apati-Nagy
4ca88573f0 Merge pull request #879 from MihaelaStoica/CA-202371
CA-202371: Change wording on VM Advanced options page
2016-03-09 11:23:49 +00:00
Gabor Apati-Nagy
05f5f01eaa Merge pull request #889 from MihaelaStoica/CA-203178
CA-203178: Unable to create HBA SR using new storage repository wizard in XC
2016-03-09 11:13:39 +00:00
Gabor Apati-Nagy
f49e2be36e Merge pull request #890 from MihaelaStoica/CA-202476
CA-202476: Hide Scheduled snapshots option on the Snapshots page …
2016-03-09 11:10:14 +00:00
Mihaela Stoica
a62726254a CA-202476: Hide Scheduled snapshots option on the Snapshots page for hosts version 6.2.0 and higher
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-08 15:35:19 +00:00
Mihaela Stoica
2db694323c Merge pull request #888 from xenserver/master_CA-202068
CA-202068: License Manager wizard showing "Activate Free XenServer" b…
2016-03-08 15:11:44 +00:00
Mihaela Stoica
1eac78ac00 CA-203178: Unable to create HBA SR using new storage repository wizard in XC
- Removed the Storage provisioning page from the New SR Wizard
2016-03-08 14:47:55 +00:00
Gabor Apati-Nagy
09819b2a02 CA-202068: License Manager wizard showing "Activate Free XenServer" button even no host selected for editing license
Fixed, now the button is only shown when needed

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-08 13:51:39 +00:00
Mihaela Stoica
a7ad8bd58a Merge pull request #875 from GaborApatiNagy/master_CA-201576
CA-201576: Windows Update capable text does not fit into the control
2016-03-07 17:00:45 +00:00
Gabor Apati-Nagy
081359811f Merge pull request #880 from ushamandya/master
XC Help for TP3. Removed references to XS 7.0
2016-03-04 13:23:14 +00:00
Usha Mandya
0b117cd26d XC Help for TP3. Removed references to XS 7.0 2016-03-04 13:18:52 +00:00
Mihaela Stoica
b30e80b054 CA-202371: Change wording on VM Advanced options page
- Changes to the the layout: order of radio buttons, removed group box around the manual setting of shadow multiplier;
- Shadow multiplier edit box no longer disabled when "Optimize manually" not checked

- Also changed the wording on the Name page of the new VM wizard
2016-03-04 10:44:01 +00:00
Gabor Apati-Nagy
cb2fc58654 Merge pull request #878 from ushamandya/master
CP-16119: incorporated feedback on Dundee licensing topics
2016-03-04 10:15:53 +00:00
Usha Mandya
f30421d165 CP-16119: incorporated feedback on Dundee licensing topics 2016-03-04 09:34:30 +00:00