From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 18D761F453 for ; Fri, 1 Feb 2019 08:55:09 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] viewvcs: Atom bugfix + diffstat anchors Date: Fri, 1 Feb 2019 08:55:04 +0000 Message-Id: <20190201085508.24003-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Oops, I meant to email this out before https://public-inbox.org/meta/20190201075030.23449-1-e@80x24.org/ ("viewvcs: odds and ends"), but I forgot :x diffstat anchors greatly aid in navigating large, multi-file patches. And I noticed Atom feeds were generating bad links to solver :x Eric Wong (4): hval: routines for attribute escaping viewdiff: diffstat links to diff anchors view: diffstat anchors for multi-message/attachment views view: fix broken hunk header hrefs in Atom feeds Documentation/design_www.txt | 5 ++- lib/PublicInbox/Hval.pm | 35 +++++++++++++++++++-- lib/PublicInbox/View.pm | 52 +++++++++++++++++++----------- lib/PublicInbox/ViewDiff.pm | 54 ++++++++++++++++++++++++++------ lib/PublicInbox/WwwAtomStream.pm | 2 +- t/hval.t | 14 +++++++-- 6 files changed, 127 insertions(+), 35 deletions(-) -- EW