user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 3/4] viewvcs: update comment about show_other_result
  2023-01-10 11:49  6% [PATCH 0/4] www: more coderepo tweaks Eric Wong
@ 2023-01-10 11:49  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2023-01-10 11:49 UTC (permalink / raw)
  To: meta

In case git has other object types in the future...
---
 lib/PublicInbox/ViewVCS.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/PublicInbox/ViewVCS.pm b/lib/PublicInbox/ViewVCS.pm
index d8f6742f..9a559687 100644
--- a/lib/PublicInbox/ViewVCS.pm
+++ b/lib/PublicInbox/ViewVCS.pm
@@ -104,7 +104,7 @@ sub stream_large_blob ($$) {
 	$qsp->psgi_return($env, undef, \&stream_blob_parse_hdr, $ctx);
 }
 
-sub show_other_result ($$) { # tag
+sub show_other_result ($$) { # future-proofing
 	my ($bref, $ctx) = @_;
 	if (my $qsp_err = delete $ctx->{-qsp_err}) {
 		return html_page($ctx, 500, dbg_log($ctx) .

^ permalink raw reply related	[relevance 7%]

* [PATCH 0/4] www: more coderepo tweaks
@ 2023-01-10 11:49  6% Eric Wong
  2023-01-10 11:49  7% ` [PATCH 3/4] viewvcs: update comment about show_other_result Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2023-01-10 11:49 UTC (permalink / raw)
  To: meta

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(-)


^ permalink raw reply	[relevance 6%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2023-01-10 11:49  6% [PATCH 0/4] www: more coderepo tweaks Eric Wong
2023-01-10 11:49  7% ` [PATCH 3/4] viewvcs: update comment about show_other_result Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).