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
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
Lars Eggert
d246879069
Fix code review comments
2023-10-27 17:29:09 -07: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
Lars Eggert
3bfe90e755
fix: Add "numeric" option to localecompare ( #6520 )
...
Fixes #6493
2023-10-23 15:08:56 -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
Ryan Cross
16c876b24d
refactor: remove unused secr/console app ( #6508 )
2023-10-23 09:53:57 -05:00
Martin Thomson
6e3c663484
fix: hide sidebar and dark/light toggles from print ( #6502 )
...
Fixes #6501 .
2023-10-20 08:08:55 -05:00
Robert Sparks
431856eb5f
Merge pull request #6478 from pselkirk/fix-6474
...
feat: Update ISE state when entering/exiting IETF conflict review
2023-10-16 12:51:03 -05:00
Robert Sparks
c84199630b
Merge pull request #6470 from pselkirk/feat-5440
...
feat: Send mail when slides are approved
2023-10-16 12:46:13 -05:00
Paul Selkirk
f6a2d8c534
refactor: More efficient mail construction/sending
2023-10-13 19:22:06 -04:00
Paul Selkirk
bdf71caaf1
feat: Update ISE state when entering/exiting IETF conflict review ( #6474 )
...
This extends PR #6424 to cover ISE as well as IRTF documents.
2023-10-13 17:50:05 -04:00
Robert Sparks
6e502fa20e
fix: de-docalias merge from main ( #6471 )
2023-10-13 14:53:43 -03:00
Robert Sparks
c036bc6822
Merge pull request #6476 from larseggert/fix-better-nomcom-fb-buttons
...
fix: Use smaller buttons for NomCom feedback and color the count bubble
2023-10-13 09:03:32 -05:00
Lars Eggert
ba66d25372
fix: Use smaller buttons for NomCom feedback and color the count bubble
2023-10-13 16:14:59 +03:00
Lars Eggert
e9a8c341e8
fix: Nicer formatting for group milestone tables
2023-10-13 14:07:20 +03:00