]> git.proxmox.com Git - proxmox-widget-toolkit.git/blob - debian/changelog
bump version to 3.1-1
[proxmox-widget-toolkit.git] / debian / changelog
1 proxmox-widget-toolkit (3.1-1) bullseye; urgency=medium
2
3 * support ExtJS 7
4
5 * object grid: allow one to declaratively specify rows
6
7 * disk list: add wipe disk button which users of this widget can opt-in
8
9 * data/ProxmoxProxy: set responseType to undefined for XMLHTTPRequest
10
11 * ship api-viewer in new proxmox-widget-toolkit-dev pacakge to improve
12 possibility for code reuse
13
14 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Jun 2021 16:16:02 +0200
15
16 proxmox-widget-toolkit (3.0-2) bullseye; urgency=medium
17
18 * disks: fix regression in S.M.A.R.T. window
19
20 -- Proxmox Support Team <support@proxmox.com> Fri, 14 May 2021 10:34:57 +0200
21
22 proxmox-widget-toolkit (3.0-1) bullseye; urgency=medium
23
24 * re-build for Debian 11 Bullseye based releases
25
26 -- Proxmox Support Team <support@proxmox.com> Thu, 13 May 2021 19:46:29 +0200
27
28 proxmox-widget-toolkit (2.5-4) pve pmg; urgency=medium
29
30 * info widget: set default usage warning threshold from 60% to 75%
31
32 * node disk: S.M.A.R.T.: improve the simple layout and enable autoscroll for
33 long output
34
35 * format/render size: allow one to specifiy if base 2 or 10 (SI unit) is
36 desired
37
38 -- Proxmox Support Team <support@proxmox.com> Fri, 07 May 2021 18:00:29 +0200
39
40 proxmox-widget-toolkit (2.5-3) pve pmg; urgency=medium
41
42 * toolkit: update email regex for ACME account to allow more than two domain
43 parts again
44
45 -- Proxmox Support Team <support@proxmox.com> Sat, 24 Apr 2021 19:30:08 +0200
46
47 proxmox-widget-toolkit (2.5-2) pve pmg; urgency=medium
48
49 * rrd chart: add option to render values and Y-axis with a power-of-two base
50
51 * safe destroy: allow specifing additional items
52
53 * utils: add several render and helper functions from Proxmox VE's manager
54
55 * panel: add StatusView from Proxmox VE's manager
56
57 * utils: add optional error callback to monStoreErrors
58
59 * acme: separate flag to disable the 'domains=' array
60
61 * file browser: support 'virtual'/'v' file type, show errors in messagebox
62 and allow expand 'all'
63
64 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Apr 2021 20:34:39 +0200
65
66 proxmox-widget-toolkit (2.5-1) pve pmg; urgency=medium
67
68 * panel/acme-domains: fix cyclic dependency in view model
69
70 * tasks: add warningsText
71
72 * window: move FileBrowser widget over from Proxmox Backup Server for re-use
73
74 * window/edit: add option to disable reset button
75
76 * toolkit: override email VType validation
77
78 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Apr 2021 09:11:48 +0200
79
80 proxmox-widget-toolkit (2.4-9) pve pmg; urgency=medium
81
82 * improve ranged selection and deselection performance in CheckboxModel
83
84 * utils: async api: reject with whole failure response and add helper to
85 alert it
86
87 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Mar 2021 11:29:43 +0100
88
89 proxmox-widget-toolkit (2.4-8) pve pmg; urgency=medium
90
91 * add async API request and sleep helpers
92
93 * override deselection in CheckboxModel to improve performance
94
95 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Mar 2021 16:23:16 +0100
96
97 proxmox-widget-toolkit (2.4-7) pve pmg; urgency=medium
98
99 * data: stores: drop storeid requirement
100
101 * add ACME related data models and forms
102
103 * add ACME:
104 - account panel, plugin editing, certificate panel
105 - account and certificate panel
106 - plugin and domain editing
107
108 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Mar 2021 13:31:23 +0100
109
110 proxmox-widget-toolkit (2.4-6) pve pmg; urgency=medium
111
112 * disk list: partitions do not have a S.M.A.R.T. status, avoid showing
113 'unknown'
114
115 * task viewer: increase default height
116
117 * edit window: advanced: do not permanently enable advanced mode if they are
118 invalid, only show the advanced fields temporarily.
119
120 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Mar 2021 20:22:00 +0100
121
122 proxmox-widget-toolkit (2.4-5) pve pmg; urgency=medium
123
124 * disk list: restore info about ceph
125
126 * disk list: convert to tree-grid and conditionally include partitions
127
128 * fix usage of findRecord for exact matches
129
130 * prune panel: make keep-last label text like the others
131
132 * network: VLAN edit: Fix automatic field disabling and other UX improvements
133
134 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Feb 2021 14:31:03 +0100
135
136 proxmox-widget-toolkit (2.4-4) pve pmg; urgency=medium
137
138 * data reader: cope with null respones for not configured data, treat like
139 an empty response
140
141 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Jan 2021 16:24:08 +0100
142
143 proxmox-widget-toolkit (2.4-3) pve pmg; urgency=medium
144
145 * input panel: support convenience top column
146
147 * prune field: use dirtychange event to hide/show clear-trigger
148
149 * prune panel: allow to pass emptyText for keep-last
150
151 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Nov 2020 18:46:02 +0100
152
153 proxmox-widget-toolkit (2.4-2) pve pmg; urgency=medium
154
155 * input panel: improve column scaling behavior with non-default browser or OS
156 scaling and DPI settings
157
158 * add PruneKeepField and PruneInputPanel component
159
160 * input panel: make advanced column check more flexible
161
162 * edit window: add submitUrl and loadUrl config
163
164 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Nov 2020 08:14:50 +0100
165
166 proxmox-widget-toolkit (2.3-10) pve pmg; urgency=medium
167
168 * utils: get help info: fix normalization with multiple minuses by using a
169 more compatible approach
170
171 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Nov 2020 16:29:09 +0100
172
173 proxmox-widget-toolkit (2.3-9) pve pmg; urgency=medium
174
175 * combo grid: set errorMask on store load failure
176
177 * enable ExtJS ARIA accessibility support again
178
179 * Utils: fix help section normalization
180
181 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Nov 2020 12:07:55 +0100
182
183 proxmox-widget-toolkit (2.3-8) pve pmg; urgency=medium
184
185 * Utils: remove product specific task descriptions
186
187 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Nov 2020 17:51:59 +0100
188
189 proxmox-widget-toolkit (2.3-7) pve pmg; urgency=medium
190
191 * improve redering of icons in navigation element
192
193 * add a form element for selecting a worker task type
194
195 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Nov 2020 07:49:22 +0100
196
197 proxmox-widget-toolkit (2.3-6) pve pmg; urgency=medium
198
199 * edit window: add autoLoadOptions to control API call
200
201 * edit window: add extraParams config
202
203 * move over PermissionView from Proxmox VE's manager
204
205 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2020 18:39:41 +0100
206
207 proxmox-widget-toolkit (2.3-5) pve pmg; urgency=medium
208
209 * improve multiselect behaviour for checkboxmodel
210
211 * add info widget from Proxmox VE
212
213 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Oct 2020 18:34:16 +0100
214
215 proxmox-widget-toolkit (2.3-4) unstable; urgency=medium
216
217 * implement and use systemd_unescape
218
219 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Oct 2020 12:11:53 +0200
220
221 proxmox-widget-toolkit (2.3-3) pve pmg; urgency=medium
222
223 * tasks: ensure the UPID parameter is always correctly encoded
224
225 * move over SafeDestroy widget from pve-manager
226
227 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Oct 2020 08:53:18 +0200
228
229 proxmox-widget-toolkit (2.3-2) pve pmg; urgency=medium
230
231 * add Korean as translation choice
232
233 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Oct 2020 13:27:30 +0200
234
235 proxmox-widget-toolkit (2.3-1) pve pmg; urgency=medium
236
237 * log/journal views: fix auto scrolling on browser zoom
238
239 * Utils: improve matching groups of IP/host address regexes
240
241 * Toolkit: add HostPort vtype
242
243 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2020 14:50:35 +0200
244
245 proxmox-widget-toolkit (2.2-14) pve pmg; urgency=medium
246
247 * tasks viewer: include API token ID if available
248
249 * node tasks: improve scrollbar behaviour on store load
250
251 * node tasks: add duration column, hide by default to avoid crowding the
252 interface
253
254 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Sep 2020 10:16:53 +0200
255
256 proxmox-widget-toolkit (2.2-12) pve pmg; urgency=medium
257
258 * fix #2933: disks: correct behaviour of 'Init GPT' button
259
260 * utils: order languages after rendered name
261
262 * add Dutch to language map
263
264 -- Proxmox Support Team <support@proxmox.com> Mon, 07 Sep 2020 13:51:00 +0200
265
266 proxmox-widget-toolkit (2.2-11) pve pmg; urgency=medium
267
268 * Add focusable pseudo class to edit windows defaultFocus
269
270 * displayedit: allow binding editable and value, and allow passing explicit
271 displayConfig
272
273 * service view: allow overwriting restart command
274
275 * re-bump package for Proxmox Backup Server
276
277 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2020 16:16:52 +0200
278
279 proxmox-widget-toolkit (2.2-9) pve pmg; urgency=medium
280
281 * add disk and storage related widgets, factored out from Proxmox VE's manager
282
283 * adapt auth utils for Proxmox token authentication
284
285 -- Proxmox Support Team <support@proxmox.com> Tue, 30 Jun 2020 13:36:05 +0200
286
287 proxmox-widget-toolkit (2.2-8) pve pmg; urgency=medium
288
289 * format task description: avoid printing undefined ID
290
291 * network edit: display MTU for OVS-bond interfaces too
292
293 * ProxmoxProxy: add duration fields for proxmox-tasks model
294
295 * color and show task with warnings differently
296
297 * improve format_duration_human for small values <0.1s
298
299 * move over disk selection and smart info from Proxmox VE's manager
300
301 * task viewer: show task endtime and duration in status
302
303 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2020 16:49:42 +0200
304
305 proxmox-widget-toolkit (2.2-7) pve pmg; urgency=medium
306
307 * button: make xtype of parent configurable
308
309 * fix RRD charts if there's no data legend or no title header
310
311 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 18:20:16 +0200
312
313 proxmox-widget-toolkit (2.2-6) pve pmg; urgency=medium
314
315 * improve RRD charts
316
317 * utils: add updateColumnWidth helper from PVE
318
319 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 11:42:55 +0200
320
321 proxmox-widget-toolkit (2.2-5) pve pmg; urgency=medium
322
323 * JournalView: avoid null dereference on quick tab switch
324
325 * form/display edit: use the 'fit' layout to avoid width glitch
326
327 * improve error extraction for monStoreErrors by falling back to printing the
328 whole body if we cannot extract a JSON error object out of it
329
330 * css: add icon colors over from Proxmox VE
331
332 * Utils: add duration format/render
333
334 -- Proxmox Support Team <support@proxmox.com> Thu, 28 May 2020 18:36:33 +0200
335
336 proxmox-widget-toolkit (2.2-4) pve pmg; urgency=medium
337
338 * fix #2758: detect half-logged-in 'TFA' cookies and avoid treating them like
339 regular login tickets
340
341 * improve default column layout of network and node task history viewer
342
343 * utils: task descriptions: allow to add/override entries and to specify a
344 function
345
346 * render_upid: fallback to worker_id and worker_type
347
348 * ui: task history: add basic handling for currently running tasks
349
350 -- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 19:04:10 +0200
351
352 proxmox-widget-toolkit (2.2-3) pve pmg; urgency=medium
353
354 * pending object grid: mark pending changes as darkorange to avoid
355 misinterpretation as error.
356
357 * move permission management role selector over from Proxmox VE
358
359 * input panel: call setValue on all fields
360
361 -- Proxmox Support Team <support@proxmox.com> Fri, 22 May 2020 10:09:26 +0200
362
363 proxmox-widget-toolkit (2.2-2) pve pmg; urgency=medium
364
365 * add common proxmoxlogo class definition
366
367 * add authentication realm data model and combo box
368
369 * edit window: read digest also from top level API response
370
371 -- Proxmox Support Team <support@proxmox.com> Mon, 18 May 2020 17:26:04 +0200
372
373 proxmox-widget-toolkit (2.2-1) pve pmg; urgency=medium
374
375 * diff-store: allow to also auto-create real-store with schematic config only
376
377 * diff-store: allow to request propagation of destroy to real-store
378
379 -- Proxmox Support Team <support@proxmox.com> Thu, 07 May 2020 16:59:59 +0200
380
381 proxmox-widget-toolkit (2.1-7) pve pmg; urgency=medium
382
383 * Utils: add auth-realm-sync-test to task descriptions
384
385 * cbind: allow methods in cbindData
386
387 * add missing htmlEncodes userid renderers
388
389 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2020 17:14:21 +0200
390
391 proxmox-widget-toolkit (2.1-6) pve pmg; urgency=medium
392
393 * DateTimeField: implement setMaxValue and setMinValue
394
395 * monStoreErrors: refactor out and render param exception errors
396
397 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Apr 2020 18:47:21 +0200
398
399 proxmox-widget-toolkit (2.1-5) pve pmg; urgency=medium
400
401 * add LanguageEditWindow
402
403 * window/Edit: accept bodyPadding from config
404
405 * button: don't auto set selection model if explicitly set to false
406
407 * StdRemoveButton: getUrl: fallback to baseurl if no selModel is set
408
409 * StdRemoveButton: enable button by default if no selection model is set
410
411 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Apr 2020 10:44:21 +0200
412
413 proxmox-widget-toolkit (2.1-4) pve pmg; urgency=medium
414
415 * ComboGrid: fix validation for !allowBlank disabled fields
416
417 * add Arabic to translated language selector
418
419 * object grid: allow one to pass online help to row editors
420
421 * form: add Proxmox.form.field.ExpireDate
422
423 * open combobox picker on focus even if they are editable (searchable)
424
425 * form: add Proxmox.form.field.DisplayEdit
426
427 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Apr 2020 18:05:10 +0200
428
429 proxmox-widget-toolkit (2.1-3) pve pmg; urgency=medium
430
431 * networkedit: bond: add bond-primary and MTU field
432
433 * cbind: allow to pass formula function in binding
434
435 * window: edit: allow to set submit text for data binding
436
437 * node/net: add vlan interface support
438
439 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Jan 2020 17:49:32 +0100
440
441 proxmox-widget-toolkit (2.1-2) pve pmg; urgency=medium
442
443 * task descriptions: add CT push/pull and HA shutdown
444
445 * task UPID: Allow additional (optional) task_id field and show it also in
446 the task viewer window, if available
447
448 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Dec 2019 12:02:52 +0100
449
450 proxmox-widget-toolkit (2.1-1) pve pmg; urgency=medium
451
452 * fix #2421: ComboGrid: correctly validate multiSelect variant
453
454 * NetworkView: add apply config button
455
456 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Nov 2019 13:00:18 +0100
457
458 proxmox-widget-toolkit (2.0-9) pve pmg; urgency=medium
459
460 * fix comboBox validation when forceSelection is true
461
462 * add reboot for containers into task description table
463
464 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Nov 2019 20:28:12 +0100
465
466 proxmox-widget-toolkit (2.0-8) pve pmg; urgency=medium
467
468 * add hebrew to list of languages
469
470 * add qmreboot task description
471
472 * add pmx-hint css class
473
474 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Oct 2019 17:04:58 +0200
475
476 proxmox-widget-toolkit (2.0-7) pve pmg; urgency=medium
477
478 * combogrid: fix validation if valueField is different than
479 displayField
480
481 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Aug 2019 12:45:34 +0200
482
483 proxmox-widget-toolkit (2.0-6) pve pmg; urgency=medium
484
485 * combogrid: always set the initial value, even if not found
486
487 * combogrid: add handling for historic set values currently not
488 available
489
490 * Fix #582: allow to move those task which supports it to the
491 background if they're triggered by a standard button
492
493 * ComboGrid: add trigger to delete value from ComboGrid if it allows
494 blank values
495
496 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Aug 2019 15:56:56 +0200
497
498 proxmox-widget-toolkit (2.0-5) pve pmg; urgency=medium
499
500 * fix syslog panel resizing
501
502 * node network: hide ip and netmask by default
503
504 * node network: refactor bond mode array generation and add Bond Mode
505 and Hash Policy
506
507 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:33:17 +0200
508
509 proxmox-widget-toolkit (2.0-4) pve pmg; urgency=medium
510
511 * network selector: allow to select IP too
512
513 * combogrid: add deleteEmpty and skipEmptyText
514
515 * textfield: validate after allowBlank
516
517 * combo grid: add setAllowBlank to help bindings
518
519 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Jun 2019 20:30:37 +0200
520
521 proxmox-widget-toolkit (2.0-3) pve pmg; urgency=medium
522
523 * refactor info/link extraction from onlinehelp to utils
524
525 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jun 2019 17:54:42 +0200
526
527 proxmox-widget-toolkit (2.0-2) pve pmg; urgency=medium
528
529 * add network selector widget
530
531 * node/apt updates: show full package description conditionally
532
533 * backport fix for ExtJS pie chart tooltip for 0% entries
534
535 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Jun 2019 20:47:53 +0200
536
537 proxmox-widget-toolkit (2.0-1) pve pmg; urgency=medium
538
539 * bump version for Debian Buster / PVE 6
540
541 -- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2019 07:16:02 +0200
542
543 proxmox-widget-toolkit (1.0-28) unstable; urgency=medium
544
545 * show IP/CIDR in host network view
546
547 * change nodes host network input from address/netmask to IP/CIDR
548
549 * add panel/JournalView for new mini-journalreader
550
551 -- Proxmox Support Team <support@proxmox.com> Wed, 15 May 2019 13:36:50 +0200
552
553 proxmox-widget-toolkit (1.0-27) unstable; urgency=medium
554
555 * wait for syslog API calls to complete before requesting new ones
556
557 -- Proxmox Support Team <support@proxmox.com> Tue, 07 May 2019 15:13:52 +0000
558
559 proxmox-widget-toolkit (1.0-26) unstable; urgency=medium
560
561 * fix #1784: allow one to set UTC as Timezone
562
563 * allow one to filter and search for timezones in the nodes time editor
564
565 * add a combined "IPv6 or IPv4 CIDR" match vtype
566
567 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Apr 2019 05:57:58 +0000
568
569 proxmox-widget-toolkit (1.0-25) unstable; urgency=medium
570
571 * MacPrefix: prevent multicast MacPrefixes
572
573 * change allowed v6 prefix-length to 128
574
575 * rework panel/LogView
576
577 * add helpers required for u2f authentication
578
579 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Apr 2019 13:58:13 +0200
580
581 proxmox-widget-toolkit (1.0-24) unstable; urgency=medium
582
583 * add DnsOrIP vtype
584
585 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Mar 2019 07:41:44 +0100
586
587 proxmox-widget-toolkit (1.0-23) unstable; urgency=medium
588
589 * tasks: put vzdump into VM/CT category
590
591 * fix popup behaviour in firefox with touchscreens on desktop
592
593 * utils: xtermjs: allow to pass a cmd parameter to the terminal
594
595 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Feb 2019 10:54:50 +0100
596
597 proxmox-widget-toolkit (1.0-22) unstable; urgency=medium
598
599 * form: proxmox textfield: support binding 'allowBlank'
600
601 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Nov 2018 12:45:28 +0100
602
603 proxmox-widget-toolkit (1.0-21) unstable; urgency=medium
604
605 * Utils: add some task descriptions (disk/storage management and ceph)
606
607 * node/DNS: render DNS fields htmlEncoded
608
609 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Nov 2018 14:59:16 +0100
610
611 proxmox-widget-toolkit (1.0-20) unstable; urgency=medium
612
613 * add node/HostsView to show/edit /etc/hosts
614
615 * fixup: vlan type: use 'Linux VLAN'
616
617 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Sep 2018 12:01:12 +0200
618
619 proxmox-widget-toolkit (1.0-19) unstable; urgency=medium
620
621 * add traditional Chinese to language map
622
623 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Jun 2018 16:43:58 +0200
624
625 proxmox-widget-toolkit (1.0-18) unstable; urgency=medium
626
627 * add missing task description mappings
628
629 -- Proxmox Support Team <support@proxmox.com> Mon, 14 May 2018 11:06:33 +0200
630
631 proxmox-widget-toolkit (1.0-17) unstable; urgency=medium
632
633 * fix edit windows being reopened on key-up when closing them with the return
634 key
635
636 -- Proxmox Support Team <support@proxmox.com> Thu, 03 May 2018 08:26:34 +0200
637
638 proxmox-widget-toolkit (1.0-16) unstable; urgency=medium
639
640 * add getRecord to ObjectStore
641
642 * add apiCallDone callback for window.edit
643
644 * PendingObjectGrid: fix display of deletion of multikey fields
645
646 -- Proxmox Support Team <support@proxmox.com> Wed, 02 May 2018 13:25:06 +0200
647
648 proxmox-widget-toolkit (1.0-15) unstable; urgency=medium
649
650 * allow pressing enter in ObjectGrids to edit a field
651
652 * better default focus selection
653
654 * add a checkbox to edit windows for advanced options
655
656 * add advanced options to the input panel
657
658 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Apr 2018 13:47:56 +0200
659
660 proxmox-widget-toolkit (1.0-14) unstable; urgency=medium
661
662 * fix #1223: add touchscreen override for extjs
663
664 * task view, progress: add taskDone callback
665
666 * window/Edit: allow showing TaskViewer instead of TaskProgress
667
668 * add labelWidth to the fieldDefaults in add_*_row
669
670 * add an optional renderer for integer rows in ObjectGrid
671
672 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2018 12:18:49 +0200
673
674 proxmox-widget-toolkit (1.0-13) unstable; urgency=medium
675
676 * remove gettext definition in Utils.js
677
678 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Mar 2018 11:37:56 +0100
679
680 proxmox-widget-toolkit (1.0-12) unstable; urgency=medium
681
682 * skip config property for cbind mixin
683
684 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Feb 2018 11:11:38 +0100
685
686 proxmox-widget-toolkit (1.0-11) unstable; urgency=medium
687
688 * rename pve(Show|Hide)Help events
689
690 * mixin/CBind: allow binding sub elements
691
692 * show VLAN aware setting in NetworkView.
693
694 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Feb 2018 13:06:39 +0100
695
696 proxmox-widget-toolkit (1.0-10) unstable; urgency=medium
697
698 * port fixes and features from pve-manager since fork
699
700 * add all languages from pve
701
702 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Jan 2018 10:19:23 +0100
703
704 proxmox-widget-toolkit (1.0-9) unstable; urgency=medium
705
706 * add Xtermjs popup helper
707
708 * Utils: fix some lint errors
709
710 * taskviewer: port over extraTite config parameter
711
712 * ObjectGrid: add_text_row: allow setting vtype for editor
713
714 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Dec 2017 14:43:17 +0100
715
716 proxmox-widget-toolkit (1.0-8) unstable; urgency=medium
717
718 * remove updatequeue
719
720 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Nov 2017 12:09:03 +0100
721
722 proxmox-widget-toolkit (1.0-7) unstable; urgency=medium
723
724 * UpdateStore.js - fix update problem with chrome
725
726 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Nov 2017 07:29:46 +0100
727
728 proxmox-widget-toolkit (1.0-6) unstable; urgency=medium
729
730 * change 'create' parameter to 'isCreate'
731
732 * make network devices types configureable
733
734 * use Proxmox.window.TaskProgress instead of PVE.window.TaskProgress
735
736 * add custom submittext to Edit Window
737
738 * add missing BondModeSelector to widget toolkit
739
740 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 11:38:51 +0100
741
742 proxmox-widget-toolkit (1.0-5) unstable; urgency=medium
743
744 * use (de)activate events for dns/timeview
745
746 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 08:12:09 +0100
747
748 proxmox-widget-toolkit (1.0-4) unstable; urgency=medium
749
750 * add textarea/enter workaround
751
752 * fix updateStore destroy
753
754 * RRDChart.js: add the seriesConfig parameter
755
756 * RRDChart.js: add the noTool parameter
757
758 * add autostart and alias to UpdateStore
759
760 * add format_size from pve
761
762 * add GaugeWidget from PVE
763
764 * LanguageSelector.js - add language selector
765
766 * allow to set onlineHelp on Proxmox.window.Edit
767
768 * add HelpButton class
769
770 * new checked_command helper
771
772 * add APT.js
773
774 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Oct 2017 08:45:15 +0200
775
776 proxmox-widget-toolkit (1.0-3) unstable; urgency=medium
777
778 * monStoreErrors: new option clearMaskBeforeLoad
779
780 * add RRDChart class
781
782 * add RRDStore class
783
784 * add RRDTypeSelector class
785
786 * set default focus and default button for edit window
787
788 * add helpers to render uptime
789
790 * ObjectGrid.js: new monStoreErrors properties
791
792 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Sep 2017 09:37:27 +0200
793
794 proxmox-widget-toolkit (1.0-2) unstable; urgency=medium
795
796 * countless improvements
797
798 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Apr 2017 10:22:47 +0200
799
800 proxmox-widget-toolkit (1.0-1) unstable; urgency=medium
801
802 * first try
803
804 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Jan 2017 09:50:33 +0100
805