Releases: ietf-tools/www
Re-implemenation of templates using Bootstrap
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
Upgrade to wagtail 2.9
Always show most recent blog posts in sidebar.
Moved to Wagtail 2.8.1 / Removed Hallo.js
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
This release moves the project onto Django 2.2
Deck Clearing release before moving to Django 2
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.
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
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
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
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
Integrates analytics
Adds search descriptions
Removes panel for legacy secondary menu