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 09C7B1FE4E for ; Sat, 2 Jul 2016 07:56:42 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/6] misc cleanups Date: Sat, 2 Jul 2016 07:56:32 +0000 Message-Id: <20160702075638.31017-1-e@80x24.org> List-Id: Should be pretty obvious, and the iffstat looks good :) Eric Wong (6): TODO: clarify streaming Email::MIME replacement inbox: base_url method takes PSGI env hashref instead extmsg: rework to use Inbox objects www: use PSGI env directly view: rely on internal query parser for 'o' param www: remove Plack::Request dependency entirely TODO | 1 + lib/PublicInbox/ExtMsg.pm | 102 ++++++++++++++++++------------------------ lib/PublicInbox/Feed.pm | 13 +++--- lib/PublicInbox/Inbox.pm | 17 +++++-- lib/PublicInbox/Mbox.pm | 2 +- lib/PublicInbox/SearchView.pm | 2 +- lib/PublicInbox/View.pm | 2 +- lib/PublicInbox/WWW.pm | 24 +++++----- lib/PublicInbox/WwwStream.pm | 9 +--- script/public-inbox-httpd | 1 - t/httpd-corner.t | 2 +- t/httpd-unix.t | 2 +- t/httpd.t | 2 +- t/plack.t | 2 +- t/psgi_attach.t | 2 +- t/psgi_mount.t | 2 +- t/view.t | 1 + 17 files changed, 86 insertions(+), 100 deletions(-)