[jira] Resolved: (LUCENE-1444) Broken javadocs->site docs links

2009-01-25 Thread Uwe Schindler (JIRA)
]) Committed to site docs. Thanks! > Broken javadocs->site docs links > > > Key: LUCENE-1444 > URL: https://issues.apache.org/jira/browse/LUCENE-1444 > Project: Lucene - Java >

[jira] Reopened: (LUCENE-1444) Broken javadocs->site docs links

2009-01-25 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe reopened LUCENE-1444: - Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) > Broken javadocs-&g

[jira] Updated: (LUCENE-1444) Broken javadocs->site docs links

2009-01-25 Thread Steven Rowe (JIRA)
} to point to the new combined ("All") javadocs were missing from the previous patches. This patch corrects the oversight. See [http://www.nabble.com/Hudson-Java-Docs--td21650215.html]. > Broken javadocs->site docs links > > >

[jira] Resolved: (LUCENE-1444) Broken javadocs->site docs links

2008-12-20 Thread Michael McCandless (JIRA)
Available, New]) Committed revision 728262. Thanks Steve! > Broken javadocs->site docs links > > > Key: LUCENE-1444 > URL: https://issues.apache.org/jira/browse/LUCENE-1444 > Project: Lucene - Java >

[jira] Assigned: (LUCENE-1444) Broken javadocs->site docs links

2008-12-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1444: -- Assignee: Michael McCandless > Broken javadocs->site docs

[jira] Issue Comment Edited: (LUCENE-1444) Broken javadocs->site docs links

2008-11-11 Thread Steven Rowe (JIRA)
sersyntax.html had two too few go-up-one-level path elements. Also, I had forgetten to change the sidebar link to the All javadocs to include the new "all" path element, in src/site/src/documentation/content/xdocs/site.xml. This version fixes these two issues. > Broke

[jira] Updated: (LUCENE-1444) Broken javadocs->site docs links

2008-11-11 Thread Steven Rowe (JIRA)
s/site.xml. This version fixes these two issues. > Broken javadocs->site docs links > > > Key: LUCENE-1444 > URL: https://issues.apache.org/jira/browse/LUCENE-1444 > Project: Lucene -

[jira] Updated: (LUCENE-1444) Broken javadocs->site docs links

2008-11-09 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-1444: Attachment: LUCENE-1444.patch > Broken javadocs->site docs

[jira] Created: (LUCENE-1444) Broken javadocs->site docs links

2008-11-09 Thread Steven Rowe (JIRA)
Broken javadocs->site docs links Key: LUCENE-1444 URL: https://issues.apache.org/jira/browse/LUCENE-1444 Project: Lucene - Java Issue Type: Bug Components: Javadocs Affects Versions:

RE: Broken javadocs->site docs links

2008-11-07 Thread Steven A Rowe
On 11/07/2008 at 1:35 PM, Doug Cutting wrote: > Steven A Rowe wrote: > > This would not entirely fix the issue; each version's > > javadocs should link to the same version of the site docs, > > rather than to the latest version (which is what I assume you > > mean here). > > Right. The javadocs s

Re: Broken javadocs->site docs links

2008-11-07 Thread Doug Cutting
Steven A Rowe wrote: This would not entirely fix the issue; each version's javadocs should link to the same version of the site docs, rather than to the latest version (which is what I assume you mean here). Right. The javadocs should use a relative link to point to versioned docs. But, if

RE: Broken javadocs->site docs links

2008-11-06 Thread Steven A Rowe
Hi Doug, On 11/06/2008 at 4:22 PM, Doug Cutting wrote: > Broken links in released docs might be fixed by adding > redirects to the website, by editing: > > http://svn.apache.org/repos/asf/lucene/.htaccess This would not entirely fix the issue; each version's javadocs should link to the same ver

Re: Broken javadocs->site docs links

2008-11-06 Thread Doug Cutting
Broken links in released docs might be fixed by adding redirects to the website, by editing: http://svn.apache.org/repos/asf/lucene/.htaccess The trunk javadocs should not be published on the website. We should only publish released documentation. Doug Steven A Rowe wrote: When the Lucene

Broken javadocs->site docs links

2008-11-06 Thread Steven A Rowe
When the Lucene Java website transitioned to versioning some of the documentation, links from some javadocs were not modified to follow the resources. I found broken links to gettingstarted.html, queryparsersyntax.html, and fileformats.html from the javadocs, in both the 2.4.0 and the trunk ja