Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,536 changes: 787 additions & 749 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion ietf/secr/templates/areas/people.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h3><b>Add new Director</b></h3>
<form action="." method="post">{% csrf_token %}
<table class="center">
<tbody>
<!-- [html-validate-disable-block element-required-attributes -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63 -- FIXME: as_table renders without scope] -->
{{ form.as_table }}
<tr>
<td></td>
Expand Down
2 changes: 1 addition & 1 deletion ietf/secr/templates/groups/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>Groups - Search</h2>
<form enctype="multipart/form-data" method="post">{% csrf_token %}
<table class="full-width amstable">
<tbody>
<!-- [html-validate-disable-block element-required-attributes -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63 -- FIXME: as_table renders without scope] -->
{{ form.as_table }}
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion ietf/secr/templates/meetings/add.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2>Proceedings - Add</h2>
<form id="proceedings-add-form" enctype="multipart/form-data" method="post">{% csrf_token %}
<table id="proceedings-add-table">
<tbody>
<!-- [html-validate-disable-block element-required-attributes, no-redundant-for -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63, no-redundant-for -- FIXME: as_table renders without scope] -->
{{ form.as_table }}
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion ietf/secr/templates/meetings/edit_meeting.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<h2>Meetings - Edit</h2>
<table id="proceedings-edit-table">
<tbody>
<!-- [html-validate-disable-block element-required-attributes -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63 -- FIXME: as_table renders without scope] -->
{{ form.as_table }}
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion ietf/secr/templates/meetings/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h3><b>Select a meeting to manage</b></h3>
<form method="post">{% csrf_token %}
<table>
<tbody>
<!-- [html-validate-disable-block element-required-attributes -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63 -- FIXME: as_table renders without scope] -->
{{ form.as_table }}
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion ietf/secr/templates/meetings/misc_session_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h3>Session: {{ slot.name }}</h3>
<form id="misc-session-edit-form" enctype="multipart/form-data" action="." method="post">{% csrf_token %}
<table class="full-width amstable">
<tbody>
<!-- [html-validate-disable-block element-required-attributes -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63 -- FIXME: as_table renders without scope] -->
{{ form.as_table }}
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion ietf/secr/templates/meetings/misc_sessions.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h3>No timeslots exist for this meeting. Add rooms with the "duplicate timeslots
<form id="timeslot-form" method="post">{% csrf_token %}
<table class="full-width amstable">
<tbody>
<!-- [html-validate-disable-block element-required-attributes -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63 -- FIXME: as_table renders without scope] -->
{{ form.as_table }}
<tr><td colspan="2" class="text-center"><button type="submit" name="submit">Add</button></td></tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion ietf/secr/templates/meetings/regular_session_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2>Edit Session</h2>
<th scope="row">Status:</th>
<td>{{ current_status_name }}</td>
</tr>
<!-- [html-validate-disable-block element-required-attributes -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63 -- FIXME: as_table renders without scope] -->
{{ form.as_table }}
</tbody>
{% endtimezone %}</table>
Expand Down
2 changes: 1 addition & 1 deletion ietf/secr/templates/meetings/times_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2>Meeting - {{ meeting }}</h2>
<form id="times-edit-form" enctype="multipart/form-data" action="." method="post">{% csrf_token %}
<table class="full-width amstable">
<tbody>
<!-- [html-validate-disable-block element-required-attributes -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63 -- FIXME: as_table renders without scope] -->
{{ form.as_table }}
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion ietf/secr/templates/proceedings/recording.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>Recording Metadata</h2>
<form id="recording-form" enctype="multipart/form-data" action="." method="post">{% csrf_token %}
<table class="center" id="proceedings-upload-table">
<tbody>
<!-- [html-validate-disable-block element-required-attributes -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63 -- FIXME: as_table renders without scope] -->
{{ form.as_table }}
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion ietf/secr/templates/proceedings/recording_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2>Recording Metadata for Group: {{ form.instance.group.acronym }} | Session: {
<form id="recording-form" method="post">{% csrf_token %}
<table>
<tbody>
<!-- [html-validate-disable-block element-required-attributes -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63 -- FIXME: as_table renders without scope] -->
{{ form.as_table }}
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion ietf/secr/templates/rolodex/add.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2>Name</h2>
<form id="rolodex-add-form" enctype="multipart/form-data" method="post">{% csrf_token %}
<table class="full-width amstable">
<tbody>
<!-- [html-validate-disable-block element-required-attributes -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63 -- FIXME: as_table renders without scope] -->
{{ form.as_table }}
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion ietf/secr/templates/rolodex/add_proceed.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2>Adding {{ name }}</h2>
<h3>Rolodex - Add</h3>
<table class="full-width amstable">
<tbody>
<!-- [html-validate-disable-block element-required-attributes -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63 -- FIXME: as_table renders without scope] -->
{{ form.as_table }}
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion ietf/secr/templates/rolodex/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<h2>Rolodex - Edit</h2>
<table id="rolodex-edit-table" class="full-width amstable">
<tbody>
<!-- [html-validate-disable-block element-required-attributes -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63 -- FIXME: as_table renders without scope] -->
{{ person_form.as_table }}
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion ietf/secr/templates/rolodex/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2>Rolodex - Search <span class="unlocked"><a href="add/" class="addlink">Add</
<form id="rolodex-search-form" action="." method="post">{% csrf_token %}
<table class="full-width amstable">
<tbody>
<!-- [html-validate-disable-block element-required-attributes -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63 -- FIXME: as_table renders without scope] -->
{{ form.as_table }}
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion ietf/secr/templates/sreq/tool_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>Sessions - Status</h2>
<form method="post">{% csrf_token %}
<table>
<tbody>
<!-- [html-validate-disable-block element-required-attributes -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63 -- FIXME: as_table renders without scope] -->
{{ form.as_table }}
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion ietf/secr/templates/telechat/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h3>{{ document.name }}-{{ document.rev }} ({{ document.intended_std_level }})</
<form method="post">{% csrf_token %}
<table>
<tbody>
<!-- [html-validate-disable-block element-required-attributes -- FIXME: as_table renders without scope] -->
<!-- [html-validate-disable-block wcag/h63 -- FIXME: as_table renders without scope] -->
{{ state_form.as_table }}
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion ietf/templates/meeting/proceedings_overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ <h1>
</a>
</h1>
<h2>IETF overview</h2>
<!-- [html-validate-disable-block no-deprecated-attr, void-style, element-required-attributes -- FIXME: lots of old HTML in the proceedings] -->
<!-- [html-validate-disable-block no-deprecated-attr, void-style, wcag/h63 -- FIXME: lots of old HTML in the proceedings] -->
{{ template|safe }}
{% endblock %}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"@fullcalendar/list": "5.11.3",
"@fullcalendar/luxon2": "5.11.3",
"@fullcalendar/timegrid": "5.11.3",
"@fullcalendar/vue3": "5.11.2",
"@fullcalendar/vue3": "5.11.3",
"@popperjs/core": "2.11.6",
"@twuni/emojify": "1.0.2",
"bootstrap": "5.2.2",
"bootstrap-icons": "1.9.1",
"bootstrap": "5.2.3",
"bootstrap-icons": "1.10.2",
"browser-fs-access": "0.31.1",
"caniuse-lite": "1.0.30001431",
"caniuse-lite": "1.0.30001434",
"d3": "7.6.1",
"file-saver": "2.0.5",
"highcharts": "10.3.1",
Expand All @@ -32,44 +32,44 @@
"lodash-es": "4.17.21",
"luxon": "3.1.0",
"moment": "2.29.4",
"moment-timezone": "0.5.38",
"moment-timezone": "0.5.39",
"ms": "2.1.3",
"murmurhash-js": "1.0.0",
"naive-ui": "2.33.5",
"pinia": "2.0.23",
"naive-ui": "2.34.2",
"pinia": "2.0.26",
"pinia-plugin-persist": "1.0.0",
"select2": "4.1.0-rc.0",
"select2-bootstrap-5-theme": "1.3.0",
"send": "0.18.0",
"shepherd.js": "10.0.1",
"slugify": "1.6.5",
"sortablejs": "1.15.0",
"vue": "3.2.41",
"vue": "3.2.45",
"vue-router": "4.1.6",
"zxcvbn": "4.4.2"
},
"devDependencies": {
"@faker-js/faker": "7.6.0",
"@parcel/transformer-sass": "2.7.0",
"@parcel/transformer-sass": "2.8.0",
"@rollup/pluginutils": "5.0.2",
"@vitejs/plugin-vue": "3.2.0",
"browserlist": "latest",
"c8": "7.12.0",
"eslint": "8.27.0",
"eslint": "8.28.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.5.0",
"eslint-plugin-n": "15.5.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.7.0",
"html-validate": "7.8.0",
"eslint-plugin-vue": "9.8.0",
"html-validate": "7.10.0",
"jquery-migrate": "3.4.0",
"parcel": "2.7.0",
"parcel": "2.8.0",
"pug": "3.0.2",
"sass": "1.56.0",
"sass": "1.56.1",
"seedrandom": "3.0.5",
"vite": "3.2.3"
"vite": "3.2.4"
},
"targets": {
"ietf": {
Expand Down
Loading