1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00
Commit Graph

4495 Commits

Author SHA1 Message Date
Ruben S. Montero
0cef4f46ce feature #1268: Remove unneeded files 2012-05-24 15:37:17 +02:00
Ruben S. Montero
9f6c6bd73a feature #1268: Automatic generation of language files for Self-Service 2012-05-24 15:03:13 +02:00
Ruben S. Montero
dc0c179908 feature #1268: Integrate js language generation in building process 2012-05-24 14:43:43 +02:00
Ruben S. Montero
2a6bc8453b Merge remote-tracking branch 'hector/feature-1268' into feature-1268
Conflicts:
	src/sunstone/public/js/opennebula.js
	src/sunstone/public/locale/fr_FR/fr_FR.js
2012-05-21 23:42:00 +02:00
Ruben S. Montero
6f28628042 Merge branch 'bug-766' 2012-05-21 18:02:47 +02:00
Hector Sanjuan
6323f30d14 Sunstone: specifying the target attribute in a VM template image is no longer mandatory
(cherry picked from commit 898dfd3ba5)
2012-05-21 17:35:43 +02:00
Hector Sanjuan
cf84e1439a Sunstone: fix image select generation for translated states
(cherry picked from commit cb288f39c4)
2012-05-21 17:35:25 +02:00
Hector Sanjuan
5e35d072c8 Sunstone: fix some strings
(cherry picked from commit c959a8f3e4)
2012-05-21 17:16:20 +02:00
Hector Sanjuan
e23afc0ff7 Sunstone: do not offer system datastore when creating an image. Set default datastore as default
(cherry picked from commit 700f6cafc4)
2012-05-21 17:15:47 +02:00
Hector Sanjuan
16ecca6670 Feature #1268: Remove unnecessary files and add missing header 2012-05-21 15:39:14 +02:00
Hector Sanjuan
b0103984c4 Feature #1268: Add .po translation system to Self-Service and regenerate translations 2012-05-21 15:38:19 +02:00
Hector Sanjuan
738ac29ac7 Feature #1268: Fix some sunstone translation issues and regenerate translations 2012-05-21 15:34:40 +02:00
Hector Sanjuan
498468ca39 Feature #1268: Add language scripts and upgrade sunstone translations 2012-05-21 14:40:42 +02:00
Hector Sanjuan
ae1497bcba Feature #1268: Fix some things and add some po file tests 2012-05-21 11:19:28 +02:00
Ruben S. Montero
0094bfa917 feature #766: Update host.xsd with a comment for the host states 2012-05-18 14:37:07 +02:00
Ruben S. Montero
e587a8928b Merge branch 'feature-1055' 2012-05-18 14:23:20 +02:00
Ruben S. Montero
e5179a9582 bug #766: Some Sunstone/Ozones strings for the new states 2012-05-18 12:08:19 +02:00
Ruben S. Montero
734d64c976 bug #766: Update OCA (Ruby & Java) to make use of the new monitoring state. Update onehost command. 2012-05-18 00:55:07 +02:00
Ruben S. Montero
025a79a6d2 bug #766: Scheduler now uses successfull monitored hosts 2012-05-18 00:22:18 +02:00
Ruben S. Montero
dabd5702a4 bug #766: New monitoring states for the Hosts 2012-05-18 00:14:18 +02:00
Ruben S. Montero
46faf129d6 feature #1055: Add xen reset action and installer for the reset plugins 2012-05-17 17:49:54 +02:00
Ruben S. Montero
88d90c0f61 Merge branch 'feature-1100' 2012-05-16 22:43:10 +02:00
Javi Fontan
e5d6e2c885 features #1236 and #1252: make URI escape work with ruby 1.8.7 2012-05-16 19:23:34 +02:00
Javi Fontan
780af35598 Add oneuser encode to escape characters from user and password 2012-05-16 19:21:09 +02:00
Javi Fontan
be639816c6 features #1236 and #1252: move unescape to ldap auth 2012-05-16 18:16:26 +02:00
Javi Fontan
ed0a502dc4 Set language to solve problems with non english installations 2012-05-16 11:36:54 +02:00
Hector Sanjuan
c04f52fc5f Feature #1275: Add french translation to Sunstone and correct minor things.
-Prevent scaping of html codes on onready() translations.
-Translate allowed operations in ACL tables
-Add french datatable translation
-Translate VM state
(cherry picked from commit 42807e3965)
2012-05-16 10:46:27 +02:00
Patrice LACHANCE
2927a35eed French translation proposal for Sunstone UI
(cherry picked from commit e68bb5f63d)
2012-05-16 10:46:18 +02:00
Hector Sanjuan
754b350c50 Add LVM to datastore ds_mad options on create
(cherry picked from commit 7ef3e73f23)
2012-05-16 10:44:32 +02:00
Hector Sanjuan
fa824b00ad Feature #1055: Add reboot and reset to self-service
(cherry picked from commit 150db00efffa0c20c5df29d18fa16c92a90b022f)
2012-05-16 10:43:23 +02:00
Hector Sanjuan
fb05e8ee86 Feature #1055: add reset action to sunstone
(cherry picked from commit 05e8223d1b70e8eafc473dc091aa1e1681e088e5)
2012-05-16 10:43:07 +02:00
Hector Sanjuan
42807e3965 Feature #1275: Add french translation to Sunstone and correct minor things.
-Prevent scaping of html codes on onready() translations.
-Translate allowed operations in ACL tables
-Add french datatable translation
-Translate VM state
2012-05-15 17:28:42 +02:00
Patrice LACHANCE
e68bb5f63d French translation proposal for Sunstone UI 2012-05-15 16:08:32 +02:00
Hector Sanjuan
7ef3e73f23 Add LVM to datastore ds_mad options on create 2012-05-15 13:03:27 +02:00
Hector Sanjuan
54387d2ca3 Merge remote-tracking branch 'upstream/master' 2012-05-15 09:56:35 +02:00
Javi Fontan
9a34feec87 features #1236 and #1252: bug fixes 2012-05-14 18:45:38 +02:00
Ruben S. Montero
2fe5e591e8 Merge branch 'feature-1099' 2012-05-11 19:21:12 +02:00
Ruben S. Montero
f2c6e63e12 feature #1099: Inline hint for to_xml and to_xml_extended 2012-05-11 19:15:25 +02:00
Jaime Melis
cbfc06f420 Bug #1273: qcow2 TM driver persistent images get corrupted on shutdown 2012-05-11 18:48:32 +02:00
Carlos Martín
8ff65a3b7c Feature #1099: Update XSD files 2012-05-11 18:19:13 +02:00
Jaime Melis
6cdc30df70 Bug #1204: VMware datastore should handle falt vmdks 2012-05-11 17:51:55 +02:00
Jaime Melis
0f04256810 Feature #1240: minor typo in lvm/mvds 2012-05-11 15:40:28 +02:00
Carlos Martín
fe67d12209 Feature #1099: Fix oneacct column measure units 2012-05-11 15:30:53 +02:00
Carlos Martín
efba395aef Feature #1099: Update vm information with each poll action for active history records 2012-05-11 15:02:49 +02:00
Carlos Martín
11ba24e6d2 Feature #1099: Output format adjustments for oneacct 2012-05-11 15:01:11 +02:00
Javi Fontan
ad9b493789 bug #1252: escape auth parameters 2012-05-11 13:28:46 +02:00
Javi Fontan
3b3ec9d14d bug #1236: ldap user dn 2012-05-11 13:13:23 +02:00
Jaime Melis
7d2389d7cd Merge branch 'master' of git.opennebula.org:one 2012-05-10 18:48:06 +02:00
Jaime Melis
662f79c470 Feature #1240: Enable lvm as a datastore driver in oned.conf 2012-05-10 18:47:34 +02:00
Carlos Martín
a1e50125ed Feature #872: one.template.clone method added to Java OCA 2012-05-10 18:39:02 +02:00