From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, T_RP_MATCHES_RCVD,URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: meta@public-inbox.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id DD4A01FD20 for ; Wed, 2 Sep 2015 06:59:41 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/7] improved thread views and 404 reductions Date: Wed, 2 Sep 2015 06:59:32 +0000 Message-Id: <1441177179-16628-1-git-send-email-e@80x24.org> List-Id: The thread HTML view may now be flat (chronological, newest first) to make active threads easier-to-follow. We also make unknown Message-IDs more usable by avoiding running SHA-1 on them. The Message-ID finder is also handy for cross posts and can probably link to multiple, external sources such as mid.gmane.org and other places. Eric Wong (7): view: close possible race condition in thread view view: optional flat view for recent messages view: account for missing In-Reply-To header view: simplify parent anchoring code view: pre-anchor entries for flat view view: avoid links to unknown compressed Message-IDs implement external Message-ID finder lib/PublicInbox/ExtMsg.pm | 92 ++++++++++++++++++++++++ lib/PublicInbox/Hval.pm | 4 +- lib/PublicInbox/View.pm | 180 ++++++++++++++++++++++++++++++---------------- lib/PublicInbox/WWW.pm | 18 +++-- public-inbox.cgi | 1 + 5 files changed, 226 insertions(+), 69 deletions(-)