From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id A79177358C for ; Fri, 28 May 2021 10:43:09 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 9AC9526381 for ; Fri, 28 May 2021 10:43:09 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 8391D2620E for ; Fri, 28 May 2021 10:43:08 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 5236942A94 for ; Fri, 28 May 2021 10:43:08 +0200 (CEST) Message-ID: <9744d45e-bdd1-89bb-0c29-d40ef2cbcf9c@proxmox.com> Date: Fri, 28 May 2021 10:43:07 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:89.0) Gecko/20100101 Thunderbird/89.0 Content-Language: en-US To: Proxmox VE development discussion , Dominik Csapak References: <20210526085839.9808-1-d.csapak@proxmox.com> From: Thomas Lamprecht In-Reply-To: <20210526085839.9808-1-d.csapak@proxmox.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.235 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] applied: [PATCH widget-toolkit 00/11] fixes/preparation for extjs7.0 X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2021 08:43:09 -0000 On 26.05.21 10:58, Dominik Csapak wrote: > this series contains preparations/fixes/changes for extjs 7.0 > 1/11 ("data/ProxmoxProxy: set responseType to undefined for XMLHTTPRequest") > - 5/11 ("panel/RRDChart: fix legend/undoZoom") > > are backwards compatible and should also work for extjs 6.0.1 > > patches from 6/11 will only work with extjs 7.0.0 > > Dominik Csapak (11): > data/ProxmoxProxy: set responseType to undefined for XMLHTTPRequest > Toolkit: set download url for draw containers to '-' > Toolkit: set clearPropertiesOnDestroy to false by default > css: add css changes for treelist > panel/RRDChart: fix legend/undoZoom > Toolkit: update overrides for scroll fixes > Toolkit: update focusJump override > Toolkit: remove firefox touchscreen override > Toolkit: remove pie chart fix > Toolkit: remove textarea fix > Toolkit: remove Datepicker fix > > src/Toolkit.js | 336 ++++++++++++++++++---------------- > src/css/ext6-pmx.css | 15 ++ > src/data/ProxmoxProxy.js | 1 + > src/data/reader/JsonObject.js | 1 + > src/panel/GaugeWidget.js | 2 + > src/panel/RRDChart.js | 15 +- > 6 files changed, 208 insertions(+), 162 deletions(-) > applied series, thanks!