Usha Mandya
d756f1cf15
CP-15333: XC Help for Windows Update feature + reverted TP3 changes
2016-03-11 14:05:35 +00:00
Usha Mandya
0b117cd26d
XC Help for TP3. Removed references to XS 7.0
2016-03-04 13:18:52 +00:00
Usha Mandya
f30421d165
CP-16119: incorporated feedback on Dundee licensing topics
2016-03-04 09:34:30 +00:00
Usha Mandya
9907d66b75
CP-15334: Incorporated review comments on GTV-g + minor updates to install XS Tools
2016-03-02 15:54:34 +00:00
Usha Mandya
d6c3e9ca2e
CP-15333: Draft changes for XS Tools update via Windows Updates
2016-03-01 15:23:38 +00:00
Usha Mandya
a539e0b473
CP-13969: Incorporated review comments from Mihaela.
2016-02-24 16:24:44 +00:00
Usha Mandya
712271f919
CP-16118: Contains TLS SSL updates
2016-02-19 16:23:05 +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
Usha Mandya
d767f2fc54
CP-15481: Updated Help topics for SXM constraints removal, CPU Levelling, etc.
2016-02-12 17:19:59 +00:00
Usha Mandya
dd0f639784
CP-15481: Updated Migrate VMs, NFS, and SMB topics
2016-02-05 15:59:17 +00:00
Usha Mandya
baa03c7586
CP-15337: Draft Help for FCoE and Storage topics
2016-02-02 14:43:55 +00:00
Mihaela Stoica
a34cffbd64
Merge pull request #806 from cheng--zhang/CP-15404
...
CP-15404: Make help file rebrandable
2016-02-02 11:00:20 +00:00
Mihaela Stoica
b555781f8d
Merge pull request #805 from cheng--zhang/CP-15162
...
CP-15162: Make installer rebrandable
2016-02-02 10:58:29 +00:00
Mihaela Stoica
8d0d3c0c8e
Merge pull request #801 from GaborApatiNagy/CP-15711
...
CP-15711: Modify Select Update Page
2016-02-02 10:46:08 +00:00
Cheng Zhang
c209bae16e
CP-15404: Make help file rebrandable
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-02-02 13:19:14 +08:00
Cheng Zhang
7e88a4a16a
CP-15951: Remove enbeded bmps in WLB credential dialog
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-02-02 09:45:29 +08:00
Rob Hoes
4d7693a503
CA-196231: Don't confuse start-on with migration
...
The "Start on Server" VM context menu incorrectly enabled hosts that a VM can
only be started on after a storage migration. This was due to the fact that
the VMOperationToolStripMenuItem class is used for both "Start on Server" as
well as "Migrate to Server".
This change ensures that start checks are done when a start is requested, and
migration checks otherwise.
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
2016-02-01 17:34:24 +00:00
Mihaela Stoica
49e07882a6
CP-15825: Set Roaming=true for the new setting
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-01 11:21:17 +00:00
Gabor Apati-Nagy
f0e6d53103
CP-15711: Modify Select Update Page
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-01-29 18:06:31 +00:00
Gabor Apati-Nagy
b04c4d10dd
CP-15711: Modify Select Update Page
...
Added Automatic option, but the option itself is disabled for now.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-01-29 18:01:53 +00:00
Mihaela Stoica
fb64d19853
CP-15825: Show About dialog at startup detailing company names that the connected hosts have been licensed to
...
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-01-29 14:38:58 +00:00
Mihaela Stoica
2689f0bd9e
Merge pull request #797 from cheng--zhang/CA-192539
...
CA-192539: Adding iNode host to XenCenter should be restricted
2016-01-29 10:40:10 +00:00
Mihaela Stoica
25c787e61e
CP-14817: Skip the product brand check in automated test mode
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-01-29 18:07:16 +08:00
Mihaela Stoica
2747ab702b
CP-14817: Fixed "Unreachable code" warning
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
Conflicts:
XenAdmin/MainWindow.cs
2016-01-29 14:28:47 +08:00
Mihaela Stoica
30aa9affc7
CP-14817: Add a check to refuse connection to a server that have different product brand
...
Change PRODUCT_BRAND to BRANDING_PRODUCT_BRAND
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
Conflicts:
XenAdmin/Branding.cs
XenAdmin/MainWindow.cs
mk/xenadmin-build.sh
2016-01-29 14:26:53 +08:00
Mihaela Stoica
fc5ebd2d40
CP-15401: Move HiddenFeatures to a new class
...
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-01-28 21:43:15 +00:00
Mihaela Stoica
a9d7d95f56
CA-196887: New function for reading registry key written by the installer
...
- When the installer writes HiddenFeatures registry entry, it specifies registry key HKMU, that means that it will be written in HKLM if the user selected "All Users" for installation, or to HKCU if the user selected "Just Me".
- Added a new function to read an installed key by trying CurrentUser first, then Local Machine.
This function specifies a registry view (RegistryView.Registry32) when it opens the key (On the 64-bit version of Windows, portions of the registry are stored separately for 32-bit and 64-bit applications. There is a 32-bit view for 32-bit applications and a 64-bit view for 64-bit applications).
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-01-28 14:57:16 +00:00
Cheng Zhang
8e64199497
CP-15267: Remove some help ID in helpmanager
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-28 18:13:39 +08:00
Cheng Zhang
4ba9981d28
Revert "CA-179515: Move to online help"
...
This reverts commit 0d0cf47523
.
Conflicts:
XenAdmin/Help/HelpManager.resx
XenModel/InvisibleMessages.Designer.cs
XenModel/InvisibleMessages.resx
2016-01-28 17:35:51 +08:00
Cheng Zhang
29ea52f6de
Revert "CA-179515: Move to online help: remove .chm files"
...
This reverts commit 81761c33b0
.
2016-01-28 17:09:18 +08:00
Mihaela Stoica
5461838925
Merge branch 'master' into CP-15410
...
Conflicts:
XenAdmin/Core/Registry.cs
2016-01-27 14:06:13 +00:00
Mihaela Stoica
2c41a4cfeb
CP-15410: Show license expiry alerts
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-01-26 16:30:24 +00:00
Mihaela Stoica
f12b4765b6
CP-15409: Add read-only mode to License manager
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-01-26 14:49:02 +00:00
Gabor Apati-Nagy
249489220b
Merge pull request #786 from MihaelaStoica/CP-15407
...
CP-15407: Add license editions
2016-01-26 11:32:54 +00:00
Gabor Apati-Nagy
fd314b2440
Merge pull request #787 from koushikcgit/master
...
Removing possible null object reference
2016-01-26 11:32:27 +00:00
Mihaela Stoica
a53b23fe03
Merge pull request #788 from cheng--zhang/CP-15623
...
CP-15623: Remove Messages FEATURE_NOT_AVAILABLE_NEED_ENTERPRISE_OR_PL…
2016-01-26 09:32:25 +00:00
Mihaela Stoica
3416707fd2
Merge pull request #785 from cheng--zhang/CP-15401
...
CP-15401: Show/Hide rdpPolling, upsell and optimize for XenApp depend…
2016-01-26 09:31:24 +00:00
Cheng Zhang
5be8c8978b
CP-15623: Remove Messages FEATURE_NOT_AVAILABLE_NEED_ENTERPRISE_OR_PLATINUM_PLURAL
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-26 13:40:15 +08:00
Cheng Zhang
5c399ab4ba
CP-15401: Avoid have null in URL constructor
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-26 11:16:39 +08:00
Koushik Chakravarty
c2e6c79670
Removing possible null object reference
...
Signed-off-by: Koushik Chakravarty <Koushik.Chakravarty@citrix.com>
2016-01-25 16:43:33 +05:30
Cheng Zhang
6b2490dea7
CP-15401: Hide upload option by reg key
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-25 16:23:31 +08:00
Cheng Zhang
b33e579f28
CP-15401: Hide HealthCheck by reg key
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-25 13:40:45 +08:00
Cheng Zhang
04d3b81d92
CP-15401: Changed WarningWithInformationUrl and ProblemWithInformationUrl to cope with empty URL string
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-25 11:15:30 +08:00
Mihaela Stoica
26d9e0a3f9
CP-15401: Rearrange the legal notice dialog
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-01-22 14:02:14 +00:00
Mihaela Stoica
3ccfcc7e3a
Merge pull request #782 from cheng--zhang/CP-15398
...
CP-15398: Make version, xsupdate and xensearch rebrandable
2016-01-22 13:16:03 +00:00
Cheng Zhang
d4ec1289c2
CP-15401: Move hidden check out of designer
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-22 17:02:59 +08:00
Cheng Zhang
7793f8547e
CP-15401: Make legal notice change by reg key
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-22 16:51:37 +08:00
Cheng Zhang
e488c62175
CP-15401: Make Cross-server private network hide by reg key
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-22 14:30:28 +08:00
Cheng Zhang
3157f8dd30
CP-15404: Rebranding the installer and fix translation issue
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-22 13:50:20 +08:00
Cheng Zhang
1485a056e9
CP-15399: Make xsupdate rebrandable
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-22 13:50:12 +08:00