Commit graph

3234 commits

Author SHA1 Message Date
Robert Sparks 3697180cc1 Reverted merge of timezone-aware migration efforts.
- Legacy-Id: 18792
2021-01-12 16:54:20 +00:00
Robert Sparks 34a7b00db3 Merged in ^/personal/henrik/r18768 from henrik@levkowetz.com:
Changed all timestamp fields to be timezone-aware. Improved crawl to make it easier to make before/after comparisons. Refactored code to simplify use of the now-aware timezone fields.
 - Legacy-Id: 18787
2021-01-07 20:43:14 +00:00
Henrik Levkowetz 59b49c846b Fixed a number of TimeSlot-related issues, in particular related to getting the correct date from a timeslot. Also fixed the displayed slot times in the new schedule editors to show local times, not UTC times.
- Legacy-Id: 18785
2020-12-19 22:55:11 +00:00
Henrik Levkowetz 774e752a54 Snapshot of timezone-aware datatracker code. Tests pass, and the test-crawler shows only expected differences. Trunk changes merged in up to r18768.
- Legacy-Id: 18770
2020-12-16 23:53:37 +00:00
Robert Sparks 8d94aeabe0 Merged in [18744] from rjsparks@nostrum.com:
Cleaner title on the document history page when the document is an rfc (or any other document where rev is empty).
 - Legacy-Id: 18761
Note: SVN reference [18744] has been migrated to Git commit c9f7b18981
2020-12-11 21:59:11 +00:00
Robert Sparks 8ab7a30ba3 Merged in [18724] from jennifer@painless-security.com:
Allow cancellation of individual sessions of multi-session interim meeting. Fixes #2959.
 - Legacy-Id: 18757
Note: SVN reference [18724] has been migrated to Git commit 79971e14c7
2020-12-11 21:13:33 +00:00
Robert Sparks b673e9f836 Merged in [18719] from housley@vigilsec.com:
Automatically move the IESG document state when a ballot is issued, prevent a writeup change or re-issue of ballot if the document is already approved, and warn about issuing ballots before the IETF Last Call is finished. Fixes #3119.
 - Legacy-Id: 18746
Note: SVN reference [18719] has been migrated to Git commit 89ec802a5b
2020-12-10 17:04:41 +00:00
Robert Sparks c9f7b18981 Cleaner title on the document history page when the document is an rfc (or any other document where rev is empty). Commit ready for merge.
- Legacy-Id: 18744
2020-12-08 15:58:14 +00:00
Henrik Levkowetz 61af52117e Undid an inadverant character delete.
- Legacy-Id: 18742
2020-12-08 14:15:00 +00:00
Henrik Levkowetz 2e6efce714 Fixed some instances of invalid HTML.
- Legacy-Id: 18741
2020-12-08 14:13:26 +00:00
Henrik Levkowetz c968aa96cd Removed a timezone-naive invisible HTML element that had been used for debugging.
- Legacy-Id: 18740
2020-12-08 14:12:23 +00:00
Henrik Levkowetz 726a7a38e1 Merged in [18714] from rjsparks@nostrum.com:
Send email to new mailtrigger controlled destinations when iana expert review state changes. Fixes #3121.
 - Legacy-Id: 18733
Note: SVN reference [18714] has been migrated to Git commit 7e384a8aea
2020-12-04 18:46:23 +00:00
Henrik Levkowetz ae16f8d5eb It's very hard to distinguish the different constraint classes on the meeting requests summary page. Added numbers 1) 2) 3) etc. to make that easier.
- Legacy-Id: 18731
2020-12-04 16:07:30 +00:00
Jennifer Richards 79971e14c7 Allow cancellation of individual sessions of multi-session interim meeting. Fixes #2959. Commit ready for merge.
- Legacy-Id: 18724
2020-12-01 17:37:09 +00:00
Russ Housley 89ec802a5b Automatically move the IESG document state when a ballot is issued, prevent a writeup change or re-issue of ballot if the document is already approved, and warn about issuing ballots before the IETF Last Call is finished. Fixes #3119.
- Legacy-Id: 18719
2020-11-23 22:59:41 +00:00
Robert Sparks 7e384a8aea Send email to new mailtrigger controlled destinations when iana expert review state changes. Fixes #3121. Commit ready for merge.
- Legacy-Id: 18714
2020-11-18 21:32:48 +00:00
Henrik Levkowetz b44984abdf Merged in [18695] from peter@akayla.com:
Changed new email address button text. Fixes #3134.
 - Legacy-Id: 18703
