Jennifer Richards
2247a368dc
fix: improve RH panel behavior at small viewport sizes ( #3801 )
...
* fix: align nav links to top of RH panel
* fix: allow timezone picker to wrap
* fix: improve RH panel behavior at small viewport sizes
* drop card styling
* use `btn-group-sm` for compact timezone picker
* limit overall height of #righthand-panel
* remove redundant CSS merge artifact
2022-04-08 14:52:55 -03:00
Jennifer Richards
3619d3bfbf
fix: handle invalid fields properly in proc material upload form ( #3784 )
2022-04-07 22:58:01 -03:00
Jennifer Richards
eab4705dc1
fix: debug time zone widget and add to agenda RH nav panel ( #3792 )
2022-04-07 22:57:21 -03:00
Eric Vyncke
fd588d61b4
fix: add more explanations in BoF requests ( #3706 )
...
* Add more explanations in BoF requests
* Move IAB/IESG information to the template
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2022-04-07 17:34:53 -05:00
Jennifer Richards
68684be247
test: fix permissions on files for html validation ( #3795 )
...
* test: fix permissions on files for html validation
* test: rewind stdout before dumping output that caused error
2022-04-07 16:17:33 -05:00
Jennifer Richards
45df4f6dfd
fix: restore current session indicator/link on the agenda page ( #3790 )
2022-04-07 15:13:43 -03:00
Lars Eggert
3234f1a121
test: Validate HTML rendered during tests ( #3782 )
2022-04-07 13:30:38 -03:00
Jennifer Richards
db254f7a48
fix: tweak review assignment tooltips and control row height ( #3788 )
2022-04-07 09:48:23 -03:00
Robert Sparks
6867b1b667
fix: put unassigned review assignment contols on one small line ( #3780 )
2022-04-06 14:05:37 -03:00
Jennifer Richards
7738319c2a
fix: render meeting schedule editor icons using bootstrap-icons ( #3777 )
...
Uses template tags to render `ConstraintName` instances as HTML. Fixes #3557 .
2022-04-05 18:57:08 -03:00
Nicolas Giard
b65182150f
chore: remove legacy / deprecated files ( #3781 )
...
* chore: remove changelog files
* chore: remove data dir from source
* chore: exclude /data completely in gitignore
2022-04-05 15:45:01 -04:00
Jennifer Richards
016ee71855
feat: persist timeslot types made visible in the schedule editor ( #3778 )
...
This adds a POST action to the edit_meeting_schedule view that sets a list
of currently visible timeslot types in the user's session. On display of
the schedule editor, this is consulted before defaulting to show only 'regular'
timeslots. An ajax request is made to update the session when changing the
settings in the editor.
2022-04-05 16:00:59 -03:00
Nicolas Giard
cb3177efb9
chore: remove .gz from coverage file path in settings
2022-04-04 16:31:28 -04:00
Jennifer Richards
3865c4bc9c
fix: restore function of unassigned review management page ( #3774 )
...
* style: reformat manage-review-requests.js as StandardJS style
* refactor: use switch statement instead of if/else-if/else
* style: remove needless line break
* fix: fix jquery selectors to be less fragile and easier to read
* fix: clean up bs5 HTML/CSS for review request buttons
2022-04-01 17:42:12 -03:00
Jennifer Richards
2859c43677
fix: allow import of rev00 minutes and let secretariat edit materials ( #3776 )
...
* fix: show "Edit materials" button for all groups for a secretariat user
Fixes ietf-tools#3763
* fix: show "import minutes" button to import initial revision
* test: validate that import session minutes buttons are shown
* test: validate that "Edit materials" links are shown
2022-04-01 12:49:20 -03:00
Jennifer Richards
40c33b1281
fix: better handle corner cases for pre-IETF-64 agenda redirects ( #3775 )
...
Fixes #3669
2022-03-31 17:16:21 -03:00
Robert Sparks
ef4ad545b9
fix: left-align date columns in all tablesorter-classed tables. ( #3772 )
2022-03-30 18:45:39 -03:00
Robert Sparks
8373914678
fix: complete the removal of ietf.__init__.date. ( #3771 )
...
Co-authored-by: Nicolas Giard <github@ngpixel.com>
2022-03-30 18:43:51 -03:00
Robert Sparks
cb4a288ab6
fix: separate tables on team review page. Fixes #3679 . ( #3770 )
2022-03-30 18:42:29 -03:00
Jennifer Richards
300f717c3d
fix: avoid needlessly blocking import of session minutes ( #3761 )
...
Fixes #3558
2022-03-30 18:38:47 -03:00
Robert Sparks
1d8746cd63
fix: add tooltips to calendar icons on group meeting pages. Fixes #3695 . ( #3767 )
2022-03-30 18:37:29 -03:00
Jennifer Richards
29bbe06ddb
test: remove test for empty JS console log ( #3769 )
2022-03-30 15:14:29 -05:00
Robert Sparks
2e373adcd2
feat: improve release information in footer. ( #3738 )
2022-03-30 11:53:07 -03:00
Kesara Rathnayake
65439960fe
fix: Use an input field for draft submit status search ( #3758 )
2022-03-29 12:35:46 -05:00
Jennifer Richards
9590303027
Merge remote-tracking branch 'origin/feat/bs5' into main-merge
2022-03-25 15:18:58 -03:00
Robert Sparks
38883e506f
fix: enable delegation for many group types. ( #3753 )
...
fixes #3740
2022-03-25 13:56:49 -03:00
Robert Sparks
eaf1f01e4d
fix: point wg about pages directly to jabber archives. Fixes #3462 and #3368 . ( #3750 )
2022-03-25 13:48:47 -03:00
Jennifer Richards
4e3330e80f
fix: remove duplicate lines from merge
2022-03-25 12:44:32 -03:00
Jennifer Richards
c0c8771370
Merge branch 'main' into main-merge
...
# Conflicts:
# .devcontainer/docker-compose.extend.yml
# .github/workflows/build-test-base.yml
# .github/workflows/build.yml
# README.md
# docker/app.Dockerfile
# docker/configs/settings_local.py
# docker/docker-compose.extend.yml
# docker/scripts/app-init.sh
# ietf/release/tests.py
# ietf/release/urls.py
# ietf/templates/500.html
# ietf/templates/api/index.html
# ietf/templates/base.html
# ietf/templates/base/menu.html
# ietf/templates/group/group_about_status_edit.html
# ietf/templates/meeting/agenda_filter.html
# ietf/templates/release/about.html
# ietf/utils/tests.py
# package-lock.json
2022-03-25 11:15:05 -03:00
Robert Sparks
87838725af
test: bypass html validation pending rework at template level ( #3748 )
2022-03-25 07:53:46 -05:00
Russ Housley
0024cc9ea1
chore: Remove references to settings.SECR_VIRTUAL_MEETINGS. Fixes #3717 . ( #3741 )
2022-03-25 04:26:50 -05:00
Robert Sparks
79bcc6448e
feat: redirect to release information at github ( #3746 )
...
* chore: remove unused import
* feat: redirect to release information at github.
2022-03-24 16:38:33 -04:00
Nicolas Giard
9a4505dc74
chore: remove svn/trac infrastructure ( #3649 ) ( #3739 )
...
* chore: Remove svn/trac related infrastructure
* chore: Remove more svn/trac infrastructure
* fix: remove commented out Trac requirement
2022-03-24 12:24:35 -05:00
Lars Eggert
870fed030f
fix: More fixes for narrow screens ( #3662 )
...
* fix: More fixes for narrow screens
Need to keep checking for issues, there are more.
* Make columns more narrow on narrow screens
* More fixes
* More fixes
* Test fixes
* Fix more tests
* Close tbody
2022-03-24 12:40:48 -03:00
Robert Sparks
66feccbc67
test: avoid edge case in test factory. Fixes #3513 . ( #3736 )
2022-03-24 09:13:33 -03:00
Eric Vyncke
65d4c99707
feat: use related docs pages count when no page count ( #3686 )
2022-03-22 13:41:37 -05:00
Jennifer Richards
4e437a9f2d
test: scroll swap timeslots button into view before clicking ( #3719 )
2022-03-22 13:33:48 -05:00
Russ Housley
fd9a0a4d9f
fix: Do not include concluded WGs in /list/nonwg. Fixes #3726 . ( #3727 )
2022-03-22 13:18:59 -05:00
Robert Sparks
902e37d24d
fix: improve looking into submission request for remote ip. ( #3720 )
2022-03-22 13:04:50 -05:00
Robert Sparks
3d529bad20
fix: improve validation of submission version. Add submission name validation tests.
...
Co-authored-by: russhousley <housley@vigilsec.com>
2022-03-22 14:51:25 -03:00
Lars Eggert
f516f86a17
ci: Add vnu to dev + test docker image ( #3724 )
...
* ci: Add vnu to dev docker image
* Use default-jdk from apt, and just download the vnu JAR blob
2022-03-22 13:13:28 -04:00
Robert Sparks
841f289b5d
fix: repair incorrect merge ( #3728 )
2022-03-22 13:51:02 -03:00
Lars Eggert
d47692546e
fix: Re-add agenda day navigation targets to right-hand nav ( #3723 )
...
Fixes #3698
2022-03-22 07:22:25 -05:00
Jennifer Richards
fd2adc86eb
fix: redirect to renamed schedule after saving a name change ( #3696 )
...
Fixes #3427
2022-03-21 16:22:28 -03:00
Jennifer Richards
6ee123d29b
fix: replace invalid bi-chat* icons with valid ones ( #3716 )
2022-03-21 16:10:56 -03:00
Nicolas Giard
adc6331727
ci: inject release hash + branch during build
2022-03-21 14:45:10 -04:00
Nicolas Giard
ffb6904b09
ci: inject release hash + branch during build
2022-03-21 14:44:58 -04:00
Lars Eggert
eb5423d084
ci: Also check generated HTML with the "vnu" validator ( #3682 )
...
* ci: Also check generated HTML with the "vnu" validator
Because HTML Tidy apparently misses a bunch of errors.
* thead -> tbody
* More fixes
* More fixes
* Start checker in test runner
2022-03-21 12:50:23 -05:00
Robert Sparks
6ecd4b40e2
fix: use better address calculation for schedule owner. Fixes #2611 . ( #3709 )
2022-03-21 10:21:22 -03:00
Jennifer Richards
be10d6bb10
fix: remove overflow-hidden from div#content ( #3681 )
...
Allows position="sticky" items to attach to the viewport instead of the #content element.
2022-03-20 14:13:58 -05:00
Robert Sparks
9f4634f531
fix: use approver's identity instead of System ( #3701 ) ( #3705 )
...
Fixes issue #3545
Conditionally tests if the approver is AnonymousUser, in which case
System is still used
Co-authored-by: Peter Yee <github@houseofyee.com>
2022-03-20 09:00:09 -05:00
Peter Yee
4dc0247976
fix: use approver's identity instead of System ( #3701 )
...
Fixes issue #3545
Conditionally tests if the approver is AnonymousUser, in which case
System is still used
2022-03-20 07:54:15 -05:00
Russ Housley
71b1f13a79
fix: improfe draft name syntax checks ( #3703 )
...
* fix: Include blocked charters in AD dashboard that are ub external review
* fix: Improve draft name syntax checks. Fixes #3677
2022-03-20 06:59:29 -05:00
Robert Sparks
5c5d052603
fix: remove unintended debug code ( #3704 )
2022-03-19 16:02:46 -03:00
Russ Housley
74d30529b6
fix: Include blocked charters in AD dashboard that are in external review ( #3689 )
2022-03-19 11:59:04 -05:00
Tero Kivinen
311bbf8826
fix: Fix the doc_name to have class text-nowrap as we want to keep the entries in one line if possible. ( #3683 )
2022-03-19 11:56:22 -05:00
Robert Sparks
f15d0fa8e3
test: match changes to release/about
...
* chore: bring docker-compose to root level (#3642 )
* test: match changes to release/about
Co-authored-by: Nicolas Giard <github@ngpixel.com>
2022-03-19 16:06:38 +01:00
Robert Sparks
9df659b06e
fix: better draft name validation. Fixes #3539 . ( #3671 )
2022-03-18 18:01:25 -05:00
Jennifer Richards
3c91773e32
test: remove unused import that causes test failure ( #3667 )
2022-03-17 16:33:26 -05:00
Russ Housley
d40842e4ce
fix: Allow AD and Secretariat to update the people to notify about conflict-reviews until the are announced ( #3651 )
...
* Allow AD and Secretariat to update the people to notify about conflict-reviewss until the are announced. Fixes #3639 .
* fix: Allow notify list for conflict-review changes in any state
2022-03-16 14:16:55 -05:00
Robert Sparks
efc87dc35b
test: match changes to release/about
...
* chore: bring docker-compose to root level (#3642 )
* test: match changes to release/about
Co-authored-by: Nicolas Giard <github@ngpixel.com>
2022-03-16 13:15:05 -05:00
Robert Sparks
9e06efeaba
feat: update the shepherd writeup template ( #3650 )
...
* feat: update the shepherd writeup template
Fixes #3580 .
* fix: correct the version date
2022-03-16 11:54:00 -05:00
Lars Eggert
ef7d962e63
fix: Remove the person_link nowrap option from the Python code ( #3659 )
...
This was missed in #3657 .
2022-03-16 11:12:23 -05:00
Robert Sparks
a60c31e45d
chore: remove svn/trac infrastructure ( #3649 )
...
* chore: Remove svn/trac related infrastructure
* chore: Remove more svn/trac infrastructure
* fix: remove commented out Trac requirement
2022-03-16 11:08:47 -05:00
Lars Eggert
a68c154df9
fix: Always word-wrap person names in person_link links ( #3657 )
...
* fix: Always word-wrap person names in person_link links
Defaulting to "text-nowrap" causes too many issues on narrow screens.
* Remove extra space
2022-03-16 09:34:45 -05:00
Lars Eggert
c2cba855d8
fix: Fix a regression in #3625 ( #3656 )
...
Tag closed incorrectly.
2022-03-16 09:32:58 -05:00
Lars Eggert
52969aefca
feat: Mobile agenda improvements ( #3655 )
...
* fix: Improve agenda page for mobile (narrow) screens
* Remove unrelated change
* Remove FIXME
2022-03-16 09:30:21 -05:00
Lars Eggert
c7157c80c5
feat: Linkify external resources on the public profile page ( #3647 )
2022-03-15 08:50:15 -05:00
Lars Eggert
5587428ebc
feat: Save HTML source to file when tidy validation fails during test ( #3646 )
...
Instead of dumping the whole source code to the console.
2022-03-15 08:48:13 -05:00
Lars Eggert
0bbe216ebd
fix: Add a skipnav link ( #3645 )
...
Fixes #3632 .
2022-03-15 08:45:17 -05:00
Jennifer Richards
515dbedbc9
feat: bring bs5 branch up to date with changes on main ( #3644 )
...
* chore: bring docker dev init script up to date with bs5 branch (#3611 )
* ci: only run codeql on schedule
* feat: shorten long agenda filter button labels (#3602 )
Sessions with long names lead to poor rendering of the agenda filter buttons
on the 'customize the agenda view' page. This truncates those labels at 3 words.
* docs: Remove stale and incomplete information from the README (#3612 )
* docs: Suggest cloning a fork rather than ietf-tools repo (#3614 )
* docs: update README
* chore: add issue templates
* chore: update issue templates config
* chore: remove duplicate security issue link
* docs: point feature requests to discussions
* chore: add bug report form
* chore: remove bug report issue template
* chore: fix bug report form
* fix: point the api index page into Github instead of trac/svn
* chore: remove os + version + log fields from bug report form
* fix: point to GitHub for bug reports (#3625 )
* fix: point to GitHub for bug reports
* fix: point report bug link to template chooser
* fix: point report bug link to template chooser (2)
Co-authored-by: Nicolas Giard <github@ngpixel.com>
* fix: remove stale explanation of status reports (#3628 )
* fix: adjust about page to reflect move to GitHub. Normalize information level on page. (#3629 )
* fix: remove anchor tag with empty href (#3630 )
* fix: use same github issue URL on 500 error page as elsewhere (#3631 )
* chore: update report-a-bug.yml form
* ci: fix __init__.py version quotes
* chore: bring docker-compose to root level (#3642 ) (#3643 )
Authored-by: Nicolas Giard <github@ngpixel.com>
Co-authored-by: Nicolas Giard <github@ngpixel.com>
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
Co-authored-by: Jim Fenton <fenton@bluepopcorn.net>
2022-03-15 10:29:33 -03:00
Nicolas Giard
90b28957bb
ci: fix __init__.py version quotes
2022-03-14 18:09:08 -04:00
Nicolas Giard
86a3895ab9
ci: fix __init__.py version quotes
2022-03-14 18:07:45 -04:00
Lars Eggert
323d890252
fix: Search for docalias, not document ( #3635 )
...
Fixes #3605 .
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2022-03-14 11:49:23 -05:00
Lars Eggert
5125bb16ef
fix: X-Frame-Options can only be DENY or SAMEORIGIN these days ( #3634 )
2022-03-14 13:42:20 -03:00
Lars Eggert
646b7e52ad
fix: Move the navbar last, for text-based browsers ( #3636 )
...
Fixes #3632 .
2022-03-14 11:38:33 -05:00
Lars Eggert
fd8d9762f2
fix: Use fixed lengths for the first three columns of "meta" tables ( #3637 )
...
Fixes #3615 .
2022-03-14 11:32:28 -05:00
Jennifer Richards
e12ea0c64c
fix: use same github issue URL on 500 error page as elsewhere ( #3631 )
2022-03-11 15:52:38 -06:00
Jennifer Richards
ebc2e1a262
fix: remove anchor tag with empty href ( #3630 )
2022-03-11 15:36:44 -06:00
Robert Sparks
85d4ce748b
fix: adjust about page to reflect move to GitHub. Normalize information level on page. ( #3629 )
2022-03-11 17:22:44 -04:00
Robert Sparks
9ffb74c4c3
fix: remove stale explanation of status reports ( #3628 )
2022-03-11 17:02:50 -04:00
Robert Sparks
7b3ec180ab
fix: point to GitHub for bug reports ( #3625 )
...
* fix: point to GitHub for bug reports
* fix: point report bug link to template chooser
* fix: point report bug link to template chooser (2)
Co-authored-by: Nicolas Giard <github@ngpixel.com>
2022-03-11 13:44:35 -06:00
Robert Sparks
ee686837ee
fix: point the api index page into Github instead of trac/svn
2022-03-11 12:59:21 -06:00
Jennifer Richards
3b2e2ea1a9
Merge pull request #3622 from larseggert/unify-buttons
...
fix: Switch to showing a single "Edit materials" button
2022-03-11 11:48:08 -04:00
Lars Eggert
bbf1996909
fix: Use bootstrap-icons icon ( #3623 )
...
There was one remaining use of font-awesome; use bootstrap-icons icon now.
2022-03-11 09:14:09 -06:00
Lars Eggert
8319731218
fix: Fix agenda tab wrapping ( #3621 )
...
And also fix heading disappearing behind nav tabs. Fixes #3608 .
2022-03-11 08:59:11 -06:00
Lars Eggert
876122276f
fix: Remove attempt to do smart linewraps for doc titles. ( #3620 )
...
Fixes #3609 .
2022-03-11 08:50:50 -06:00
Lars Eggert
b1deed3aa2
fix: Switch to showing a single "Edit materials" button
...
Fixes #3594 .
2022-03-11 13:29:35 +02:00
Jennifer Richards
bd8638e6df
feat: shorten long agenda filter button labels ( #3602 )
...
Sessions with long names lead to poor rendering of the agenda filter buttons
on the 'customize the agenda view' page. This truncates those labels at 3 words.
2022-03-10 13:21:26 -06:00
Nicolas Giard
064432c2dd
chore: bring docker dev init script up to date with bs5 branch ( #3611 )
2022-03-10 12:57:09 -06:00
NGPixel
ee92d8658d
chore: fix docker dev boot for parcel build
2022-03-09 18:04:18 -05:00
Jennifer Richards
93d3daa324
fix: handle remote_instructions field correctly on interim request form
2022-03-08 12:15:22 -04:00
Jennifer Richards
baa3b292b0
fix: clean up formatting of login.html template
2022-03-08 12:13:21 -04:00
Jennifer Richards
3d7b267a64
fix: only add page navigation panel to compatible templates
...
Only add right-hand page navigation panel to #content elements that have
the ietf-auto-nav class and test that the base template's DOM is compatible
with the panel.
2022-03-08 12:01:24 -04:00
Jennifer Richards
3906bbdc4f
Merge remote-tracking branch 'origin/main' into personal/jennifer/7.45.1.dev0.bootstrap-merge
...
# Conflicts:
# bootstrap/package.json
# ietf/templates/meeting/session_buttons_include.html
2022-03-07 16:24:30 -04:00
Jennifer Richards
69caacea29
test: prevent periodic failure of test_send_reminder_all_open_reviews() ( #3584 )
2022-03-07 13:20:14 -06:00
Robert Sparks
918bb62b26
fix: change onsite tool icon to match the icons displayed at MeetEcho ( #3574 )
2022-03-07 12:57:40 -06:00
Jennifer Richards
dea0b4ed55
fix: fix reference to doc.rfc_number in template
2022-03-04 16:21:11 -04:00
Jennifer Richards
d78d0249f1
refactor: improve readability of template logic in document_html.html
2022-03-04 15:42:46 -04:00
Jennifer Richards
0ab0994c9d
fix: revert invalid line breaks in templates
2022-03-04 15:32:58 -04:00
Jennifer Richards
686a9150b3
Merge remote-tracking branch 'origin/main' into personal/jennifer/7.45.1.dev0.bootstrap-merge
...
# Conflicts:
# ietf/templates/meeting/session_buttons_include.html
2022-03-04 15:14:52 -04:00
Jennifer Richards
5be277484c
Reformat and clean up JS to eliminate warnings
...
- Legacy-Id: 19989
2022-02-24 20:17:12 +00:00
Robert Sparks
6968252afb
Merged in [19987] from rjsparks@nostrum.com:
...
Change generated draft/group alias/virtual file permissions.
- Legacy-Id: 19988
Note: SVN reference [19987] has been migrated to Git commit 8deca64b31d95dc1f9c77eea6e7fe66f4c0e0f06
2022-02-24 19:59:09 +00:00
Jennifer Richards
077e7e2262
Merged from 7.40.1.dev0
...
Properly URL-encode and -decode a bunch of query parameters. [from revision 19,981]
- Legacy-Id: 19986
2022-02-24 17:52:28 +00:00
Jennifer Richards
1d301f73f9
Merged in [19980] from personal/lars/7.40.1.dev0
...
Fix # 3555.
- Legacy-Id: 19985
Note: SVN reference [19980] has been migrated to Git commit 686f835d4e
2022-02-24 17:40:24 +00:00
Jennifer Richards
c5f86b3834
Merged in [19979] from 7.40.1.dev0
...
Make the js a bit less noisy and adjust the tests accordingly.
- Legacy-Id: 19984
Note: SVN reference [19979] has been migrated to Git commit f61ddb4b60
2022-02-24 17:26:46 +00:00
Jennifer Richards
2610c7c736
Merged in [19978] from personal/lars/7.40.1.dev0
...
Hopefully fix #3556 .
- Legacy-Id: 19983
Note: SVN reference [19978] has been migrated to Git commit ca167c0172
2022-02-24 16:55:16 +00:00
Jennifer Richards
9d8f4ea207
Fix failing tests
...
- Legacy-Id: 19982
2022-02-24 16:47:55 +00:00
Lars Eggert
07e0eb84d9
Properly URL-encode and -decode a bunch of query parameters.
...
- Legacy-Id: 19981
2022-02-24 14:23:46 +00:00
Lars Eggert
686f835d4e
Fix # 3555.
...
- Legacy-Id: 19980
2022-02-24 10:25:54 +00:00
Lars Eggert
f61ddb4b60
Make the js a bit less noisy and adjust the tests accordingly.
...
- Legacy-Id: 19979
2022-02-24 09:34:17 +00:00
Lars Eggert
ca167c0172
Hopefully fix #3556 .
...
- Legacy-Id: 19978
2022-02-24 09:11:32 +00:00
Robert Sparks
ff4c3e7d51
Set version info and settings back to development mode
...
- Legacy-Id: 19976
2022-02-24 03:05:51 +00:00
Robert Sparks
06b9da5f7d
Set version info to release version 7.46.0 before branching.
...
- Legacy-Id: 19974
2022-02-24 03:05:41 +00:00
Robert Sparks
9fbc98a16d
Merged in [19969] from jennifer@painless-security.com:
...
Use correct UTC time when creating Meetecho conferences. Fixes #3565 .
- Legacy-Id: 19970
Note: SVN reference [19969] has been migrated to Git commit 82ea659ed4
2022-02-23 21:04:25 +00:00
Jennifer Richards
82ea659ed4
Use correct UTC time when creating Meetecho conferences. Fixes #3565 . Commit ready for merge.
...
- Legacy-Id: 19969
2022-02-23 20:51:18 +00:00
Robert Sparks
e3aa43eea5
Merged in [19967] from rjsparks@nostrum.com:
...
From Kesara Rathnayake: Expire password reset links on use, password change through other mechanics, login, or a short configurable time (initially one hour). Patched in at 7.45.0.p2.
- Legacy-Id: 19968
Note: SVN reference [19967] has been migrated to Git commit 682392081bddbd1b8653df9135388e6b7c48ee1c
2022-02-23 18:30:27 +00:00
Robert Sparks
95cb3f041e
Merged in [19965] from rjsparks@nostrum.com:
...
Remove unused imports.
- Legacy-Id: 19966
Note: SVN reference [19965] has been migrated to Git commit 70cd714fac087b5b5257708541d8ae4de8c5a6a6
2022-02-22 23:12:21 +00:00
Robert Sparks
2564e9ba1b
Merged in [19954] from jennifer@painless-security.com:
...
Refactor session overlap computation to treat overlapping sessions correctly.
- Legacy-Id: 19961
Note: SVN reference [19954] has been migrated to Git commit f0d40680fe
2022-02-22 22:48:28 +00:00
Jennifer Richards
f0d40680fe
Refactor session overlap computation to treat overlapping sessions correctly. Commit ready for merge.
...
- Legacy-Id: 19954
2022-02-21 21:20:30 +00:00
Robert Sparks
ec71083d1d
Only keep the first and most recent yang validator SubmissionCheck for any given submission. Fixes #3542 . Commit ready for merge.
...
- Legacy-Id: 19952
2022-02-18 22:46:40 +00:00
Robert Sparks
7e17801b57
Use shutil.move when building draft and group aliases. Commit ready for merge.
...
- Legacy-Id: 19950
2022-02-18 17:25:17 +00:00
Robert Sparks
d6298adacb
Use tempfiles while rebuilding group and doc alias files. Fixes #3521 . Commit ready for merge.
...
- Legacy-Id: 19949
2022-02-18 16:27:00 +00:00
Robert Sparks
358132dbfe
Update link to handling ballot positions. Fixes #3208 . Commit ready for merge.
...
- Legacy-Id: 19948
2022-02-18 15:53:19 +00:00
Robert Sparks
bc8155f197
Add link to onsite tool to agenda. Fixes #3550 . Commit ready for merge.
...
- Legacy-Id: 19947
2022-02-18 15:12:21 +00:00
Robert Sparks
1070ea6f08
Allow the secretariat to request many more sessions. Commit ready for merge.
...
- Legacy-Id: 19946
2022-02-17 22:38:35 +00:00
Jennifer Richards
6c260a5b7e
Merge 7.45.1.dev0 into Bootstrap 5 update branch. Made a first pass at reconciling differences.
...
- Legacy-Id: 19945
2022-02-17 20:09:49 +00:00
Robert Sparks
8fd6f33248
Set version info and settings back to development mode
...
- Legacy-Id: 19940
2022-02-15 14:51:32 +00:00
Robert Sparks
cca8f006ee
Set version info to release version 7.45.0 before branching.
...
- Legacy-Id: 19938
2022-02-15 14:51:23 +00:00
Robert Sparks
f8c7be6df9
Merged in [19917] and [19930] from jennifer@painless-security.com:
...
Create/delete Meetecho conferences when requesting/canceling interim sessions. Fixes #3507 . Fixes #3508 .
- Legacy-Id: 19934
Note: SVN reference [19917] has been migrated to Git commit 81cd64da2bc0122f733df02f7db634665c9b309a
Note: SVN reference [19930] has been migrated to Git commit c64297e495010f3c147726ad61c24ca436c324da
2022-02-14 19:08:10 +00:00
Robert Sparks
ecf768d544
Merged in [19925] from jennifer@painless-security.com:
...
Suppress origin template tag in production mode, show relative path only in other modes.
- Legacy-Id: 19932
Note: SVN reference [19925] has been migrated to Git commit b4d07e11519d77523216bc8817058b0facd2bd41
2022-02-14 18:40:24 +00:00
Robert Sparks
ec4065ec57
Merged in [19922] from jennifer@painless-security.com:
...
Fix scoping of session loop variables in sreq edit view. Improve tests that should have caught this.
- Legacy-Id: 19931
Note: SVN reference [19922] has been migrated to Git commit f3eb1aed7591167dea562ad15e3a5990930599de
2022-02-14 18:31:47 +00:00
Robert Sparks
e88aa3c7f3
Merged in [19921] from rjsparks@nostrum.com:
...
add search to the doc states admin form.
- Legacy-Id: 19929
Note: SVN reference [19921] has been migrated to Git commit ff05978d24f7a9c607d1dd32212e3e3f377b7e6d
2022-02-14 18:16:40 +00:00
Robert Sparks
d3a91b4b19
Merged in [19920] from rjsparks@nostrum.com:
...
Make working with session purpose easier in the admin.
- Legacy-Id: 19928
Note: SVN reference [19920] has been migrated to Git commit 191d5b134fdab8782280eb9769beec793818975f
2022-02-14 18:14:26 +00:00
Robert Sparks
844890eadc
Merged in [19919] from rjsparks@nostrum.com:
...
Allow secretariat to edit session requests when tool is closed to chairs. Fixes #3547 .
- Legacy-Id: 19927
Note: SVN reference [19919] has been migrated to Git commit c8a99dcec4112169a286406aa2c6f5c1b3e3d62c
2022-02-14 18:02:17 +00:00
Robert Sparks
11ed1782fb
Merged in [19915] from rjsparks@nostrum.com:
...
Simplify search for link back to group from the review management view.
- Legacy-Id: 19924
Note: SVN reference [19915] has been migrated to Git commit fa952976ab
2022-02-14 16:40:48 +00:00
Robert Sparks
0ec91a1425
Merged in [19907] from rjsparks@nostrum.com:
...
Provide the complete context to the template for mail about approved interim requests. Fixes #3534 .
- Legacy-Id: 19923
Note: SVN reference [19907] has been migrated to Git commit 216ebe2b94
2022-02-14 16:29:55 +00:00
Lars Eggert
37cb737987
Check the selenium console log for any issues as part of the test suite,
...
and fix/suppress errors found by that.
- Legacy-Id: 19916
2022-02-10 21:20:20 +00:00
Robert Sparks
fa952976ab
Simplify search for link back to group from the review management view. Commit ready for merge.
...
- Legacy-Id: 19915
2022-02-09 17:25:43 +00:00
Lars Eggert
1795609816
Some more cosmetic tweaks.
...
- Legacy-Id: 19914
2022-02-09 14:17:11 +00:00
Lars Eggert
67ebadeadd
A bunch more cosmetic fixes.
...
- Legacy-Id: 19913
2022-02-09 10:11:03 +00:00
Lars Eggert
02b97208b1
Add back noscript warning about disabled js.
...
- Legacy-Id: 19912
2022-02-09 08:41:31 +00:00
Lars Eggert
d7ec9e7f70
Disable various download buttons if there is no agenda yet.
...
- Legacy-Id: 19911
2022-02-09 08:27:02 +00:00
Lars Eggert
7a86a1cac2
Enable select2 for timezone picker.
...
- Legacy-Id: 19910
2022-02-09 08:19:36 +00:00
Lars Eggert
bbf088e18b
Hopefully the final check-ins.
...
- Legacy-Id: 19909
2022-02-08 17:29:15 +00:00
Lars Eggert
ed30521e14
Many more HTML fixes.
...
- Legacy-Id: 19908
2022-02-03 07:49:34 +00:00
Robert Sparks
216ebe2b94
Provide the complete context to the template for mail about approved interim requests. Fixes #3534 . Commit ready for merge.
...
- Legacy-Id: 19907
2022-02-03 03:16:11 +00:00
Lars Eggert
64d2ba2558
Run tidy as part of tests, and fix HTML issues it finds.
...
- Legacy-Id: 19904
2022-02-01 16:11:34 +00:00
Lars Eggert
a507b31669
More nits fixed.
...
- Legacy-Id: 19903
2022-02-01 08:29:55 +00:00
Lars Eggert
53089a94f6
And more fixes.
...
- Legacy-Id: 19902
2022-02-01 07:47:25 +00:00
Robert Sparks
75634e6ba6
Merged in [19900] from jennifer@painless-security.com:
...
Fix hiding of name/purpose/type fields when not needed in secr/sreq. Fixes #3531 .
- Legacy-Id: 19901
Note: SVN reference [19900] has been migrated to Git commit 5f9868e8478a0d455b8f5c0b1fb5f8cd442cf718
2022-01-31 21:42:31 +00:00
Lars Eggert
cc723ce449
More fixes.
...
- Legacy-Id: 19899
2022-01-31 19:17:50 +00:00
Robert Sparks
dd66187362
Merged in [19895] from jennifer@painless-security.com:
...
Look at v2 'title' attribute in reference type heuristics for XML drafts. Related to #3529 .
- Legacy-Id: 19897
Note: SVN reference [19895] has been migrated to Git commit ea79fe0dcc183bc5cd8b27da67865c300b9dce4e
2022-01-31 16:54:14 +00:00
Robert Sparks
5c0e5a3064
Merged in [19892] from rjsparks@nostrum.com:
...
Guard against reference sections without names.
- Legacy-Id: 19896
Note: SVN reference [19892] has been migrated to Git commit d4fbaa2297
2022-01-31 16:40:10 +00:00
Robert Sparks
d4fbaa2297
Guard against reference sections without names. Commit ready for merge.
...
- Legacy-Id: 19892
2022-01-29 22:49:08 +00:00
Robert Sparks
bc4c5dcf39
Set version info and settings back to development mode
...
- Legacy-Id: 19890
2022-01-28 14:56:36 +00:00
Robert Sparks
699de9acb3
Set version info to release version 7.44.0 before branching.
...
- Legacy-Id: 19888
2022-01-28 14:56:23 +00:00
Lars Eggert
335a39d4fc
More fixes.
...
- Legacy-Id: 19884
2022-01-28 13:00:47 +00:00
Robert Sparks
b51d490110
Merged in [19878] from jennifer@painless-security.com:
...
Hide timeslots type is disabled plus other schedule editor debugging/improvements. Fixes #3510 . Fixes #3430 .
- Legacy-Id: 19882
Note: SVN reference [19878] has been migrated to Git commit 795d861d96
2022-01-27 19:50:44 +00:00
Robert Sparks
0205d13a0a
Merged in [19876] from jennifer@painless-security.com:
...
Do not redirect user to the logout page when logging in. Fixes #3478 .
- Legacy-Id: 19881
Note: SVN reference [19876] has been migrated to Git commit c4bf508cd8
2022-01-27 18:01:05 +00:00
Jennifer Richards
795d861d96
Hide timeslots type is disabled plus other schedule editor debugging/improvements. Fixes #3510 . Fixes #3430 . Commit ready for merge.
...
- Legacy-Id: 19878
2022-01-27 00:41:27 +00:00
Lars Eggert
cf629a42ad
And more fixes.
...
- Legacy-Id: 19877
2022-01-25 10:14:25 +00:00
Jennifer Richards
c4bf508cd8
Do not redirect user to the logout page when logging in. Fixes #3478 . Commit ready for merge.
...
- Legacy-Id: 19876
2022-01-24 17:34:29 +00:00
Robert Sparks
da797c79cc
Rollback menu caching. More work is required to allow left menu to function correctly. Commit ready for merge.
...
- Legacy-Id: 19874
2022-01-21 17:11:29 +00:00
Robert Sparks
eeb461fcaf
Set version info and settings back to development mode
...
- Legacy-Id: 19870
2022-01-19 20:04:09 +00:00
Robert Sparks
233d7b43cc
Set version info to release version 7.43.0 before branching.
...
- Legacy-Id: 19868
2022-01-19 20:04:01 +00:00
Robert Sparks
4985bb04f4
Merged in [19858] from rjsparks@nostrum.com:
...
Remove the manual intervention step for account creation.
- Legacy-Id: 19860
Note: SVN reference [19858] has been migrated to Git commit f7a9e0a1f9
2022-01-19 18:21:05 +00:00
Robert Sparks
b7d518b781
Merged in [19857] from rjsparks@nostrum.com:
...
Add a link to account creation in the login page body.
- Legacy-Id: 19859
Note: SVN reference [19857] has been migrated to Git commit ae25363af7
2022-01-19 18:20:14 +00:00
Robert Sparks
f7a9e0a1f9
Remove the manual intervention step for account creation. Commit ready for merge.
...
- Legacy-Id: 19858
2022-01-19 18:10:30 +00:00
Robert Sparks
ae25363af7
Add a link to account creation in the login page body. Commit ready to merge.
...
- Legacy-Id: 19857
2022-01-19 17:00:14 +00:00
Lars Eggert
9c05373699
More fixes.
...
- Legacy-Id: 19856
2022-01-18 20:04:55 +00:00
Lars Eggert
0bfaa63722
More fixes.
...
- Legacy-Id: 19855
2022-01-17 15:05:22 +00:00
Robert Sparks
9a87a3e6ef
Merged in [19848] from jennifer@painless-security.com:
...
Fix several review reminder problems.
Send secretary's review reminders to secretary instead of assignee.
Send unconfirmed assignment reminders based on assignment age and CC secretaries.
Correctly separate open review reminders by review team.
Fixes #3482 . Fixes #3324 .
- Legacy-Id: 19853
Note: SVN reference [19848] has been migrated to Git commit 6df0377fa1
2022-01-14 20:52:25 +00:00
Robert Sparks
6f682c313c
Merged in [19841] from jennifer@painless-security.com:
...
Link to the timeslot editor when meeting has no timeslots. Fixes #3511 .
- Legacy-Id: 19852
Note: SVN reference [19841] has been migrated to Git commit 64e904804d
2022-01-14 20:40:03 +00:00
Robert Sparks
b5cd5cf0d4
Merged in [19839] from jennifer@painless-security.com:
...
Add timeouts to requests library calls. Fixes #3498 .
- Legacy-Id: 19851
Note: SVN reference [19839] has been migrated to Git commit 6f3fb6930f
2022-01-14 20:18:44 +00:00
Robert Sparks
5e57609ced
Merged in [19838] from jennifer@painless-security.com:
...
Allow editing of group non-chartered group descriptions through UI. Fixes #3388 .
- Legacy-Id: 19850
Note: SVN reference [19838] has been migrated to Git commit d4dbb1bc1f
2022-01-14 20:07:24 +00:00
Robert Sparks
0aff4a1872
Merged in [19837] from jennifer@painless-security.com:
...
Update any_email_sent() to use balloters instead of old ad field. Add tests to catch the otherwise quiet failure. Fixes #3438 .
- Legacy-Id: 19849
Note: SVN reference [19837] has been migrated to Git commit 66687a5a37
2022-01-14 19:53:32 +00:00
Jennifer Richards
6df0377fa1
Fix several review reminder problems.
...
Send secretary's review reminders to secretary instead of assignee.
Send unconfirmed assignment reminders based on assignment age and CC secretaries.
Correctly separate open review reminders by review team.
Fixes #3482 . Fixes #3324 . Commit ready for merge.
- Legacy-Id: 19848
2022-01-14 19:14:06 +00:00
Robert Sparks
4a89bab81d
Merged in [19833] from jennifer@painless-security.com:
...
Point to RFC editor info page in document_bibtex view. Fixes #3484 .
- Legacy-Id: 19846
Note: SVN reference [19833] has been migrated to Git commit efa42e1558
2022-01-14 18:35:40 +00:00
Robert Sparks
85b9713a45
Merged in [19832] from rjsparks@nostrum.com:
...
Remove unintended testing templatetag.
- Legacy-Id: 19845
Note: SVN reference [19832] has been migrated to Git commit b7c9414323
2022-01-14 18:11:11 +00:00
Robert Sparks
729b212bd6
Merged in [19831] from rjsparks@nostrum.com:
...
Cache menus by login.
- Legacy-Id: 19844
Note: SVN reference [19831] has been migrated to Git commit 69d52465a7
2022-01-14 17:58:36 +00:00
Jennifer Richards
64e904804d
Link to the timeslot editor when meeting has no timeslots. Fixes #3511 . Commit ready for merge.
...
- Legacy-Id: 19841
2022-01-14 15:48:03 +00:00
Jennifer Richards
6f3fb6930f
Add timeouts to requests library calls. Fixes #3498 . Commit ready for merge.
...
- Legacy-Id: 19839
2022-01-13 15:06:28 +00:00
Jennifer Richards
d4dbb1bc1f
Allow editing of group non-chartered group descriptions through UI. Fixes #3388 . Commit ready for merge.
...
- Legacy-Id: 19838
2022-01-12 21:04:13 +00:00
Jennifer Richards
66687a5a37
Update any_email_sent() to use balloters instead of old ad field. Add tests to catch the otherwise quiet failure. Fixes #3438 . Commit ready for merge.
...
- Legacy-Id: 19837
2022-01-12 20:21:41 +00:00
Lars Eggert
edf3242665
More fixes.
...
- Legacy-Id: 19836
2022-01-12 18:37:18 +00:00
Lars Eggert
a5cbf5307e
More fixes
...
- Legacy-Id: 19835
2022-01-12 11:54:00 +00:00
Jennifer Richards
efa42e1558
Point to RFC editor info page in document_bibtex view. Fixes #3484 . Commit ready for merge.
...
- Legacy-Id: 19833
2022-01-11 18:39:47 +00:00
Robert Sparks
b7c9414323
Remove unintended testing templatetag. Commit ready for merge.
...
- Legacy-Id: 19832
2022-01-11 16:06:05 +00:00
Robert Sparks
69d52465a7
Cache menus by login. Commit ready for merge.
...
- Legacy-Id: 19831
2022-01-11 16:03:52 +00:00
Jennifer Richards
f7162b690e
Include RFC title in doc/html view title element. Fixes #3488 . Commit ready for merge.
...
- Legacy-Id: 19830
2022-01-11 15:37:33 +00:00
Lars Eggert
6ca6c35186
More fixes.
...
- Legacy-Id: 19829
2022-01-11 15:02:27 +00:00
Lars Eggert
8bc7fde027
More fixes.
...
- Legacy-Id: 19828
2022-01-11 07:02:39 +00:00
Lars Eggert
373b5dbbf4
More fixes.
...
- Legacy-Id: 19827
2022-01-10 08:41:20 +00:00
Jennifer Richards
1aeeb1ee9f
Remove code still using old "length_sessionX" SessionForm fields. Commit ready for merge.
...
- Legacy-Id: 19826
2022-01-07 19:54:09 +00:00
Jennifer Richards
cf62b46093
Find references from submitted XML instead of rendering to text and parsing. Fixes #3342 . Commit ready for merge.
...
- Legacy-Id: 19825
2022-01-07 17:53:23 +00:00
Robert Sparks
5bf0638c55
Set version info and settings back to development mode
...
- Legacy-Id: 19821
2022-01-07 15:23:40 +00:00
Robert Sparks
9255312c84
Set version info to release version 7.42.0 before branching.
...
- Legacy-Id: 19819
2022-01-07 15:23:32 +00:00
Robert Sparks
ba1064a721
Merged in [19813] from rjsparks@nostrum.com:
...
Improve robustness of pdfization. Tune the test crawler.
- Legacy-Id: 19815
Note: SVN reference [19813] has been migrated to Git commit b1585124d6
2022-01-06 20:55:48 +00:00
Robert Sparks
b1585124d6
Improve robustness of pdfization. Tune the test crawler. Commit ready for merge.
...
- Legacy-Id: 19813
2022-01-06 20:17:55 +00:00
Lars Eggert
6fa5fa073e
More fixes.
...
- Legacy-Id: 19812
2022-01-06 12:26:10 +00:00
Robert Sparks
da9295fe5e
add pdfized cache to settings_testcrawl.
...
- Legacy-Id: 19810
2022-01-05 21:20:23 +00:00
Robert Sparks
6e7f834447
Merged in [19806] from rjsparks@nostrum.com:
...
Correct the url for the bibtex button. Provide a pdfized button. Fixes #3501 .
- Legacy-Id: 19808
Note: SVN reference [19806] has been migrated to Git commit 7d4ea4e37a
2022-01-05 21:09:56 +00:00
Robert Sparks
7d4ea4e37a
Correct the url for the bibtex button. Provide a pdfized button. Fixes #3501 . Commit ready for merge.
...
- Legacy-Id: 19806
2022-01-05 21:05:36 +00:00
Lars Eggert
5132661b06
More test fixes
...
- Legacy-Id: 19803
2022-01-05 11:25:25 +00:00
Robert Sparks
628d172d27
Merged in [19790] from rjsparks@nostrum.com:
...
Provide and maintain an rsyncable bibxml-ids dataset.
- Legacy-Id: 19799
Note: SVN reference [19790] has been migrated to Git commit 28e270b1cd
2022-01-04 16:21:40 +00:00
Robert Sparks
1d76b53215
Merged in [19788] from jennifer@painless-security.com:
...
Import django.conf.settings instead of ietf.settings. Fixes #3392 .
- Legacy-Id: 19798
Note: SVN reference [19788] has been migrated to Git commit ecde8a780fce609efc6539e258e57752a03aa2bd
2022-01-04 16:09:27 +00:00
Robert Sparks
f8770ac9be
Merged in [19787] from rjsparks@nostrum.com:
...
Change to not serve any personalapikey metadata.
- Legacy-Id: 19797
Note: SVN reference [19787] has been migrated to Git commit c1649f8f0b
2022-01-04 15:45:44 +00:00
Robert Sparks
9a7ef90e52
Merged in [19786] from jennifer@painless-security.com:
...
Strip Unicode control characters out of feed content. Fixes #3398 .
- Legacy-Id: 19796
Note: SVN reference [19786] has been migrated to Git commit 91c46eddae31ad298f62ccfe6a3684f1a0778f14
2022-01-04 15:44:25 +00:00
Robert Sparks
28e270b1cd
Provide and maintain an rsyncable bibxml-ids dataset. Commit ready for merge.
...
- Legacy-Id: 19790
2021-12-16 22:36:57 +00:00
Robert Sparks
865dc62676
Change strategy to only creating a single file per doc/rev, and not creating the 'draft-'-less or version-less variants. Corrected calculation of date in the management command.
...
- Legacy-Id: 19789
2021-12-16 22:33:47 +00:00
Robert Sparks
c1649f8f0b
Change to not serve any personalapikey metadata. Commit ready for merge.
...
- Legacy-Id: 19787
2021-12-16 19:57:31 +00:00
Lars Eggert
7f918b00da
More test fixes
...
- Legacy-Id: 19784
2021-12-15 20:38:28 +00:00
Robert Sparks
f6035850d8
update bibxml-ids generation on draft submission.
...
- Legacy-Id: 19783
2021-12-14 21:53:10 +00:00
Robert Sparks
b7eec8ae26
Build and maintain a full set of bibxml-ids documents.
...
- Legacy-Id: 19782
2021-12-14 20:56:26 +00:00
Lars Eggert
c68446ae93
More select2 and test fixes.
...
- Legacy-Id: 19781
2021-12-14 18:19:12 +00:00
Robert Sparks
54fc0364c9
Set version info and settings back to development mode
...
- Legacy-Id: 19776
2021-12-10 16:30:35 +00:00
Robert Sparks
1497acf47c
Set version info to release version 7.41.0 before branching.
...
- Legacy-Id: 19774
2021-12-10 16:30:28 +00:00
Robert Sparks
17ad466b0e
Added missing migration for addition of personal api key endpoint.
...
- Legacy-Id: 19771
2021-12-10 16:07:18 +00:00
Robert Sparks
8753aa17df
Merged in [19766] from jennifer@painless-security.com:
...
Accept/replace invalid Unicode bytes when processing ipr response emails. Fixes #3489 .
- Legacy-Id: 19768
Note: SVN reference [19766] has been migrated to Git commit 310ea57bc5
2021-12-09 22:47:06 +00:00
Robert Sparks
9b54c9d3c9
Merged in [19763] from jennifer@painless-security.com:
...
Add ability to import session minutes from notes.ietf.org. Mock out calls to the requests library in tests. Call markdown library through a util method. Fixes #3489 .
- Legacy-Id: 19767
Note: SVN reference [19763] has been migrated to Git commit fd0df6f619
2021-12-09 22:43:19 +00:00
Jennifer Richards
310ea57bc5
Accept/replace invalid Unicode bytes when processing ipr response emails. Fixes #3489 . Commit ready for merge.
...
- Legacy-Id: 19766
2021-12-09 19:29:20 +00:00
Lars Eggert
e9fd78128c
Interim commit
...
- Legacy-Id: 19765
2021-12-09 18:26:53 +00:00
Jennifer Richards
fd0df6f619
Add ability to import session minutes from notes.ietf.org. Mock out calls to the requests library in tests. Call markdown library through a util method. Fixes #3489 . Commit ready for merge.
...
- Legacy-Id: 19763
2021-12-09 17:16:19 +00:00
Lars Eggert
f974fd3c04
Fix more things
...
- Legacy-Id: 19762
2021-12-09 06:41:00 +00:00
Lars Eggert
01504d8004
More fixes
...
- Legacy-Id: 19759
2021-12-08 08:55:45 +00:00
Robert Sparks
5883e10cca
Merged in [19753] from rjsparks@nostrum.com:
...
Provide pdfs of htmlized (pdfized) documents to replace tools.ietf.org/pdf/ at /doc/pdf.
- Legacy-Id: 19758
Note: SVN reference [19753] has been migrated to Git commit adbf8acb81
2021-12-08 00:11:24 +00:00
Robert Sparks
0b99e919ee
Merged in [19747] from rjsparks@nostrum.com:
...
Provide a more direct replacement for tools.ietf.org/id at doc/id.
- Legacy-Id: 19754
Note: SVN reference [19747] has been migrated to Git commit 024cfc3f20
2021-12-07 23:57:05 +00:00
Robert Sparks
adbf8acb81
Provide pdfs of htmlized (pdfized) documents to replace tools.ietf.org/pdf/ at /doc/pdf. Commit ready for merge.
...
- Legacy-Id: 19753
2021-12-07 23:49:58 +00:00
Lars Eggert
1a7ed54783
Remove secr static stuff, will re-add whatever is used afterwards.
...
- Legacy-Id: 19749
2021-12-06 19:29:03 +00:00
Robert Sparks
024cfc3f20
Provide a more direct replacement for tools.ietf.org/id at doc/id. Commit ready for merge.
...
- Legacy-Id: 19747
2021-12-03 18:15:48 +00:00
Robert Sparks
640855f786
Merged in [19744] from jennifer@painless-security.com:
...
Treat application/octet-stream as text/markdown for '.md' materials uploads. Refactor FileUploadForm hierarchy to reduce boilerplate. Fixes #3163 .
- Legacy-Id: 19746
Note: SVN reference [19744] has been migrated to Git commit b04254a293
2021-12-02 21:31:06 +00:00
Jennifer Richards
b04254a293
Treat application/octet-stream as text/markdown for '.md' materials uploads. Refactor FileUploadForm hierarchy to reduce boilerplate. Fixes #3163 . Commit ready for merge.
...
- Legacy-Id: 19744
2021-12-02 19:50:19 +00:00
Lars Eggert
406aa1e5a0
More fixes
...
- Legacy-Id: 19742
2021-12-02 11:07:50 +00:00
Robert Sparks
b65c850462
Merged in [19698] from nick@staff.ietf.org:
...
feat: add nomcom questionnaires tabs tests
- Legacy-Id: 19740
Note: SVN reference [19698] has been migrated to Git commit b98c7ec3bd
2021-12-01 23:44:57 +00:00
Robert Sparks
221d2ba00f
Merged in [19696] from nick@staff.ietf.org:
...
feat: add nomcom expand panel test
- Legacy-Id: 19738
Note: SVN reference [19696] has been migrated to Git commit 8ff662aed9
2021-12-01 23:20:02 +00:00
Robert Sparks
30c3648acb
Merged in [19693] from nick@staff.ietf.org:
...
feat: cypress JS testing for agenda meetings + weekview swimlane (WIP)
- Legacy-Id: 19737
Note: SVN reference [19693] has been migrated to Git commit db34d83feb
2021-12-01 23:11:27 +00:00
Robert Sparks
52f7189bc8
Merged in [19719] from rjsparks@nostrum.com:
...
Change the I-D announce text to mention rsync instead of ftp per RFC9141 and its associated transition plan.
- Legacy-Id: 19735
Note: SVN reference [19719] has been migrated to Git commit f59c6b2a53
2021-12-01 22:55:41 +00:00
Robert Sparks
5662336778
Merged in [19718] from rjsparks@nostrum.com:
...
Update the utility that generates batches of bibxml3 files to match the way the view uses the templates.
- Legacy-Id: 19734
Note: SVN reference [19718] has been migrated to Git commit 5603079b9b
2021-12-01 22:53:35 +00:00
Robert Sparks
a87c7b6235
Merged in [19716] from jennifer@painless-security.com:
...
Update CSS selectors to update times/timezones for any elements with .time/.current-tz classes, not just span. Fixes #3485 .
- Legacy-Id: 19733
Note: SVN reference [19716] has been migrated to Git commit 50bdddb624
2021-12-01 22:52:43 +00:00
Robert Sparks
da17e7c9a2
Merged in [19713] from lars@eggert.org:
...
Remove ietf/templates/iesg/scribe_template.html and related,
which is not used anymore according to the secretariat.
(On merge, rjsparks@nostrum.com also removed the three other
templates that only that one included, and removed the test
that covered the view tht was removed).
- Legacy-Id: 19732
Note: SVN reference [19713] has been migrated to Git commit 70420380f7
2021-12-01 22:50:13 +00:00
Robert Sparks
1656f58b91
Merged in [19711] from krathnayake@ietf.org:
...
Adds private app authentication API for bibxml. Fixes #3480 .
- Legacy-Id: 19731
Note: SVN reference [19711] has been migrated to Git commit 43513ed2f5
2021-12-01 20:14:09 +00:00
Robert Sparks
da9c9d87ad
Merged in [19710] from jennifer@painless-security.com:
...
Allow nomcom chair to edit liaisons as well as members and generate GroupEvents when changed. Share code between group and nomcom for this purpose. Fixes #3376 .
- Legacy-Id: 19730
Note: SVN reference [19710] has been migrated to Git commit 8759955597
2021-12-01 19:30:57 +00:00
Robert Sparks
e299df973a
Merged in [19700] from lars@eggert.org:
...
Add space between RFC and number.
- Legacy-Id: 19729
Note: SVN reference [19700] has been migrated to Git commit a8aa328e5a
2021-12-01 19:18:07 +00:00
Lars Eggert
e2541030d3
More bs5 changes
...
- Legacy-Id: 19725
2021-12-01 18:45:19 +00:00
Robert Sparks
fecdc22b8f
Merged in [19694] from jennifer@painless-security.com:
...
Better handle invalid character encodings in process_email and feedback_email commands. Add tests of this using stdin.
- Legacy-Id: 19724
Note: SVN reference [19694] has been migrated to Git commit dcf4251363
2021-12-01 18:41:21 +00:00
Robert Sparks
7ab6bac95a
Merged in [19683] from jennifer@painless-security.com:
...
Guard against absent 'form_class' kwarg in IETFJSONField.formfield().
- Legacy-Id: 19723
Note: SVN reference [19683] has been migrated to Git commit 99fc23d5c5
2021-12-01 18:23:35 +00:00
Robert Sparks
b7b8901d98
Merged in [19679] from jennifer@painless-security.com:
...
Include requester's last name as part of a bofreq document's name. Fixes #3377 .
- Legacy-Id: 19722
Note: SVN reference [19679] has been migrated to Git commit 0d1aa09275
2021-12-01 18:21:10 +00:00
Robert Sparks
ec78569b83
Merged in [19675] from jennifer@painless-security.com:
...
Update uploaded_filename when modifying agenda through the interim meeting request edit view. Fixes #3395 .
- Legacy-Id: 19721
Note: SVN reference [19675] has been migrated to Git commit 9d853d3de3
2021-12-01 18:08:15 +00:00
Robert Sparks
0e5da15838
Merged in [19672] from jennifer@painless-security.com:
...
Add tests of meeting forms for the new session purpose work and a few other untested parts. Fix a few bugs uncovered.
- Legacy-Id: 19720
Note: SVN reference [19672] has been migrated to Git commit 71ca72d8b8
2021-12-01 18:05:22 +00:00