Robert Sparks
8a06980b4e
Merged in [18860] from rcross@amsl.com:
...
Add special handling for ReviewerSettings to merge person feature. Fixes #3183 .
- Legacy-Id: 18881
Note: SVN reference [18860] has been migrated to Git commit aca3b41445
2021-03-03 16:07:42 +00:00
Robert Sparks
7cd52f4d81
Merged in [18869] from rjsparks@nostrum.com:
...
Display htmlized pages much more like tools.ietf.org.
- Legacy-Id: 18880
Note: SVN reference [18869] has been migrated to Git commit b075c2dca8
2021-03-03 15:40:55 +00:00
Robert Sparks
fa0826f860
Merged in [18862] from peter@akayla.com:
...
Modifies stream name descriptions and changes document page to use the description instead of the stream name. Fixes issue 3169.
- Legacy-Id: 18879
Note: SVN reference [18862] has been migrated to Git commit 12a5e04689
2021-03-02 23:33:48 +00:00
Ryan Cross
8da4caf30f
Fix test for handle_reviewer_settings. Commit ready for merge
...
- Legacy-Id: 18878
2021-03-02 22:27:57 +00:00
Robert Sparks
9744ae12e5
Reverted r18858. More work is needed.
...
- Legacy-Id: 18873
2021-03-02 18:35:34 +00:00
Robert Sparks
5b43494421
Merged in [18858] from kivinen@iki.fi:
...
Remove the automatic redirect from latest version to page without version number (also from tests), and made sure when viewing old snapshot which also happens to be last revision for draft where we have rfc, we show information from the draft, not from the rfc. Fixes issue #3162 .
- Legacy-Id: 18872
Note: SVN reference [18858] has been migrated to Git commit 84a25ed491
2021-03-02 17:17:30 +00:00
Robert Sparks
c44c8a0caa
Merged in [18857] from housley@vigilsec.com:
...
Properly handle bibxml3 for drafts with filenames that end in a hypen and digits. Fixes #3188 .
- Legacy-Id: 18870
Note: SVN reference [18857] has been migrated to Git commit cb554fa862
2021-03-02 14:51:08 +00:00
Robert Sparks
b075c2dca8
Display htmlized pages much more like tools.ietf.org. Commit ready for merge.
...
- Legacy-Id: 18869
2021-03-01 22:50:31 +00:00
Robert Sparks
87489c8694
Merged in [18856] from rjsparks@nostrum.com:
...
Patch around multiple newrevisiondocevents.
- Legacy-Id: 18868
Note: SVN reference [18856] has been migrated to Git commit 160030c745
2021-03-01 22:31:16 +00:00
Robert Sparks
8bf32fc890
Adjust several searchable fields to match a changed interface in select2-field.js
...
- Legacy-Id: 18867
2021-02-26 16:23:04 +00:00
Robert Sparks
1781f53626
De-bootstrapped the page - simplified the styling.
...
- Legacy-Id: 18865
2021-02-25 21:44:25 +00:00
Robert Sparks
ae4c2d1fca
Updated test (minor) to match changes in generation of page
...
- Legacy-Id: 18864
2021-02-24 19:10:23 +00:00
Robert Sparks
2421e41f3f
Minor tweaks
...
- Legacy-Id: 18863
2021-02-24 18:26:45 +00:00
Peter E. Yee
12a5e04689
Modifies stream name descriptions and changes document page to use the description instead of the stream name. Fixes issue 3169. Commit ready for merge.
...
- Legacy-Id: 18862
2021-02-24 03:11:50 +00:00
Robert Sparks
fc6579c712
Remove datatracker menu, simplify the base, and focus primarily on styling for just this page. Add the colorbar and tooltips.
...
- Legacy-Id: 18861
2021-02-23 23:16:07 +00:00
Ryan Cross
aca3b41445
Add special handling for ReviewerSettings to merge person feature. Fixes #3183 . Commit ready for merge
...
- Legacy-Id: 18860
2021-02-23 21:03:16 +00:00
Tero Kivinen
84a25ed491
Remove the automatic redirect from latest version to page without version number (also from tests), and made sure when viewing old snapshot which also happens to be last revision for draft where we have rfc, we show information from the draft, not from the rfc. Fixes issue #3162 . Commit ready for merge.
...
- Legacy-Id: 18858
2021-02-23 19:17:45 +00:00
Russ Housley
cb554fa862
Properly handle bibxml3 for drafts with filenames that end in a hypen and digits. Fixes #3188 .
...
- Legacy-Id: 18857
2021-02-23 18:38:06 +00:00
Robert Sparks
160030c745
Patch around multiple newrevisiondocevents. Commit ready for merge.
...
- Legacy-Id: 18856
2021-02-20 19:29:56 +00:00
Robert Sparks
cc65d97563
Set version info and settings back to development mode
...
- Legacy-Id: 18843
2021-02-18 16:58:06 +00:00
Robert Sparks
6935a7cfdf
Set version info to release version 7.26.0 before branching.
...
- Legacy-Id: 18841
2021-02-18 16:57:46 +00:00
Robert Sparks
23a3af48e2
Updated bower-managed static web assets
...
- Legacy-Id: 18838
2021-02-17 21:42:43 +00:00
Robert Sparks
436d68e5c1
Change ietf.doc.tests.TemplateTagTest to use our own TestCase class rather than bare unittest.
...
- Legacy-Id: 18837
2021-02-17 21:38:31 +00:00
Robert Sparks
156cbf680e
Change styling to get closer to tools. Implement most of the info items.
...
- Legacy-Id: 18836
2021-02-16 22:41:31 +00:00
Robert Sparks
9a73cd272e
Merged in [18833] from jennifer@painless-security.com:
...
Refactor reviewer queue policy handling of 'skip' setting. Fixes #3038 .
- Legacy-Id: 18835
Note: SVN reference [18833] has been migrated to Git commit 92c9f856a4
2021-02-16 20:58:00 +00:00
Robert Sparks
daf3e7b895
Merged in [18829] from jennifer@painless-security.com:
...
Allow assignment of Person as 'action holder' for a Doc, plus rudimentary automation of assignment. Fixes #3146 .
- Legacy-Id: 18834
Note: SVN reference [18829] has been migrated to Git commit e11583a87f
2021-02-16 20:23:24 +00:00
Jennifer Richards
92c9f856a4
Refactor reviewer queue policy handling of "skip" setting. Fixes #3038 . Commit ready for merge.
...
- Legacy-Id: 18833
2021-02-16 19:31:50 +00:00
Robert Sparks
78ea286631
Merged in [18828] from jennifer@painless-security.com:
...
Use Roles instead of dedicated model for liaison statement group contacts. Fixes #3100 .
- Legacy-Id: 18832
Note: SVN reference [18828] has been migrated to Git commit df37793e14
2021-02-16 18:38:55 +00:00
Jennifer Richards
e11583a87f
Allow assignment of Person as "action holder" for a Doc, plus rudimentary automation of assignment. Fixes #3146 . Commit ready for merge.
...
- Legacy-Id: 18829
2021-02-12 20:31:00 +00:00
Jennifer Richards
df37793e14
Use Roles instead of dedicated model for liaison statement group contacts. Fixes #3100 . Commit ready for merge.
...
- Legacy-Id: 18828
2021-02-12 16:39:20 +00:00
Robert Sparks
9c173f487e
Merged in [18821] from rjsparks@nostrum.com:
...
Add proper folding for static content in the DESCRIPTION in the important-dates ics feed. Remove important-dates from the upcoming meetings ics.
- Legacy-Id: 18824
Note: SVN reference [18821] has been migrated to Git commit 762064236e
2021-02-10 18:13:03 +00:00
Robert Sparks
762064236e
Add proper folding for static content in the DESCRIPTION in the important-dates ics feed. Remove important-dates from the upcoming meetings ics.
...
- Legacy-Id: 18821
2021-02-04 18:14:01 +00:00
Robert Sparks
42bd8f5a41
Enable two tests that were not running because of typos in the test name. Thanks to Jennifer for spotting the typos.
...
- Legacy-Id: 18819
2021-02-01 22:37:57 +00:00
Robert Sparks
4dd013ea0f
Set version info and settings back to development mode
...
- Legacy-Id: 18816
2021-02-01 16:24:10 +00:00
Robert Sparks
2b99918905
Set version info to release version 7.25.0 before branching.
...
- Legacy-Id: 18814
2021-02-01 16:23:38 +00:00
Robert Sparks
b5d264bdc8
Updated timezone choices
...
- Legacy-Id: 18810
2021-02-01 15:12:41 +00:00
Robert Sparks
1a53f66a2d
Merged in [18808] from rjsparks@nostrum.com:
...
Tweaked schedule editor colors to match preferences chosen by Liz. Added coloration for sessions having the IAB as a parent.
- Legacy-Id: 18809
Note: SVN reference [18808] has been migrated to Git commit f93a5ea4f7
2021-01-29 20:09:28 +00:00
Robert Sparks
f93a5ea4f7
Tweaked schedule editor colors to match preferences chosen by Liz. Added coloration for sessions having the IAB as a parent.
...
- Legacy-Id: 18808
2021-01-29 19:32:10 +00:00
Robert Sparks
9a9f3fa360
Merged in [18798] from jennifer@painless-security.com:
...
Improve handling of submissions for closed working groups. Fixes #3058 .
- Legacy-Id: 18807
Note: SVN reference [18798] has been migrated to Git commit 233bff8196
2021-01-27 23:19:42 +00:00
Jennifer Richards
86dd2b2e67
Integrate week-view timezone handling with changes to main agenda page. Commit ready for merge.
...
- Legacy-Id: 18803
2021-01-26 14:51:55 +00:00
Robert Sparks
ce0f749293
Add a more granular setting for enabling extra debugging on the agenda page. Commit ready for merge.
...
- Legacy-Id: 18801
2021-01-25 19:08:25 +00:00
Robert Sparks
09809b874e
Merged in [18689] from kivinen@iki.fi:
...
New version of the timezone support for agenda. Now the ongoing
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: 18800
Note: SVN reference [18689] has been migrated to Git commit f18fe23ea5
2021-01-25 16:28:34 +00:00
Jennifer Richards
233bff8196
Improve handling of submissions for closed working groups. Fixes #3058 . Commit ready for merge.
...
- Legacy-Id: 18798
2021-01-18 14:55:25 +00:00
Robert Sparks
159b8fe37c
Merged in [18712] from jennifer@painless-security.com:
...
Add timezone support to agenda weekview; display UTC on UTC agenda page. Fixes #3111 .
- Legacy-Id: 18796
Note: SVN reference [18712] has been migrated to Git commit d29553c0bc
2021-01-15 19:59:56 +00:00
Robert Sparks
e94f5c15ff
Allow ballot text to be edited after the ballot is approved. Fixes #3157 . Related to #3119 . Commit ready to merge.
...
- Legacy-Id: 18791
2021-01-11 22:59:11 +00:00
Robert Sparks
03e5121f72
Remove HistoricalGroupFeatures. Fixes #3152 . Commit ready for merge.
...
- Legacy-Id: 18782
2020-12-18 18:57:26 +00:00
Robert Sparks
a55b0084af
Set version info and settings back to development mode
...
- Legacy-Id: 18776
2020-12-17 15:43:35 +00:00
Robert Sparks
09c13eeab7
Set version info to release version 7.24.0 before branching.
...
- Legacy-Id: 18774
2020-12-17 15:43:14 +00:00
Robert Sparks
2347dafb71
Be more specific when matching the url for meeting.ajax.sessions_json
...
- Legacy-Id: 18768
2020-12-16 18:30:36 +00:00
Robert Sparks
d8a24a8e2a
Corrected a typo in a test.
...
- Legacy-Id: 18767
2020-12-15 20:34:47 +00:00