Re: [iola-conversion-tool] Several problems with HTML agenda page

Henrik Levkowetz <henrik@levkowetz.com> Mon, 05 March 2012 22:36 UTC

Return-Path: <henrik@levkowetz.com>
X-Original-To: iola-conversion-tool@ietfa.amsl.com
Delivered-To: iola-conversion-tool@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 93DD121E8062 for <iola-conversion-tool@ietfa.amsl.com>; Mon, 5 Mar 2012 14:36:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.516
X-Spam-Level:
X-Spam-Status: No, score=-102.516 tagged_above=-999 required=5 tests=[AWL=0.083, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6Tw43wO6IcmS for <iola-conversion-tool@ietfa.amsl.com>; Mon, 5 Mar 2012 14:36:47 -0800 (PST)
Received: from grenache.tools.ietf.org (grenache.tools.ietf.org [IPv6:2a01:3f0:1:2::30]) by ietfa.amsl.com (Postfix) with ESMTP id DF2B421E8060 for <iola-conversion-tool@ietf.org>; Mon, 5 Mar 2012 14:36:46 -0800 (PST)
Received: from localhost ([127.0.0.1]:42761 helo=vigonier.lan ident=henrik) by grenache.tools.ietf.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.77) (envelope-from <henrik@levkowetz.com>) id 1S4gWH-00061A-KV; Mon, 05 Mar 2012 23:36:41 +0100
Message-ID: <4F553FF9.2000008@levkowetz.com>
Date: Mon, 05 Mar 2012 23:36:41 +0100
From: Henrik Levkowetz <henrik@levkowetz.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2
MIME-Version: 1.0
To: Ole Laursen <olau@iola.dk>
References: <4F550E88.9070203@nostrum.com> <CANb2Ov+9OaMapmJvq0KTPxiZ54CYxBZZhztJvc_jt_3yT+79jQ@mail.gmail.com>
In-Reply-To: <CANb2Ov+9OaMapmJvq0KTPxiZ54CYxBZZhztJvc_jt_3yT+79jQ@mail.gmail.com>
X-Enigmail-Version: 1.3.5
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
X-SA-Exim-Connect-IP: 127.0.0.1
X-SA-Exim-Rcpt-To: olau@iola.dk, adam@nostrum.com, iola-conversion-tool@ietf.org, henrik-sent@levkowetz.com
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Scanned: No (on grenache.tools.ietf.org); SAEximRunCond expanded to false
Cc: Adam Roach <adam@nostrum.com>, iola-conversion-tool@ietf.org
Subject: Re: [iola-conversion-tool] Several problems with HTML agenda page
X-BeenThere: iola-conversion-tool@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Discussion of the IOLA / DB Schema Conversion Tool Project <iola-conversion-tool.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/iola-conversion-tool>, <mailto:iola-conversion-tool-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/iola-conversion-tool>
List-Post: <mailto:iola-conversion-tool@ietf.org>
List-Help: <mailto:iola-conversion-tool-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/iola-conversion-tool>, <mailto:iola-conversion-tool-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 05 Mar 2012 22:36:47 -0000

On 2012-03-05 21:43 Ole Laursen said the following:
> Hi,
> 
> Thanks for the thorough report! I believe the first 3 issues have been
> fixed recently. I suspect Henrik will deploy the fixes soon.

I've deployed 2 of the 3 fixes.  There remains a problem with the fix
needed to show BOFs -- the fix gave them the same status as Active WG,
but this results in WG pages showing up for them, having no 'Proposed WG'
annotation.

> 2012/3/5 Adam Roach <adam@nostrum.com>:
>> Problem 4: Although it does not show up on the 83 agenda, there is something
>> wrong with the characterization of the IRTF meeting for IETF 82 (see
>> https://datatracker.ietf.org/meeting/82/agenda.html#RAI) such that it is
>> displayed by default. If this is simply a data import error for IETF 82,
>> then it's no big deal.
> 
> The data looks fine to me, but the proxy didn't handle the IRTF group
> specially. It looks like the old code was giving it an area of "irtf".
> I've fixed the proxy to do the same (will be online when Henrik
> deploys it).

Done.

Best regards,

	Henrik

>> Problem 5: The multi-draft PDF function appears to have been broken. Go to
>> https://datatracker.ietf.org/meeting/agenda.html#tsvwg and scroll down to
>> the TSVWG session. Just above the agenda, on the right, click on the "pdf"
>> link. Instead of getting a PDF file, you'll get a 404 error. This is true
>> also of the tar file link right next to it.
> 
> I was really confused by this, but it turns out it works fine for
> meeting 82. So I think the problem is that this part of the code isn't
> querying the session for the agenda path, but trying to deduce it in
> various ways which now fail with the newly uploaded agendas. I'll see
> if I can get that fixed tomorrow, it's getting a little late.
> 
> 
> Ole