Commit Graph

2654 Commits

Author SHA1 Message Date
Gabor Apati-Nagy
cd27e6ad7c CP-15915: fixed typo2 2016-02-26 15:05:03 +00:00
Gabor Apati-Nagy
5a05b794ef CP-15915: fixed typo 2016-02-26 14:27:37 +00:00
Gabor Apati-Nagy
6c560ec3bc Merge pull request #865 from MihaelaStoica/CA-196643
CA-196643: Check the CPU feature compatibility in StartDiagnosisForm
2016-02-26 14:15:43 +00:00
Gabor Apati-Nagy
8fb92187ee Merge pull request #861 from MihaelaStoica/CP-15699
CP-15699: Re-enable the ExpectedResults test
2016-02-26 14:11:16 +00:00
Gabor Apati-Nagy
40b79d8838 Merge pull request #860 from MihaelaStoica/CA-200937
CA-200937 & CA-201074: Help files and Home page in the localised installer
2016-02-26 14:11:11 +00:00
Gabor Apati-Nagy
a4ace403c7 Merge pull request #862 from MihaelaStoica/CP-15915
CP-15915: Replace MHT files for the home page with the ones from the …
2016-02-26 14:11:05 +00:00
Mihaela Stoica
0504b5b295 CA-196643: Check the CPU feature compatibility in StartDiagnosisForm
- The StartDiagnosisForm dialog shows the reasons why a VM cannot be started or resumed. XenCenter tries to get these reasons from a call to VM.assert_can_boot_here, but his function does not perform a CPU feature compatibility check.
- This commit adds the CPU feature compatibility check for resume operations.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-26 10:54:07 +00:00
Mihaela Stoica
ccbc07e25d Merge pull request #864 from stephen-turner/CA-201421
CA-201421: tools ISO is missing in drop-down list
2016-02-25 17:23:18 +00:00
Stephen Turner
5093ef677c CA-201421: tools ISO is missing in drop-down list 2016-02-25 17:18:48 +00:00
Stephen Turner
aa3f77d4a7 Merge pull request #863 from GaborApatiNagy/master_homepagefix
CA-199145: Home page missing the page icons that are used as list bullets
2016-02-25 14:49:47 +00:00
Gabor Apati-Nagy
6c62806fd6 CA-199145: Home page missing the page icons that are used as list bullets
Now the Mhtml file contains this image as well. I used IE to save it and apparently (like other browsers) it does not save css-specified background images, so had to add a 0x0px sized img into the html to have IE to save it. Easy workaround and no change to the layout.

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-25 14:15:04 +00:00
Mihaela Stoica
3645e5e8dc CP-15915: Replace MHT files for the home page with the ones from the branding folder
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-25 11:52:10 +00:00
Mihaela Stoica
70187718da CP-15699: Re-enable the ExpectedResults test
Also, changed the build script to skip the tests execution if a variable is defined (SKIP_TESTS)

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-25 11:26:34 +00:00
Mihaela Stoica
17a315c907 CA-201074: Added the localised home pages to the installer script
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-25 10:49:03 +00:00
Mihaela Stoica
8dbdd3487b CA-200937: The localised XenCenter installer (XenCenterSetup.l10n.exe) should also install the English help files
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-25 10:18:38 +00:00
Stephen Turner
7867901e0d Merge pull request #858 from xenserver/revert-746-CA-178985
CA-190986: Revert "CA-178985: Removed ova.xml import from XenCenter"
2016-02-25 09:30:58 +00:00
Gabor Apati-Nagy
1fd749af15 tests-check.sh not to kill already running nunit
this change makes sure we don't kill any nunit processes before acquiring the lock
2016-02-24 17:16:01 +00:00
Stephen Turner
9924d88747 Merge pull request #859 from ushamandya/master
CP-13969: Incorporated review comments from Mihaela.
2016-02-24 16:28:45 +00:00
Usha Mandya
a539e0b473 CP-13969: Incorporated review comments from Mihaela. 2016-02-24 16:24:44 +00:00
Mihaela Stoica
1d02d900d5 Merge pull request #857 from GaborApatiNagy/master_CA-201032
CA-201032: Made automatic option invisible in the Install Patches W…
2016-02-24 15:59:56 +00:00
Gabor Apati-Nagy
1ca313c1e0 Revert "CA-178985: Removed ova.xml import from XenCenter" 2016-02-24 15:33:18 +00:00
Gabor Apati-Nagy
88a3291630 CA-201032: Made automatic option not visible in the Install Patches Wizard
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-24 15:31:58 +00:00
Mihaela Stoica
35ae8fb9cd Merge pull request #856 from GaborApatiNagy/master_CA-197423
CA-197423: Incorrect UI text and help link in Copy Template wizard
2016-02-24 13:54:18 +00:00
Gabor Apati-Nagy
ebec8b1d7e CA-197423: Incorrect UI text and help link in Copy Template wizard
One missing helpid fixed

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-24 13:52:10 +00:00
Gabor Apati-Nagy
0c56385921 CA-197423: Incorrect UI text and help link in Copy Template wizard
Fixed helpids

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-24 11:10:09 +00:00
Gabor Apati-Nagy
4bdc5ffa79 CA-197423: Incorrect UI text and help link in Copy Template wizard
Fixing UI text (template instead of VM where needed)

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-24 10:44:37 +00:00
Stephen Turner
58cc35b5d1 Merge pull request #855 from GaborApatiNagy/master_CA-169478
CA-169478: SC&JA: uninternationalized issue for “xscontainer” under R…
2016-02-22 12:06:43 +00:00
Gabor Apati-Nagy
36d5d872c0 CA-169478: SC&JA: uninternationalized issue for “xscontainer” under Report content item list.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-22 12:03:20 +00:00
Stephen Turner
738bfed0e8 Merge pull request #854 from GaborApatiNagy/master_CA-198767
CA-198767: Add only-physical-PIFs pool-join constraint
2016-02-19 17:45:52 +00:00
Stephen Turner
49787fe66f Merge pull request #853 from GaborApatiNagy/master_CA-187695
CA-187695: Inappropriate status under Events when status report is ca…
2016-02-19 17:32:09 +00:00
Gabor Apati-Nagy
9a53cf9463 CA-198767: Add only-physical-PIFs pool-join constraint
There is a new pool join rule in xapi: the joining host may only have physical PIFs, i.e. no bonds, VLANs and tunnels (cross-server private networks). This is checked by asserting that for all PIFs of the joining host, PIF.physical = true. When this occurs, people should be encouraged to manually remove any existing bonds, VLANs or tunnels and try again.

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-19 17:31:30 +00:00
Gabor Apati-Nagy
44e05b75eb Merge pull request #852 from ushamandya/master
CP-16118: Contains TLS SSL updates
2016-02-19 17:21:48 +00:00
Gabor Apati-Nagy
e0810906e2 CA-187695: Inappropriate status under Events when status report is cancelled due to network inconnectivity
As we agreed, changing "User Canceled" to "Canceled" so it will no longer be misleading

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-19 16:27:16 +00:00
Usha Mandya
712271f919 CP-16118: Contains TLS SSL updates 2016-02-19 16:23:05 +00:00
Gabor Apati-Nagy
44b6fa0d12 Merge pull request #844 from cheng-z/CA-198962
CA-198962: Fix compile error of rebranding
2016-02-19 12:11:10 +00:00
Gabor Apati-Nagy
ec1e4ca067 Merge pull request #840 from cheng-z/CA-198895
CA-198895: Have parameter Languages back in xencenter.l10n.diff
2016-02-18 16:44:12 +00:00
Stephen Turner
d50ddc1f58 Merge pull request #849 from GaborApatiNagy/master_CP-15830
CP-15830: Add Help IDs for new dialogs in Dundee
2016-02-18 13:28:47 +00:00
Gabor Apati-Nagy
6cde7d9c3f CP-15830: Add Help IDs for new dialogs in Dundee 2016-02-18 13:09:53 +00:00
Gabor Apati-Nagy
8a0a149f14 CP-16097: Fix unit test 2016-02-18 10:44:17 +00:00
Gabor Apati-Nagy
e85a6776f3 Merge pull request #847 from GaborApatiNagy/master_CP-16097
CP-16097: Hide Thin Provosioning in XenCenter
2016-02-17 14:04:40 +00:00
Gabor Apati-Nagy
6f2fdb2ac2 CP-16097: Hide Thin Provosioning in XenCenter
Unit tests

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-17 14:02:25 +00:00
Stephen Turner
6949349830 Merge pull request #845 from GaborApatiNagy/master_CP-16097
CP-16097: Hide Thin Provosioning in XenCenter
2016-02-17 13:58:20 +00:00
Gabor Apati-Nagy
0f20df0f4b CP-16097: Hide Thin Provosioning in XenCenter
Added the same comment to all the changes

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-17 13:14:42 +00:00
Stephen Turner
675ae4f057 Merge pull request #846 from ushamandya/master
CP-15334, CP-16118: Modified XC Help topics for GVT-g and TLS SSL updates
2016-02-17 12:48:30 +00:00
Usha Mandya
6c0cb6b267 CP-15334, CP-16118: Modified XC Help topics for GVT-g and TLS SSL updates 2016-02-17 12:33:54 +00:00
Gabor Apati-Nagy
6cf7776795 CP-16097: Hide Thin Provosioning in XenCenter
Commented code out only for easier reverting.

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-17 11:42:19 +00:00
Cheng Zhang
900d152301 CA-198962: Fix compile error of rebranding
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-02-17 18:33:37 +08:00
Stephen Turner
5a6283c5ec Merge pull request #843 from GaborApatiNagy/homepage2
CP-15402: Improvements to the new HomePage
2016-02-17 09:31:52 +00:00
Gabor Apati-Nagy
27df0a609b CP-15402: HomePage
Chanegd build script to pick up the mht file as well for translators

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-16 19:01:11 +00:00
Gabor Apati-Nagy
ccb57a3e79 CP-15402: HomePage: Added localized MHT files
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-16 18:54:20 +00:00