cloudstack/ui/scripts
Kris McQueen 2a4ddac41a Change getResponse() to return a ResponseObject so that the caller can choose how to serialize. This in in preparation for serializing the async commands to the database with class information and deserializing them into the ResponseObject itself when queryAsyncJobResult is called. Once the ResponseObject is deserialized, the proper string can be returned to the caller.
The previous behavior had the JSON response from the command embedded into the queryAsyncJobResult response as a string rather than a JSON object which prevented the client from being able to read the response.  With this new behavior an actual JSON object should be returned which can then be parsed on the client side.
2010-09-23 17:34:28 -07:00
..
cloud.core.accounts.js Committing Kris' big merge 2010-08-11 16:02:57 -07:00
cloud.core.callbacks.js Source code committed 2010-08-11 09:13:29 -07:00
cloud.core.configuration.js Committing Kris' big merge 2010-08-11 16:02:57 -07:00
cloud.core.domains.js Committing Kris' big merge 2010-08-11 16:02:57 -07:00
cloud.core.events.js Committing Kris' big merge 2010-08-11 16:02:57 -07:00
cloud.core.hosts.js Committing Kris' big merge 2010-08-11 16:02:57 -07:00
cloud.core.init.js Committing Kris' big merge 2010-08-11 16:02:57 -07:00
cloud.core.instances.js Change getResponse() to return a ResponseObject so that the caller can choose how to serialize. This in in preparation for serializing the async commands to the database with class information and deserializing them into the ResponseObject itself when queryAsyncJobResult is called. Once the ResponseObject is deserialized, the proper string can be returned to the caller. 2010-09-23 17:34:28 -07:00
cloud.core.js The sanitizeXSS function only sanitizes strings and leaves other types unchanged. 2010-09-21 18:23:40 -07:00
cloud.core.network.js Source code committed 2010-08-11 09:13:29 -07:00
cloud.core.storage.js List clusters was using the name of the command rather than the name of the cluster to search for clusters, which was resulting in no clusters returned. Fixed. CreateStoragePool was returning an array of one pool every time, simplified it to just return the pool and changed the UI to expect one pool rather than an array. Fixed the backend code for creating a storage pool to (a) generate a UUID based on host name, path, and a timestamp and (b) to list only active storage pools when checking for duplicates. This allows a storage pool to be create with the same path as a pool that had previously been deleted. 2010-09-20 19:08:52 -07:00
cloud.core.templates.js Committing Kris' big merge 2010-08-11 16:02:57 -07:00
cloud.logger.js Source code committed 2010-08-11 09:13:29 -07:00
date.js Source code committed 2010-08-11 09:13:29 -07:00
jquery-1.4.2.min.js Source code committed 2010-08-11 09:13:29 -07:00
jquery-ui-1.8.2.custom.min.js Source code committed 2010-08-11 09:13:29 -07:00
jquery.cookies.js Source code committed 2010-08-11 09:13:29 -07:00
jquery.md5.js Source code committed 2010-08-11 09:13:29 -07:00
jquery.timers.js Source code committed 2010-08-11 09:13:29 -07:00