Skip to content

Commit e557c21

Browse files
committed
Merged in [13118] from lars@netapp.com:
Update vnu.jar and fix various HTML5 nits it found during a test crawl. - Legacy-Id: 13152 Note: SVN reference [13118] has been migrated to Git commit 76a3c8b
2 parents 6ae1379 + 76a3c8b commit e557c21

8 files changed

Lines changed: 24 additions & 25 deletions

File tree

bin/test-crawl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def check_html_valid(url, response, args):
187187
(" " * m["hiliteStart"], "^" * m["hiliteLength"]))
188188
# disregard some HTML issues that are (usually) due to invalid
189189
# database content
190-
if not re.search('Forbidden code point|Bad value|seamless|The first child', m["message"]):
190+
if not re.search('Forbidden code point|Bad value|seamless|The first child|Duplicate ID|The first occurrence of ID', m["message"]):
191191
warnings += 1
192192
else:
193193
try:

bin/vnu.jar

2.06 MB
Binary file not shown.

ietf/group/migrations/0010_iab_programs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -628,9 +628,9 @@ def build_group(acronym, name, description, lead, members, docs):
628628
* “Procedures for Handling Liaison Statements to and from the IETF”, `RFC 4053`__
629629
* “Guidelines for Acting as an IETF Liaison to Another Organization”, `RFC 4691`__
630630
631-
__ http:/www.rfc-editor.org/rfc/rfc4052
632-
__ http:/www.rfc-editor.org/rfc/rfc4053
633-
__ http:/www.rfc-editor.org/rfc/rfc4691
631+
__ http://www.rfc-editor.org/rfc/rfc4052
632+
__ http://www.rfc-editor.org/rfc/rfc4053
633+
__ http://www.rfc-editor.org/rfc/rfc4691
634634
635635
Other Links
636636
-----------

ietf/templates/doc/search/search_form.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454

5555
<div class="form-group search_field">
5656
<div class="col-sm-4">
57-
<input type="radio" name="by" value="author" {% if form.by.value == "author" %}checked{% endif %} id="id_author"/>
58-
<label for="id_author" class="control-label">Author</label>
57+
<input type="radio" name="by" value="author" {% if form.by.value == "author" %}checked{% endif %} id="author"/>
58+
<label for="author" class="control-label">Author</label>
5959
</div>
6060
<div class="col-sm-8">
6161
{{ form.author|add_class:"form-control" }}
@@ -64,8 +64,8 @@
6464

6565
<div class="form-group search_field">
6666
<div class="col-sm-4">
67-
<input type="radio" name="by" value="group" {% if form.by.value == "group" %}checked{% endif %} id="id_group"/>
68-
<label for="id_group" class="control-label">WG</label>
67+
<input type="radio" name="by" value="group" {% if form.by.value == "group" %}checked{% endif %} id="group"/>
68+
<label for="group" class="control-label">WG</label>
6969
</div>
7070
<div class="col-sm-8">
7171
{{ form.group|add_class:"form-control" }}
@@ -75,8 +75,8 @@
7575

7676
<div class="form-group search_field">
7777
<div class="col-sm-4">
78-
<input type="radio" name="by" value="area" {% if form.by.value == "area" %}checked{% endif %} id="id_area"/>
79-
<label for="id_area" class="control-label">Area</label>
78+
<input type="radio" name="by" value="area" {% if form.by.value == "area" %}checked{% endif %} id="area"/>
79+
<label for="area" class="control-label">Area</label>
8080
</div>
8181
<div class="col-sm-8">
8282
{{ form.area|add_class:"form-control" }}
@@ -85,8 +85,8 @@
8585

8686
<div class="form-group search_field">
8787
<div class="col-sm-4">
88-
<input type="radio" name="by" value="ad" {% if form.by.value == "ad" %}checked{% endif %} id="id_ad"/>
89-
<label for="id_ad" class="control-label">AD</label>
88+
<input type="radio" name="by" value="ad" {% if form.by.value == "ad" %}checked{% endif %} id="areadir"/>
89+
<label for="areadir" class="control-label">AD</label>
9090
</div>
9191
<div class="col-sm-8">
9292
{{ form.ad|add_class:"form-control" }}
@@ -95,8 +95,8 @@
9595

