]> git.proxmox.com Git - proxmox-widget-toolkit.git/blame - debian/changelog
bump version to 3.7.1
[proxmox-widget-toolkit.git] / debian / changelog
CommitLineData
62de2763
TL
1proxmox-widget-toolkit (3.7.1) bullseye; urgency=medium
2
3 * tfa: paperkey: cleanup iframes for printing after window close
4
5 * apt repositoires: allow major upgrade
6
7 -- Proxmox Support Team <support@proxmox.com> Wed, 07 Jun 2023 17:25:57 +0200
8
6d20cff0
TL
9proxmox-widget-toolkit (3.7.0) bullseye; urgency=medium
10
11 * dark-mode:
12 - fix focus and focus-over states for tabs
13 - fix the focused state for background image grid icons
14 - style the icon for the datastore maintenance mode
15 - improve apt repo group header contrast ratios
16 - adjust panel header tool icons
17 - fix #4618: lighten critical/warning charts/gauges colors
18
19 * form: combo grid: use correct method to initialize the picker to ensure
20 it's cleaned up again after closed.
21
22 -- Proxmox Support Team <support@proxmox.com> Wed, 17 May 2023 14:02:50 +0200
23
38db75a4
TL
24proxmox-widget-toolkit (3.6.5) bullseye; urgency=medium
25
26 * window: ldap auth edit: avoid relying on the default bind property
27
28 * window: ldap auth edit: set view-model form data explicitly on edit to
29 avoid a data race in chromium based browser that could result in a
30 mismatch of the configured value and the initially shown one.
31
32 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Mar 2023 17:56:10 +0200
33
e1608311
TL
34proxmox-widget-toolkit (3.6.4) bullseye; urgency=medium
35
36 * dark-mode:
37 - improve contrast on split buttons
38 - color the custom grid and tree icons
39 - set boundlist (combo box picker) background so that loading progress or
40 errors are styled correctly too
41 - add a small white padding to the TOTP QR-code, as some apps are confused
42 otherwise
43 - fix #4617: increase brightness of tree expand/collapse arrows to avoid
44 overly low contrast
45
46 * fix #4612: mobile: avoid crash due to missing getProxy method
47
48 * theme edit window: ensure that the saved theme is actually valid
49
50 * language selector: translate entries to both native and localized variants
51
52 * language selector: increase picker list view width
53
54 -- Proxmox Support Team <support@proxmox.com> Sun, 26 Mar 2023 17:52:48 +0200
55
676bb0e0
TL
56proxmox-widget-toolkit (3.6.3) bullseye; urgency=medium
57
58 * dark-mode fine-tuning:
59 - fix highlighting of active elements in drop down menus
60 - set the icon color of filtered column headers properly
61 - style checkboxes that don't use blueish active states
62 - style locked guest icons properly
63 - tone down border on ceph install card-like window
64
65 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Mar 2023 13:25:05 +0100
66
df57fa6c
TL
67proxmox-widget-toolkit (3.6.2) bullseye; urgency=medium
68
69 * network edit: add tooltip to bridge ports inputs
70
71 * dark-mode: reduce background mask opacity to 0.5
72
73 * dark-mode: make window shadow black again to avoid a backlight that some
74 have very strong opionions against
75
76 * rename "Theme" selector to "Color Theme" to add some context for
77 translation
78
79 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Mar 2023 16:46:27 +0100
80
7996ce87
TL
81proxmox-widget-toolkit (3.6.1) bullseye; urgency=medium
82
83 * repo view: replace non-clickable checkbox with icons
84
85 * auth ui: add LDAP realm-edit panel and sync UI, refactored & adapted from
86 the pve-manager implementation for future reuse
87
88 * dark-theme: improve help button contrast ratios in focused state
89
90 * dark-theme: make "sorted-by" header highlight more subtle
91
92 * dark-theme: dim warning and invalid colors more
93
94 * dark-theme: let the background "shine through" mask more to avoid that
95 information on it becomes unreadable
96
97 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Mar 2023 14:13:42 +0100
98
dde1f3b0
TL
99proxmox-widget-toolkit (3.6.0) bullseye; urgency=medium
100
101 * node apt: make changelog window taller for 4:3 ratio and cleanup/modernize
102 code
103
104 * ui: SMART: show SMART data in correct columns with correct values
105
106 * fix #4421: ui: guard setProxy against races of slow vs fast requests
107
108 * dark-theme: add initial version of the proxmox-dark theme
109
110 * subscription/summary/backup: stop setting the background color
111
112 * gauge widget: add support for a dark theme and dynamic theme switching
113
114 * rrd chart: add support for the dark theme and dynamic theme switching
115
116 * form: add a theme selector window
117
118 * dark-theme:
119 - fix summary row background
120 - increase contrast on check-boxes
121 - visually remove the border around the pve resource tree
122 - remove thicker borders around content
123 - re-work buttons colors to appear dimmer
124 - make windows stand out more against the background mask
125
126 * fix #4585 : toolkit: configid type: add missing "-" character support
127
128 * input panel: improve validity change check for advanced fields
129
130 * auth-realm selector: add custom store filters for callers
131
132 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Mar 2023 16:25:37 +0100
133
7f14a081
TL
134proxmox-widget-toolkit (3.5.5) bullseye; urgency=medium
135
136 * combobox grid: use the grids view for the error message
137
138 * combobox grid: make height for the error configurable
139
140 * combobox grid: instead of hiding the picker collapse it, keeping the
141 internal state consitent which avoids, among other things, the need
142 fo two clicks after re-selecting an item
143
144 * utils: always html-encode response message from errors to avoid rendering
145 glitches, that while not known to be problematic from a safety POV, are
146 possibly odd for people to find.
147
148 * form: display-edit: add safe default renderer for display field to avoid
149 unproblematic, but possible odd and glitchy side-effects from the
150 value-bind if the display-edit field is in iput mode.
151
152 * api request: add wide spread alert-error logic as smart-on option
153
154 -- Proxmox Support Team <support@proxmox.com> Tue, 31 Jan 2023 17:27:41 +0100
155
49dd139a
TL
156proxmox-widget-toolkit (3.5.4) bullseye; urgency=medium
157
158 * api-viewer: allow text selection in the parameter and the return grids
159
160 * task viewer: add optional button to download full task-log
161
162 * permission role selector: fix renderer for column of included privileges
163 for Proxmox VE
164
165 * permission role selector: make slightly more wide and resizeable
166
167 * node network view: rework finding free interface ID and move add-menu
168 generation to common helper (no semantic change intended)
169
170 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Jan 2023 16:09:53 +0100
171
0bba4fc6
TL
172proxmox-widget-toolkit (3.5.3) bullseye; urgency=medium
173
174 * css: do not make full-style tags display as inline-block in the tree
175 to avoid height jumps
176
177 * log, journal view: fix access to `me` after destroying
178
179 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Nov 2022 11:14:27 +0100
180
a35c6122
TL
181proxmox-widget-toolkit (3.5.2) bullseye; urgency=medium
182
183 * host disks: add 'mounted' column
184
185 * host disk: handle partition data from Proxmox Backup Server backend
186
187 * number field: avoid that a single up/down arrow key press
188 increment or decrements twice
189
190 * toolkit: make email regex pattern match pve-common
191
192 * css: import action column fix from pbs, pmg
193
194 * fix #2703: networkedit: limit custom interface name field to 15
195 characters.
196
197 * task progress: show text instead of bogus percentage
198
199 * fix #3593: add CPU affinity task set type
200
201 * input panel: add onSetValues hook
202
203 * add tag related helpers
204
205 * toolkit: add override for ExtJS DragDropManager to fix selection behavior
206 in the drag zone
207
208 * rdd charts: don't display power-of-two suffix 'i' for values without unit
209 suffix
210
211 * fix #4271: api-viewer: display nested formats instead of `[object Object]`
212
213 * api-viewer: show min/max for values without any other format
214
215 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Nov 2022 08:37:26 +0100
216
3e83971b
TL
217proxmox-widget-toolkit (3.5.1) bullseye; urgency=medium
218
219 * pxar file types: fix over-eager s/text/label/ so that text file icon is
220 shown again
221
222 * file browser: disable item # size rendering
223
224 -- Proxmox Support Team <support@proxmox.com> Mon, 16 May 2022 18:03:35 +0200
225
141d2ec3
TL
226proxmox-widget-toolkit (3.5.0) bullseye; urgency=medium
227
228 * file browser: try reload again when getting a 503 error
229
230 * ui: acl role selector: make the picker grid wider and ensure that the
231 text wraps in the privilege column
232
233 * fix #4001: file browser: add a configurable prefix to downloaded files
234
235 * fix #4001: file browser: show number of items in a directory as size, if
236 available
237
238 * file browser: align size column to end/right
239
240 * file browser: only disable, not hide button if not downloadable and add
241 hint for why and what to do in tooltip
242
243 * switch to native version format for native package
244
245 -- Proxmox Support Team <support@proxmox.com> Sun, 15 May 2022 11:46:54 +0200
246
081b26ed
TL
247proxmox-widget-toolkit (3.4-10) bullseye; urgency=medium
248
249 * css: add proxmox-good-row class
250
251 * status view: fix usage calculation for fields without valid values, like
252 for example SWAP can often be.
253
254 * buttons: add AltText to unify the hack to detect the max size of a button
255 that switches its text dynamically
256
257 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Apr 2022 18:58:21 +0200
258
ad772f5b
TL
259proxmox-widget-toolkit (3.4-9) bullseye; urgency=medium
260
261 * file browser: optionally allow showing a "download as tar.zst"
262 button, if supported
263
264 * tab buttons: fix vertial centering of text and reduce padding
265 slightly
266
267 * move over the markdown based notes view panel and edit window from
268 pve-manager for reuse
269
270 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Apr 2022 07:56:54 +0200
271
ab6ec02d
TL
272proxmox-widget-toolkit (3.4-8) bullseye; urgency=medium
273
274 * fix #3919: log view: show first task output line correctly
275
276 * combo grid: clear filter on blur
277
278 * utils: clear cookies with secure flag set to avoid bogus browser
279 warning
280
281 * node tasks: do not count preset filters as normal filters to avoid
282 "clear filter" button glitch
283
284 * icons: switch cpu and ram bitmaps to svg
285
286 * object grid: call rendere with our scope
287
288 * dns view: increase api polling intervall from 1s to 10s
289
290 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Apr 2022 16:45:50 +0200
291
c39864ee
TL
292proxmox-widget-toolkit (3.4-7) bullseye; urgency=medium
293
294 * extjs: fix check for 'touch' input event in drag and drop handler, making
295 the 'pen' pointer event source type, that chrome/chromium emits in some
296 setups, work again.
297
298 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Feb 2022 12:12:13 +0100
299
67b0280d
TL
300proxmox-widget-toolkit (3.4-6) bullseye; urgency=medium
301
302 * utils: render language: fix rendering special default value
303
304 * sorters: use correct property 'direction' and keep default 'ASC'
305
306 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Feb 2022 11:34:42 +0100
307
0b734673
TL
308proxmox-widget-toolkit (3.4-5) bullseye; urgency=medium
309
310 * login: tfa: hide u2f and yubico-otp if not available
311
312 * improve error handling when adding webauthn entries
313
314 * toolkit: fix noisy ext warning of feature we do not want/use
315
316 * zfs detail: increase default window height
317
318 * zfs detail: hide the pool itself in tree view
319
320 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Jan 2022 12:52:18 +0100
321
ca867fb1
TL
322proxmox-widget-toolkit (3.4-4) bullseye; urgency=medium
323
324 * utils: format duration: render years when we can avoid huge day numbers
325
326 * journalview: fix wrong initial load with default timespan on widget
327 creation
328
329 * logpanel: fix glitching on fast task logs
330
331 * logpanel: actually catch up when following the log for tasks with an
45a670a4 332 almost artificially high log output traffic
ca867fb1
TL
333
334 * log viewer: add heuristic for scroll-direction dependent ratio
335 distribution
336
337 * log viewer: add heuristic for triggering a new limit load earlier to
338 reduce latency on casual scrolling
339
340 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Nov 2021 18:29:56 +0100
341
6c8df606
TL
342proxmox-widget-toolkit (3.4-3) bullseye; urgency=medium
343
344 * data: diffstore: fix autoDestroyRstore option (regression from ExtJS 7)
345
346 * ui: OpenID edit: make username-claim field editable for arbitrary values
347
348 * ui: OpenID realm: allow to edit scopes
349
350 * ui: OpenID realm: allow to edit prompt
351
352 * ui: OpenID realm: allow to edit acr values
353
354 * form: copy BandwidthSelector/SizeField from Proxmox VE's manager
355
356 * bandwidth/utils: move out SizeUnits definition to more common module
357
358 * utils: add size unit related helpers to parse/auto-scale/format
359
360 * bandwidth field: allow to submit auto-scaled size-units as string
361
362 -- Proxmox Support Team <support@proxmox.com> Sat, 20 Nov 2021 21:41:37 +0100
363
ef917529
TL
364proxmox-widget-toolkit (3.4-2) bullseye; urgency=medium
365
366 * TFA login window: fix a formatted label showed when being low on unused
367 recovery-keys
368
369 * proxmox checkbox: add clearOnDisable config
370
371 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Nov 2021 10:23:34 +0100
372
ceff5d3f
TL
373proxmox-widget-toolkit (3.4-1) bullseye; urgency=medium
374
375 * panel/RRDCharts: enable scrolling for RRDCharts on touchscreens
376
377 * disk selector: allow requesting partitions too
378
379 * fix #3589: show device name in title for SMART values window
380
381 * cbind: document cbind by adding a small summary and example
382
383 * add common utils used for u2f and webauthn, adapted from PVE and PBS,
384 respectively
385
386 * add TFA-login, TOTP, WebAuthn and recover-key edit windows for better reuse
387
388 * disk list: allow wiping individual partitions
389
390 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Nov 2021 21:11:16 +0100
391
088a3ed9
TL
392proxmox-widget-toolkit (3.3-6) bullseye; urgency=medium
393
394 * fix #3542: node: task logs: query correct node for tasks in clusters
395
396 * node: add a, by default hidden, MTU column in network view
397
398 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Jul 2021 16:41:01 +0200
399
dacb6455
TL
400proxmox-widget-toolkit (3.3-5) bullseye; urgency=medium
401
402 * node: repos: add possibility to link online help
403
404 * api-viewer: drop extra slash in api path
405
406 * apt: match "Debian Backports" origin as Debian one
407
408 * add new shared component for the package version window
409
410 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Jul 2021 17:52:08 +0200
411
21823de2
TL
412proxmox-widget-toolkit (3.3-4) bullseye; urgency=medium
413
414 * acme: allow wildcards as domain
415
416 * service view: avoid showing not installed services as error
417
418 * service view: fix stale stop/restart button enabled behavior
419
420 * service view: disable all buttons for masked/not-found/unknown services
421
422 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Jul 2021 18:42:51 +0200
423
a4fc99f7
TL
424proxmox-widget-toolkit (3.3-3) bullseye; urgency=medium
425
426 * realm view/edit: make more generic for better reuse
427
428 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Jul 2021 09:52:27 +0200
429
ff8ced04 430proxmox-widget-toolkit (3.3-2) bullseye; urgency=medium
75a2c32d
TL
431
432 * node: repos: only show suites warning at the top if enabled repository is
433 affected
434
435 * move over authentication-real edit window widget from Proxmox VE
436
437 * utils: add helper to format node's repository status
438
ff8ced04 439 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Jul 2021 17:30:43 +0200
75a2c32d 440
89b0dd2e
TL
441proxmox-widget-toolkit (3.2-5) bullseye; urgency=medium
442
443 * network: always ask for confirmation before removing a network
444 interface from the configuration. While it is not that dangerous as we
445 have a pending config that needs to get applied, it still is nicer to do
446 for remove actions.
447
448 * node: tasks: use helper to format status again for a localized warnings
449 text
450
451 * window: safe-destroy: add taskDone and apiCallDone callbacks
452
453 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Jul 2021 14:30:44 +0200
454
4e77e86d
TL
455proxmox-widget-toolkit (3.2-4) bullseye; urgency=medium
456
457 * node: APT repositories: upgrade "no Proxmox product repo configured" from
458 warning to error
459
460 * node: task history: deselect entries when filter changes
461
462 * node: task history: show errors on store load
463
464 * node: task history: add 'clear filter' button
465
466 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Jul 2021 16:50:23 +0200
467
e1fc4744
TL
468proxmox-widget-toolkit (3.2-3) bullseye; urgency=medium
469
470 * node: repos: handle that components can be undefined
471
472 * markdown: encode bad nodes HTML instead of pruning it
473
474 * markdown: make sanitizer more strict in filtering tags and ensure that the
475 src and the href attributes point to a HTTP url, or is a data-url on a
476 image.
477
478 * info widget: early return from update if text & value stayed the same
479
480 * utils: updateColumnWidth: drop duplicate implementation and allow
481 overriding tresholdWidth
482
483 * utils: updateColumnWidth: directly calculate column count by threshold,
484 automatically using more columns on wide containers.
485
486 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Jul 2021 10:10:47 +0200
487
488proxmox-widget-toolkit (3.2-2) bullseye; urgency=medium
38c1f53f
TL
489
490 * avoid using unique ids for components that may have more than one instance
e1fc4744
TL
491 at the same time. Fixes and issue with switching between nodes on the new
492 APT Repository panel.
38c1f53f 493
e1fc4744 494 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Jul 2021 09:47:46 +0200
38c1f53f 495
99829a9e
TL
496proxmox-widget-toolkit (3.2-1) bullseye; urgency=medium
497
498 * css: some markdown heading and paragraph font-size & padding tuning
499
500 * node: services: fix logic for displaying unit state
501
502 * add Debian and Proxmox symbol logos and css
503
504 * node: apt: spawn a window for adding repository
505
506 * utils: add getOpenIDRedirectionAuthorization helper
507
508 * factor out userid parsing and username, realm renderer to Utils
509
510 * add OpenID icon + css class
511
512 * node: APT Repositories: rework top status and error grid
513
514 -- Proxmox Support Team <support@proxmox.com> Sat, 03 Jul 2021 00:12:34 +0200
515
0970ef7f
TL
516proxmox-widget-toolkit (3.1-4) bullseye; urgency=medium
517
518 * cbind mixin: also descend in elements with an cbind property
519
520 * node: tasks: merge improved Filters over from Proxmox Backup Server
521
522 -- Proxmox Support Team <support@proxmox.com> Mon, 28 Jun 2021 19:14:10 +0200
523
f5853d46
TL
524proxmox-widget-toolkit (3.1-3) bullseye; urgency=medium
525
526 * css: markdown: add some nicer table, blockquote and task-list checkbox
527 styling
528
529 * Journal View: fix flickering in journal livemode
530
531 * node/services: optionally show unit-, and active-states
532
533 * add initial building blocks for an APT repositories UI
534
535 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Jun 2021 23:11:37 +0200
536
59754b7b
TL
537proxmox-widget-toolkit (3.1-2) bullseye; urgency=medium
538
539 * ui: network: add, by default hidden, columns for the `vlan-id` and the
540 `vlan-raw-device`
541
542 * add interface for markdown parser and wire-up marked to it
543
544 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Jun 2021 15:32:27 +0200
545
e8c1bffb
TL
546proxmox-widget-toolkit (3.1-1) bullseye; urgency=medium
547
548 * support ExtJS 7
549
550 * object grid: allow one to declaratively specify rows
551
552 * disk list: add wipe disk button which users of this widget can opt-in
553
554 * data/ProxmoxProxy: set responseType to undefined for XMLHTTPRequest
555
45a670a4 556 * ship api-viewer in new proxmox-widget-toolkit-dev package to improve
e8c1bffb
TL
557 possibility for code reuse
558
559 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Jun 2021 16:16:02 +0200
560
a2f0234d
TL
561proxmox-widget-toolkit (3.0-2) bullseye; urgency=medium
562
563 * disks: fix regression in S.M.A.R.T. window
564
565 -- Proxmox Support Team <support@proxmox.com> Fri, 14 May 2021 10:34:57 +0200
566
c60c7292
TL
567proxmox-widget-toolkit (3.0-1) bullseye; urgency=medium
568
569 * re-build for Debian 11 Bullseye based releases
570
571 -- Proxmox Support Team <support@proxmox.com> Thu, 13 May 2021 19:46:29 +0200
572
ff7b0483
TL
573proxmox-widget-toolkit (2.5-4) pve pmg; urgency=medium
574
575 * info widget: set default usage warning threshold from 60% to 75%
576
577 * node disk: S.M.A.R.T.: improve the simple layout and enable autoscroll for
578 long output
579
45a670a4 580 * format/render size: allow one to specify if base 2 or 10 (SI unit) is
ff7b0483
TL
581 desired
582
583 -- Proxmox Support Team <support@proxmox.com> Fri, 07 May 2021 18:00:29 +0200
584
33d34da8
TL
585proxmox-widget-toolkit (2.5-3) pve pmg; urgency=medium
586
587 * toolkit: update email regex for ACME account to allow more than two domain
588 parts again
589
590 -- Proxmox Support Team <support@proxmox.com> Sat, 24 Apr 2021 19:30:08 +0200
591
b9a9ae8c
TL
592proxmox-widget-toolkit (2.5-2) pve pmg; urgency=medium
593
594 * rrd chart: add option to render values and Y-axis with a power-of-two base
595
45a670a4 596 * safe destroy: allow specifying additional items
b9a9ae8c
TL
597
598 * utils: add several render and helper functions from Proxmox VE's manager
599
600 * panel: add StatusView from Proxmox VE's manager
601
602 * utils: add optional error callback to monStoreErrors
603
604 * acme: separate flag to disable the 'domains=' array
605
606 * file browser: support 'virtual'/'v' file type, show errors in messagebox
607 and allow expand 'all'
608
609 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Apr 2021 20:34:39 +0200
610
c3b900f9
TL
611proxmox-widget-toolkit (2.5-1) pve pmg; urgency=medium
612
613 * panel/acme-domains: fix cyclic dependency in view model
614
615 * tasks: add warningsText
616
617 * window: move FileBrowser widget over from Proxmox Backup Server for re-use
618
619 * window/edit: add option to disable reset button
620
621 * toolkit: override email VType validation
622
623 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Apr 2021 09:11:48 +0200
624
ff9dbaa7
TL
625proxmox-widget-toolkit (2.4-9) pve pmg; urgency=medium
626
627 * improve ranged selection and deselection performance in CheckboxModel
628
629 * utils: async api: reject with whole failure response and add helper to
630 alert it
631
632 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Mar 2021 11:29:43 +0100
633
d1ff6c59
TL
634proxmox-widget-toolkit (2.4-8) pve pmg; urgency=medium
635
636 * add async API request and sleep helpers
637
638 * override deselection in CheckboxModel to improve performance
639
640 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Mar 2021 16:23:16 +0100
641
460306eb
TL
642proxmox-widget-toolkit (2.4-7) pve pmg; urgency=medium
643
644 * data: stores: drop storeid requirement
645
646 * add ACME related data models and forms
647
648 * add ACME:
649 - account panel, plugin editing, certificate panel
650 - account and certificate panel
651 - plugin and domain editing
652
653 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Mar 2021 13:31:23 +0100
654
3f814506
TL
655proxmox-widget-toolkit (2.4-6) pve pmg; urgency=medium
656
657 * disk list: partitions do not have a S.M.A.R.T. status, avoid showing
658 'unknown'
659
660 * task viewer: increase default height
661
662 * edit window: advanced: do not permanently enable advanced mode if they are
663 invalid, only show the advanced fields temporarily.
664
665 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Mar 2021 20:22:00 +0100
666
2d99e60e
TL
667proxmox-widget-toolkit (2.4-5) pve pmg; urgency=medium
668
669 * disk list: restore info about ceph
670
671 * disk list: convert to tree-grid and conditionally include partitions
672
673 * fix usage of findRecord for exact matches
674
675 * prune panel: make keep-last label text like the others
676
677 * network: VLAN edit: Fix automatic field disabling and other UX improvements
678
679 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Feb 2021 14:31:03 +0100
680
74ecb411
TL
681proxmox-widget-toolkit (2.4-4) pve pmg; urgency=medium
682
683 * data reader: cope with null respones for not configured data, treat like
684 an empty response
685
686 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Jan 2021 16:24:08 +0100
687
f8c424ef
TL
688proxmox-widget-toolkit (2.4-3) pve pmg; urgency=medium
689
690 * input panel: support convenience top column
691
692 * prune field: use dirtychange event to hide/show clear-trigger
693
694 * prune panel: allow to pass emptyText for keep-last
695
696 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Nov 2020 18:46:02 +0100
697
9150498c 698proxmox-widget-toolkit (2.4-2) pve pmg; urgency=medium
1268e9fb
TL
699
700 * input panel: improve column scaling behavior with non-default browser or OS
701 scaling and DPI settings
702
703 * add PruneKeepField and PruneInputPanel component
704
705 * input panel: make advanced column check more flexible
706
707 * edit window: add submitUrl and loadUrl config
708
9150498c 709 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Nov 2020 08:14:50 +0100
1268e9fb 710
a19ccbb9
TL
711proxmox-widget-toolkit (2.3-10) pve pmg; urgency=medium
712
713 * utils: get help info: fix normalization with multiple minuses by using a
714 more compatible approach
715
716 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Nov 2020 16:29:09 +0100
717
4b21b8cc
TL
718proxmox-widget-toolkit (2.3-9) pve pmg; urgency=medium
719
720 * combo grid: set errorMask on store load failure
721
722 * enable ExtJS ARIA accessibility support again
723
724 * Utils: fix help section normalization
725
726 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Nov 2020 12:07:55 +0100
727
58c18004
TL
728proxmox-widget-toolkit (2.3-8) pve pmg; urgency=medium
729
730 * Utils: remove product specific task descriptions
731
732 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Nov 2020 17:51:59 +0100
733
017e3e30
TL
734proxmox-widget-toolkit (2.3-7) pve pmg; urgency=medium
735
736 * improve redering of icons in navigation element
737
738 * add a form element for selecting a worker task type
739
740 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Nov 2020 07:49:22 +0100
741
fa94468a
TL
742proxmox-widget-toolkit (2.3-6) pve pmg; urgency=medium
743
744 * edit window: add autoLoadOptions to control API call
745
746 * edit window: add extraParams config
747
748 * move over PermissionView from Proxmox VE's manager
749
750 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2020 18:39:41 +0100
751
e951e37d
TL
752proxmox-widget-toolkit (2.3-5) pve pmg; urgency=medium
753
754 * improve multiselect behaviour for checkboxmodel
755
756 * add info widget from Proxmox VE
757
758 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Oct 2020 18:34:16 +0100
759
2efe08de
DM
760proxmox-widget-toolkit (2.3-4) unstable; urgency=medium
761
762 * implement and use systemd_unescape
763
764 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Oct 2020 12:11:53 +0200
765
51674ecc
TL
766proxmox-widget-toolkit (2.3-3) pve pmg; urgency=medium
767
768 * tasks: ensure the UPID parameter is always correctly encoded
769
770 * move over SafeDestroy widget from pve-manager
771
772 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Oct 2020 08:53:18 +0200
773
c6047c4a
TL
774proxmox-widget-toolkit (2.3-2) pve pmg; urgency=medium
775
776 * add Korean as translation choice
777
778 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Oct 2020 13:27:30 +0200
779
17ee839f
TL
780proxmox-widget-toolkit (2.3-1) pve pmg; urgency=medium
781
782 * log/journal views: fix auto scrolling on browser zoom
783
784 * Utils: improve matching groups of IP/host address regexes
785
786 * Toolkit: add HostPort vtype
787
788 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2020 14:50:35 +0200
789
ab277cb2
TL
790proxmox-widget-toolkit (2.2-14) pve pmg; urgency=medium
791
792 * tasks viewer: include API token ID if available
793
794 * node tasks: improve scrollbar behaviour on store load
795
796 * node tasks: add duration column, hide by default to avoid crowding the
797 interface
798
799 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Sep 2020 10:16:53 +0200
800
aaa9ba62
TL
801proxmox-widget-toolkit (2.2-12) pve pmg; urgency=medium
802
803 * fix #2933: disks: correct behaviour of 'Init GPT' button
804
805 * utils: order languages after rendered name
806
807 * add Dutch to language map
808
809 -- Proxmox Support Team <support@proxmox.com> Mon, 07 Sep 2020 13:51:00 +0200
810
aa941c21 811proxmox-widget-toolkit (2.2-11) pve pmg; urgency=medium
03feb4fb
TL
812
813 * Add focusable pseudo class to edit windows defaultFocus
814
815 * displayedit: allow binding editable and value, and allow passing explicit
816 displayConfig
817
818 * service view: allow overwriting restart command
819
aa941c21
TL
820 * re-bump package for Proxmox Backup Server
821
822 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2020 16:16:52 +0200
03feb4fb 823
ed34cd7a
TL
824proxmox-widget-toolkit (2.2-9) pve pmg; urgency=medium
825
826 * add disk and storage related widgets, factored out from Proxmox VE's manager
827
828 * adapt auth utils for Proxmox token authentication
829
830 -- Proxmox Support Team <support@proxmox.com> Tue, 30 Jun 2020 13:36:05 +0200
831
2c3e308c
TL
832proxmox-widget-toolkit (2.2-8) pve pmg; urgency=medium
833
834 * format task description: avoid printing undefined ID
835
836 * network edit: display MTU for OVS-bond interfaces too
837
838 * ProxmoxProxy: add duration fields for proxmox-tasks model
839
840 * color and show task with warnings differently
841
842 * improve format_duration_human for small values <0.1s
843
844 * move over disk selection and smart info from Proxmox VE's manager
845
846 * task viewer: show task endtime and duration in status
847
848 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2020 16:49:42 +0200
849
2d10a597
TL
850proxmox-widget-toolkit (2.2-7) pve pmg; urgency=medium
851
852 * button: make xtype of parent configurable
853
854 * fix RRD charts if there's no data legend or no title header
855
856 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 18:20:16 +0200
857
8617feb8
TL
858proxmox-widget-toolkit (2.2-6) pve pmg; urgency=medium
859
860 * improve RRD charts
861
862 * utils: add updateColumnWidth helper from PVE
863
864 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 11:42:55 +0200
865
c197c3f2
TL
866proxmox-widget-toolkit (2.2-5) pve pmg; urgency=medium
867
868 * JournalView: avoid null dereference on quick tab switch
869
870 * form/display edit: use the 'fit' layout to avoid width glitch
871
872 * improve error extraction for monStoreErrors by falling back to printing the
873 whole body if we cannot extract a JSON error object out of it
874
875 * css: add icon colors over from Proxmox VE
876
877 * Utils: add duration format/render
878
879 -- Proxmox Support Team <support@proxmox.com> Thu, 28 May 2020 18:36:33 +0200
880
8f9e331d
TL
881proxmox-widget-toolkit (2.2-4) pve pmg; urgency=medium
882
883 * fix #2758: detect half-logged-in 'TFA' cookies and avoid treating them like
884 regular login tickets
885
886 * improve default column layout of network and node task history viewer
887
888 * utils: task descriptions: allow to add/override entries and to specify a
889 function
890
891 * render_upid: fallback to worker_id and worker_type
892
893 * ui: task history: add basic handling for currently running tasks
894
895 -- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 19:04:10 +0200
896
eaa0fcbd
TL
897proxmox-widget-toolkit (2.2-3) pve pmg; urgency=medium
898
899 * pending object grid: mark pending changes as darkorange to avoid
900 misinterpretation as error.
901
902 * move permission management role selector over from Proxmox VE
903
904 * input panel: call setValue on all fields
905
906 -- Proxmox Support Team <support@proxmox.com> Fri, 22 May 2020 10:09:26 +0200
907
80960379
TL
908proxmox-widget-toolkit (2.2-2) pve pmg; urgency=medium
909
910 * add common proxmoxlogo class definition
911
912 * add authentication realm data model and combo box
913
914 * edit window: read digest also from top level API response
915
916 -- Proxmox Support Team <support@proxmox.com> Mon, 18 May 2020 17:26:04 +0200
917
d8f909e1
TL
918proxmox-widget-toolkit (2.2-1) pve pmg; urgency=medium
919
920 * diff-store: allow to also auto-create real-store with schematic config only
921
922 * diff-store: allow to request propagation of destroy to real-store
923
924 -- Proxmox Support Team <support@proxmox.com> Thu, 07 May 2020 16:59:59 +0200
925
86811eaa
TL
926proxmox-widget-toolkit (2.1-7) pve pmg; urgency=medium
927
928 * Utils: add auth-realm-sync-test to task descriptions
929
930 * cbind: allow methods in cbindData
931
932 * add missing htmlEncodes userid renderers
933
934 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2020 17:14:21 +0200
935
64eb4dc4
TL
936proxmox-widget-toolkit (2.1-6) pve pmg; urgency=medium
937
938 * DateTimeField: implement setMaxValue and setMinValue
939
940 * monStoreErrors: refactor out and render param exception errors
941
942 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Apr 2020 18:47:21 +0200
943
c6cf52f1
TL
944proxmox-widget-toolkit (2.1-5) pve pmg; urgency=medium
945
946 * add LanguageEditWindow
947
948 * window/Edit: accept bodyPadding from config
949
950 * button: don't auto set selection model if explicitly set to false
951
952 * StdRemoveButton: getUrl: fallback to baseurl if no selModel is set
953
954 * StdRemoveButton: enable button by default if no selection model is set
955
956 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Apr 2020 10:44:21 +0200
957
7a3bb07a
TL
958proxmox-widget-toolkit (2.1-4) pve pmg; urgency=medium
959
960 * ComboGrid: fix validation for !allowBlank disabled fields
961
962 * add Arabic to translated language selector
963
964 * object grid: allow one to pass online help to row editors
965
966 * form: add Proxmox.form.field.ExpireDate
967
968 * open combobox picker on focus even if they are editable (searchable)
969
970 * form: add Proxmox.form.field.DisplayEdit
971
972 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Apr 2020 18:05:10 +0200
973
97cdcd28
TL
974proxmox-widget-toolkit (2.1-3) pve pmg; urgency=medium
975
976 * networkedit: bond: add bond-primary and MTU field
977
978 * cbind: allow to pass formula function in binding
979
980 * window: edit: allow to set submit text for data binding
981
982 * node/net: add vlan interface support
983
984 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Jan 2020 17:49:32 +0100
985
ba1ba947
TL
986proxmox-widget-toolkit (2.1-2) pve pmg; urgency=medium
987
988 * task descriptions: add CT push/pull and HA shutdown
989
990 * task UPID: Allow additional (optional) task_id field and show it also in
991 the task viewer window, if available
992
993 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Dec 2019 12:02:52 +0100
994
407871d8
TL
995proxmox-widget-toolkit (2.1-1) pve pmg; urgency=medium
996
997 * fix #2421: ComboGrid: correctly validate multiSelect variant
998
999 * NetworkView: add apply config button
1000
1001 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Nov 2019 13:00:18 +0100
1002
ceca281f
TL
1003proxmox-widget-toolkit (2.0-9) pve pmg; urgency=medium
1004
1005 * fix comboBox validation when forceSelection is true
1006
1007 * add reboot for containers into task description table
1008
1009 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Nov 2019 20:28:12 +0100
1010
23446ca9
TL
1011proxmox-widget-toolkit (2.0-8) pve pmg; urgency=medium
1012
1013 * add hebrew to list of languages
1014
1015 * add qmreboot task description
1016
1017 * add pmx-hint css class
1018
1019 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Oct 2019 17:04:58 +0200
1020
a24e57bc
TL
1021proxmox-widget-toolkit (2.0-7) pve pmg; urgency=medium
1022
1023 * combogrid: fix validation if valueField is different than
1024 displayField
1025
1026 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Aug 2019 12:45:34 +0200
1027
e57e32d5
TL
1028proxmox-widget-toolkit (2.0-6) pve pmg; urgency=medium
1029
1030 * combogrid: always set the initial value, even if not found
1031
1032 * combogrid: add handling for historic set values currently not
1033 available
1034
1035 * Fix #582: allow to move those task which supports it to the
1036 background if they're triggered by a standard button
1037
1038 * ComboGrid: add trigger to delete value from ComboGrid if it allows
1039 blank values
1040
1041 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Aug 2019 15:56:56 +0200
1042
ef2235c9
TL
1043proxmox-widget-toolkit (2.0-5) pve pmg; urgency=medium
1044
1045 * fix syslog panel resizing
1046
1047 * node network: hide ip and netmask by default
1048
1049 * node network: refactor bond mode array generation and add Bond Mode
1050 and Hash Policy
1051
1052 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:33:17 +0200
1053
7d0340d7
TL
1054proxmox-widget-toolkit (2.0-4) pve pmg; urgency=medium
1055
1056 * network selector: allow to select IP too
1057
1058 * combogrid: add deleteEmpty and skipEmptyText
1059
1060 * textfield: validate after allowBlank
1061
1062 * combo grid: add setAllowBlank to help bindings
1063
1064 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Jun 2019 20:30:37 +0200
1065
18983bda
TL
1066proxmox-widget-toolkit (2.0-3) pve pmg; urgency=medium
1067
1068 * refactor info/link extraction from onlinehelp to utils
1069
1070 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jun 2019 17:54:42 +0200
1071
9a8c1d01
TL
1072proxmox-widget-toolkit (2.0-2) pve pmg; urgency=medium
1073
1074 * add network selector widget
1075
1076 * node/apt updates: show full package description conditionally
1077
1078 * backport fix for ExtJS pie chart tooltip for 0% entries
1079
1080 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Jun 2019 20:47:53 +0200
1081
4b428ce0
TL
1082proxmox-widget-toolkit (2.0-1) pve pmg; urgency=medium
1083
1084 * bump version for Debian Buster / PVE 6
1085
1086 -- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2019 07:16:02 +0200
1087
edc61156
TL
1088proxmox-widget-toolkit (1.0-28) unstable; urgency=medium
1089
1090 * show IP/CIDR in host network view
1091
1092 * change nodes host network input from address/netmask to IP/CIDR
1093
1094 * add panel/JournalView for new mini-journalreader
1095
1096 -- Proxmox Support Team <support@proxmox.com> Wed, 15 May 2019 13:36:50 +0200
1097
44b68799
TL
1098proxmox-widget-toolkit (1.0-27) unstable; urgency=medium
1099
097729e5 1100 * wait for syslog API calls to complete before requesting new ones
44b68799 1101
097729e5 1102 -- Proxmox Support Team <support@proxmox.com> Tue, 07 May 2019 15:13:52 +0000
44b68799 1103
9b388081
TL
1104proxmox-widget-toolkit (1.0-26) unstable; urgency=medium
1105
1106 * fix #1784: allow one to set UTC as Timezone
1107
1108 * allow one to filter and search for timezones in the nodes time editor
1109
1110 * add a combined "IPv6 or IPv4 CIDR" match vtype
1111
1112 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Apr 2019 05:57:58 +0000
1113
22bb0802
TL
1114proxmox-widget-toolkit (1.0-25) unstable; urgency=medium
1115
1116 * MacPrefix: prevent multicast MacPrefixes
1117
1118 * change allowed v6 prefix-length to 128
1119
1120 * rework panel/LogView
1121
1122 * add helpers required for u2f authentication
1123
1124 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Apr 2019 13:58:13 +0200
1125
60b98983
TL
1126proxmox-widget-toolkit (1.0-24) unstable; urgency=medium
1127
1128 * add DnsOrIP vtype
1129
1130 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Mar 2019 07:41:44 +0100
1131
f90c941b
TL
1132proxmox-widget-toolkit (1.0-23) unstable; urgency=medium
1133
1134 * tasks: put vzdump into VM/CT category
1135
1136 * fix popup behaviour in firefox with touchscreens on desktop
1137
1138 * utils: xtermjs: allow to pass a cmd parameter to the terminal
1139
1140 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Feb 2019 10:54:50 +0100
1141
2caa58a3
TL
1142proxmox-widget-toolkit (1.0-22) unstable; urgency=medium
1143
1144 * form: proxmox textfield: support binding 'allowBlank'
1145
1146 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Nov 2018 12:45:28 +0100
1147
cbf3acee
TL
1148proxmox-widget-toolkit (1.0-21) unstable; urgency=medium
1149
0a751aab 1150 * Utils: add some task descriptions (disk/storage management and ceph)
cbf3acee
TL
1151
1152 * node/DNS: render DNS fields htmlEncoded
1153
0a751aab 1154 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Nov 2018 14:59:16 +0100
cbf3acee 1155
7fc8bdf5
DM
1156proxmox-widget-toolkit (1.0-20) unstable; urgency=medium
1157
1158 * add node/HostsView to show/edit /etc/hosts
1159
1160 * fixup: vlan type: use 'Linux VLAN'
1161
1162 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Sep 2018 12:01:12 +0200
1163
a3488146
TL
1164proxmox-widget-toolkit (1.0-19) unstable; urgency=medium
1165
1166 * add traditional Chinese to language map
1167
1168 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Jun 2018 16:43:58 +0200
1169
46574d35
FG
1170proxmox-widget-toolkit (1.0-18) unstable; urgency=medium
1171
1172 * add missing task description mappings
1173
1174 -- Proxmox Support Team <support@proxmox.com> Mon, 14 May 2018 11:06:33 +0200
1175
bd7c96d0
WB
1176proxmox-widget-toolkit (1.0-17) unstable; urgency=medium
1177
1178 * fix edit windows being reopened on key-up when closing them with the return
1179 key
1180
1181 -- Proxmox Support Team <support@proxmox.com> Thu, 03 May 2018 08:26:34 +0200
1182
41670d25
TL
1183proxmox-widget-toolkit (1.0-16) unstable; urgency=medium
1184
1185 * add getRecord to ObjectStore
1186
1187 * add apiCallDone callback for window.edit
1188
1189 * PendingObjectGrid: fix display of deletion of multikey fields
1190
1191 -- Proxmox Support Team <support@proxmox.com> Wed, 02 May 2018 13:25:06 +0200
1192
bebf81f0
DM
1193proxmox-widget-toolkit (1.0-15) unstable; urgency=medium
1194
1195 * allow pressing enter in ObjectGrids to edit a field
1196
1197 * better default focus selection
1198
1199 * add a checkbox to edit windows for advanced options
1200
1201 * add advanced options to the input panel
1202
1203 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Apr 2018 13:47:56 +0200
1204
ba70732c
DM
1205proxmox-widget-toolkit (1.0-14) unstable; urgency=medium
1206
1207 * fix #1223: add touchscreen override for extjs
1208
1209 * task view, progress: add taskDone callback
1210
1211 * window/Edit: allow showing TaskViewer instead of TaskProgress
1212
1213 * add labelWidth to the fieldDefaults in add_*_row
1214
1215 * add an optional renderer for integer rows in ObjectGrid
1216
1217 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2018 12:18:49 +0200
1218
36ee012f
DM
1219proxmox-widget-toolkit (1.0-13) unstable; urgency=medium
1220
1221 * remove gettext definition in Utils.js
1222
1223 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Mar 2018 11:37:56 +0100
1224
2e6df526
TL
1225proxmox-widget-toolkit (1.0-12) unstable; urgency=medium
1226
1227 * skip config property for cbind mixin
1228
1229 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Feb 2018 11:11:38 +0100
1230
eb1f0d2a
FG
1231proxmox-widget-toolkit (1.0-11) unstable; urgency=medium
1232
1233 * rename pve(Show|Hide)Help events
1234
1235 * mixin/CBind: allow binding sub elements
1236
1237 * show VLAN aware setting in NetworkView.
1238
1239 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Feb 2018 13:06:39 +0100
1240
102716a6
DC
1241proxmox-widget-toolkit (1.0-10) unstable; urgency=medium
1242
1243 * port fixes and features from pve-manager since fork
1244
1245 * add all languages from pve
1246
1247 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Jan 2018 10:19:23 +0100
1248
6689e1ce
DM
1249proxmox-widget-toolkit (1.0-9) unstable; urgency=medium
1250
1251 * add Xtermjs popup helper
1252
1253 * Utils: fix some lint errors
1254
1255 * taskviewer: port over extraTite config parameter
1256
1257 * ObjectGrid: add_text_row: allow setting vtype for editor
1258
1259 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Dec 2017 14:43:17 +0100
1260
4f0b8a1a
DM
1261proxmox-widget-toolkit (1.0-8) unstable; urgency=medium
1262
1263 * remove updatequeue
1264
1265 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Nov 2017 12:09:03 +0100
1266
03c29495
DM
1267proxmox-widget-toolkit (1.0-7) unstable; urgency=medium
1268
1269 * UpdateStore.js - fix update problem with chrome
1270
1271 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Nov 2017 07:29:46 +0100
1272
2e67cd69
DM
1273proxmox-widget-toolkit (1.0-6) unstable; urgency=medium
1274
1275 * change 'create' parameter to 'isCreate'
1276
45a670a4 1277 * make network devices types configurable
2e67cd69
DM
1278
1279 * use Proxmox.window.TaskProgress instead of PVE.window.TaskProgress
1280
1281 * add custom submittext to Edit Window
1282
1283 * add missing BondModeSelector to widget toolkit
1284
1285 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 11:38:51 +0100
1286
621b567f
DM
1287proxmox-widget-toolkit (1.0-5) unstable; urgency=medium
1288
1289 * use (de)activate events for dns/timeview
1290
1291 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 08:12:09 +0100
1292
4753e65d
DM
1293proxmox-widget-toolkit (1.0-4) unstable; urgency=medium
1294
1295 * add textarea/enter workaround
1296
1297 * fix updateStore destroy
1298
1299 * RRDChart.js: add the seriesConfig parameter
1300
1301 * RRDChart.js: add the noTool parameter
1302
1303 * add autostart and alias to UpdateStore
1304
1305 * add format_size from pve
1306
1307 * add GaugeWidget from PVE
1308
1309 * LanguageSelector.js - add language selector
1310
1311 * allow to set onlineHelp on Proxmox.window.Edit
1312
1313 * add HelpButton class
1314
1315 * new checked_command helper
1316
1317 * add APT.js
1318
1319 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Oct 2017 08:45:15 +0200
1320
16f921d7
DM
1321proxmox-widget-toolkit (1.0-3) unstable; urgency=medium
1322
1323 * monStoreErrors: new option clearMaskBeforeLoad
1324
1325 * add RRDChart class
1326
1327 * add RRDStore class
1328
1329 * add RRDTypeSelector class
1330
1331 * set default focus and default button for edit window
1332
1333 * add helpers to render uptime
1334
1335 * ObjectGrid.js: new monStoreErrors properties
1336
1337 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Sep 2017 09:37:27 +0200
1338
835b5d8e
DM
1339proxmox-widget-toolkit (1.0-2) unstable; urgency=medium
1340
1341 * countless improvements
1342
1343 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Apr 2017 10:22:47 +0200
1344
e9b7ca96
DM
1345proxmox-widget-toolkit (1.0-1) unstable; urgency=medium
1346
1347 * first try
1348
1349 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Jan 2017 09:50:33 +0100
1350