| Summary: | Mailing list sort options broken for svn lists | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Randy Pratt <bsd-unix> |
| Component: | Books & Articles | Assignee: | Wolfram Schneider <wosch> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Randy Pratt
2012-07-21 14:10:07 UTC
Responsible Changed
From-To: freebsd-www->wosch
Wosch,
Can you take a look at this? It appears to me that line 87 should be changed from:
} elsif ($file =~ s%^current/%% && $file =~ /^freebsd-|^cvs-/) {
to:
} elsif ($file =~ s%^current/%% && $file =~ /^freebsd-|^cvs-|^svn-/) {
Thanks,
Brad Davis
Fixed in rev 50835 A commit references this bug: Author: wosch Date: Thu Sep 14 11:56:10 UTC 2017 New revision: 50835 URL: https://svnweb.freebsd.org/changeset/doc/50835 Log: support more mailing list prefixes PR: 170053 Changes: head/en_US.ISO8859-1/htdocs/cgi/mailindex.cgi |