Kelven Yang
677394c27a
Remove retired configuration varable
2010-11-30 16:23:15 -08:00
Kelven Yang
83736a1af5
Add URI component encoding to URI util class to help utilize URL info in hypervisor host address
2010-11-30 16:23:15 -08:00
Jessica Wang
702aa75c51
comment out obsolete code.
2010-11-30 15:42:33 -08:00
Jessica Wang
786c5af881
pagination - assign element ID to previous button, next button.
2010-11-30 15:35:20 -08:00
Jessica Wang
88e47322cc
primary storage page - implement refresh button.
2010-11-30 15:24:08 -08:00
Jessica Wang
6b37ae7149
Host page - fix a bug that refresh button was not working in Firefox (but was working in IE).
2010-11-30 15:19:35 -08:00
Jessica Wang
718e6b6a0c
VM wizard - limit template number to be 6 on each page in VM Wizard.
2010-11-30 14:11:54 -08:00
Jessica Wang
a57b99d72b
host page - implement refresh button.
2010-11-30 13:53:45 -08:00
will
de92288e3b
Adding xenserver-5.6.0-1.jar to eclipse classpath and removing 5.5
2010-11-30 12:19:49 -08:00
edison
06663d47e2
fix missing jar files for centos
2010-11-30 11:52:22 -08:00
alena
680812f675
bug 7223: page and pagesize parameters must be specified together "list" api commands
...
status 7223: resolved fixed
2010-11-30 11:31:34 -08:00
Jessica Wang
17ffde1c17
API has changed to return all if pagesize is not specified. Here is more corresponding UI change.
2010-11-30 11:26:21 -08:00
Jessica Wang
db3b75bda0
API has changed to return all if pagesize is not specified. Here is corresponding UI change.
2010-11-30 11:03:58 -08:00
nit
b5f9ae0ef3
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
2010-11-30 23:48:13 +05:30
nit
2f946f6030
bug 7366 : Mark template as removed if create private template from volume fails due to being attached to a non-stopped VM. This allows subsequent creation of a template with the same name.
...
status 7366: resolved fixed
2010-11-30 23:47:04 +05:30
alena
5c8619903b
bug 7342: return ipaddress instead of publicip in listIpForwardingRules/listPortForwardingRules api responses.
...
status 7342: resolved fixed
2010-11-30 10:16:54 -08:00
abhishek
1aee756184
bug 7345: During the expunge operation, we were not calling the deleteipforwardingrule method, for a rule which was static nat. Adding that logic. Also, making a change in the domr script as we do not need to execute a line on deletion of a rule
...
status 7345: resolved fixed
2010-11-30 10:07:10 -08:00
Kelven Yang
54f177cacc
1) Make generic dao be able to persist UTF-8 string for internationalization support
...
2) Undo gson Unicode escape in API response object to avoid double escaping which can break Javascript from getting correct text content
3) Correct API layer in dealing with character encoding
4) Remove double escape in cloud.core.js
2010-11-30 09:40:54 -08:00
Kelven Yang
fa9c882d8c
Add VMWare hypervisor guru
2010-11-30 09:40:53 -08:00
frank
32185d22eb
Fix RPM build failed
...
add cloud-jstl-1.2.jar to deps package
2010-11-30 09:23:04 -08:00
nit
7e4ee81103
Altering db schema - adding physical_size. This was causing runtime exceptions while running the cloud stack
2010-11-30 22:26:36 +05:30
nit
06c61f2fac
bug 7325 : We shouldn't allow attaching xen-pv-iso to any hypervisor other than xenserver.
...
status 7325: resolved fixed
2010-11-30 22:20:33 +05:30
nit
a6a774f6c0
bug 7369 : Resolving NPE while creating a private template from detached volume. The instance id is null when it is detached which was the culprit here.
...
status 7369: resolved fixed
2010-11-30 15:49:29 +05:30
will
b2ba0521df
- Using JSTL for the internationalization framework of the UI and standardized the message bundles.
...
- Fixed cloud.core.callbacks.js to include the new "sessionKey" variable that is needed to prevent CRSF attacks.
2010-11-29 20:06:27 -08:00
anthony
fb0675bbf4
bug 7365: return both physical and virutal size when creating private template
...
status 7365: resolved fixed
2010-11-29 18:58:48 -08:00
anthony
d3325de5ae
1. limit xs-tools in xenserver related java file
...
2. don't populate xs-tools to template_host_ref
3. introduce a new template type PERHOST, which doesn't need to be populated to secondary storage
2010-11-29 18:21:08 -08:00
Jessica Wang
76b31ab7b8
new UI - cluster page - implement refresh button.
2010-11-29 17:24:12 -08:00
abhishek
0273872b34
bug 7362: we were missing the size validation check, when we create a volume from disk offering (the storage.max.volume.size param wasn't being used for validation). Fixed the same, made the validation method name more generic to be applicable to all validations, and changed the param description to denote GB as the unit
...
status 7362: resolved fixed
2010-11-29 17:23:16 -08:00
Jessica Wang
8157294597
new UI - Pod page - implement refresh button.
2010-11-29 17:14:30 -08:00
Jessica Wang
a19539edb1
new UI - zone page - implement refresh button.
2010-11-29 16:57:06 -08:00
anthony
bd64f4faa3
remove eclipse error
2010-11-29 16:39:48 -08:00
Jessica Wang
67fd52db08
new UI - refresh button - replace leftmenuId with onRefreshFn which is more flexible to customize.
2010-11-29 16:26:43 -08:00
Jessica Wang
ca6a107b2a
new UI - update zone - change warning text.
2010-11-29 16:01:25 -08:00
Jessica Wang
49e22e9b19
new UI - domain tree - make whole domain row clickable (before this change, only domain name was clickable).
2010-11-29 15:31:59 -08:00
anthony
b420ec7797
UNKNOWN state is not used by xenserverJava
2010-11-29 15:26:08 -08:00
anthony
fff1dd874a
fix classpath for xenserver-5.6.0-1
2010-11-29 15:26:07 -08:00
edison
254a59fc6c
fix installrtng for vmware
2010-11-29 15:08:50 -08:00
Jessica Wang
90bb06c3e2
new UI - zone tree - make whole zone row clickable (before this change, only zone name was clickable).
2010-11-29 15:11:11 -08:00
Jessica Wang
f63409029a
new UI - zone tree - make whole pod row and whole cluster row clickable (before this change, only pod name and cluster name were clickable).
2010-11-29 15:04:21 -08:00
Jessica Wang
96153b00b2
account page - fix a bug that refresh button was not working properly.
2010-11-29 14:11:13 -08:00
Jessica Wang
49d40df2fe
domain page - implement refresh button.
2010-11-29 14:06:11 -08:00
anthony
8b90fd51f8
bug 7339: use base copy size instead of snapshot size
...
status 7339: resolved fixed
2010-11-29 14:04:51 -08:00
Jessica Wang
9cbb617f34
physical resources page - implement refresh button.
2010-11-29 13:54:36 -08:00
abhishek
bdf4426609
fixing the same issue in another command (found whilst checking references)
2010-11-29 13:38:06 -08:00
abhishek
1a0ec2a00f
bug 7346: fixing the corner case where list ip forwarding rules is called for a rule, which is yet to be expunged, but the vm is destroyed. if you call list here, an npe results
...
status 7346: resolved fixed
2010-11-29 13:35:04 -08:00
Jessica Wang
ed92070142
dashboard page - implement refresh button.
2010-11-29 13:32:04 -08:00
Jessica Wang
477bb92e02
Refresh button - implement refresh button on global settings page.
2010-11-29 13:01:49 -08:00
abhishek
dce3f9fa3b
bug 7344: preventing enabling of static nat on an ip for more than one instance. Check the nat flag, and error out if set
...
status 7344: resolved fixed
2010-11-29 11:56:34 -08:00
Jessica Wang
28e338ff7e
Refresh button - implement refresh button on instance page, volume page, snapshot page, IP address page, template page, ISO page, account page, event page, alert page, virtual router page, system VM page, disk offering page, service offering page.
2010-11-29 11:54:22 -08:00
anthony
385054fccf
bug 7338: update template physical size
...
status 7338: resolved fixed
2010-11-29 11:23:47 -08:00