Improve the nominee status table to serve as a nomcom dashboard. Fixes#2261.
- Legacy-Id: 14067
Note: SVN reference [14057] has been migrated to Git commit 2dbb0766fd
Fixed typo in the meeting materials template that was causing minutes for groups that met more than once to not show.
- Legacy-Id: 14054
Note: SVN reference [14053] has been migrated to Git commit 8a4d5aa8ba
Make it more obvious which sessions are scheduled and which are not when viewing session details and managing materials. Fixes#2084.
- Legacy-Id: 14038
Note: SVN reference [14035] has been migrated to Git commit 661bb18f0c
Remove the Historic charter link that has 404ed for several months. The closest we have for the content it might have reached in the path is already linked out of the concluded working groups page. Fixes#2223.
- Legacy-Id: 13983
Note: SVN reference [13980] has been migrated to Git commit 9ddbbd5ffd
Changed links to previous reviews go to the doc page of the last
result, not the review request page. The doc page will contain the
actual review, so it has all information that is needed. Fixes#2090.
- Legacy-Id: 13961
Note: SVN reference [13955] has been migrated to Git commit 7154166e74
Added sorting for the review team statistics tables. Fixed#2330.
- Legacy-Id: 13959
Note: SVN reference [13934] has been migrated to Git commit 249c345383
result, not the review request page. The doc page will contain the
actual review, so it has all information that is needed. Fixes#2090.
Commit ready for merge.
- Legacy-Id: 13955
Prints the group type and IRTF/IETF correctly now. Fixes#2034.
- Legacy-Id: 13937
Note: SVN reference [13919] has been migrated to Git commit 6df0b52532
Unified the review request views to use same template, so they all
show same data, in same format.
- Legacy-Id: 13936
Note: SVN reference [13918] has been migrated to Git commit b6e036b63e
Fixed sign in page so it will always scroll to top when page is loaded, so the sign in fields are visible.
- Legacy-Id: 13929
Note: SVN reference [13911] has been migrated to Git commit 16fb57b14d
Ticket# 1644 : add \'last updated\' timestamps on meeting materials page
Added UTC time to the tooltip of Agenda and slides and an new column of Updated. Updated column present the latest time stamp for agenda and slides.
- Legacy-Id: 13928
Note: SVN reference [13908] has been migrated to Git commit 5b0555581f
Added UTC time to the tooltip of Agenda and slides and an new column of Updated. Updated column present the latest time stamp for agenda and slides.
- Legacy-Id: 13908
addition to the existing 'pyang' checker.
Added modal overlay displays showing the yang check results every place the
yin/yang symbol is shown (red or green) to indicate the presencee and result
of yang checks. Added a Yang Validation: line in the document
meta-information section on the document's page in the datatracker.
Added the result of the xym extaction to the yang check results, to make
extration failures visible.
Added the version of the used xym, pyang, and yanglint commands to the check
results.
Added an action to move successfully extracted and validated modules to the
module library directories immediately on submission.
Added the xym and pyang repositories as svn:external components, rather than
listing them in requirements.txt, as there has been delays of many months
between essential features in the repositories, and an actual release. We may
get occasional buildbot failures if broken code is pulled in from the
repository, but better that than the functionality failure of severely
outdated componets.
Added a new management command to re-run yang validation for active drafts for
which yang modules were found at submission time, in order to pick up imported
models which may have arrived in the model libraries after the draft's
submission. Run daily from bin/daily.
Added a table to hold version information for external commands. The yang
checker output should include the version information of the used checkers,
but seems unnecessary to run each command with its --version switch every
time we check a module...
Added a new management command to collect version information for external
commands on demand. To be run daily from bin/daily.
Added tests to verify that xym, pyang and yanglint information is available
on the submission confirmation page, and updated the yang module contained in
the test document to validate under both pyang and yanglint.
Updated admin.py and resource.py files as needed.
- Legacy-Id: 13630