no be at the moment - fallout from the tools.ietf.org move?)
Also move letter icons consistently after the name.
Commit ready for merge.
- Legacy-Id: 19472
Update internal references to trac.tools.ietf.org to point to trac.ietf.org. Remove several links into tools.ietf.org.
- Legacy-Id: 19443
Note: SVN reference [19422] has been migrated to Git commit cd748cd760
Only show roles in active roups in the oidc roles claim. Fixes#3424.
- Legacy-Id: 19442
Note: SVN reference [19412] has been migrated to Git commit 21f5a55e2f
Add a new Django field, IETFJSONField
This field is needed because the plain JSONField does not permit empty arrays - [] - or empty objects - {} - when the field is marked as required. Those values explicitly evaluate to a null value, and are rejected.
Instead, the IETFJSONField accepts two new arguments to control this:
- empty_values: An array of values that should evaluate to null/empty, and be rejected.
- accepted_empty_values: An array of values that should *not* evaluate to null/empty, and be accepted.
This allows the programmer to specify either a positive or negative statement of what values to accept.
Fixes issue #3331.
- Legacy-Id: 19440
Note: SVN reference [19401] has been migrated to Git commit 604d6edef0
This field is needed because the plain JSONField does not permit empty arrays - [] - or empty objects - {} - when the field is marked as required. Those values explicitly evaluate to a null value, and are rejected.
Instead, the IETFJSONField accepts two new arguments to control this:
- empty_values: An array of values that should evaluate to null/empty, and be rejected.
- accepted_empty_values: An array of values that should *not* evaluate to null/empty, and be accepted.
This allows the programmer to specify either a positive or negative statement of what values to accept.
Fixes issue #3331. Commit ready for merge.
- Legacy-Id: 19401
Correctly highlight session constraints in the meeting schedule editor. Fixes#3327.
- Legacy-Id: 19389
Note: SVN reference [19385] has been migrated to Git commit 67198180e1
Update links in iCal description to be more useful. Fixes#3349.
- Legacy-Id: 19388
Note: SVN reference [19384] has been migrated to Git commit 7d59456103
Allow pre-ADs to be assigned as responsible for document. Fixes#3229.
- Legacy-Id: 19387
Note: SVN reference [19383] has been migrated to Git commit fc9864114b
Change url and instructive text in email sent when a ballot position is taken. Fixes#3208.
- Legacy-Id: 19370
Note: SVN reference [19360] has been migrated to Git commit ea8b734874
Render markdown agendas in popups on the agenda page. Fixes#3039.
- Legacy-Id: 19369
Note: SVN reference [19359] has been migrated to Git commit 7912d05417
Remove remaining use of markdown2. Enable markdown extras when rendering agendas. Fixes#3316.
- Legacy-Id: 19368
Note: SVN reference [19358] has been migrated to Git commit 6ac363e3e2
Provide a page that shows how current charter text renders through markdown. Related to #2695.
- Legacy-Id: 19367
Note: SVN reference [19357] has been migrated to Git commit d7841409ca
Use live_server_url as IDTRACKER_BASE_URL in IetfLiveServerTestCase. Fixes#3203.
- Legacy-Id: 19365
Note: SVN reference [19353] has been migrated to Git commit c390fe012e
Implements /api/appauth/authortools API endpoint. Fixes#3396.
- Legacy-Id: 19364
Note: SVN reference [19344] has been migrated to Git commit dc833aa85c
Refactor get_related_meeting to simplify / correctly handle recording doctype
- Legacy-Id: 19343
Note: SVN reference [19339] has been migrated to Git commit 05870adeeb
Note: SVN reference [19340] has been migrated to Git commit c0b076258b
Adjust groupfeatures has_session_materials to match modern usage. Adjusted proceedings and materials templates to show fewer unnecessary duplicates. Fixes#2981 and #3387.
- Legacy-Id: 19335
Note: SVN reference [19316] has been migrated to Git commit d4899b78f9
Handle missing 'to' field in process_response_email. Relates to #3357.
- Legacy-Id: 19332
Note: SVN reference [19312] has been migrated to Git commit 0782ee0843
Adjust tests and forms to match changes to permissions made in through the admin. These need to use the data rather than the code. See #3393.
- Legacy-Id: 19331
Note: SVN reference [19311] has been migrated to Git commit 4240ce088e
Add IAB Administrative Support Group group type. Add IAB groups to the group menu. Clearly delineate group types in the group menu. Fixes#3295 and #3296.
- Legacy-Id: 19328
Note: SVN reference [19307] has been migrated to Git commit d42730300a
Improve proceedings display with new title block, configurable host logos, and additional PDF or URL materials. Fixes#3147.
- Legacy-Id: 19327
Note: SVN reference [19306] has been migrated to Git commit 2060173f3a
Show the constraint names on the meeting session requests page. Fixes#3082.
- Legacy-Id: 19326
Note: SVN reference [19305] has been migrated to Git commit 6a7ebfdb7a
Include new conflict types in the session request notification email. Fixes#3381.
- Legacy-Id: 19324
Note: SVN reference [19301] has been migrated to Git commit 7db98010e2
Note: SVN reference [19303] has been migrated to Git commit 5f465caa18
Note: SVN reference [19304] has been migrated to Git commit 05390ebb7a
Handle num=None case in proceedings() and specify meeting number in test_proceedings_no_agenda. Fixes#3385.
- Legacy-Id: 19323
Note: SVN reference [19300] has been migrated to Git commit ca78da6ff4
Remove outdated mechanic for adding additional email addresses to crash reports from several apps.
- Legacy-Id: 19321
Note: SVN reference [19298] has been migrated to Git commit 24782163cb