1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-08-21 05:49:26 +03:00
Commit Graph

2052 Commits

Author SHA1 Message Date
da1f75906c Feature #543.
Enabled buttons when checking all boxes.
2011-04-07 12:42:55 +02:00
c86f481032 Bug #547: Remove commented code chunk 2011-04-07 12:42:55 +02:00
9607859909 Fixes feature #547: Improve add network in wizard.
Added correct check not to allow adding a network when none is selected.
2011-04-07 12:42:54 +02:00
702b23085c Fixed typo 2011-04-07 12:42:54 +02:00
1d35061371 Fixes feature #544: Improve select fields.
I have unified the select creation through a single method in
sunstone-util.js. It builds the select options taking the data from the
datatables, which are always updated, as long as we indicate which columns
have the relevant information for it.
2011-04-07 12:42:54 +02:00
94501d936a Fixes bug #558: Cluster.removeHost action missing destination elements. 2011-04-07 12:42:54 +02:00
b6284e3f77 Fixes bug #557: do not notify host list refresh. 2011-04-07 12:42:54 +02:00
a4dd6e3a4d Bug #554: Added array type check
Arrays arguments are objects as well, but we can print them easily though.
2011-04-07 12:42:54 +02:00
cd7d62998d Fixes bug #556: Updating elements on page >1 error
The element tr is now retrieved from the whole pool of elements in the
datatable, not just from the visible ones. Also, pagination is not resetted
anymore when updating a single element.
2011-04-07 12:42:54 +02:00
d9db42e40d Fixes feature #543: Improve check all handling.
Check/Uncheck-all now only take into account the elements which are
visible. Same for the getCheckedElements() function. So actions will only
apply to visible elements.
2011-04-07 12:42:54 +02:00
77e5f4f760 Fixes bug #555: Re-selecting disk none does not reset Swap/FS specific fields. 2011-04-07 12:42:54 +02:00
fcc6595d67 Fixes bug #529: Adding image when none is selected.
The mandatory_filter check takes now into account the value of fields of type
"select", so it complains if a mandatory select does not have a value.
2011-04-07 12:42:54 +02:00
1c26c53003 Fixes bug #554: Notify shows [object object]
If the argument for an action is an object, do not add it to the notify notice.
2011-04-07 12:42:54 +02:00
586a21035c Fixes bug #527: Users with empty names/passwords
Sunstone will warn the user that both fields need to be filled in.
2011-04-07 12:42:54 +02:00
67d8ecf207 Fixes bug 524: Memory should me mandatory in wizards
Changed memory attribute type into mandatory for KVM and XEN.
2011-04-07 12:42:54 +02:00
2d2bc3ad14 Fixes bug #518
onError() now checks if the error message is empty and warn the user that the server is not reachable.
2011-04-07 12:42:25 +02:00
d68fa4bba8 Feature #487: Core Unit Testing for VMTemplatePool 2011-04-07 12:32:35 +02:00
5ba3999273 feature #523: Moved saveas to core. Some checks still needs to be done: image is not persistent, image is not going to be saved. Also types should be preserved if building from an exisiting image. 2011-04-07 02:01:40 +02:00
0b357fbf09 Feature #487: Java OCA methods for TemplatePool, and tests 2011-04-06 18:07:49 +02:00
ec31ba2b51 Feature #552: Small fix 2011-04-06 15:02:54 +02:00
fd6a54392b Feature #552: one.user.authenticate method now returns the User ID 2011-04-06 14:52:34 +02:00
abca92f732 Feature #487: Add TEMPLATE object and INSTANTIATE operation to authorization driver 2011-04-05 17:39:15 +02:00
2649590d34 Feature #487: Several bugfixes and new INSTANTIATE auth. operation 2011-04-05 16:05:46 +02:00
1cf8be6480 Feature #523: Small bug introduced in ff73aefc6f 2011-04-04 16:34:20 +02:00
65ee2e30be Feature #523: Fix bug in one.cluster.info, XML returned was empty 2011-04-04 15:28:36 +02:00
932bc2caf7 Feature #523: Fix bug, scheduler could not retrieve the VM pool via XML-RPC 2011-04-04 15:00:09 +02:00
ff73aefc6f Feature #523: Fix bug that prevented the usage of 'onevnet list m' 2011-04-04 13:24:47 +02:00
e31bf066f5 feature #523: Fix wrong handling of PATH/SOURCE attributes in image templates 2011-04-04 00:01:50 +02:00
b27c9372f5 Feature #487: Small auth and DB bugfixes, and support to allocate a VM from a template using its TEMPLATE_ID 2011-04-01 17:17:26 +02:00
bafa380a29 Merge branch 'feature-507'
Conflicts:
	src/sunstone/public/js/one-ui_views.js
	src/sunstone/public/js/one-ui_views.templates.js
2011-03-31 17:21:15 +02:00
edb2ede587 Feature #552: XML-RPC method implementation 2011-03-31 16:36:16 +02:00
77f861a2b5 Feature #487: New command onetemplate, with basic operations 2011-03-31 16:34:08 +02:00
5372539646 Feature #552: XML-RPC Method one.user.authenticate added 2011-03-31 12:52:21 +02:00
085d86e12e Feature #487: Fix tests 2011-03-31 12:14:12 +02:00
02cb46bb06 Feature #507: A couple of very small things. 2011-03-30 19:59:38 +02:00
5b9fed52f7 Feature #487: First version of TemplatePool added to the core: DB, Pool and RM methods. 2011-03-30 19:03:49 +02:00
20d29f14ac Merge branch 'master' into feature-523 2011-03-30 16:26:56 +02:00
05c09b81dc Merge branch 'feature-523' of git.opennebula.org:one into feature-523 2011-03-30 16:25:55 +02:00
ba0268d9ac Feature #523: Change Signature Method for EC2 upload_image 2011-03-30 16:18:10 +02:00
c3cdeed5c8 Feature #523: Update OCCI Server to use the new Image Repository drivers 2011-03-30 16:15:43 +02:00
e9ee8599d1 Feature #523: Update EC2 Server to use the new Image Repository drivers 2011-03-30 16:13:33 +02:00
5549b68737 feature #523: Fixed wrong transitions for DISABLED 2011-03-30 14:38:19 +02:00
11f3209c9f Feature #507: Added notification of actions where it proceeds. 2011-03-30 13:30:02 +02:00
cc0d4b65ee Feature #507: Make Sunstone public functions homogeneus regarding parameters
names. Also fixed some typos.
2011-03-30 13:13:45 +02:00
ecca012072 Feature #523: Update OCA to use the new Image Repository drivers 2011-03-30 12:48:07 +02:00
c08a619195 Feature #507: Removed unused HTML in index.html. Added a commented line for
the dummy plugin.
2011-03-29 17:03:29 +02:00
91a28c8e1e Feature #507: Some fixes.
Fixed a couple of bad variable names in update/remove tab functions. Also
forced button enhancement when recreating the button sets.
2011-03-29 16:43:49 +02:00
457695f934 Feature #523: Fix ImagePool tests 2011-03-29 15:39:02 +02:00
7a8b9892a2 Merge branch 'master' of opennebula.org:one 2011-03-29 00:01:34 +02:00
35de55685d Merge branch 'feature-407'
Conflicts:
	src/host/ClusterPool.cc
2011-03-29 00:01:00 +02:00