From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.1 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 44F1C1F47C for ; Tue, 10 Jan 2023 11:49:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1673351361; bh=aarmVFqa6SbA3/wG40vOmudGFwoljJwhTbMY/jbvmZs=; h=From:To:Subject:Date:From; b=lfdM+Yf/nNenaY80kc3WXU3sVv5WJiOC3sK0P4i14hXeh8u80m0d0TGVFsquJYw1V EOKTAsnqzQ8fOWlY2NRMJ0Q5RtTIsXAaDXgmwQnEOPVfhfD8iv3q+aCzyJZ5EBFsub bw1GeGhdui3Kdg5gGh4tXXX8aV4sNKosnMNq8Vao= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] www: more coderepo tweaks Date: Tue, 10 Jan 2023 11:49:17 +0000 Message-Id: <20230110114921.2668377-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Still trying to figure out how present a search UI for multiple mailboxes, or just use /all/ or single inbox mappings... UI/UX is frustrating :< patch 2/4 took me a while to decide between `b=/' and `b='. Eric Wong (4): www_coderepo: handle "?h=$tip" in summary view www_coderepo: show tree root as "(root)" viewvcs: update comment about show_other_result config: use inbox names to map inboxes <-> coderepos lib/PublicInbox/Config.pm | 4 +--- lib/PublicInbox/ViewVCS.pm | 41 ++++++++++++++++++++-------------- lib/PublicInbox/WwwCoderepo.pm | 28 +++++++++++++++++------ 3 files changed, 46 insertions(+), 27 deletions(-)