Henrik Levkowetz
8d226fa640
Set version info and settings back to development mode
...
- Legacy-Id: 18607
2020-10-12 12:58:08 +00:00
Henrik Levkowetz
24d88b177b
Set version info to release version 7.20.0 before branching.
...
- Legacy-Id: 18605
2020-10-12 12:57:33 +00:00
Henrik Levkowetz
f557708ce0
Fixed another py2/py3 issue with the nomcom mail processing script.
...
- Legacy-Id: 18602
2020-10-12 11:24:15 +00:00
Henrik Levkowetz
435d64910f
Added a management command: 'check_person_names_and_aliases'.
...
When we started explicitly listing draft and RFC author names on the documemnt
pages in commit [18549], it uncovered a number of links that 404'ed because
name alias entries were missing for some person entries, in particular for
authors of early RFCs and drafts. Adding such alias entries can be done
automatically in most cases. This new management command will do so, and also
report (and in some cases fix) additional issues, such as names incorrectly
incorporating '<>', name aliases that are email addresses, and more.
Run with -v2 (verbosity 2) it will report all found names and aliases for each
issue type, and run with -f it will fix those that can be automatically fixed.
- Legacy-Id: 18599
Note: SVN reference [18549] has been migrated to Git commit 2899c2a65d
2020-10-11 15:22:28 +00:00
Henrik Levkowetz
112cb6293e
Tweaked plain_ascii() to not return leading or trailing spaces.
...
- Legacy-Id: 18598
2020-10-11 15:12:05 +00:00
Henrik Levkowetz
bee0dc9aa1
Added a person name validation step to prevent names using 'anonymous'.
...
- Legacy-Id: 18597
2020-10-11 15:10:27 +00:00
Henrik Levkowetz
d6efe1fcb5
Fixed a bug in the name_parts() function when dealing with names listing uppercased surname first, followed by given name.
...
- Legacy-Id: 18596
2020-10-11 15:07:37 +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
5d26af8e40
Merged in [18587] from rcross@amsl.com:
...
Fix section 5 of secretariat progress report. Fixes #3063 .
- Legacy-Id: 18594
Note: SVN reference [18587] has been migrated to Git commit c2a0bd613b
2020-10-11 14:56:30 +00:00
Henrik Levkowetz
c02752d884
Changed a draft submission revision consistency check to look at Submission objects rather than SubmissionDocEvent objects in order to not fail incorrectly when there are prior cancelled uploads. Related to issue #2909 .
...
- Legacy-Id: 18586
2020-10-09 13:21:53 +00:00
Henrik Levkowetz
c4a28de19f
Tweaked the generation of .ics vtimezone entries to have a stable order in /meeting/upcoming.ics. Fixes issue #3097 .
...
- Legacy-Id: 18569
2020-10-08 16:27:42 +00:00
Henrik Levkowetz
a7396d4756
Tweaked the verbose name of the Nomcom Topic Questionnaire's 'audience' field.
...
- Legacy-Id: 18568
2020-10-08 12:38:38 +00:00
Henrik Levkowetz
227f83b0da
Changed the autogeneration of schedule names to use slugified user (person) name, rather than login. Logins are mostly email addresses, and may contain characters not permitted in the URL pattern for schedule names, and are less readable in the contexts where schedule names are used.
...
- Legacy-Id: 18567
2020-10-08 12:01:42 +00:00
Henrik Levkowetz
9b6c5735c9
Change the length of the schedule name field from 16 to 64, to avoid running into lenght issues for schedule names auto-generated from person name or email.
...
- Legacy-Id: 18566
2020-10-08 11:58:46 +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
Henrik Levkowetz
6d36990446
Changed the cache-filling code for doc.get_state() to avoid a period where the cache is seen as valid but empty. Addresses an issue where documents occasionally appear to be in an unexpected state.
...
- Legacy-Id: 18564
2020-10-05 14:55:16 +00:00
Henrik Levkowetz
020d560190
Grammar fix.
...
- Legacy-Id: 18562
2020-10-05 13:20:18 +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
29d1a0b362
Merged in [18533] from rjsparks@nostrum.com:
...
Replaced review name collision resolution code with a decision to not save when it occurs. Fixes #3092 .
- Legacy-Id: 18559
Note: SVN reference [18533] has been migrated to Git commit 0ff5172a89d5a7ad48cb1fd03b1c8926e26e50f9
2020-10-04 13:36:44 +00:00
Henrik Levkowetz
1a7aa2129d
Set version info and settings back to development mode
...
- Legacy-Id: 18557
2020-10-02 21:02:00 +00:00
Henrik Levkowetz
9a85ba4885
Set version info to release version 7.19.0 before branching.
...
- Legacy-Id: 18555
2020-10-02 21:01:38 +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
Henrik Levkowetz
8b9d04f49f
Fixed a Py3 str/bytes issue in the feedback_email handler.
...
- Legacy-Id: 18551
2020-10-02 18:06:11 +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
703a826ddf
Added a comment to explain the lack of skipIf() for a test class.
...
- Legacy-Id: 18545
2020-10-02 12:24:31 +00:00
Henrik Levkowetz
a2758d5feb
Fixed a test case bug that compared a py3 string with bytes.
...
- Legacy-Id: 18544
2020-10-02 12:22:40 +00:00
Henrik Levkowetz
6cd3e6c83e
Added Person.personextresource_set to the information returned in the personal-information JSON blob.
...
- Legacy-Id: 18543
2020-10-02 12:10:33 +00:00
Henrik Levkowetz
49e62ef6c7
Added missing exception handling for one invocation of parse_agenda_filter_params().
...
- Legacy-Id: 18542
2020-10-02 12:08:09 +00:00
Henrik Levkowetz
6ee63c8a0a
Set version info and settings back to development mode
...
- Legacy-Id: 18539
2020-10-01 21:18:16 +00:00
Henrik Levkowetz
54f72eb416
Set version info to release version 7.18.0 before branching.
...
- Legacy-Id: 18537
2020-10-01 21:17:54 +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
4fab4c627e
Set version info and settings back to development mode
...
- Legacy-Id: 18530
2020-09-28 20:03:28 +00:00
Henrik Levkowetz
fd973ca683
Set version info to release version 7.17.1 before branching.
...
- Legacy-Id: 18528
2020-09-28 20:03:09 +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
Henrik Levkowetz
50ecf8bb10
Merged in ^/personal/rjs/fixreviews_7.17.1.dev0:
...
Repair migration for disconnected and confused reviews.
- Legacy-Id: 18524
2020-09-28 13:40:41 +00:00
Henrik Levkowetz
0bc492afaf
Fixed a bytes/unicode issue for echoed-back nomcom questionnaire text.
...
- Legacy-Id: 18523
2020-09-28 11:06:55 +00:00
Robert Sparks
863582e56a
Completed repair migration for disconnected and confused reviews. Branch ready for merge.
...
- Legacy-Id: 18522
2020-09-25 16:08:09 +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
Henrik Levkowetz
0eee548999
Fixed a couple of pyflakes issues.
...
- Legacy-Id: 18516
2020-09-24 10:23:30 +00:00
Robert Sparks
a2a0fdfae8
Early migration, mostly comments, committed to facilitate conversation.
...
- Legacy-Id: 18515
2020-09-23 15:28:33 +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
Robert Sparks
c95be797e7
Grabbing urls patch
...
- Legacy-Id: 18512
2020-09-22 16:04:24 +00:00
Henrik Levkowetz
e2caecba2f
Added a migration to create missing DocAlias instances (and remove some bad ones).
...
- Legacy-Id: 18511
2020-09-22 15:25:58 +00:00
Henrik Levkowetz
3023139c03
Merged in [18508] from rjsparks@nostrum.com:
...
Refine day edges on weekview. Fixes #3071 .
- Legacy-Id: 18509
Note: SVN reference [18508] has been migrated to Git commit 750c41a829da416f28cb3c5dc47532bf8fbb4ea6
2020-09-22 11:57:37 +00:00
Henrik Levkowetz
6c86e96bdf
Merged in [18502] from rjsparks@nostrum.com:
...
Create a yangcatalog support group and populate its initial roles.
- Legacy-Id: 18506
Note: SVN reference [18502] has been migrated to Git commit cf2a198d5f
2020-09-21 15:20:23 +00:00