Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 68993 invoked from network); 22 May 2006 06:49:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 May 2006 06:49:37 -0000 Received: (qmail 5194 invoked by uid 500); 22 May 2006 06:49:37 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 5155 invoked by uid 500); 22 May 2006 06:49:37 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 5143 invoked by uid 99); 22 May 2006 06:49:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 May 2006 23:49:36 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [65.77.211.84] (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 May 2006 23:49:36 -0700 Received: from www2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id k4M6nE15014765 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 22 May 2006 01:49:14 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by www2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id k4M6nE7o014687 for dev@forrest.apache.org; Mon, 22 May 2006 01:49:14 -0500 X-Authentication-Warning: www2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Mon, 22 May 2006 16:49:10 +1000 From: David Crossley To: dev@forrest.apache.org Subject: Re: Proposed Change in Versioned Docs and PlugIn-Tabs Message-ID: <20060522064910.GK452@igg.indexgeo.com.au> References: <991367283.20060521105215@soethe.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <991367283.20060521105215@soethe.net> User-Agent: Mutt/1.4.2.1i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ferdinand Soethe wrote: > > I'd like to fix or abandon the subtabs for Versioned Docs and PlugIn-Tabs > because to this point they both don't work in a consistent way. I understand your desire to address the sub-tabs problem. Here are some of our issues. http://issues.apache.org/jira/browse/FOR-607 http://issues.apache.org/jira/browse/FOR-127 http://issues.apache.org/jira/browse/FOR-203 http://issues.apache.org/jira/browse/FOR-208 http://issues.apache.org/jira/browse/FOR-753 I have tried to tackle these problems on many occasions but given up. > To be more specific, the subtabs only show when the Versioned Docs-Tab > is first selected, as soon as you choose a version they disappear > and you have to return to the index page (or click Versioned Docs-tab) > again to look at other versions. To make things easier to see what is happening i changed my site-author/skinconf.xml to To fix this we'd have to change the structure again and move all > versioned docs in a proper subdirectory (docs\v_070) so that Forrest > can associate the selected subtab with the the open file. I gather that that will make the sub-tabs be shown like the directory structure of pluginDocs. However that is not the whole problem. There are other issues about selected tabs. See above. > That would be possible by putting in an extra day or so, moving all > the docs, adjusting all the links and create regEx redirects in > .htaccess. We should not rely on .htaccess redirects. It is becoming very cumbersome. But sure, if we need to do that. > If we don't, I'll simply remove the subtabs and create a new version > level in the versioned tabs menu structure. > > Versioned Docs Tab menu: > > Version 0.80 > menu items > Version 0.70 > menu items > Version 0.60 > menu items This is not good because then every page carries a very hefty left-hand navigation panel. That generated code would change for every page in all three versions when we just add a new item in say 0.80 docs. > It probably would be a good idea to fix the subtabs just to give > people at least one fully working example of our tabs and menu system, > so even though I hate the work I'd suggest the first. > > wdyt? > > To fix this for PlugIns I'l probably need some help in adjusting the > pipelines. Anybody volunteering? Sorry, i don't have time to help much with this whole level2tabs issue. I would elect to ignore the problem like we did last time. -David