9696
<div class="form-group search_field">
9797
<div class="col-sm-4">
98-
<input type="radio" name="by" value="state" {% if form.by.value == "state" %}checked{% endif %} id="id_state"/>
99-
<label for="id_state" class="control-label">IESG State</label>
98+
<input type="radio" name="by" value="state" {% if form.by.value == "state" %}checked{% endif %} id="state"/>
99+
<label for="state" class="control-label">IESG State</label>
100100
</div>
101101
<div class="col-sm-4">
102102
{{ form.state|add_class:"form-control col-sm-4" }}
@@ -108,8 +108,8 @@
108108

109109
<div class="form-group search_field">
110110
<div class="col-sm-4">
111-
<input type="radio" name="by" value="stream" {% if form.by.value == "stream" %}checked{% endif %} id="id_stream"/>
112-
<label for="id_stream" class="control-label">Stream</label>
111+
<input type="radio" name="by" value="stream" {% if form.by.value == "stream" %}checked{% endif %} id="stream"/>
112+
<label for="stream" class="control-label">Stream</label>
113113
</div>
114114
<div class="col-sm-4">
115115
{{ form.stream|add_class:"form-control" }}

ietf/templates/meeting/session_details.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2 class="anchor-target" id="session_{{session.pk}}">{% if sessions|length > 1
7979
<div class="panel panel-default">
8080
<div class="panel-heading" data-toggle="tooltip" title="Drag and drop to reorder slides">Slides</div>
8181
<div class="panel-body">
82-
<table class="table table-condensed table-striped" id="slides">
82+
<table class="table table-condensed table-striped slides">
8383
<tbody>
8484
{% for pres in session.filtered_slides %}
8585
<tr data-order="{{pres.order}}" data-url="{% url 'ietf.meeting.views.set_slide_order' session_id=session.pk num=session.meeting.number name=pres.document.name %}">
@@ -174,7 +174,7 @@ <h2 class="anchor-target" id="session_{{session.pk}}">{% if sessions|length > 1
174174
return $helper;
175175
};
176176

177-
$("#slides tbody").sortable({
177+
$(".slides tbody").sortable({
178178
helper: rowWidthHelper,
179179
stop: function(event,ui) {adjustDatabase("#slides")}
180180
}).disableSelection();

ietf/templates/meeting/upcoming.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ <h4 class="panel-title">
101101
{% endif %}
102102

103103
{% if meetings %}
104-
<h3></h3>
105104
<table class="table table-condensed table-striped tablesorter">
106105
<thead>
107106
<tr>

ietf/templates/person/profile.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,27 +77,27 @@ <h2 id="rfcs">RFCs</h2>
7777
<div class="col-md-6">
7878
<h2 id="drafts">Active Drafts</h2>
7979
{% if person.active_drafts.exists %}
80-
<list>
80+
<ul>
8181
{% for doc in person.active_drafts %}
8282
<li>
8383
<a href="{{ doc.href }}">{{ doc.canonical_name }}</a>
8484
</li>
8585
{% endfor %}
86-
</list>
86+
</ul>
8787
{% else %}
8888
{{ person.first_name }} has no active drafts as of {{ today }}.
8989
{% endif %}
9090
</div>
9191
<div class="col-md-6">
9292
<h2>Expired Drafts <small>exluding replaced drafts</small></h2>
9393
{% if person.expired_drafts.exists %}
94-
<list>
94+
<ul>
9595
{% for doc in person.expired_drafts %}
9696
{% if not doc.replaced_by %}
9797
<li><a href="{{ doc.href }}">{{ doc.canonical_name }}</a></li>
9898
{% endif %}
9999
{% endfor %}
100-
</list>
100+
</ul>
101101
{% else %}
102102
{{ person.first_name }} has no expired drafts as of {{ today }}.
103103
{% endif %}

ietf/templates/submit/manual_post.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{% block submit_content %}
1414
{% origin %}
1515

16-
<h2 class="anchor-target" id="approvals">Submissions needing manual posting</h2>
16+
<h2 class="anchor-target" id="man_post">Submissions needing manual posting</h2>
1717

1818
{% if not manual %}
1919
<p id="no-manual">There are no submissions needing manual posting.</p>
@@ -44,7 +44,7 @@ <h2 class="anchor-target" id="approvals">Submissions needing manual posting</h2>
4444
</table>
4545
{% endif %}
4646

47-
<h2 class="anchor-target" id="approvals">Submissions awaiting draft upload</h2>
47+
<h2 class="anchor-target" id="id_upload">Submissions awaiting draft upload</h2>
4848

4949
{% if not waiting_for_draft %}
5050
<p id="no-waiting-for-draft">There are no submissions awaiting draft upload.</p>

0 commit comments

Comments
 (0)