bars work. This also moves the javascript from the agenda.html
to separate timezone.js file. This commit does not include the
moment and moment-timezone javascript libraries that are
needed to get this working, they need to be added to
ietf/externals/static separately.
- Legacy-Id: 18689
Do not require redundant meeting number for session materials view.
- Legacy-Id: 18661
Note: SVN reference [18654] has been migrated to Git commit acbfbf53a3
Retrieve session agenda materials by meeting/session instead of by assignment.
- Legacy-Id: 18660
Note: SVN reference [18653] has been migrated to Git commit 27d9df7bff
Retrieve session agenda, slides, and minutes each time agenda modal is opened. Fixes#3050.
- Legacy-Id: 18658
Note: SVN reference [18651] has been migrated to Git commit bbf04c3fbe
Increase length-limit on the notes field of the Generic IPR disclosure form. Additional fix for #3104.
- Legacy-Id: 18637
Note: SVN reference [18622] has been migrated to Git commit a6e614d8ad
Increase length-limit on the notes field of the base IPR disclosure form. Fixes#3104.
- Legacy-Id: 18632
Note: SVN reference [18620] has been migrated to Git commit 02718dc447
This adds support for the simpler show/hide filtering to the ical agenda
views. It also significantly rearranges (and, I hope, improves the
organization of) the tests. In particular, it specifically tests that
the ical and HTML views include equivalent sets of events. Finally, the
agenda_filter.html template is reworked to be more modular.
- Legacy-Id: 18631
Email requesters when an interim moves into the announcement queue. Partially addresses #3016 and #3099.
- Legacy-Id: 18630
Note: SVN reference [18616] has been migrated to Git commit ff3f3bd99a
Add more options to Group select field of Misc Session create. Fixes#3033.
- Legacy-Id: 18611
Note: SVN reference [18591] has been migrated to Git commit 9c8cd55391
Allow anyone to see the pending and awaiting announcement tabs on the upcoming meeting view. Fixes#2929. Partially addresses #3016.
- Legacy-Id: 18609
Note: SVN reference [18589] has been migrated to Git commit b0eeaecca0
When we started explicitly listing draft and RFC author names on the documemnt
pages in commit [18549], it uncovered a number of links that 404'ed because
name alias entries were missing for some person entries, in particular for
authors of early RFCs and drafts. Adding such alias entries can be done
automatically in most cases. This new management command will do so, and also
report (and in some cases fix) additional issues, such as names incorrectly
incorporating '<>', name aliases that are email addresses, and more.
Run with -v2 (verbosity 2) it will report all found names and aliases for each
issue type, and run with -f it will fix those that can be automatically fixed.
- Legacy-Id: 18599
Note: SVN reference [18549] has been migrated to Git commit 2899c2a65d