user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH 0/8] www: diff viewing enhancements
@ 2022-08-23  8:31 Eric Wong
  2022-08-23  8:31 ` [PATCH 1/8] view: generate query in single-message and commit views Eric Wong
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Eric Wong @ 2022-08-23  8:31 UTC (permalink / raw)
  To: meta

1/8 is another step towards making df*: prefixes more visible
and useful to users.  It took me a loong while to arrive at the
current UI + behaviors and I'm still not 100% sure it's ideal or
if it would bloat pages too much...

2/8 is something I noticed while scanning through LKML to ensure
1/8 was working reasonably well.  Another step towards bigger,
and scarier regexps :P  But it's less code!

3/8 is from me having second thoughts on patchids...

4/8 makes navigation easier and something I've wanted for a while

5/8 helps users of giant fonts read long names + email addresses

6/8 because Perl has altered my brain :P

7/8 more use of this will follow in coming days

8/8 I couldn't resist low-hanging fruit

1/8 took longer for me than all the other changes here combined

Eric Wong (8):
  view: generate query in single-message and commit views
  viewdiff: linkify diffstats for non-format-patch emails
  viewvcs: remove patchid line from commit header
  viewvcs: show commit titles for parent commits
  viewvcs: separate email and date with spaces
  ibx_async_cat: access ->{git} directly
  gzip_filter: ->zmore and ->zflush support multiple args
  viewvcs: don't wait on slow disks for git commit titles

 lib/PublicInbox/GitAsyncCat.pm |   2 +-
 lib/PublicInbox/GzipFilter.pm  |  15 ++--
 lib/PublicInbox/View.pm        |  37 ++++++++-
 lib/PublicInbox/ViewDiff.pm    |  45 ++++++-----
 lib/PublicInbox/ViewVCS.pm     | 140 +++++++++++++++++++++++----------
 5 files changed, 167 insertions(+), 72 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-08-24  1:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-23  8:31 [PATCH 0/8] www: diff viewing enhancements Eric Wong
2022-08-23  8:31 ` [PATCH 1/8] view: generate query in single-message and commit views Eric Wong
2022-08-24  1:09   ` Kyle Meyer
2022-08-23  8:31 ` [PATCH 2/8] viewdiff: linkify diffstats for non-format-patch emails Eric Wong
2022-08-23  8:31 ` [PATCH 3/8] viewvcs: remove patchid line from commit header Eric Wong
2022-08-23  8:31 ` [PATCH 4/8] viewvcs: show commit titles for parent commits Eric Wong
2022-08-23  8:32 ` [PATCH 5/8] viewvcs: separate email and date with spaces Eric Wong
2022-08-23  8:32 ` [PATCH 6/8] ibx_async_cat: access ->{git} directly Eric Wong
2022-08-23  8:32 ` [PATCH 7/8] gzip_filter: ->zmore and ->zflush support multiple args Eric Wong
2022-08-23  8:32 ` [PATCH 8/8] viewvcs: don't wait on slow disks for git commit titles 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).