Note: SVN reference [18695] has been migrated to Git commit 4a76568a8b
2020-11-17 06:14:36 +00:00
Peter E. Yee 4a76568a8b Changed new email address button text. Fixes #3134. Commit ready for merge.
- Legacy-Id: 18695
2020-11-14 07:08:01 +00:00
Henrik Levkowetz d79066bac1 Fixed a recent regression in agenda.html which caused the 'now' context variable to not be available when checking if a meeting session is in the past or future, to know which recordings or live session links to show. Also fixed a potential timezone issue with regards to this.
- Legacy-Id: 18688
2020-11-12 00:36:39 +00:00
Henrik Levkowetz 9da87c59e1 Merged in [18654] from jennifer@painless-security.com:
Do not require redundant meeting number for session materials view.
 - Legacy-Id: 18661
Note: SVN reference [18654] has been migrated to Git commit acbfbf53a3
2020-11-08 12:27:04 +00:00
Henrik Levkowetz f82b239d24 Merged in [18653] from jennifer@painless-security.com:
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
2020-11-06 16:17:55 +00:00
Henrik Levkowetz bd496b716f Removed superfluous spaces within <pre> for materials. Fixes issue #3124.
- Legacy-Id: 18659
2020-11-06 16:16:41 +00:00
Henrik Levkowetz 35f4f4c8a8 Merged in [18651] from jennifer@painless-security.com:
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
2020-11-06 15:53:28 +00:00
Jennifer Richards acbfbf53a3 Do not require redundant meeting number for session materials view. Commit ready for merge.
- Legacy-Id: 18654
2020-11-02 20:11:13 +00:00
Jennifer Richards 27d9df7bff Retrieve session agenda materials by meeting/session instead of by assignment. Commit ready for merge.
- Legacy-Id: 18653
2020-11-02 19:30:23 +00:00
Jennifer Richards bbf04c3fbe Retrieve session agenda, slides, and minutes each time agenda modal is opened. Fixes #3050. Commit ready for merge.
- Legacy-Id: 18651
2020-10-30 17:17:49 +00:00
Henrik Levkowetz 7384c03859 Merged in ^/personal/jennifer/7.17.1.dev0 from jennifer@painless-security.com:
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
2020-10-23 18:50:42 +00:00
Henrik Levkowetz 517ebfa15b Merged in [18616] from rjsparks@nostrum.com:
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
2020-10-23 18:00:27 +00:00
Henrik Levkowetz 1832976b94 Added caching for the /doc/active page.
- Legacy-Id: 18625
2020-10-22 11:25:24 +00:00
Jennifer Richards d67b298512 Use reworked filtering for ical agendas; refactor filter UI with office hours buttons and nicer formatting
- Legacy-Id: 18619
2020-10-16 16:06:07 +00:00
Robert Sparks ff3f3bd99a Email requesters when an interim moves into the announcement queue. Partially addresses #3016 and #3099. Commit ready for merge.
- Legacy-Id: 18616
2020-10-13 22:45:31 +00:00
Henrik Levkowetz 779087d24b Merged in [18601] from fenton@bluepopcorn.net:
Added NomCom membership history page. Fixes issue #3006. Branch
 - Legacy-Id: 18614
