You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Bryan Pendleton (JIRA)" <ji...@apache.org> on 2016/02/26 17:57:18 UTC

[jira] [Updated] (DERBY-6875) Partially broken download pages

     [ https://issues.apache.org/jira/browse/DERBY-6875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Pendleton updated DERBY-6875:
-----------------------------------
    Attachment: xdocs.diff
                tool.diff
                site.diff

Attached are three proposed patches:
1) tool.diff is the change to ReleaseNotesTransformer.java
2) xdocs.diff is the change to the Forrest source for the 10.11/10.12 release pages
3) site.diff is the change to the actual published release pages for 10.11 and 10.12

I'm not sure that we can really test any of the tool changes until
the next time we make a release, but the site changes should
fix the immediate problem for the 10.11 and 10.12 releases.

Rick, can you have a peek if you get a chance?


> Partially broken download pages
> -------------------------------
>
>                 Key: DERBY-6875
>                 URL: https://issues.apache.org/jira/browse/DERBY-6875
>             Project: Derby
>          Issue Type: Bug
>         Environment: http://db.apache.org/derby/releases/release-10.12.1.1.cgi
> http://db.apache.org/derby/releases/release-10.11.1.1.cgi
>            Reporter: Sebb
>         Attachments: site.diff, tool.diff, xdocs.diff
>
>
> The download pages have a box for choosing a mirror.
> However this is broken - it does not contain a list of mirrors.
> This is because the HTML pages are broken.
> They should contain something like the following from
> http://tomcat.apache.org/download-90.html
> {code}
> <form action="[location]" method="get" id="SelectMirror">
> <p>
>        Other mirrors: <select name="Preferred">
>          [if-any http]
>            [for http]<option value="[http]">[http]</option>[end]
>          [end]
>          [if-any ftp]
>            [for ftp]<option value="[ftp]">[ftp]</option>[end]
>          [end]
>          [if-any backup]
>            [for backup]<option value="[backup]">[backup] (backup)</option>[end]
>            [end]
>          </select><input type="submit" value="Change">
> </p>
> </form>
> {code}
> However they contain:
> {code}
> <form action="[location]" method="get" id="SelectMirror">Other mirrors: <select name="Preferred">
> <!--[if-any http] [for http]--><option value="[http]">[http]</option>
> <!--[end] [end]-->
> <!--[if-any ftp] [for ftp]--><option value="[ftp]">[ftp]</option>
> <!--[end] [end]-->
> <!--[if-any backup] [for backup]--><option value="[backup]">[backup] (backup)</option>
> <!--[end] [end]--></select> <input type="submit" value="Change">
> </form>
> {code}
> The required templating code has been commented out, so does not work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)