Skip to content

Commit ceb7121

Browse files
committed
Changes to reflect repository moves. Commit ready for merge.
- Legacy-Id: 18997
1 parent 06a4656 commit ceb7121

13 files changed

Lines changed: 23 additions & 86 deletions

File tree

ietf/doc/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def add_links_in_new_revision_events(doc, events, diff_revisions):
351351
full_url = diff_url = diff_urls[(e.doc.name, e.rev)]
352352

353353
if doc.type_id in "draft": # work around special diff url for drafts
354-
full_url = "https://tools.ietf.org/id/" + diff_url + ".txt"
354+
full_url = "https://www.ietf.org/archive/id/" + diff_url + ".txt"
355355

356356
# build links
357357
links = r'<a href="%s">\1</a>' % full_url

ietf/release/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828

2929
def trac_links(text):
3030
# changeset links
31-
text = re.sub(r'\[(\d+)\]', r'<a href="https://wiki.tools.ietf.org/tools/ietfdb/changeset/\1">[\1]</a>', text)
31+
text = re.sub(r'\[(\d+)\]', r'<a href="https://trac.ietf.org/trac/ietfdb/changeset/\1">[\1]</a>', text)
3232
# issue links
33-
text = re.sub(r'([^&])#(\d+)', r'\1<a href="https://wiki.tools.ietf.org/tools/ietfdb/ticket/\2">#\2</a>', text)
33+
text = re.sub(r'([^&])#(\d+)', r'\1<a href="https://trac.ietf.org/trac/ietfdb/ticket/\2">#\2</a>', text)
3434
return text
3535

3636

ietf/templates/500.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2>Internal Server Error.</h2>
1919
A failure report with details about what happened has been sent to the
2020
server administrators. It would be helpful if you would file a bug
2121
report with additional information at the
22-
<a href="https://trac.tools.ietf.org/tools/ietfdb/newticket">IETF database issue tracker</a>, too.
22+
<a href="https://trac.ietf.org/trac/ietfdb/newticket">IETF database issue tracker</a>, too.
2323
</p>
2424

2525
{% endblock %}

ietf/templates/api/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ <h3 id="framework" class="anchor-target">Framework API</h3>
2323
</p>
2424

2525
<p>
26-
<a href="http://svn.tools.ietf.org/svn/tools/ietfdb/trunk/ietf/doc/models.py">https://svn.tools.ietf.org/svn/tools/ietfdb/trunk/ietf/doc/models.py</a>
26+
<a href="http://svn.ietf.org/svn/tools/ietfdb/trunk/ietf/doc/models.py">https://svn.ietf.org/svn/tools/ietfdb/trunk/ietf/doc/models.py</a>
2727
<br>
28-
<a href="http://svn.tools.ietf.org/svn/tools/ietfdb/trunk/ietf/group/models.py">https://svn.tools.ietf.org/svn/tools/ietfdb/trunk/ietf/group/models.py</a>
28+
<a href="http://svn.ietf.org/svn/tools/ietfdb/trunk/ietf/group/models.py">https://svn.ietf.org/svn/tools/ietfdb/trunk/ietf/group/models.py</a>
2929
<br>
30-
<a href="http://svn.tools.ietf.org/svn/tools/ietfdb/trunk/ietf/iesg/models.py">http://svn.tools.ietf.org/svn/tools/ietfdb/trunk/ietf/iesg/models.py</a>
30+
<a href="http://svn.ietf.org/svn/tools/ietfdb/trunk/ietf/iesg/models.py">http://svn.ietf.org/svn/tools/ietfdb/trunk/ietf/iesg/models.py</a>
3131
<br>
3232
&hellip;
3333

@@ -45,7 +45,7 @@ <h3 id="framework" class="anchor-target">Framework API</h3>
4545

4646
<a href="https://datatracker.ietf.org/api/v1/group/group/">https://datatracker.ietf.org/api/v1/group/group/</a>
4747
<br>
48-
<a href="https://trac.tools.ietf.org/tools/ietfdb/browser/trunk/ietf/group/models.py">https://trac.tools.ietf.org/tools/ietfdb/browser/trunk/ietf/group/models.py</a>
48+
<a href="https://trac.ietf.org/trac/ietfdb/browser/trunk/ietf/group/models.py">https://trac.ietf.org/trac/ietfdb/browser/trunk/ietf/group/models.py</a>
4949

