Skip to content

Commit 5afa53a

Browse files
committed
Merged in [13108] from lars@netapp.com:
Change \'ID Tracker\' to \'Datatracker\' in various places. Fixes some of ietf-tools#2100. - Legacy-Id: 13136 Note: SVN reference [13108] has been migrated to Git commit afdf154
2 parents 81f5e3d + afdf154 commit 5afa53a

16 files changed

Lines changed: 17 additions & 17 deletions

ietf/doc/mails.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def email_state_changed(request, doc, text, mailtrigger_id=None):
2323

2424
text = strip_tags(text)
2525
send_mail(request, to, None,
26-
"ID Tracker State Update Notice: %s" % doc.file_tag(),
26+
"Datatracker State Update Notice: %s" % doc.file_tag(),
2727
"doc/mail/state_changed_email.txt",
2828
dict(text=text,
2929
url=settings.IDTRACKER_BASE_URL + doc.get_absolute_url()),

ietf/doc/tests_charter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def find_event(t):
134134
self.assertIn("State Update Notice", outbox[-1]['Subject'])
135135
self.assertIn("ames-chairs@", outbox[-1]['To'])
136136
body = outbox[-1].get_payload()
137-
for word in ["State changed", "ID Tracker URL", ]:
137+
for word in ["State changed", "Datatracker URL", ]:
138138
self.assertIn(word, body)
139139

140140
by = Person.objects.get(user__username="secretary")

ietf/doc/tests_draft.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def test_pull_from_rfc_queue(self):
154154
self.assertTrue("rfc-editor@" in outbox[-1]['To'])
155155
self.assertTrue("iana@" in outbox[-1]['To'])
156156

157-
self.assertTrue("ID Tracker State Update Notice:" in outbox[-2]['Subject'])
157+
self.assertTrue("Datatracker State Update Notice:" in outbox[-2]['Subject'])
158158
self.assertTrue("aread@" in outbox[-2]['To'])
159159

160160

@@ -224,7 +224,7 @@ def test_request_last_call(self):
224224
# mail notice
225225
self.assertEqual(len(outbox), 2)
226226

227-
self.assertTrue("ID Tracker State Update" in outbox[0]['Subject'])
227+
self.assertTrue("Datatracker State Update" in outbox[0]['Subject'])
228228
self.assertTrue("aread@" in outbox[0]['To'])
229229

230230
self.assertTrue("Last Call:" in outbox[1]['Subject'])

ietf/name/fixtures/names.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3358,7 +3358,7 @@
33583358
"slug": "pub-req",
33593359
"type": "draft-iesg",
33603360
"order": 10,
3361-
"desc": "A formal request has been made to advance/publish the document, following the procedures in Section 7.5 of RFC 2418. The request could be from a WG chair, from an individual through the RFC Editor, etc. (The Secretariat (iesg-secretary@ietf.org) is copied on these requests to ensure that the request makes it into the ID tracker.) A document in this state has not (yet) been reviewed by an AD nor has any official action been taken on it yet (other than to note that its publication has been requested."
3361+
"desc": "A formal request has been made to advance/publish the document, following the procedures in Section 7.5 of RFC 2418. The request could be from a WG chair, from an individual through the RFC Editor, etc. (The Secretariat (iesg-secretary@ietf.org) is copied on these requests to ensure that the request makes it into the Datatracker.) A document in this state has not (yet) been reviewed by an AD nor has any official action been taken on it yet (other than to note that its publication has been requested."
33623362
},
33633363
"model": "doc.state",
33643364
"pk": 16

ietf/secr/drafts/email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def announcement_from_form(data, **kwargs):
1818
'''
1919
# possible overrides
2020
by = kwargs.get('by',Person.objects.get(name='(System)'))
21-
from_val = kwargs.get('from_val','ID Tracker <internet-drafts-reply@ietf.org>')
21+
from_val = kwargs.get('from_val','Datatracker <internet-drafts-reply@ietf.org>')
2222
content_type = kwargs.get('content_type','')
2323

2424
# from the form

ietf/templates/doc/draft/id_expired_email.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% autoescape off %}{{ doc.file_tag|safe }} was just expired.
2-
This draft is in the state "{{ state }}" in the ID Tracker.
2+
This draft is in the state "{{ state }}" in the Datatracker.
33

44

55
Thanks,

ietf/templates/doc/mail/change_notice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Please DO NOT reply to this email.
33

44
I-D: {{ doc.file_tag|safe }}
5-
ID Tracker URL: {{ url }}
5+
Datatracker URL: {{ url }}
66

77
{{ text }}
88
{% endautoescape%}

ietf/templates/doc/mail/comment_added_email.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Please DO NOT reply to this email.
77

88
The document can be found at
99
I-D: {{ doc.file_tag|safe }}
10-
ID Tracker URL: {{ url }}
10+
Datatracker URL: {{ url }}
1111

1212
{% endautoescape%}

ietf/templates/doc/mail/email_iesg_processing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ The following changes have been made:
1010

1111
The document can be found here:
1212
I-D: {{ doc.file_tag|safe }}
13-
ID Tracker URL: {{ url }}
13+
Datatracker URL: {{ url }}
1414

1515
{% endautoescape%}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% autoescape off %}{{ text }}
22

33
The document can be found at
4-
ID Tracker URL: {{ url }}
4+
Datatracker URL: {{ url }}
55
{% endautoescape %}

0 commit comments

Comments
 (0)