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