Note: SVN reference [18601] has been migrated to Git commit 431a112bf1
2020-10-12 19:55:04 +00:00
Henrik Levkowetz e815b87750 Refined the template used by the person-link template tag to do better for document authors without an email address.
- Legacy-Id: 18613
2020-10-12 17:02:07 +00:00
Jim Fenton 431a112bf1 Added NomCom membership history page. Fixes issue #3006. Branch ready for merge.
- Legacy-Id: 18601
2020-10-12 02:36:16 +00:00
Henrik Levkowetz 86f495b246 Changed the template for the person_link templatetag to use email address instead of name, to work correctly for for different persons having the same name.
- Legacy-Id: 18595
2020-10-11 15:02:13 +00:00
Henrik Levkowetz 107a5d3c68 Made the important-dates page honour the Meeting.show_important_dates setting.
- Legacy-Id: 18565
2020-10-07 20:07:54 +00:00
Jennifer Richards 1b1bc24744 Rework agenda filters with show/hide keywords in place of 'types' and add bof / AD office hours buttons
- Legacy-Id: 18563
2020-10-05 13:55:52 +00:00
Henrik Levkowetz 2cb14e6e29 Grammar fix.
- Legacy-Id: 18561
2020-10-05 11:01:26 +00:00
Henrik Levkowetz f31b52e8f7 Merged in [18550] from rjsparks@nostrum.com:
Use the id-archive wherever we had been using the id-repository. Fixes #3080.
 - Legacy-Id: 18560
Note: SVN reference [18550] has been migrated to Git commit 3baea05e6d
2020-10-04 14:16:15 +00:00
Henrik Levkowetz df6d06bd30 Changed a couple of spots with links to the person profile page to use the person_link template tag.
- Legacy-Id: 18552
2020-10-02 18:08:42 +00:00
Robert Sparks 3baea05e6d Use the id-archive wherever we had been using the id-repository. Fixes #3080. Commit ready for merge.
- Legacy-Id: 18550
2020-10-02 14:13:17 +00:00
Henrik Levkowetz 2899c2a65d Added listing of author names, with links to the individual profile pages, to Draft and RFC status pages. Related to issue #3093.
- Legacy-Id: 18549
2020-10-02 12:34:50 +00:00
Henrik Levkowetz 4128a769a8 Added RFC and active drafts counts to the personal profile page.
- Legacy-Id: 18548
2020-10-02 12:32:48 +00:00
Henrik Levkowetz 19f3861d96 Added a link to a user's personal profile page to the account info page, and moved the GDPR fine print to the bottom. Turned the 'personal-info' dagger symbols into links to the fine print. Added a dagger to the 'External Resources' section. Partially related to issue #3093.
- Legacy-Id: 18547
2020-10-02 12:31:45 +00:00
Henrik Levkowetz de8d00cc05 Added a link to a user's personal profile page to the personal drop-down menu. Addresses issue #3093.
- Legacy-Id: 18546
2020-10-02 12:27:31 +00:00
Henrik Levkowetz 7d01c661f2 Merged in the agenda filtering improvements from jennifer@painless-security.com. This completely reworks the filtering of the IETF agenda, in order to not collide with page navigation and clean up a number of edge cases. It also reinstates the same kind of filtering for the upcoming meetings page.
- Legacy-Id: 18534
2020-09-30 11:39:40 +00:00
Henrik Levkowetz 1b6124cdd3 Changed the template for /meeting/upcoming.ics to not produce floating times for meetings with UTC timezone. Fixes issue #3074.
- Legacy-Id: 18525
2020-09-28 19:31:44 +00:00
Jennifer Richards 97dd600a9b Rebase agenda customization from jennifer/7.13.1.dev0 to 7.17.1.dev0
- Legacy-Id: 18517
2020-09-24 14:27:30 +00:00
Jennifer Richards 7bee3020fd Rearrange agenda customization UI and add customization UI to upcoming meetings
- Legacy-Id: 18513
2020-09-23 15:03:40 +00:00
Henrik Levkowetz ac5e88b82b Added a context processor to make settings generally available in page templates. Split the SECRETARIAT_TICKET_EMAIL setting into SECRETARIAT_ACTION_EMAIL and SECRETARIAT_INFO_EMAIL, with different addresses. Updated places with hardcoded ietf-action@ietf.org addresses to use the settings value, and updated some places to use ietf-infor@ietf.org instead of the ietf-action address. Fixes issue #3081.
- Legacy-Id: 18501
2020-09-17 11:10:27 +00:00