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