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