xenadmin/XenAdmin/Wizards/PatchingWizard
Mihaela Stoica 71333fcf90 CA-304656: Stop users from applying automated updates that will bring the server to a verson incompatible with the current XenCenter version.
When running the XenCenter version precheck, calculate the higher server version that will be installed (by looking at the update sequence) and use this for checking the XenCenter version compatibility.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2019-06-11 09:34:25 +01:00
..
PlanActions Merge pull request #2438 from xenserver/feature/REQ-745 2019-05-20 10:48:48 +01:00
AutomatedUpdatesBasePage.cs Merge pull request #2438 from xenserver/feature/REQ-745 2019-05-20 10:48:48 +01:00
AutomatedUpdatesBasePage.designer.cs CP-29768: Add Skip functionality for RPU supp pack installation (#2283) 2018-11-07 18:07:53 +02:00
AutomatedUpdatesBasePage.ja.resx L10N : Translation and resx resync 2018-11-22 23:48:28 +00:00
AutomatedUpdatesBasePage.resx CP-29768: Add Skip functionality for RPU supp pack installation (#2283) 2018-11-07 18:07:53 +02:00
AutomatedUpdatesBasePage.zh-CN.resx L10N : Translation and resx resync 2018-11-22 23:48:28 +00:00
PatchingWizard_AutomatedUpdatesPage.cs CA-309037: If live patching fails, do not attempt to reboot the host, but show a warning in the wizard 2019-02-15 11:18:28 +00:00
PatchingWizard_AutomatedUpdatesPage.designer.cs CP-28279: Fix the AutoScaleMode 2018-06-25 11:31:18 +01:00
PatchingWizard_FirstPage.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
PatchingWizard_FirstPage.Designer.cs CP-15713: UI: Change Before You Start page 2016-05-04 12:25:38 +01:00
PatchingWizard_FirstPage.ja.resx L10N: Translation updates along with Interface resync 2018-09-28 14:00:14 +01:00
PatchingWizard_FirstPage.resx CP-28787: Change some "XenServer" to neutral references. (#2142) 2018-07-19 10:50:49 +01:00
PatchingWizard_FirstPage.zh-CN.resx L10N: Translation updates along with Interface resync 2018-09-28 14:00:14 +01:00
PatchingWizard_ModePage.cs Removed obsolete UpdateType.Existing and associated properties and methods. 2018-11-13 11:08:10 +00:00
PatchingWizard_ModePage.Designer.cs [CA-227845] Fixing problems caused by tooltip container on hotfix wizard mode page 2016-11-04 17:09:52 +00:00
PatchingWizard_ModePage.ja.resx L10N: Translation updates and Re-Sync JA & CN resx files to match the new English resx 2018-08-22 09:02:08 +01:00
PatchingWizard_ModePage.resx CA-293813: Patch pools in parallel when installing a single update/patch or supplemental package. (#2183) 2018-08-17 12:05:16 +01:00
PatchingWizard_ModePage.zh-CN.resx L10N: Translation updates and Re-Sync JA & CN resx files to match the new English resx 2018-08-22 09:02:08 +01:00
PatchingWizard_PatchingPage.cs CA-309037: If live patching fails, do not attempt to reboot the host, but show a warning in the wizard 2019-02-15 11:18:28 +00:00
PatchingWizard_PatchingPage.designer.cs CA-293813: Patch pools in parallel when installing a single update/patch or supplemental package. (#2183) 2018-08-17 12:05:16 +01:00
PatchingWizard_PrecheckPage.cs CA-304656: Stop users from applying automated updates that will bring the server to a verson incompatible with the current XenCenter version. 2019-06-11 09:34:25 +01:00
PatchingWizard_PrecheckPage.Designer.cs Do not create a new background worker every time the checks are refreshed; queue 2018-07-04 12:09:37 +01:00
PatchingWizard_PrecheckPage.ja.resx L10N: Translation Updates & CA-293780 2018-07-19 11:05:16 +01:00
PatchingWizard_PrecheckPage.resx Do not create a new background worker every time the checks are refreshed; queue 2018-07-04 12:09:37 +01:00
PatchingWizard_PrecheckPage.zh-CN.resx L10N: Translation Updates & CA-293780 2018-07-19 11:05:16 +01:00
PatchingWizard_SelectPatchPage.cs CA-310177: Check if the selected iso file contains a valid ISO file system. 2019-05-17 12:37:02 +01:00
PatchingWizard_SelectPatchPage.Designer.cs Fixed crash caused by code redundancy. 2018-11-01 13:12:09 +02:00
PatchingWizard_SelectPatchPage.ja.resx L10N: Translation updates and Re-Sync JA & CN resx files to match the new English resx 2018-08-22 09:02:08 +01:00
PatchingWizard_SelectPatchPage.resx CP-21182: Improved wording in the Install Updates Wizard 2017-03-28 11:17:26 +01:00
PatchingWizard_SelectPatchPage.zh-CN.resx L10N: Translation updates and Re-Sync JA & CN resx files to match the new English resx 2018-08-22 09:02:08 +01:00
PatchingWizard_SelectServers.cs CA-310177: Use a new tooltip message when the selected iso is neither corrupted nor an update 2019-05-17 12:37:02 +01:00
PatchingWizard_SelectServers.Designer.cs CA-293158: Reworked the logic enabling/disabling and selecting servers depending 2018-07-08 22:43:21 +01:00
PatchingWizard_SelectServers.ja.resx L10N:Translation Updates 2017-10-23 19:01:14 +05:30
PatchingWizard_SelectServers.resx Merge remote-tracking branch 'upstream/REQ-411' into REQ-411 2017-03-28 12:44:54 +01:00
PatchingWizard_SelectServers.zh-CN.resx L10N:Translation Updates 2017-10-23 19:01:14 +05:30
PatchingWizard_UploadPage.cs CA-309037: If live patching fails, do not attempt to reboot the host, but show a warning in the wizard 2019-02-15 11:18:28 +00:00
PatchingWizard_UploadPage.Designer.cs CA-296490: Upload single update to multiple pools in parallel. (#2338) 2019-01-10 13:24:42 +00:00
PatchingWizard.cs CA-309753: If the user decides not to proceed with cancelling the wizard, then the wizard shouln't do the cleanup actions 2019-02-06 15:13:32 +00:00
PatchingWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
PatchingWizard.ja.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
PatchingWizard.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
PatchingWizard.zh-CN.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
UpdateProgressBackgroundWorker.cs CP-29768: Add Skip functionality for RPU supp pack installation (#2283) 2018-11-07 18:07:53 +02:00