From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <a.lauterer@proxmox.com>
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))
 (No client certificate requested)
 by lists.proxmox.com (Postfix) with ESMTPS id 1A9D8678B6
 for <pve-devel@lists.proxmox.com>; Tue, 10 Nov 2020 11:44:42 +0100 (CET)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
 by firstgate.proxmox.com (Proxmox) with ESMTP id 170FD1EA34
 for <pve-devel@lists.proxmox.com>; Tue, 10 Nov 2020 11:44:42 +0100 (CET)
Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com
 [212.186.127.180])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits))
 (No client certificate requested)
 by firstgate.proxmox.com (Proxmox) with ESMTPS id F13DC1EA0D
 for <pve-devel@lists.proxmox.com>; Tue, 10 Nov 2020 11:44:39 +0100 (CET)
Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1])
 by proxmox-new.maurer-it.com (Proxmox) with ESMTP id BA1894606D
 for <pve-devel@lists.proxmox.com>; Tue, 10 Nov 2020 11:44:39 +0100 (CET)
From: Aaron Lauterer <a.lauterer@proxmox.com>
To: pve-devel@lists.proxmox.com
Date: Tue, 10 Nov 2020 11:44:33 +0100
Message-Id: <20201110104438.20839-1-a.lauterer@proxmox.com>
X-Mailer: git-send-email 2.20.1
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-SPAM-LEVEL: Spam detection results:  0
 AWL -0.009 Adjusted score from AWL reputation of From: address
 KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment
 RCVD_IN_DNSWL_MED        -2.3 Sender listed at https://www.dnswl.org/,
 medium trust
 SPF_HELO_NONE           0.001 SPF: HELO does not publish an SPF Record
 SPF_PASS               -0.001 SPF: sender matches SPF record
 URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See
 http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more
 information. [proxmox-scanrefs.py, proxmox.com]
Subject: [pve-devel] [PATCH proxmox-backup 0/5] add/fix help buttons
X-BeenThere: pve-devel@lists.proxmox.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com>
List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe>
List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/>
List-Post: <mailto:pve-devel@lists.proxmox.com>
List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help>
List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe>
X-List-Received-Date: Tue, 10 Nov 2020 10:44:42 -0000

The following series does the following:
* adds more help buttons where appropriate
* fixes not working help buttons
    * by adding more references where needed
    * changing the scanrefs script to add all references found in the
      docs as it would not add references needed in the widget toolkit
      in its current state. Something we will need to take another look
      at in the future.
    * fixing references in the docs/ui to match

In order for all the help buttons to work, the recent patch in the
widget-toolkit which fixed the dash/underscore normalization needs to be
applied [0].


[0] https://lists.proxmox.com/pipermail/pve-devel/2020-November/045868.html

Aaron Lauterer (5):
  scanrefs: only scan docs, not JS files
  docs: add maintenance chapter prefix to verification ref
  docs: add network management reference
  ui: add all online help refs found in docs
  ui: add/fix help buttons

 docs/_ext/proxmox-scanrefs.py | 25 ++++++++++--------
 docs/gui.rst                  |  2 +-
 docs/maintenance.rst          |  2 +-
 docs/network-management.rst   |  2 ++
 www/OnlineHelpInfo.js         | 48 +++++++++++++++++++++++++++++++++++
 www/datastore/PruneAndGC.js   |  2 ++
 www/window/CreateDirectory.js |  2 ++
 www/window/TokenEdit.js       |  2 +-
 www/window/VerifyJobEdit.js   |  2 +-
 9 files changed, 73 insertions(+), 14 deletions(-)

-- 
2.20.1