Ryan Cross
6986e65665
fix: prevent creation of duplicate MeetingRegistration records ( #6593 )
...
* fix: prevent creation of duplicate MeetingRegistration records
* fix: use get_or_create to prevent duplicate MeetingRegistrations
---------
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-11-06 18:22:42 +01:00
Robert Sparks
37c796ebef
fix: repair ad-dashboard test
2023-11-06 09:39:10 +01:00
Robert Sparks
b78eb448a5
chore: remove some unused code
2023-11-06 09:12:40 +01:00
Robert Sparks
195926ada7
fix:bring rfc-index sync test into sync with function changes
2023-11-05 14:47:43 +01:00
Robert Sparks
bdeab001e6
chore: sync subseries index test with view changes
2023-11-05 13:56:50 +01:00
Robert Sparks
801b79fbb1
fix: repair is_downref
2023-11-05 13:49:56 +01:00
Robert Sparks
3fea443f59
fix: use valid ids on subseries index page
2023-11-05 12:35:34 +01:00
Robert Sparks
9a2b0cf947
fix: better empty text and prettystdname on subseries index view
2023-11-01 16:21:05 -05:00
Robert Sparks
3836f76052
feat: add subseries to main menu
2023-11-01 16:20:18 -05:00
Robert Sparks
575560a885
fix: don't parameterize search for subseries types.
2023-11-01 16:08:39 -05:00
Robert Sparks
71a760f05a
feat: show references to and from subseries
2023-11-01 15:57:34 -05:00
Robert Sparks
1f82fab2cd
fix: silenced (and explained) several warnings
2023-11-01 15:20:29 -05:00
Robert Sparks
942c4d42af
fix: better message on first import of subseries membership
2023-11-01 13:29:12 -05:00
Robert Sparks
986e002c1d
chore: repair merge damage
2023-11-01 12:41:15 -05:00
Robert Sparks
8e3e59079a
chore: reorder migrations
2023-11-01 11:45:23 -05:00
Robert Sparks
28c3e1bd5d
chore: merge branch 'main' into feat/rfc
2023-11-01 10:54:29 -05:00
Robert Sparks
511cac0b4b
fix: preserve RelatedDocument references to subseries
2023-11-01 10:42:09 -05:00
Robert Sparks
e65c4c3f7f
fix: use clearer descriptions on docevents for initial sync run
2023-10-31 16:36:47 -05:00
Robert Sparks
320ca6232b
chore: remove spurious whitespace change
2023-10-31 15:54:15 -05:00
Robert Sparks
0afe496aa3
fix: preserve RelatedDocument references to subseries
2023-10-31 15:52:11 -05:00
Robert Sparks
466921728f
chore: reorder migrations
2023-10-31 11:56:44 -05:00
Robert Sparks
aed328b50a
Merge pull request #6527 from larseggert/feat-md-bs
...
feat: Render markdown agendas with bs5 styles
2023-10-30 13:26:42 -05:00
Lars Eggert
d246879069
Fix code review comments
2023-10-27 17:29:09 -07:00
Lars Eggert
e65277e6ee
Merge branch 'main' into feat-md-bs
2023-10-28 02:25:39 +02:00
Robert Sparks
4290396db8
ci: merge main to release
2023-10-26 12:06:34 -05:00
Robert Sparks
1130f1f790
Merge branch 'main' into feat-md-bs
2023-10-25 20:46:00 -05:00
Lars Eggert
6d87279895
fix: BCPs can normatively cite all other standards levels ( #6530 )
...
* fix: BCPs can normatively cite all other standards levels
Fixes #6524
* Revise the logic and add tests
* Fix bug in truth table
2023-10-25 20:43:05 -05:00
Lars Eggert
5f8bf4b6f7
Merge branch 'main' into feat-md-bs
2023-10-25 20:23:33 +02:00
Ryan Cross
601ab53db9
refactor: remove secr IPR admin link ( #6540 )
2023-10-25 12:45:22 -05:00
Jennifer Richards
be4a6ef6f5
chore: Revert agenda editor font change ( #6538 )
...
* Revert "fix: Change some colors to make agenda tool work in dark mode (#6428 )"
This reverts commit 699a8e2d9e
.
* Revert "Revert "fix: Change some colors to make agenda tool work in dark mode (#6428 )""
This reverts commit 5adafac4cb7896e9dd309a3385ec9aab5035e7d3.
* chore: Revert only font-family change
* chore: Add comment to ietf.scss
2023-10-25 12:43:17 -05:00
Lars Eggert
c2a44dbad0
fix: Use d-none class instead of hide ( #6535 )
...
Fixes #6531
2023-10-25 08:37:14 -05:00
Lars Eggert
888a4f2efe
fix: Add link to session to material metadata ( #6536 )
...
* fix: Add link to session to material metadata
Fixes #6533
* Fix CI
2023-10-25 08:28:50 -05:00
Lars Eggert
e7639e94ed
Merge branch 'main' into feat-md-bs
2023-10-24 19:49:17 +02:00
Lars Eggert
fd03ab13d7
Small fixes
2023-10-23 17:44:12 -07:00
Martin Thomson
902d657c9f
Icons for sidebar collapse/expand ( #6465 )
...
This change uses [bi-arrow-bar-left](https://icons.getbootstrap.com/icons/arrow-bar-left/ ) and [bi-arrow-bar-right](https://icons.getbootstrap.com/icons/arrow-bar-right/ ). This is a minimal change, but changes from .
I started off with just changing the open one to use [bi-layout-sidebar](https://icons.getbootstrap.com/icons/layout-sidebar/ ), which is the mirror of the collapsed icon. I also considered changing the icon that shows when collapsed to [bi-layout-sidebar-text-reverse](https://icons.getbootstrap.com/icons/layout-text-sidebar-reverse/ ). Both of those seemed less clear than these.
Note that the "shown"/"collapsed" classes on these elements appear to be reversed. I didn't touch that.
2023-10-23 18:40:24 -05:00
Lars Eggert
0a4fc286cd
fix: More darkmode fixes ( #6477 )
...
* fix: More dark mode fixes
This first commit increases contrast of the leftmenu text.
* Fix own ballot position highlight in dark mode
* Fix dark mode axis color in timeline diagrams
* Enable highcharts dark mode
* Fix template
* Properly import our customized bs5 everywhere
* Fix #6499
* Use bs5 color for border-left
* Remove superfluous load
2023-10-23 18:38:35 -05:00
Lars Eggert
699a8e2d9e
fix: Change some colors to make agenda tool work in dark mode ( #6428 )
...
This is not a proper fix. This tool doesn't bootstrap much and is
hence full of custom CSS. Really needs a redo.
2023-10-23 18:34:59 -05:00
Lars Eggert
caa4e837ad
fix: Remove menu item for outdated tutorials list ( #6521 )
...
Fixes #6473
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-10-23 18:32:08 -05:00
Ryan Cross
c9e14cb45a
refactor: remove unused physical bluesheet functions ( #6525 )
...
* refactor: remove unused secr/console app
* refactor: remove unused secr/areas app
* refactor: remove unused physical bluesheets functions
---------
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-10-23 18:31:47 -05:00
depfu[bot]
1f89174577
chore(deps): update all npm dependencies for playwright ( #6515 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-10-23 15:32:41 -05:00
depfu[bot]
7f7f4391fd
chore(deps): update all npm dependencies for dev/deploy-to-container ( #6516 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-10-23 15:10:17 -05:00
depfu[bot]
86094bdef3
chore(deps): update all npm dependencies for dev/diff ( #6517 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-10-23 15:09:57 -05:00
depfu[bot]
8bdb653b1a
chore(deps): update all npm dependencies for dev/coverage-action ( #6518 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-10-23 15:09:22 -05:00
Lars Eggert
3bfe90e755
fix: Add "numeric" option to localecompare ( #6520 )
...
Fixes #6493
2023-10-23 15:08:56 -05:00
depfu[bot]
0e46ca4638
chore(deps): update all Yarn dependencies ( #6522 )
...
* chore(deps): update all Yarn dependencies
* chore: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-10-23 15:07:33 -05:00
Jennifer Richards
1efb19c8ec
chore: Update django-oidc-provider patch ( #6526 )
...
* chore: Fix line numbers in patch
File changed with django-oidc-provider v0.8.1
* chore: Limit django-oidc-provider version
2023-10-23 14:13:20 -05:00
Lars Eggert
f5507daef1
feat: Render markdown agendas with bs5 styles
...
So that the look is consistent with the rest of the datatracker.
2023-10-23 18:55:31 +03:00
Jennifer Richards
dc14308700
refactor: Drop submission validation via libmagic ( #6500 )
...
* refactor: Update parsers/base.py for Python3
* style: Black
* refactor: Remove mime type check from FileParser
* refactor: Validate that submission is UTF-8
The mime check distinguished us-ascii from UTF-8,
but as far as I can tell the code relying on it
treated both as equally valid.
* feat: Clear error when file is not valid XML
* chore: Remove unused import
* test: Update tests to match changes
* fix: Count bytes starting from 1
* test: Add tests of FileParser validations
* fix: Fix / simplify regexp
* test: Test error caused by bad XML submission
---------
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-10-23 10:00:04 -05:00
Paul Selkirk
a6a39a04dc
feat: Show/edit shepherd for IAB-stream documents ( #6498 )
...
* feat: Show/edit shepherd for IAB-stream documents (#4810 )
* style: Shepherd for IAB documents is called 'IAB shepherd'
2023-10-23 09:57:23 -05:00
Ryan Cross
4575864bfe
refactor: remove unused secr/areas app ( #6509 )
...
* refactor: remove unused secr/areas app
2023-10-23 09:55:54 -05:00