From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) 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.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A857420705 for ; Wed, 6 Jul 2016 07:14:37 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/10] various misc fixes and updates Date: Wed, 6 Jul 2016 07:14:25 +0000 Message-Id: <20160706071435.18143-1-e@80x24.org> List-Id: Close to a milestone with HTML UI consistency! Eric Wong (10): scripts/dc-dlvr: ensure temporary files are removed daemon: disable USR2/TTIN/TTOU/WINCH in workers hval: get rid of unused parameter for new_msgid address: attempt to handle comments somewhat wwwstream: allow undef noop callback extmsg: disable automatic inbox switching extmsg: switch to wwwstream for partial match, too view: fix double-escaping of ghost links www: use HTML
instead of XHTML
feed: fix links to attachments in Atom feed lib/PublicInbox/Address.pm | 6 ++-- lib/PublicInbox/Daemon.pm | 3 +- lib/PublicInbox/ExtMsg.pm | 73 +++++++++++++++++++++++++++--------------- lib/PublicInbox/Feed.pm | 6 ++-- lib/PublicInbox/Hval.pm | 2 +- lib/PublicInbox/SearchView.pm | 6 ++-- lib/PublicInbox/Unsubscribe.pm | 2 +- lib/PublicInbox/View.pm | 17 +++++----- lib/PublicInbox/WwwStream.pm | 6 ++-- scripts/dc-dlvr | 3 +- t/address.t | 9 ++++++ 11 files changed, 84 insertions(+), 49 deletions(-) -- EW