From ooo-dev-return-12793-apmail-incubator-ooo-dev-archive=incubator.apache.org@incubator.apache.org Mon Feb 6 13:47:25 2012 Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A272D979C for ; Mon, 6 Feb 2012 13:47:25 +0000 (UTC) Received: (qmail 59878 invoked by uid 500); 6 Feb 2012 13:47:25 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 59691 invoked by uid 500); 6 Feb 2012 13:47:24 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 59683 invoked by uid 99); 6 Feb 2012 13:47:24 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 13:47:24 +0000 Received: from localhost (HELO mail-vw0-f47.google.com) (127.0.0.1) (smtp-auth username robweir, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 13:47:24 +0000 Received: by vbbff1 with SMTP id ff1so3946495vbb.6 for ; Mon, 06 Feb 2012 05:47:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.178.35 with SMTP id cv3mr7843846vdc.44.1328536043272; Mon, 06 Feb 2012 05:47:23 -0800 (PST) Received: by 10.220.100.5 with HTTP; Mon, 6 Feb 2012 05:47:23 -0800 (PST) In-Reply-To: <4F2F82B3.9070504@apache.org> References: <4F2E70CE.7020105@hdsnet.hu> <4F2F82B3.9070504@apache.org> Date: Mon, 6 Feb 2012 08:47:23 -0500 Message-ID: Subject: Re: [Bugzilla]Add AOO 3.4 to bugzilla version From: Rob Weir To: ooo-dev@incubator.apache.org Content-Type: text/plain; charset=UTF-8 2012/2/6 Herbert Duerr : >> As a new versions started to build from source, needs to add Bugzilla >> "Version" field the "AOO 3.4 + version number" or whatever you think >> about fit to the this place. > > > I added a version called "AOO340-dev" to WordProcessor, SpreadSheet, etc. A > more detailed version string could be added if we find a solution for the > question below. > > >> The versions which you now can select all OOo older and developer >> versions. > > > Does anyone know if it is possible to make bugzilla only show a subset of > the available versions when new issues are filed? > This is a new feature coming in Bugzilla 4.2: https://bugzilla.mozilla.org/show_bug.cgi?id=77193 > AFAIK the only way to do it is to reassign all issues referring to the > obsolete versions to something else and then to delete the old version name. > But IMHO this would lose too much history. > The other thing that can be done, even now, is to make version strings that sort nicely in the list. For example, if you start a version string with an underscore, like "_AOO 4.2 Dev" then it will sort at the bottom, > Herbert