5050
</p>
5151
<p>

ietf/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
{{revision_date}} |
146146
{% endif %}
147147
Report a bug:
148-
<a href="https://tools.ietf.org/tools/ietfdb/newticket">Tracker:<span class="fa fa-bug"></span></a>
148+
<a href="https://trac.ietf.org/trac/ietfdb/newticket">Tracker:<span class="fa fa-bug"></span></a>
149149
{% if bugreport_email %}
150150
<a href="mailto:{{ bugreport_email }}">Email:<span class="fa fa-envelope"></span></a>
151151
{% endif %}

ietf/templates/base/menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<li><a href="/api/">API Help</a></li>
150150
<li><a href="{% url 'ietf.release.views.release' %}">Release notes</a></li>
151151
{% if flavor == "top" %}<li class="divider hidden-xs"></li>{% endif %}
152-
<li><a href="https://tools.ietf.org/tools/ietfdb/newticket"><span class="fa fa-bug"></span> Report a bug</a></li>
152+
<li><a href="https://trac.ietf.org/trac/ietfdb/newticket"><span class="fa fa-bug"></span> Report a bug</a></li>
153153
{% if flavor == "top" %}</ul>{% endif %}
154154

155155
{% if flavor == "top" %}

ietf/templates/group/group_about_status.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ <h1>
2525

2626
{% if can_provide_status_update %}
2727
<h2>About Status Updates</h2>
28-
<p>Capturing group status updates in the datatracker allows including them in meeting proceedings. This capability was added to address the IESG request at <a href="https://wiki.tools.ietf.org/tools/ietfdb/ticket/1773">ticket 1773</a>. Not all groups are expected to provide status updates. Those that do have historically sent messages by email or have placed them on a wiki. For example, see <a href="https://mailarchive.ietf.org/arch/msg/saag/fo2b3KA47SM4MuQuYj5VIh-Tjok">the Kitten report sent to SAAG for IETF94</a> or the <a href="https://trac.tools.ietf.org/area/rtg/trac/wiki/IETF94summary">Routing area high level summaries for IETF94</a>.</p>
28+
<p>Capturing group status updates in the datatracker allows including them in meeting proceedings. This capability was added to address the IESG request at <a href="https://trac.ietf.org/trac/ietfdb/ticket/1773">ticket 1773</a>. Not all groups are expected to provide status updates. Those that do have historically sent messages by email or have placed them on a wiki. For example, see <a href="https://mailarchive.ietf.org/arch/msg/saag/fo2b3KA47SM4MuQuYj5VIh-Tjok">the Kitten report sent to SAAG for IETF94</a> or the <a href="https://trac.ietf.org/trac/rtg/wiki/IETF94summary">Routing area high level summaries for IETF94</a>.</p>
2929
{% endif %}
3030
{% endblock %}

ietf/templates/group/group_about_status_edit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>
2626

2727
<h2>About Status Updates</h2>
2828
<p>Capturing group status updates in the datatracker allows including them in meeting proceedings. This capability was
29-
added to address the IESG request at <a href="https://wiki.tools.ietf.org/tools/ietfdb/ticket/1773">ticket 1773</a>.
30-
Not all groups are expected to provide status updates. Those that do have historically sent messages by email or have placed them on a wiki. For example, see <a href="https://mailarchive.ietf.org/arch/msg/saag/fo2b3KA47SM4MuQuYj5VIh-Tjok">the Kitten report sent to SAAG for IETF94</a> or the <a href="https://trac.tools.ietf.org/area/rtg/trac/wiki/IETF94summary">Routing area high level summaries for IETF94</a>.</p>
29+
added to address the IESG request at <a href="https://trac.ietf.org/tools/ietfdb/ticket/1773">ticket 1773</a>.
30+
Not all groups are expected to provide status updates. Those that do have historically sent messages by email or have placed them on a wiki. For example, see <a href="https://mailarchive.ietf.org/arch/msg/saag/fo2b3KA47SM4MuQuYj5VIh-Tjok">the Kitten report sent to SAAG for IETF94</a> or the <a href="https://trac.ietf.org/trac/rtg/wiki/IETF94summary">Routing area high level summaries for IETF94</a>.</p>
3131

