Revamp the menu structure some, and remove a bunch of unneeded files.
- Legacy-Id: 19521
Note: SVN reference [19485] has been migrated to Git commit 126892d8a2
Remove the Note Well from the datatracker and point to the IETF web site.
One less thing to keep in sync if the Note Well changes.
- Legacy-Id: 19520
Note: SVN reference [19484] has been migrated to Git commit 962253f994
Restructure the I-D submission page.
While there is no change in functionality, we now by default only show
an option to submit XML, with other formats hidden behind a 'Submit
other formats' checkbox. I also simplified the text on the page.
- Legacy-Id: 19519
Note: SVN reference [19483] has been migrated to Git commit e8a1e6c45a
Move letter icons consistently after the name.
Use the correct attribute for an extresource value.
- Legacy-Id: 19514
Note: SVN reference [19472] has been migrated to Git commit 0d1be6093a
Add a 'sign in' button to the menu bar when the user is not signed in.
This will hopefully make it more noticeable when one got logged out.
- Legacy-Id: 19509
Note: SVN reference [19467] has been migrated to Git commit 369643cd5e
Use friendlier language when requiring manual assistance with account creation. Fixes#3445.
- Legacy-Id: 19503
Note: SVN reference [19464] has been migrated to Git commit 3a553c4863
Adjust the IPR declaration submission form to remove the line about limiting the declaration solely to stardards-track IETF documents.
- Legacy-Id: 19501
Note: SVN reference [19454] has been migrated to Git commit f4ebe39e87
Align code, tests, and url templates around the person ajax json views. Fix a dangling pyflake nit.
- Legacy-Id: 19500
Note: SVN reference [19453] has been migrated to Git commit d74c7a8a5a
Remove submissioncheck results from search_result_row until performance issues are addressed.
- Legacy-Id: 19499
Note: SVN reference [19452] has been migrated to Git commit f909a1922b
While there is no change in functionality, we now by default only show
an option to submit XML, with other formats hidden behind a "Submit
other formats" checkbox. I also simplified the text on the page.
Commit ready for merge.
- Legacy-Id: 19483
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