Dietmar Maurer
a06a3eacf5
start adding HA Config
2011-12-21 14:36:59 +01:00
Dietmar Maurer
165337e272
avoid warning about uninitialized values
2011-12-21 09:06:32 +01:00
Dietmar Maurer
f28d0dcfba
correctly print string return values
2011-12-21 08:55:53 +01:00
Dietmar Maurer
e09058af9a
use new set_result_attrib
2011-12-21 07:11:04 +01:00
Dietmar Maurer
3dff4a9fc1
use new get_result_changes()
...
That way we can return file diffs as additional return attribute.
2011-12-20 11:21:36 +01:00
Dietmar Maurer
8747a9ece5
add API to query version info
...
Normaly all nodes should have the same version, so /api2/json/version is
good enough for most situations. But you can also query the version on
each node using /api2/json/nodes/{node}/version
2011-12-20 07:04:39 +01:00
Dietmar Maurer
fe60654b30
cleanup status log for ha agent
2011-12-15 14:19:24 +01:00
Dietmar Maurer
51ed1415cd
improve ocf agent and openvz api
2011-12-15 13:49:13 +01:00
Dietmar Maurer
7d06188a04
add HA resource agent
2011-12-13 10:19:02 +01:00
Dietmar Maurer
32314691c7
add more gettext markers
2011-12-12 08:06:10 +01:00
Dietmar Maurer
81e94b6d95
make lint happy
2011-12-08 11:18:16 +01:00
Dietmar Maurer
8b711be097
change pvectl migrate parameter order
2011-12-08 11:13:11 +01:00
Dietmar Maurer
7e6b14a89a
add more gettext markers
...
And try to reduce number of different texts
2011-12-08 09:20:50 +01:00
Dietmar Maurer
c25f9d307d
further i18n simplifications
2011-12-08 07:15:44 +01:00
Dietmar Maurer
6603d0f6b2
fix language cookie parser
2011-12-07 09:28:30 +01:00
Koichi MATSUMOTO
2221729476
Ja translation
...
Japanese translation
2011-12-07 09:27:43 +01:00
Dietmar Maurer
2ed04b3c05
update translations in Utils.js
2011-12-07 08:29:08 +01:00
Dietmar Maurer
45116ffb90
use new AbstractMigrate.pm
2011-12-06 10:18:23 +01:00
Dietmar Maurer
0618d44689
implemente openvz migration
2011-12-02 10:38:41 +01:00
Dietmar Maurer
d29415f401
remove DC GUI language option - this is a client setting now
2011-11-29 10:12:38 +01:00
Dietmar Maurer
10f625587f
use same button order everywhere
2011-11-29 07:56:13 +01:00
Dietmar Maurer
fb3feb559e
display VM name in console title window
2011-11-29 07:43:25 +01:00
Dietmar Maurer
9533980061
always use PVE.Utils.openConoleWindow
2011-11-29 06:53:32 +01:00
Dietmar Maurer
5bbea954d7
supress error messages when removing snapshot
2011-11-29 06:52:32 +01:00
Dietmar Maurer
a7e42354de
fix bug 45: skip external VMs
2011-11-28 10:19:48 +01:00
Dietmar Maurer
f4a8bab48f
allow exclude-path in /etc/vzdump.conf
2011-11-28 08:14:58 +01:00
Dietmar Maurer
86d09374be
add more gettext markers
2011-11-25 12:42:37 +01:00
Dietmar Maurer
46a53f1b77
use predefined model pve-storage-content
...
Else ExtJS ignores the idProperty setting.
2011-11-25 12:20:53 +01:00
Dietmar Maurer
e948b11652
add migrate button to VNCConsole window
2011-11-25 11:09:10 +01:00
Dietmar Maurer
ec5b32a8c8
add more gettext markers
2011-11-25 09:23:46 +01:00
Dietmar Maurer
4baf5d13d1
use new syntax for PVE::JSONSchema::get_options
2011-11-24 12:22:24 +01:00
Dietmar Maurer
ecf9cd1ecc
add more gettext markers
2011-11-23 10:17:46 +01:00
Dietmar Maurer
bcd13010e7
depend on mail-transport-agent
2011-11-23 06:58:33 +01:00
Dietmar Maurer
b93aabcaf0
set load mask when changing language
2011-11-23 06:19:39 +01:00
Dietmar Maurer
a2dca26b09
mark translateable strings with gettext
2011-11-22 14:05:06 +01:00
Dietmar Maurer
6b96e83ec9
implement our own tool to extract gettext - jsgettext.pl
2011-11-22 09:06:50 +01:00
Dietmar Maurer
2198a479fa
start i18n support
2011-11-21 12:57:11 +01:00
Dietmar Maurer
105270d30c
fix cpu usage display
2011-11-18 09:37:23 +01:00
Dietmar Maurer
7b8e404522
fix bug 48: proxy initlop to correct node
2011-11-18 06:15:55 +01:00
Dietmar Maurer
65d8ab4b58
only display disk format selector on create
2011-11-18 06:04:30 +01:00
Dietmar Maurer
9a488b19e6
add cache=unsafe mode
2011-11-18 05:52:55 +01:00
Dietmar Maurer
7e79e293e8
implement openvz migrate
2011-11-17 14:36:25 +01:00
Dietmar Maurer
df4bd3adab
fix bug 44: allow to use templates from NFS
2011-11-17 12:42:26 +01:00
Dietmar Maurer
f29297dbaa
sort content type string
2011-11-17 12:20:38 +01:00
Dietmar Maurer
66fbb488a8
fix bug 31: vzdump is no separate package
2011-11-17 12:02:12 +01:00
Dietmar Maurer
49046e5392
fix bug 39: proxy backup request to correct node
2011-11-17 11:51:47 +01:00
Dietmar Maurer
e10faadcf7
fix bug 37: avoid warning about uninitialized value
2011-11-17 10:59:06 +01:00
Dietmar Maurer
165a9668c1
use template method pattern
...
This is the suggested way to implement componenets.
2011-11-17 07:24:04 +01:00
Dietmar Maurer
a088d7d21f
simplify GUI
...
And display the task log by default (instead of cluster log)
2011-11-16 14:34:22 +01:00
Dietmar Maurer
b86c23dc91
add syslog to compression dictionary
2011-11-16 13:31:06 +01:00