datatracker/changelog
Henrik Levkowetz a17a581e5a Changelog entry for v2.14
- Legacy-Id: 1304
2009-02-03 12:14:58 +00:00

113 lines
3.7 KiB
Plaintext

ietfdb (2.14)
* Changed to BSD license instead of OSL in the LICENSE file.
* Updated broken links in the lefthand menubar in base.html
* Added an explicit "This IPR disclosure was removed" message for
removed IPR disclusures
* Merged in code from Pasi, fixing some broken links in the IESG
agenda pages
-- Henrik Levkowetz <henrik@levkowetz.com> 03 Feb 2009 13:09:35 +0100
ietfdb (2.13)
* Fixed IETFWG.area_acronym() so it works, and added IETFWG.area_directors()
* Added to the mkrelease script the generation of a mail about the
release to various interested parties.
* Changed the IDtracker's 'not in the tracker' error message, as it
sounded a bit as if there was no record of the draft in question.
* Added a new better blue-background ietf logo
* Merged in code for a new IESG telechat agenda page at /iesg/agenda/,
from Pasi Eronen <pasi.eronen@nokia.com>
* Made the dunn_sent_date field of InternetDrafts optional
* Removed references to code not yet merged in, related to wg charters
-- Henrik Levkowetz <henrik@levkowetz.com> 06 Nov 2008 17:20:49 +0100
ietfdb (2.12)
* settings.py: Fixed broken setting for database host, which had a
hardcoded IP address when it should be empty.
-- Henrik Levkowetz <henrik@levkowetz.com> 06 Nov 2008 17:20:49 +0100
ietfdb (2.11)
* Template and layout fixes. Removed broken links from the lefthand
menu-bar.
-- Henrik Levkowetz <henrik@levkowetz.com> 06 Nov 2008 17:20:49 +0100
ietfdb (2.10)
* Changed look-and-feel of the datatracker, by introducing a different
style sheet, and using a more consistent style, and introducing a
lefthand menubar.
* Make IDInternal.docstate() consistent in the type of the returned
information. Tweaked the format of returned docstate information
to not have spaces around the :: separator between state and substate.
* Fixed the help page for ballot symbols, which had a very old text
which no longer was correct.
-- Henrik Levkowetz <henrik@levkowetz.com> 06 Nov 2008 17:20:49 +0100
ietfdb (2.09)
* Merged in support for a new URL, /list/wg/, which lists the archive
URLs for WG mailing lists, from Chris Newman <chris.newman@sun.com>
-- Henrik Levkowetz <henrik@levkowetz.com> 06 Nov 2008 17:20:49 +0100
ietfdb (2.08)
* Fixed mkrelease to handle minor numbers greater than 07 ,;-)
* Changed agenda templates, adding a note about agenda being subject to change.
* Backporting change from deployment copy, reflecting a change in
path and URL of presentation slides.
-- Henrik Levkowetz <henrik@levkowetz.com> 06 Nov 2008 17:20:49 +0100
ietfdb (2.07)
The full list of changes is here, highlights below:
http://tools.ietf.org/tools/ietfdb/log/branch/2.00?rev=1161&stop_rev=1070
* Adjustments to the default settings, to match the new deployment environment
at AMS
* Template updates for agendas:
- Use python, not template-language, to decide if the month is
different.
- Don't use "odate" and add a space where appropriate.
- Use a datetime and time zone instead of hardcoding (ET).
(let the model combine the date and the time)
* Per suggestion from John Klensin, add a link directly to the text of the
I-D, but only give the explicit link to the draft if it's active.
* Expanded description of a document on the agenda.
* Added authorization infrastructure. No impact on current functionality,
but needed for future features.
* Added a feed for documents on the IESG telechat. Improved the admin
interface for iesg_login and irtf rg's and chairs.
* /meeting/ now redirects to meeting/<current>/materials.html
* Licencing information added. IETF Trust copyright added as needed.