Mihaela Stoica
9987ea8e7b
CA-152052: Fix the issue where the License Manager showed the wrong state when assigning/releasing license from pool
...
Correction following code review: When a host collection changes, update all rows containing the hosts changed. This will cover the case when the License Manager shows all members of a pool on separate rows for pre-6.2 versions of XenServer.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-11-25 17:25:32 +00:00
Mihaela Stoica
66a3755a57
Merge branch 'xs64bit' of https://github.com/xenserver/xenadmin
2014-11-25 16:56:20 +00:00
Mihaela Stoica
8d02877468
Merge pull request #268 from stephen-turner/CA-152823
...
CA-152823: Hotfix wizard still claims it will reboot hosts
2014-11-25 16:48:06 +00:00
Stephen Turner
f79061cc07
CA-152823: Hotfix wizard still claims it will reboot hosts
2014-11-25 16:44:14 +00:00
Gabor Apati-Nagy
c260fec71a
Merge pull request #267 from xenserver/xs64bit
...
Xs64bit
2014-11-25 15:31:15 +00:00
Gabor Apati-Nagy
96299d6654
Merge pull request #266 from xenserver/creedence-ln
...
Creedence ln
2014-11-25 15:30:50 +00:00
Gabor Apati-Nagy
81a29dbe68
Merge pull request #265 from sriharshak/creedence-ln
...
Creedence ln - L10N Bug fixes
2014-11-25 10:04:41 +00:00
sriharshak
edf43e0198
CA-149022: fixed by adjusting the layout for JA
2014-11-25 12:53:36 +05:30
sriharshak
42f6ac3224
CA-150463: Fixed the issue by adjusting the layout for JA
2014-11-25 12:28:48 +05:30
sriharshak
9765e5b3a9
CA-150462 : Fixed the issue by updating the translations for ZHCN
2014-11-25 12:08:07 +05:30
sriharshak
5001822ae3
CA-148876 CA-150934 CA-149873 Fixes
2014-11-25 10:00:02 +05:30
Mihaela Stoica
65b4ef1f37
CA-152052: Fix the issue where the License Manager showed the wrong state when assigning/releasing license from pool
...
The problem was that the License Manager was listening to PropertyChanged events on the master only, not on slaves.
When the master's properties change (e.g. edition) we update the row in the license manager; but in some cases a slave (or more) hasn't been updated yet (as it may be updated in another event.from) and we think that the pool is partially updated.
Our solution is to listen to Host BatchCollectionChanged event, which is triggered once per cache update for the host collection (it any property changed for any of the hosts).
The sleep in the ApplyLicenseEditionAction is not needed anymore, nor is the extra call to update the cell after the action is completed, because the cell is getting updated correctly on the BatchCollectionChanged event.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-11-24 16:57:42 +00:00
sriharshak
f57969b7f0
CA-149815: Fixed by adjusting the table layout for ZHCn
2014-11-24 12:29:12 +05:30
sriharshak
3804ea69df
CA-147731: Fixed by increasing the size for JA and ZHCN
2014-11-21 14:02:36 +05:30
sriharshak
63780dd191
CA-150219: Fixed by removing the unnecessary fields for JA and ZHCN
2014-11-21 13:27:35 +05:30
sriharshak
5d9240c31f
CA-151648: Fixed the issue by changing the dimensions for JA
2014-11-20 13:49:50 +05:30
sriharshak
0389228fae
CA-152018: Fixed by adjusting the dimensions for ZHCN
2014-11-19 21:03:26 +05:30
sriharshak
b47206aec2
CA-152087: Fixed by changing the positions for JA.
2014-11-19 20:03:16 +05:30
sriharshak
4fcd25d5a2
CA-150935: Fixed by adjusting the size for JA
2014-11-19 15:13:51 +05:30
sriharshak
0132a7d38b
CA-150021: Fixed the issue by changing the positions for JA
2014-11-19 13:57:37 +05:30
sriharshak
7577db460e
CA-147663: Issue fixed by changing the dimensions ,location and hotkeys for JA and ZHCN
2014-11-19 12:44:28 +05:30
sriharshak
584fe58ae3
CA-147668: Issue fixed by updating the padding in ZHCN
2014-11-19 10:03:54 +05:30
sriharshak
b8f974e37a
CA-152020: Fixed by updating the translations for JA and ZHCN
2014-11-19 09:47:07 +05:30
Usha Mandya
68de517731
Updated version of XC Help
2014-11-18 17:48:49 +00:00
sriharshak
1eac405cc1
CA-147716: Fixed by updating the HOtKeys for JA and ZHCN
2014-11-18 16:36:25 +05:30
sriharshak
b9dd43990e
CA-147666 : Fixed the issue by changing the location for ZHCN
2014-11-18 16:14:41 +05:30
Gabor Apati-Nagy
ee624d9a56
Merge pull request #264 from xenserver/xs64bit
...
Xs64bit
2014-11-18 10:38:08 +00:00
Gabor Apati-Nagy
65656a0371
Merge pull request #263 from xenserver/creedence-ln
...
Creedence ln
2014-11-18 10:37:36 +00:00
Gabor Apati-Nagy
8cf0ee6a04
Merge pull request #262 from xenserver/xs64bit
...
Xs64bit
2014-11-18 10:32:57 +00:00
sriharshak
670baa5fc1
CA-152017 : Fixed by channging the position for ZHCN.
2014-11-18 15:15:46 +05:30
Mihaela Stoica
da63a01930
CP-10334: Small correction following code review
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-11-17 17:03:50 +00:00
Gabor Apati-Nagy
168ea13b91
Merge pull request #261 from sriharshak/creedence-ln
...
Creedence ln - localization issue fixes
2014-11-17 14:03:05 +00:00
Mihaela Stoica
fcbefc6f75
CP-10334: Make Export resource data option available for pools or standalone hosts (used to be pool only)
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-11-17 11:43:35 +00:00
Mihaela Stoica
ee4d9da505
CP-10334: Make Export resource data an Enterprise feature
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-11-17 11:41:24 +00:00
sriharshak
c9f861487f
CA-148766: Fixed the issue by hanging the dimensions for ZHCN
2014-11-17 12:57:18 +05:30
sriharshak
e00dba9e60
CA-150817: Fixed by updating the translations for ZHCN
2014-11-17 12:38:09 +05:30
sriharshak
d5fb469e24
CA-149870: Issue fixed by adjusyting the size for ZHCN
2014-11-17 12:23:55 +05:30
sriharshak
e1e23c00d9
CA-147603 : Fixed issue by changing the layout.
2014-11-17 11:30:13 +05:30
Mihaela Stoica
9d9e7b2f24
CP-10334: XenCenter work for the new changes in licensing
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-11-14 17:29:01 +00:00
sriharshak
d7d6f8ff24
CA:151447: Fixed the issue by changing the trnslation as suggested by linguist for ZHCN
2014-11-14 12:12:29 +05:30
sriharshak
fc4ba9ed18
CA-151477: Fixed by changing the dimensions for JA and ZHCN
2014-11-14 12:05:52 +05:30
Gabor Apati-Nagy
2bd6d31ff5
Merge pull request #260 from xenserver/creedence-ln
...
Creedence-LN to Xs64bit
2014-11-10 14:59:25 +00:00
Gabor Apati-Nagy
e798d8d2f3
Update archive-push.sh
...
Disabling push
2014-11-10 14:56:52 +00:00
sriharshak
981ea7d5ac
CA-147728: Fixed by changing the location for JA and ZHCN
2014-11-06 17:03:02 +05:30
sriharshak
365d159b02
CA-147609: Fixed the issue by changing the size fr JA and ZHCN
2014-11-06 16:26:26 +05:30
sriharshak
4100247176
CA-147604: Fixed by adjusting the location for ZHCN
2014-11-06 16:12:17 +05:30
sriharshak
dadfb75c0a
CA-147665: Issue fixed by changing the location of button in JA and ZHCN
2014-11-06 16:05:19 +05:30
sriharshak
4b4dce6cb6
CA-149872: Fixed by adjusting the locations for JA and ZHCN
2014-11-06 15:48:05 +05:30
sriharshak
bd7139d4cf
CA_150784: Issue fixed by updating the translations
2014-11-06 14:38:10 +05:30
sriharshak
75ff122a1a
CA-150945: Issue fixed by updating the translation for JA
2014-11-06 13:31:01 +05:30