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