Skip to content

Releases: ietf-tools/www

Re-implemenation of templates using Bootstrap

03 Feb 16:28
b9d512e
Compare
Choose a tag to compare

This release contains a complete re-implementation of the site's presentation using Bootstrap. There are many improvements to accessibility, and the dockerization of the project has been completely reworked to better support CI/CD during development. These changes were implemented by Springload.

Upgrade to wagtail 2.9

08 Jun 18:36
83c0799
Compare
Choose a tag to compare

Upgrade to wagtail 2.9
Always show most recent blog posts in sidebar.

Moved to Wagtail 2.8.1 / Removed Hallo.js

28 Apr 20:11
7efa220
Compare
Choose a tag to compare

This release moves the project to the current release of wagtail.

To get there, we removed the custom snippet choosers that had been created by extending the Hallo editor and removed the Hallo editor.

Django 2.2

27 Apr 17:17
b89369d
Compare
Choose a tag to compare

This release moves the project onto Django 2.2

Deck Clearing release before moving to Django 2

10 Apr 20:34
a296221
Compare
Choose a tag to compare

This release removes the datatracker app and does a hard manual reset on the other ietf/* applications migrations. It provides a utility to putting the django_migrations table into a reasonable state for progressing from this point.

It also removed es6 (down) transcoding of the static javascript custom built for this site.

This is in preparation for migration to Django 2, and upgrading to newer versions of wagtail.

Restore snippet data integrity.

04 Apr 16:34
378c8c3
Compare
Choose a tag to compare

Realign primary keys in snippet tables to align with expectations in page stream_data. Add tool to update the stream data in BibliographyMixin derived Page objects to restore referential integrity.

Bugfix release

01 Apr 19:32
1a52a86
Compare
Choose a tag to compare

This release contains a single bugfix for a blocking bug that was preventing edit of pages with certain types of bibliography entries.

Remove original datatracker integration attempt

02 Mar 16:33
8f6e175
Compare
Choose a tag to compare

The original attempt to integrate the datatracker involved making a local shadow copy of many tables. The sync code for making that copy never quite worked correctly. There was a lot of machinery built around replicating datatracker fields that the website never used. This release removes that attempt, simplifying the code in preparation for migration to newer versions of wagtail.

Migration of existing databases to this release will have to be done in two stages. Migrate first to 594550d, then to 8f6e175.

Preview error repaired

12 Feb 15:34
27b9aa3
Compare
Choose a tag to compare

Previews were crashing at the point the view tried to calculate siblings to show. Since siblings aren't known before publication, the view was changed to not show siblings during preview.

Integrate analytics

14 Jan 23:02
5a5115e
Compare
Choose a tag to compare

Integrates analytics
Adds search descriptions
Removes panel for legacy secondary menu