Commit 9afb80c3 authored by Luca Toscano's avatar Luca Toscano
Browse files

Backport of the "Bugfix checklist" panel from trunk. Each module's page gets

a new section on the right panel containing three links: 
- httpd changelog 
- Bugzilla issues related to the module
- Open a bugzilla issue related to the module
This commit also fixes a minor inconsistency for the "comments" link, that is 
now always displayed under "See also"



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1741814 13f79535-47bb-0310-9956-ffa450edef68
parent 5937467c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -72,6 +72,10 @@
        <message id="uppercase">ABCDEFGHIJKLMNOPQRSTUVWXYZ</message>
        <message id="name-section">NAVN</message>
        <message id="hyphenation"></message>
        <message id="foundabug">Bugfix checklist</message>
        <message id="httpdchangelog">httpd changelog</message>
        <message id="httpdknownissues">Known issues</message>
        <message id="httpdreportabug">Report a bug</message>

        <!-- Used in description box for directives -->
        <message id="syntax">Syntaks</message>
+4 −0
Original line number Diff line number Diff line
@@ -67,6 +67,10 @@
        <message id="uppercase">ABCDEFGHIJKLMNOPQRSTUVWXYZ</message>
        <message id="name-section">NAME</message>
        <message id="hyphenation"></message>
        <message id="foundabug">Bugfix checklist</message>
        <message id="httpdchangelog">httpd changelog</message>
        <message id="httpdknownissues">Known issues</message>
        <message id="httpdreportabug">Report a bug</message>

        <!-- Used in description box for directives -->
        <message id="syntax">Syntax</message>
+4 −0
Original line number Diff line number Diff line
@@ -71,6 +71,10 @@
        <message id="uppercase">ABCDEFGHIJKLMNOPQRSTUVWXYZ</message>
        <message id="name-section">NAME</message>
        <message id="hyphenation"></message>
        <message id="foundabug">Bugfix checklist</message>
        <message id="httpdchangelog">httpd changelog</message>
        <message id="httpdknownissues">Known issues</message>
        <message id="httpdreportabug">Report a bug</message>

        <!-- Used in description box for directives -->
        <message id="syntax">Syntax</message>
+4 −0
Original line number Diff line number Diff line
@@ -69,6 +69,10 @@
        <message id="uppercase">ABCDEFGHIJKLMNOPQRSTUVWXYZ</message>
        <message id="name-section">NOMBRE</message>
        <message id="hyphenation">Cesura</message>
        <message id="foundabug">Bugfix checklist</message>
        <message id="httpdchangelog">httpd changelog</message>
        <message id="httpdknownissues">Known issues</message>
        <message id="httpdreportabug">Report a bug</message>

        <!-- Used in description box for directives -->
        <message id="syntax">Sintaxis</message>
+4 −0
Original line number Diff line number Diff line
@@ -71,6 +71,10 @@
        <message id="uppercase">ABCDEFGHIJKLMNOPQRSTUVWXYZ</message>
        <message id="name-section">NOM</message>
        <message id="hyphenation">C&#233;sure</message>
        <message id="foundabug">Bugfix checklist</message>
        <message id="httpdchangelog">httpd changelog</message>
        <message id="httpdknownissues">Known issues</message>
        <message id="httpdreportabug">Report a bug</message>

        <!-- Used in description box for directives -->
        <message id="syntax">Syntaxe</message>
Loading