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