Skip to content

Commit e67a78b

Browse files
committed
Merged in [7172], an additional django-port tweak from olau@iola.dk.
- Legacy-Id: 7180
2 parents 78b09b0 + 5200a81 commit e67a78b

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

changelog

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,31 @@ ietfdb (5.0.0) ietf; urgency=medium
1010
than 50 minor releases, with not a single day of downtime. A history of
1111
release notes is available here: https://datatracker.ietf.org/release/
1212

13-
In addition to bringing in the last scheduled polishing of the conversion,
13+
In addition to bringing in the last scheduled polish of the conversion,
1414
this release also brings in an upgrade of the Django framework from version
1515
1.2 to 1.6, which gives us a number of new tools and possibilities for
1616
future work.
1717

18+
A particular mention goes to Ole Laursen <olau@iola.dk>, an outstanding
19+
programmer at the small Danish firm IOLA, who has been doing a lot of the
20+
heavy lifting in coding the shim-layer which made it possible to change the
21+
database schema without a total re-write in the spring of 2012, followed by
22+
the major code re-write which has taken place since then to get rid of all
23+
the parts which were written to the old database schema.
24+
25+
Thanks also goes to all the IETF code sprint participants who have
26+
contributed, and to Robert Sparks in particular who has contributed *a lot*
27+
to make it all come together.
28+
1829
There are still some parts of the schema that need an overhaul, and plans
1930
exist for addressing those, but overall we should be in good shape for the
2031
near future, with some room to grow :-)
2132

33+
Detailed change information is available at:
34+
- http://wiki.tools.ietf.org/tools/ietfdb/browser/trunk
35+
- http://wiki.tools.ietf.org/tools/ietfdb/browser/branch/iola/djangoport
36+
- http://wiki.tools.ietf.org/tools/ietfdb/browser/branch/iola/shimfree
37+
2238
-- Henrik Levkowetz <henrik@levkowetz.com> 28 Jan 2014 0:04:11 +0100
2339

2440
ietfdb (4.95) ietf; urgency=medium

ietf/templates/submit/submission_status.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2>Status of the submission: {{ submission.state.name }}</h2>
1414
<div class="info-message-{{ message.0 }}">{{ message.1 }}</div>
1515
{% endif %}
1616

17-
{% if submission.state_id == "aut-appr" and submission.submitter not in confirmation_list|join:", " %}
17+
{% if submission.state_id == "aut-appr" and submission.submitter_parsed.email not in confirmation_list|join:", " %}
1818
<div class="info-message-warning">
1919
Please note that since the database does not have your email address in the list of authors of previous
2020
revisions of the document, you are <b>not</b> receiving a confirmation email yourself; one of the

0 commit comments

Comments
 (0)