diff --git a/changelog b/changelog index 109b8d0a1..dc7b720c5 100644 --- a/changelog +++ b/changelog @@ -10,15 +10,31 @@ ietfdb (5.0.0) ietf; urgency=medium than 50 minor releases, with not a single day of downtime. A history of release notes is available here: https://datatracker.ietf.org/release/ - In addition to bringing in the last scheduled polishing of the conversion, + In addition to bringing in the last scheduled polish of the conversion, this release also brings in an upgrade of the Django framework from version 1.2 to 1.6, which gives us a number of new tools and possibilities for future work. + A particular mention goes to Ole Laursen , an outstanding + programmer at the small Danish firm IOLA, who has been doing a lot of the + heavy lifting in coding the shim-layer which made it possible to change the + database schema without a total re-write in the spring of 2012, followed by + the major code re-write which has taken place since then to get rid of all + the parts which were written to the old database schema. + + Thanks also goes to all the IETF code sprint participants who have + contributed, and to Robert Sparks in particular who has contributed *a lot* + to make it all come together. + There are still some parts of the schema that need an overhaul, and plans exist for addressing those, but overall we should be in good shape for the near future, with some room to grow :-) + Detailed change information is available at: + - http://wiki.tools.ietf.org/tools/ietfdb/browser/trunk + - http://wiki.tools.ietf.org/tools/ietfdb/browser/branch/iola/djangoport + - http://wiki.tools.ietf.org/tools/ietfdb/browser/branch/iola/shimfree + -- Henrik Levkowetz 28 Jan 2014 0:04:11 +0100 ietfdb (4.95) ietf; urgency=medium diff --git a/ietf/templates/submit/submission_status.html b/ietf/templates/submit/submission_status.html index b03dc19ff..b2b224ea5 100644 --- a/ietf/templates/submit/submission_status.html +++ b/ietf/templates/submit/submission_status.html @@ -14,7 +14,7 @@
{{ message.1 }}
{% endif %} -{% if submission.state_id == "aut-appr" and submission.submitter not in confirmation_list|join:", " %} +{% if submission.state_id == "aut-appr" and submission.submitter_parsed.email not in confirmation_list|join:", " %}
Please note that since the database does not have your email address in the list of authors of previous revisions of the document, you are not receiving a confirmation email yourself; one of the