svn commit: r46041 - head/share/xml
Gavin Atkinson
gavin at FreeBSD.org
Wed Dec 3 00:30:22 UTC 2014
On Mon, 1 Dec 2014, Jason Helfman wrote:
> Author: jgh
> Date: Mon Dec 1 23:14:44 2014
> New Revision: 46041
> URL: https://svnweb.freebsd.org/changeset/doc/46041
>
> Log:
> - fix submitting bug report links
>
> PR: 195539
> Differential Revision: https://reviews.freebsd.org/D1250
> Reported by: mi at ALDAN.algebra.com
Hmm, I think I agree with the navibar.ent change, but not the header.ent
change - this was actually deliberate. See r45385.
Pointing people to the information page rather than the "submit a bug"
page directly was intended to be much more user-friendly than the Bugzilla
"you must log in or register" to do this page, which is a pretty awful
introduction to reporting a bug. Instead, they were taken to a page which
encoraged them to search the PR database first, provided guidance for how
to submit a good bug report, explained why registering/logging in was
necessary, etc.
I think I'd rather see the header.ent URL change reverted (though
the "Bug-report" -> "Bug Report" change is a good one).
Thanks,
Gavin
>
> Modified:
> head/share/xml/header.ent
> head/share/xml/navibar.ent
>
> Modified: head/share/xml/header.ent
> ==============================================================================
> --- head/share/xml/header.ent Mon Dec 1 19:56:49 2014 (r46040)
> +++ head/share/xml/header.ent Mon Dec 1 23:14:44 2014 (r46041)
> @@ -146,7 +146,7 @@
> <li><a href="&base;/commercial/commercial.html">Vendors</a></li>
> <li><a href="&base;/security/">Security Information</a></li>
> <li><a href="https://bugs.FreeBSD.org/search/">Bug Reports</a></li>
> - <li><a href="https://www.FreeBSD.org/support.html">Submit Bug-report</a></li>
> + <li><a href="https://bugs.FreeBSD.org/submit/">Submit Bug Report</a></li>
> </ul>
> </li>
> </ul>
>
> Modified: head/share/xml/navibar.ent
> ==============================================================================
> --- head/share/xml/navibar.ent Mon Dec 1 19:56:49 2014 (r46040)
> +++ head/share/xml/navibar.ent Mon Dec 1 23:14:44 2014 (r46041)
> @@ -185,7 +185,7 @@
> </ul></li>
> <li><a href="&base;/support/bugreports.html">Bug Reports</a>
> <ul>
> - <li><a href="https://www.FreeBSD.org/support.html">Submit a Problem Report</a></li>
> + <li><a href="https://bugs.FreeBSD.org/submit/">Submit a Problem Report</a></li>
> </ul></li>
> <li><a href="&base;/support/webresources.html">Web Resources</a></li>
> </ul>
>
>
More information about the svn-doc-head
mailing list