]> git.proxmox.com Git - proxmox-widget-toolkit.git/blob - debian/changelog
bump version to 2.2-8
[proxmox-widget-toolkit.git] / debian / changelog
1 proxmox-widget-toolkit (2.2-8) pve pmg; urgency=medium
2
3 * format task description: avoid printing undefined ID
4
5 * network edit: display MTU for OVS-bond interfaces too
6
7 * ProxmoxProxy: add duration fields for proxmox-tasks model
8
9 * color and show task with warnings differently
10
11 * improve format_duration_human for small values <0.1s
12
13 * move over disk selection and smart info from Proxmox VE's manager
14
15 * task viewer: show task endtime and duration in status
16
17 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2020 16:49:42 +0200
18
19 proxmox-widget-toolkit (2.2-7) pve pmg; urgency=medium
20
21 * button: make xtype of parent configurable
22
23 * fix RRD charts if there's no data legend or no title header
24
25 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 18:20:16 +0200
26
27 proxmox-widget-toolkit (2.2-6) pve pmg; urgency=medium
28
29 * improve RRD charts
30
31 * utils: add updateColumnWidth helper from PVE
32
33 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 11:42:55 +0200
34
35 proxmox-widget-toolkit (2.2-5) pve pmg; urgency=medium
36
37 * JournalView: avoid null dereference on quick tab switch
38
39 * form/display edit: use the 'fit' layout to avoid width glitch
40
41 * improve error extraction for monStoreErrors by falling back to printing the
42 whole body if we cannot extract a JSON error object out of it
43
44 * css: add icon colors over from Proxmox VE
45
46 * Utils: add duration format/render
47
48 -- Proxmox Support Team <support@proxmox.com> Thu, 28 May 2020 18:36:33 +0200
49
50 proxmox-widget-toolkit (2.2-4) pve pmg; urgency=medium
51
52 * fix #2758: detect half-logged-in 'TFA' cookies and avoid treating them like
53 regular login tickets
54
55 * improve default column layout of network and node task history viewer
56
57 * utils: task descriptions: allow to add/override entries and to specify a
58 function
59
60 * render_upid: fallback to worker_id and worker_type
61
62 * ui: task history: add basic handling for currently running tasks
63
64 -- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 19:04:10 +0200
65
66 proxmox-widget-toolkit (2.2-3) pve pmg; urgency=medium
67
68 * pending object grid: mark pending changes as darkorange to avoid
69 misinterpretation as error.
70
71 * move permission management role selector over from Proxmox VE
72
73 * input panel: call setValue on all fields
74
75 -- Proxmox Support Team <support@proxmox.com> Fri, 22 May 2020 10:09:26 +0200
76
77 proxmox-widget-toolkit (2.2-2) pve pmg; urgency=medium
78
79 * add common proxmoxlogo class definition
80
81 * add authentication realm data model and combo box
82
83 * edit window: read digest also from top level API response
84
85 -- Proxmox Support Team <support@proxmox.com> Mon, 18 May 2020 17:26:04 +0200
86
87 proxmox-widget-toolkit (2.2-1) pve pmg; urgency=medium
88
89 * diff-store: allow to also auto-create real-store with schematic config only
90
91 * diff-store: allow to request propagation of destroy to real-store
92
93 -- Proxmox Support Team <support@proxmox.com> Thu, 07 May 2020 16:59:59 +0200
94
95 proxmox-widget-toolkit (2.1-7) pve pmg; urgency=medium
96
97 * Utils: add auth-realm-sync-test to task descriptions
98
99 * cbind: allow methods in cbindData
100
101 * add missing htmlEncodes userid renderers
102
103 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2020 17:14:21 +0200
104
105 proxmox-widget-toolkit (2.1-6) pve pmg; urgency=medium
106
107 * DateTimeField: implement setMaxValue and setMinValue
108
109 * monStoreErrors: refactor out and render param exception errors
110
111 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Apr 2020 18:47:21 +0200
112
113 proxmox-widget-toolkit (2.1-5) pve pmg; urgency=medium
114
115 * add LanguageEditWindow
116
117 * window/Edit: accept bodyPadding from config
118
119 * button: don't auto set selection model if explicitly set to false
120
121 * StdRemoveButton: getUrl: fallback to baseurl if no selModel is set
122
123 * StdRemoveButton: enable button by default if no selection model is set
124
125 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Apr 2020 10:44:21 +0200
126
127 proxmox-widget-toolkit (2.1-4) pve pmg; urgency=medium
128
129 * ComboGrid: fix validation for !allowBlank disabled fields
130
131 * add Arabic to translated language selector
132
133 * object grid: allow one to pass online help to row editors
134
135 * form: add Proxmox.form.field.ExpireDate
136
137 * open combobox picker on focus even if they are editable (searchable)
138
139 * form: add Proxmox.form.field.DisplayEdit
140
141 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Apr 2020 18:05:10 +0200
142
143 proxmox-widget-toolkit (2.1-3) pve pmg; urgency=medium
144
145 * networkedit: bond: add bond-primary and MTU field
146
147 * cbind: allow to pass formula function in binding
148
149 * window: edit: allow to set submit text for data binding
150
151 * node/net: add vlan interface support
152
153 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Jan 2020 17:49:32 +0100
154
155 proxmox-widget-toolkit (2.1-2) pve pmg; urgency=medium
156
157 * task descriptions: add CT push/pull and HA shutdown
158
159 * task UPID: Allow additional (optional) task_id field and show it also in
160 the task viewer window, if available
161
162 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Dec 2019 12:02:52 +0100
163
164 proxmox-widget-toolkit (2.1-1) pve pmg; urgency=medium
165
166 * fix #2421: ComboGrid: correctly validate multiSelect variant
167
168 * NetworkView: add apply config button
169
170 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Nov 2019 13:00:18 +0100
171
172 proxmox-widget-toolkit (2.0-9) pve pmg; urgency=medium
173
174 * fix comboBox validation when forceSelection is true
175
176 * add reboot for containers into task description table
177
178 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Nov 2019 20:28:12 +0100
179
180 proxmox-widget-toolkit (2.0-8) pve pmg; urgency=medium
181
182 * add hebrew to list of languages
183
184 * add qmreboot task description
185
186 * add pmx-hint css class
187
188 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Oct 2019 17:04:58 +0200
189
190 proxmox-widget-toolkit (2.0-7) pve pmg; urgency=medium
191
192 * combogrid: fix validation if valueField is different than
193 displayField
194
195 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Aug 2019 12:45:34 +0200
196
197 proxmox-widget-toolkit (2.0-6) pve pmg; urgency=medium
198
199 * combogrid: always set the initial value, even if not found
200
201 * combogrid: add handling for historic set values currently not
202 available
203
204 * Fix #582: allow to move those task which supports it to the
205 background if they're triggered by a standard button
206
207 * ComboGrid: add trigger to delete value from ComboGrid if it allows
208 blank values
209
210 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Aug 2019 15:56:56 +0200
211
212 proxmox-widget-toolkit (2.0-5) pve pmg; urgency=medium
213
214 * fix syslog panel resizing
215
216 * node network: hide ip and netmask by default
217
218 * node network: refactor bond mode array generation and add Bond Mode
219 and Hash Policy
220
221 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:33:17 +0200
222
223 proxmox-widget-toolkit (2.0-4) pve pmg; urgency=medium
224
225 * network selector: allow to select IP too
226
227 * combogrid: add deleteEmpty and skipEmptyText
228
229 * textfield: validate after allowBlank
230
231 * combo grid: add setAllowBlank to help bindings
232
233 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Jun 2019 20:30:37 +0200
234
235 proxmox-widget-toolkit (2.0-3) pve pmg; urgency=medium
236
237 * refactor info/link extraction from onlinehelp to utils
238
239 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jun 2019 17:54:42 +0200
240
241 proxmox-widget-toolkit (2.0-2) pve pmg; urgency=medium
242
243 * add network selector widget
244
245 * node/apt updates: show full package description conditionally
246
247 * backport fix for ExtJS pie chart tooltip for 0% entries
248
249 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Jun 2019 20:47:53 +0200
250
251 proxmox-widget-toolkit (2.0-1) pve pmg; urgency=medium
252
253 * bump version for Debian Buster / PVE 6
254
255 -- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2019 07:16:02 +0200
256
257 proxmox-widget-toolkit (1.0-28) unstable; urgency=medium
258
259 * show IP/CIDR in host network view
260
261 * change nodes host network input from address/netmask to IP/CIDR
262
263 * add panel/JournalView for new mini-journalreader
264
265 -- Proxmox Support Team <support@proxmox.com> Wed, 15 May 2019 13:36:50 +0200
266
267 proxmox-widget-toolkit (1.0-27) unstable; urgency=medium
268
269 * wait for syslog API calls to complete before requesting new ones
270
271 -- Proxmox Support Team <support@proxmox.com> Tue, 07 May 2019 15:13:52 +0000
272
273 proxmox-widget-toolkit (1.0-26) unstable; urgency=medium
274
275 * fix #1784: allow one to set UTC as Timezone
276
277 * allow one to filter and search for timezones in the nodes time editor
278
279 * add a combined "IPv6 or IPv4 CIDR" match vtype
280
281 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Apr 2019 05:57:58 +0000
282
283 proxmox-widget-toolkit (1.0-25) unstable; urgency=medium
284
285 * MacPrefix: prevent multicast MacPrefixes
286
287 * change allowed v6 prefix-length to 128
288
289 * rework panel/LogView
290
291 * add helpers required for u2f authentication
292
293 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Apr 2019 13:58:13 +0200
294
295 proxmox-widget-toolkit (1.0-24) unstable; urgency=medium
296
297 * add DnsOrIP vtype
298
299 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Mar 2019 07:41:44 +0100
300
301 proxmox-widget-toolkit (1.0-23) unstable; urgency=medium
302
303 * tasks: put vzdump into VM/CT category
304
305 * fix popup behaviour in firefox with touchscreens on desktop
306
307 * utils: xtermjs: allow to pass a cmd parameter to the terminal
308
309 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Feb 2019 10:54:50 +0100
310
311 proxmox-widget-toolkit (1.0-22) unstable; urgency=medium
312
313 * form: proxmox textfield: support binding 'allowBlank'
314
315 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Nov 2018 12:45:28 +0100
316
317 proxmox-widget-toolkit (1.0-21) unstable; urgency=medium
318
319 * Utils: add some task descriptions (disk/storage management and ceph)
320
321 * node/DNS: render DNS fields htmlEncoded
322
323 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Nov 2018 14:59:16 +0100
324
325 proxmox-widget-toolkit (1.0-20) unstable; urgency=medium
326
327 * add node/HostsView to show/edit /etc/hosts
328
329 * fixup: vlan type: use 'Linux VLAN'
330
331 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Sep 2018 12:01:12 +0200
332
333 proxmox-widget-toolkit (1.0-19) unstable; urgency=medium
334
335 * add traditional Chinese to language map
336
337 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Jun 2018 16:43:58 +0200
338
339 proxmox-widget-toolkit (1.0-18) unstable; urgency=medium
340
341 * add missing task description mappings
342
343 -- Proxmox Support Team <support@proxmox.com> Mon, 14 May 2018 11:06:33 +0200
344
345 proxmox-widget-toolkit (1.0-17) unstable; urgency=medium
346
347 * fix edit windows being reopened on key-up when closing them with the return
348 key
349
350 -- Proxmox Support Team <support@proxmox.com> Thu, 03 May 2018 08:26:34 +0200
351
352 proxmox-widget-toolkit (1.0-16) unstable; urgency=medium
353
354 * add getRecord to ObjectStore
355
356 * add apiCallDone callback for window.edit
357
358 * PendingObjectGrid: fix display of deletion of multikey fields
359
360 -- Proxmox Support Team <support@proxmox.com> Wed, 02 May 2018 13:25:06 +0200
361
362 proxmox-widget-toolkit (1.0-15) unstable; urgency=medium
363
364 * allow pressing enter in ObjectGrids to edit a field
365
366 * better default focus selection
367
368 * add a checkbox to edit windows for advanced options
369
370 * add advanced options to the input panel
371
372 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Apr 2018 13:47:56 +0200
373
374 proxmox-widget-toolkit (1.0-14) unstable; urgency=medium
375
376 * fix #1223: add touchscreen override for extjs
377
378 * task view, progress: add taskDone callback
379
380 * window/Edit: allow showing TaskViewer instead of TaskProgress
381
382 * add labelWidth to the fieldDefaults in add_*_row
383
384 * add an optional renderer for integer rows in ObjectGrid
385
386 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2018 12:18:49 +0200
387
388 proxmox-widget-toolkit (1.0-13) unstable; urgency=medium
389
390 * remove gettext definition in Utils.js
391
392 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Mar 2018 11:37:56 +0100
393
394 proxmox-widget-toolkit (1.0-12) unstable; urgency=medium
395
396 * skip config property for cbind mixin
397
398 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Feb 2018 11:11:38 +0100
399
400 proxmox-widget-toolkit (1.0-11) unstable; urgency=medium
401
402 * rename pve(Show|Hide)Help events
403
404 * mixin/CBind: allow binding sub elements
405
406 * show VLAN aware setting in NetworkView.
407
408 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Feb 2018 13:06:39 +0100
409
410 proxmox-widget-toolkit (1.0-10) unstable; urgency=medium
411
412 * port fixes and features from pve-manager since fork
413
414 * add all languages from pve
415
416 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Jan 2018 10:19:23 +0100
417
418 proxmox-widget-toolkit (1.0-9) unstable; urgency=medium
419
420 * add Xtermjs popup helper
421
422 * Utils: fix some lint errors
423
424 * taskviewer: port over extraTite config parameter
425
426 * ObjectGrid: add_text_row: allow setting vtype for editor
427
428 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Dec 2017 14:43:17 +0100
429
430 proxmox-widget-toolkit (1.0-8) unstable; urgency=medium
431
432 * remove updatequeue
433
434 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Nov 2017 12:09:03 +0100
435
436 proxmox-widget-toolkit (1.0-7) unstable; urgency=medium
437
438 * UpdateStore.js - fix update problem with chrome
439
440 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Nov 2017 07:29:46 +0100
441
442 proxmox-widget-toolkit (1.0-6) unstable; urgency=medium
443
444 * change 'create' parameter to 'isCreate'
445
446 * make network devices types configureable
447
448 * use Proxmox.window.TaskProgress instead of PVE.window.TaskProgress
449
450 * add custom submittext to Edit Window
451
452 * add missing BondModeSelector to widget toolkit
453
454 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 11:38:51 +0100
455
456 proxmox-widget-toolkit (1.0-5) unstable; urgency=medium
457
458 * use (de)activate events for dns/timeview
459
460 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 08:12:09 +0100
461
462 proxmox-widget-toolkit (1.0-4) unstable; urgency=medium
463
464 * add textarea/enter workaround
465
466 * fix updateStore destroy
467
468 * RRDChart.js: add the seriesConfig parameter
469
470 * RRDChart.js: add the noTool parameter
471
472 * add autostart and alias to UpdateStore
473
474 * add format_size from pve
475
476 * add GaugeWidget from PVE
477
478 * LanguageSelector.js - add language selector
479
480 * allow to set onlineHelp on Proxmox.window.Edit
481
482 * add HelpButton class
483
484 * new checked_command helper
485
486 * add APT.js
487
488 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Oct 2017 08:45:15 +0200
489
490 proxmox-widget-toolkit (1.0-3) unstable; urgency=medium
491
492 * monStoreErrors: new option clearMaskBeforeLoad
493
494 * add RRDChart class
495
496 * add RRDStore class
497
498 * add RRDTypeSelector class
499
500 * set default focus and default button for edit window
501
502 * add helpers to render uptime
503
504 * ObjectGrid.js: new monStoreErrors properties
505
506 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Sep 2017 09:37:27 +0200
507
508 proxmox-widget-toolkit (1.0-2) unstable; urgency=medium
509
510 * countless improvements
511
512 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Apr 2017 10:22:47 +0200
513
514 proxmox-widget-toolkit (1.0-1) unstable; urgency=medium
515
516 * first try
517
518 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Jan 2017 09:50:33 +0100
519