
From nobody Wed Jan 13 02:29:27 2016
Return-Path: <henrik@levkowetz.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0D0531A1A59; Wed, 13 Jan 2016 02:29:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -98
X-Spam-Level: 
X-Spam-Status: No, score=-98 tagged_above=-999 required=5 tests=[BAYES_50=0.8,  J_CHICKENPOX_44=0.6, J_CHICKENPOX_64=0.6, USER_IN_WHITELIST=-100] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LX0JmVW8PvYn; Wed, 13 Jan 2016 02:29:20 -0800 (PST)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:123a::1:2a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 93EDE1A1A58; Wed, 13 Jan 2016 02:29:20 -0800 (PST)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.82_1-5b7a7c0-XX) (envelope-from <henrik@levkowetz.com>) id 1aJIg4-0000Yz-0A; Wed, 13 Jan 2016 02:29:20 -0800
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1aJIg4-0000Yz-0A@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 13 Jan 2016 02:29:20 -0800
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Rcpt-To: codesprints@ietf.org, henrik@levkowetz.com, iesg@ietf.org,  wgchairs@ietf.org
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Scanned: No (on zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <http://mailarchive.ietf.org/arch/msg/codesprints/e63BNcapj2qOdxQqySHXkCJeU9c>
Subject: [codesprints] New datatracker release: v6.12.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 13 Jan 2016 10:29:23 -0000

Hi,

This is an automatic notification about a new datatracker release, 
v6.12.0, generated when running the mkrelease script.

Release notes:

ietfdb (6.12.0) ietf; urgency=medium

  **Document timelines, table sorting, iesg agenda page counts, AD position colours**

  This is a combined feature and bugfix release.

  New features from lars@netapp.com:
  - Graphical document timelines at the top of each draft and RFC document
    page, giving an overall graphical view of the history timeline of the
    document and its ancestors.
  - Swift client-side sorting of tables, wherever it makes sense.
  - Document dependency graphs are now provided in svg format by default.
    The old pdf format is still available if desired.

  New features from rjsparks@nostrum.com:
  - Page counts on the IESG agenda and documents pages

  New features from henrik@levkowetz.com:
  - Substantially reworked AD position signal colours, with sidebars, on
    the AD view of the IESG agenda and document pages.

  There is also a long list of bugfixes, provided by rjsparks@nostrum.com,
  lars@netapp.com, housley@vigilsec.com, rcross@amsl.com, and
  henrik@levkowetz.com.  Here are details, extracted from the commit log:
  
  * Don't redirect to proceedings for future meetings which exist in the
    database but don't have a schedule yet.  We want to show tne agenda (even
    if empty) for those.

  * Merged in [10636] from rjsparks@nostrum.com:
    Refactored counting telechat pages to do it only in one place.  Count more
    accurately and make it possible to report more granularly. Added page
    counts to agenda.json.

  * Merged in [10634] from rjsparks@nostrum.com:
    Change the text used in conflict review approval messages. Fixes #1877.  

  * Merged in [10633] from housley@vigilsec.com:
    If the Internet-Draft is not the current revision, set the URLs to 
    settings.IETF_ID_ARCHIVE_URL.  Fixes #1876. 

  * Merged in [10632] from housley@vigilsec.com:
    For documents in the IETF stream, display consensus in the IESG portion 
    of the page.  For documents in other streams, disply consensis in the 
    Stream portion of the page.  Fixes #1560. 

  * Merged in [10631] from rjsparks@nostrum.com:
    Added page counts to iesg/agenda/documents and to the edit telechat date 
    form. Fixes #1772.  

  * Merged in [10630] from housley@vigilsec.com:
    Better handling of consensus for BCPs and  standards track documents.  
    Partial fix for ticket 1560. 

  * Merged in [10624] from rcross@amsl.com:
    ValueError at /ipr/new-specific.  Fixes #1873.

  * Merged in [10623] from lars@netapp.com:
    Simplify the dependency graph generation, by relying on dot to generate
    PDF (and now also SVG) directly. Default to showing SVG from the link on a
    group's page.

  * Merged in [10621] from lars@netapp.com:
    Use js tablesort almost everywhere I thought it would make sense. While I
    touched the pages, I also corrected a few minor HTML nits, capitalization
    inconsistencies and some other minor things.

  * Merged in [10605] from lars@netapp.com:
    Show IDs that expired with a fading gradient and don't extend their box
    after 185 days. Plus a bunch of cosmetic changes. 

  * Rewrote crawl_history() to be easier to read (renaming multiple 
    'retval' variables and other naming tweaks) and made it return distinct 
    revisions without the added uniqueness filtering round from 
    /personal/lars/6.11.1.dev0@10604.

  * Merged in [10591] from housley@vigilsec.com:
    Added a negative test to ensure the RFC Editor is not included on 
    notifications of manual posts by the Secretariat unless the document is in 
    the RFC Editor Queue.

  * Added a directory for staging of manually submitted drafts, instead of
    using hardcoded /tmp/, and added creation and removal of a test directory
    for this.

  * Merged in [10586] from housley@vigilsec.com:
    Added automated tests for the fix for ticket #1751. 

  * Merged in [10569] from housley@vigilsec.com:
    For manual posting of an I-D by the Secretariat, include the RFC Editor 
    on the email message if the I-D is in the RFC Editor Queue. Fixes #1751. 

  * Changed a helper function meeting_updated() to a method on Meeting, and 
    provided it as a synthetic attribute on the /api/v1/meeting/meeting/ 
    endpoints of the JSON API.

  * Merged in [10567] from housley@vigilsec.com:
    For Charters, display the Responsible AD as well as the Charter Edit AD.
    Fixes #1829. 

  * Moved the timeline colouring css to ietf.less, to pick up the brand
    colours directly.

  * Merged in /personal/lars/6.11.1.dev0@10590 from lars@netapp.com,  which 
    brings in a timeline view at the top of document pages.

  * Merged in [10551] and [10553] from lars@netapp.com:
    Added an .editorconfig file, so we can have some consistency in the project.
    (I don't care what settings we use, as long as we all use the same.)  Use
    four spaces as default (Python default, as suggested by Henrik).

  * Tweaked the colours a bit in order to make it easier for ADs to 
    distinguish between the position colours on their personalised versions of 
    iesg/agenda/documents/.

  * Added a coloured bar at the right-hand side of the ADs' view of 
    iesg/agenda/documents/, in order to make it easier to distinguish between 
    the 'yes' and 'no-objection' colour codes.

  * Moved definitions for the AD ballot position's background colours 
    (which shows each AD his own positions by colour coding) from ietf.css to 
    ietf.less, to make it easier to adjust the colours while keeping to the 
    hues of the colour palette.

  * Updated and corrected the description in the README file of of how the 
    contents of the bootstrap/dist/ directory end up in the right place for 
    static serving.

  * Merged in [10540] from lars@netapp.com:
    Update vnu HTML5 validator, and fix an HTML nit it found. 

  * Merged in [10539] from lars@netapp.com:
    Fix CSS/js inclusion of select2 from new static location. (Looks like this
    file was forgotten when we began to use bower.)  

  * Merged in [10538] from lars@netapp.com:
    Fixes for displaying IRTF RGs (call them RGs, and don't show IESG state.) 

  * Merged in [10536] from lars@netapp.com:
    Manage html5shiv and respond.js locally via bower, rather than relying on
    the CDN.  

  * Merged in [10532] from lars@netapp.com:
    Move to bootstrap 3.3.6, with a simpler way to maintain our customized
    version in the future (described in bootstrap/README-DATATRACKER.rst). 

 -- Henrik Levkowetz <henrik@levkowetz.com>  12 Jan 2016 13:32:10 -0800

The new version is available for installation through SVN checkout, with
  'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/6.12.0'

For development, check out the new development version instead:
  'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/6.12.1.dev0'

Regards,

	Henrik
	(via the mkrelease script)


From nobody Wed Jan 13 23:14:59 2016
Return-Path: <lars@netapp.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 635011B2C03; Wed, 13 Jan 2016 23:14:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.902
X-Spam-Level: 
X-Spam-Status: No, score=-6.902 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YR0cVvRNATFU; Wed, 13 Jan 2016 23:14:55 -0800 (PST)
Received: from mx141.netapp.com (mx141.netapp.com [216.240.21.12]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2630B1B2C07; Wed, 13 Jan 2016 23:14:55 -0800 (PST)
X-IronPort-AV: E=Sophos;i="5.22,293,1449561600";  d="asc'?scan'208";a="94082460"
Received: from hioexcmbx01-prd.hq.netapp.com ([10.122.105.34]) by mx141-out.netapp.com with ESMTP; 13 Jan 2016 23:09:54 -0800
Received: from HIOEXCMBX07-PRD.hq.netapp.com (10.122.105.40) by hioexcmbx01-prd.hq.netapp.com (10.122.105.34) with Microsoft SMTP Server (TLS) id 15.0.1130.7; Wed, 13 Jan 2016 23:09:54 -0800
Received: from HIOEXCMBX07-PRD.hq.netapp.com ([::1]) by hioexcmbx07-prd.hq.netapp.com ([fe80::78c4:b507:6e5a:d63c%21]) with mapi id 15.00.1130.005; Wed, 13 Jan 2016 23:09:54 -0800
From: "Eggert, Lars" <lars@netapp.com>
To: Andrew Sullivan <ajs@anvilwalrusden.com>
Thread-Topic: New datatracker release: v6.12.0
Thread-Index: AQHRTe1HIIms2cw5WU2Ok4xYDZcZDZ760qWAgABMu4A=
Date: Thu, 14 Jan 2016 07:09:54 +0000
Message-ID: <D188BC85-80C1-479D-A927-B93EF5478162@netapp.com>
References: <E1aJIg4-0000Yz-0A@zinfandel.tools.ietf.org> <20160114023513.GL34398@mx2.yitter.info>
In-Reply-To: <20160114023513.GL34398@mx2.yitter.info>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator: 
x-mailer: Apple Mail (2.3112)
x-ms-exchange-messagesentrepresentingtype: 1
x-ms-exchange-transport-fromentityheader: Hosted
x-originating-ip: [10.120.60.35]
Content-Type: multipart/signed; boundary="Apple-Mail=_979E0239-08D8-45AF-99CC-3A44B8DC7B01"; protocol="application/pgp-signature"; micalg=pgp-sha256
MIME-Version: 1.0
Archived-At: <http://mailarchive.ietf.org/arch/msg/codesprints/qmFEuZaqVtbmBndARdQa2rAuniQ>
Cc: "wgchairs@ietf.org" <wgchairs@ietf.org>, "codesprints@ietf.org" <codesprints@ietf.org>
Subject: Re: [codesprints] New datatracker release: v6.12.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 14 Jan 2016 07:14:56 -0000

--Apple-Mail=_979E0239-08D8-45AF-99CC-3A44B8DC7B01
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

On 2016-01-14, at 3:35, Andrew Sullivan <ajs@anvilwalrusden.com> wrote:
>=20
> On Wed, Jan 13, 2016 at 02:29:20AM -0800, Henrik Levkowetz wrote:
>> - Graphical document timelines at the top of each draft and RFC =
document
>>   page, giving an overall graphical view of the history timeline of =
the
>>   document and its ancestors.
>=20
> I ran into this today, and I thought it was cool and useful, but I was
> trying to understand the meaning of the "fade-out" parts of the
> timeline.  Is that draft expiry or something?

Yep. Any version whose next version is more than 185 days in the future =
gets the gradient applied. Happy to hear better suggestions to visualize =
this!

Lars

--Apple-Mail=_979E0239-08D8-45AF-99CC-3A44B8DC7B01
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="signature.asc"
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Message signed with OpenPGP using GPGMail

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJWl0nAAAoJEFS1wwm/cMFXm1YQAKaME3BQ8S/cHc0DX1n5Wic2
p4VFLynrTNhey6n2RLlFNL+E4tj6qnoVlAcknbawIkzYhItRgFHTubuxBxXmpbPB
HO/HTVWAkULl6AEvDx3a8Xnmpgle3v76GUBjrtiNy5gbdWhJojJ11/9x8EZrihXP
SdfAlraaY6u73MqnSPDuqSeX358ZAjvjufbfEp8+M6uQm+J4Ifk9DCRP5oJDYrUK
fqV8YFjWNVJTh+cG5hdmJ8Va4hzKgmft4xZsSOiIIeOPTaRvJla2FfqeP1bPhpMX
+2xDoQD/FhUECGYtm5Mw/0J60B5g4MYGiS1XLPze3QrmJh3Z65ZUKB94lwplOX+S
F9TZx0wZYj71wpzNUHmiNC7DuWFskoQBqk9EefyaZDdAEnSsPT62lhVjlgaI7aV1
OIR9SszRy+XrVN3Uev6Y3hvpTGT5HZnjJBO1Sz3tgTZEgwBQH+Zgs5uR6rF29Z4h
TnQFnVPbwVDbsQaOmO38reRUmx4DJbDENqjPaESIqxZtMzN9816OHVYfQuRN4FOs
8ZYvNkpl7dfVXpkiMFnOh1ASMt+iLJMnMaJkPUKa3g6zdH1suZnI8hBde+iLe48X
ucwLYf1E/CyV85wio49teJ3vd/TNllfJPSTiMwsY/jygGA8zNygkPc/GkIH62oMk
skizxTNMgtvQaROfnYcS
=joAg
-----END PGP SIGNATURE-----

--Apple-Mail=_979E0239-08D8-45AF-99CC-3A44B8DC7B01--


From nobody Fri Jan 15 00:46:50 2016
Return-Path: <henrik@levkowetz.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id F2B9F1A89FC; Fri, 15 Jan 2016 00:46:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.9
X-Spam-Level: 
X-Spam-Status: No, score=-101.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, USER_IN_WHITELIST=-100] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jj1GewA2rdxn; Fri, 15 Jan 2016 00:46:45 -0800 (PST)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:123a::1:2a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1BC2C1A8A07; Fri, 15 Jan 2016 00:46:41 -0800 (PST)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.82_1-5b7a7c0-XX) (envelope-from <henrik@levkowetz.com>) id 1aK01o-0008To-PC; Fri, 15 Jan 2016 00:46:40 -0800
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1aK01o-0008To-PC@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Fri, 15 Jan 2016 00:46:40 -0800
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Rcpt-To: codesprints@ietf.org, henrik@levkowetz.com, iesg@ietf.org,  wgchairs@ietf.org
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Scanned: No (on zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <http://mailarchive.ietf.org/arch/msg/codesprints/wfUx83TON1cSkfEXNJQdUnn-8UY>
Subject: [codesprints] New datatracker release: v6.12.1
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 15 Jan 2016 08:46:47 -0000

Hi,

This is an automatic notification about a new datatracker release, 
v6.12.1, generated when running the mkrelease script.

Release notes:

ietfdb (6.12.1) ietf; urgency=medium

  This is a bugfix release, in preparation for the next feature release.

  * Merged in [10686] from lars@netapp.com:
    Load the js for the timeline as part of the page header, in order to
    (hopefully) avoid page re-render after the json loads. Only apply the
    gradient that signifies document expiration to I-Ds. Suppress duplicate
    x-axis labels (same month).  

  * Merged in [10685] from lars@netapp.com:
    Commit r10578 broke search result table display due to the added column.
    Fixed this.  (Also updated vnu.jar. Unrelated, but wasn't careful when
    committing.) 

  * Merged in [10684] from lars@netapp.com:
    Added a warning about the accuracy of bibliographic information for Legacy
    RFCs. 

  * Added listing of Area Directors and TBD indications which was
    inadvertently dropped from some chartering related emails during
    refactoring.  Also added testing code to verify the email body content of
    some chartering emails a bit more thoroughly.

  * Merged in [10674] from lars@netapp.com:
    More fixes to charter-related emails and some related web templates.
    Mostly focused on supporting the IRTF better, but also removing some
    redundancies (i.e., including group_info.txt instead of duplicating
    something similar.) 

  * Merged in [10673] from lars@netapp.com:
    Fixed the internal review email template and related code to handle IRTF
    RGs better.  

  * Merged in [10672] from lars@netapp.com:
    Fixed a bug that prevented the IRSG from being CC'ed, and correct its
    email address.  

  * Merged in [10671] from lars@netapp.com:
    Fixed a 'RemovedInDjango19Warning' warning.  

 -- Henrik Levkowetz <henrik@levkowetz.com>  13 Jan 2016 10:32:29 -0800

The new version is available for installation through SVN checkout, with
  'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/6.12.1'

For development, check out the new development version instead:
  'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/6.12.2.dev0'

Regards,

	Henrik
	(via the mkrelease script)


From nobody Mon Jan 18 01:06:09 2016
Return-Path: <henrik@levkowetz.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CB0041B3315; Mon, 18 Jan 2016 01:06:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -99.2
X-Spam-Level: 
X-Spam-Status: No, score=-99.2 tagged_above=-999 required=5 tests=[BAYES_50=0.8, USER_IN_WHITELIST=-100] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EFV3e1QGrwp6; Mon, 18 Jan 2016 01:06:04 -0800 (PST)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:123a::1:2a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E00A31B3316; Mon, 18 Jan 2016 01:06:04 -0800 (PST)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.82_1-5b7a7c0-XX) (envelope-from <henrik@levkowetz.com>) id 1aL5lE-00080o-Mm; Mon, 18 Jan 2016 01:06:04 -0800
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1aL5lE-00080o-Mm@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Mon, 18 Jan 2016 01:06:04 -0800
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Rcpt-To: codesprints@ietf.org, henrik@levkowetz.com, iesg@ietf.org,  wgchairs@ietf.org
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Scanned: No (on zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <http://mailarchive.ietf.org/arch/msg/codesprints/aBdE0uQAw6BU5_Or6BCksC0yxc4>
Subject: [codesprints] New datatracker release: v6.13.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 18 Jan 2016 09:06:07 -0000

Hi,

This is an automatic notification about a new datatracker release, 
v6.13.0, generated when running the mkrelease script.

Release notes:

ietfdb (6.13.0) ietf; urgency=medium

  **Improved NomCom Support**

  This release provides a massive refactoring of the NomCom app, fixing
  a large number of known issues, and adding a long list of refinements,
  improvements and new features.  This whole release is the work of
  rjsparks@nostrum.com.  From the commit log:

  * Merged in [10629] from rjsparks@nostrum.com:
    This set of changes focuses on improvements to the nomcom portion of
    the datatracker. 

    These changes:

    - Simplify the nomcom form for comments. Make it more obvious who
      receives mail when a comment is supplied. Fixes #1849.

    - Simplify the nomcom form for nominations. Provide a primary workflow
      where nominations choose an existing Person, and a secondary
      workflow for nominating new people. 

    - Allow nominees to add a comment when accepting or declining a
      nomination. Fixes #1845.

    - Organize the list of nominees on the feedback page. Fixes #1786 and
      #1809.

    - Simplify the mechanisms used to display feedback message counts.

    - Regroup the feedback view to make it easier to see where to spend
      review effort. Fixes #1866.

    - Capture when nomcom members last reviewed feedback for a given
      nominee. Add badges when new feedback is avaliable. Improve the
      layout of the feedback index page. Fixes #1850.

    - Reorganize the tab navigation on the nomcom private pages. Made it
      more obvious when the chair is doing something that only the chair
      gets to see. Fixes #1788 and #1795.

    - Regroup multiselect options to make classifying pending feedback
      simpler. Make the control larger and resizable. Fixes #1495.

    - Simplify the chair's views for editing nominee records. Replace the
      merge nominee form with a request to the secretariat to merge Person
      records. Fixes #1847. 

    - Added merging nominees to the secretariat's persson merging script. 

    - Show information for concluded nomcoms. Close feedback and
      nomination for concluded nomcoms. Fixes #1856.

    - Improve the questionnaire templates, reminding the nominee that
      receiving the questionnaire does not imply they have accepted a
      nomination. Fixes #1807.

    - Remove the description field from Postion. Simplify the Position
      list and the Position edit form. Make the nomcom pages more self
      documenting. Add a page to help nomcom chiars through setting up a
      new nomcom. Fixes #1867 and #1768.

    - Remove the type from the template pathname for the requirements
      templates. Make the requirements views work for both types plain and
      rst. Changed the default type for new nomcom requirement templates
      to rst.

    - Remove 'incumbent' from the models. Fixes #1771.

    - Adjust the models for Nominee and Nomination to better associate
      Nominee objects with Person objects.

    - Remove BaseNomcomForm and the implementation of custom fieldsets.

    - Replace the custom message framework with the django provided
      messages framework.

    - Improve SearchablePersonField to show the primary email address for
      any search result where a name appears more than once.

    - Add the use of factory-boy for generating test data. Normalize
      management of a test directory for test nomcom public keys.
      Significantly improve test coverage of the nomcom related code.

 -- Henrik Levkowetz <henrik@levkowetz.com>  15 Jan 2016 14:00:16 -0800

The new version is available for installation through SVN checkout, with
  'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/6.13.0'

For development, check out the new development version instead:
  'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/6.13.1.dev0'

Regards,

	Henrik
	(via the mkrelease script)