3232
{% endblock %}

ietf/templates/release/about.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ <h1>About the IETF Datatracker</h1>
2323
<p>
2424

2525
All the Datatracker code is publicly avaliable from the
26-
<a href="https://svn.tools.ietf.org/svn/tools/ietfdb">IETF tools SVN repository</a>.
26+
<a href="https://svn.ietf.org/svn/tools/ietfdb">IETF tools SVN repository</a>.
2727
Bug tickets and wiki notes are available from the
28-
<a href="https://trac.tools.ietf.org/tools/ietfdb">Issue Tracker</a>, and
28+
<a href="https://trac.ietf.org/trac/ietfdb">Issue Tracker</a>, and
2929
there are also <a href="/release">release notes</a> available since version 2.00.
3030

3131
</p>
@@ -53,7 +53,7 @@ <h2>Version 6.0.0: Facelift using Bootstrap</h2>
5353
During more than a year, from July 2013 to late 2014, <i>Lars Eggert</i> worked intensively
5454
on a major facelift to the datatracker, porting the GUI to Bootstrap. The work
5555
took
56-
<a href="https://trac.tools.ietf.org/tools/ietfdb/log/personal/lars?rev=8652&amp;stop_rev=5871&amp;limit=500">
56+
<a href="https://trac.ietf.org/trac/ietfdb/log/personal/lars?rev=8652&amp;stop_rev=5871&amp;limit=500">
5757
287 separate commits
5858
</a>, and comprised changes to 1016 different files.
5959

@@ -76,10 +76,10 @@ <h2>Version 6.0.0: Facelift using Bootstrap</h2>
7676
<p>
7777

7878
Additional
79-
<a href="https://trac.tools.ietf.org/tools/ietfdb/log/branch/iola?rev=9116&amp;stop_rev=8520&amp;limit=200">
79+
<a href="https://trac.ietf.org/trac/ietfdb/log/branch/iola?rev=9116&amp;stop_rev=8520&amp;limit=200">
8080
page conversion work
8181
</a> has been done by <i>Ole Laursen</i>, with
82-
<a href="https://trac.tools.ietf.org/tools/ietfdb/log/personal/henrik/facelift-r9116">
82+
<a href="https://trac.ietf.org/trac/ietfdb/log/personal/henrik/facelift-r9116">
8383
final style tweaks, bug-fixes and adaptations
8484
</a>
8585
by <i>Henrik Levkowetz</i>, giving it a distinct
@@ -104,7 +104,7 @@ <h2>Version 5.x Work</h2>
104104
the addition of pages for <a href="/rg/">Research Groups</a> and <a
105105
href="/group/edu">Teams</a>, a <a href="/api/v1/?format=json">JSON interface</a> to the
106106
database for tool builders, improved <a href="/ipr/">IPR support</a>, a move to Django 1.7,
107-
and many <a href="https://trac.tools.ietf.org/tools/ietfdb/wiki/Testing?version=13">
107+
and many <a href="https://trac.ietf.org/trac/ietfdb/wiki/Testing?version=13">
108108
improvements in testing support</a>.
109109

110110
</p>

ietf/templates/release/release.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{% origin %}
1717
<div class="col-sm-12">
1818
<h1>
19-
<a href="https://trac.tools.ietf.org/tools/ietfdb/browser/tags/{{entry.version}}">
19+
<a href="https://trac.ietf.org/trac/ietfdb/browser/tags/{{entry.version}}">
2020
Version {{ entry.version }}</a>
2121
<br><small>Released {{ entry.date }}</small>
2222
<div class="pull-right"><a href="{% url "ietf.release.views.stats" %}" class="icon-link">&nbsp;<span class="small fa fa-bar-chart">&nbsp;</span></a></div>
@@ -82,7 +82,7 @@ <h2>Release list:</h2>
8282

8383
{% block footer %}
8484
<div class="col-md-12 text-center padded-top">
85-
<a href="https://trac.tools.ietf.org/tools/ietfdb/wiki/ContractorInstructions"><i>Contractor instructions</i></a>
85+
<a href="https://trac.ietf.org/trac/ietfdb/wiki/ContractorInstructions"><i>Contractor instructions</i></a>
8686
</div>
8787
{{ block.super }}
8888
{% endblock %}

0 commit comments

Comments
 (0)