Henrik Levkowetz
53de5047b3
Set version info and settings back to development mode
...
- Legacy-Id: 17433
2020-03-13 14:49:32 +00:00
Henrik Levkowetz
e7eded709d
Set version info to release version 6.121.0 before branching.
...
- Legacy-Id: 17431
2020-03-13 14:48:51 +00:00
Henrik Levkowetz
db0a57e143
Added some missing imports.
...
- Legacy-Id: 17428
2020-03-13 14:04:55 +00:00
Henrik Levkowetz
5211480895
Added code to show a call-in button on the agenda page if the session agenda-note contains and IETF webex URL.
...
- Legacy-Id: 17427
2020-03-13 14:01:54 +00:00
Henrik Levkowetz
c6b2e8e479
Merged in [17425] from rjsparks@nostrum.com:
...
Make required AD approval of virtual interims configurable. Fixes #2912 .
- Legacy-Id: 17426
Note: SVN reference [17425] has been migrated to Git commit 6248706959
2020-03-12 21:13:22 +00:00
Robert Sparks
6248706959
Make required AD approval of virtual interims configurable. Fixes #2912 . Commit ready for merge.
...
- Legacy-Id: 17425
2020-03-12 19:12:57 +00:00
Henrik Levkowetz
c10706286b
Added a management command to check draft event revision numbers. To be extended for other checks.
...
- Legacy-Id: 17423
2020-03-11 22:02:30 +00:00
Henrik Levkowetz
e99fa4be40
Merged in [17419] from rjsparks@nostrum.com:
...
Don't warn about idcutoff when the cutoff is after the meeting starts. Fixes #2907 .
- Legacy-Id: 17422
Note: SVN reference [17419] has been migrated to Git commit edc41a8705
2020-03-11 21:46:02 +00:00
Henrik Levkowetz
84dca63df7
Merged in [17418] from rjsparks@nostrum.com:
...
Correctly represent cancelled sessions in ics files. Fixes #2905 .
- Legacy-Id: 17421
Note: SVN reference [17418] has been migrated to Git commit 51327d0767
2020-03-11 19:45:26 +00:00
Henrik Levkowetz
08130f4986
Merged in [17396] from rjsparks@nostrum.com:
...
Move charters for replaced groups to a new replaced state. Close any outstanding ballots on them. Fixes #2889 , #2873 , and #1286 .
- Legacy-Id: 17420
Note: SVN reference [17396] has been migrated to Git commit 79bb245f8a
2020-03-11 19:21:43 +00:00
Robert Sparks
edc41a8705
Don't warn about idcutoff when the cutoff is after the meeting starts. Fixes #2907 . Commit ready for merge.
...
- Legacy-Id: 17419
2020-03-11 16:15:40 +00:00
Robert Sparks
51327d0767
Correctly represent cancelled sessions in ics files. Fixes #2905 . Commit ready for merge.
...
- Legacy-Id: 17418
2020-03-11 15:28:15 +00:00
Henrik Levkowetz
60e302ab5a
Avoid trying to open meeting documents with empty .uploaded_filename.
...
- Legacy-Id: 17417
2020-03-10 17:59:56 +00:00
Ole Laursen
5faccf5379
Put the time slots in the new meeting schedule editor on a time scale
...
per day. This opens the possibility of having the slots not match
across the different rooms.
Add colors to session in areas/IRTF. Add support for toggling display
of areas/IRTF.
Show graphical hint when a time slot is overfull.
- Legacy-Id: 17415
2020-03-09 19:40:31 +00:00
Henrik Levkowetz
50e8918a56
Added a progress bar for verbosity=1 of the community list index update command.
...
- Legacy-Id: 17414
2020-03-09 18:03:09 +00:00
Henrik Levkowetz
6300c359b4
Merged back fixes from production
...
- Legacy-Id: 17413
2020-03-09 17:59:44 +00:00
Henrik Levkowetz
0f6a886ae0
Corrected the extent of a try/except block, moving more code inside the block. Fixes a submission exception that should just be a document error reported back to the user.
...
- Legacy-Id: 17411
2020-03-09 14:13:37 +00:00
Henrik Levkowetz
ec13af6c43
Added a guard against accessing attributes of None.
...
- Legacy-Id: 17409
2020-03-08 13:18:58 +00:00
Henrik Levkowetz
0d0d7b8f96
Set version info and settings back to development mode
...
- Legacy-Id: 17407
2020-03-07 22:56:24 +00:00
Henrik Levkowetz
dd63c19e1f
Set version info to release version 6.120.0 before branching.
...
- Legacy-Id: 17405
2020-03-07 22:56:09 +00:00
Henrik Levkowetz
638fbc592e
Added a data migration to fix up some incorrect external URLs for reviews.
...
- Legacy-Id: 17402
2020-03-07 14:21:41 +00:00
Henrik Levkowetz
89ec88dd7d
- Legacy-Id: 17401
2020-03-07 12:46:53 +00:00
Henrik Levkowetz
a69ffdc87a
Added a migration
...
- Legacy-Id: 17399
2020-03-06 21:01:13 +00:00
Henrik Levkowetz
2669afe69b
Tweaked the check_referential_integrity management command verbose output.
...
- Legacy-Id: 17397
2020-03-06 20:37:41 +00:00
Robert Sparks
79bb245f8a
Move charters for replaced groups to a new replaced state. Close any outstanding ballots on them. Fixes #2889 , #2873 , and #1286 . Commit ready for merge.
...
- Legacy-Id: 17396
2020-03-06 16:47:59 +00:00
Sasha Romijn
56d73e4b82
Added a management command to create a dummy IETF 999 meeting.
...
- Legacy-Id: 17395
2020-03-06 13:24:23 +00:00
Sasha Romijn
e0f90fe579
Add missing migration content to existing meeting 0026 migration.
...
- Legacy-Id: 17394
2020-03-06 12:26:12 +00:00
Sasha Romijn
ac5c57faa0
Fix accidentally committed typo from [17289]
...
- Legacy-Id: 17393
Note: SVN reference [17289] has been migrated to Git commit a227813dc5
2020-03-06 12:21:20 +00:00
Henrik Levkowetz
726fcbf27d
Removed all __future__ imports.
...
- Legacy-Id: 17391
2020-03-05 23:53:42 +00:00
Henrik Levkowetz
ab173cb2eb
Removed further six usage: six.string_types, six.integer_types, six.moves.urllib instances.
...
- Legacy-Id: 17390
2020-03-05 20:46:58 +00:00
Ole Laursen
393ee64bec
Add new view for editing meeting schedules. This is a preliminary
...
basic version with timeslots in a fixed grid and drag and drop for
assigning and unassigning. Compared to the existing JS based view, it
is missing session details (attendences etc.), conflicts and other
warnings, toggling of sessions in areas, area coloring, extending to
next timeslot and probably more.
Add new auxiliary view to copy a schedule for the new schedule editor.
- Legacy-Id: 17389
2020-03-05 19:15:44 +00:00
Ole Laursen
de99911e38
Add regexp validation of Schedule.name
...
- Legacy-Id: 17388
2020-03-05 19:02:44 +00:00
Henrik Levkowetz
1c808bf63b
Removed further six usage.
...
- Legacy-Id: 17387
2020-03-05 15:54:32 +00:00
Henrik Levkowetz
566971a6ae
Removed further six usage.
...
- Legacy-Id: 17386
2020-03-05 15:10:33 +00:00
Henrik Levkowetz
e9a37d8ac8
Removed six.text_type(), changed six.moves.urllib to plain urllib, and removed now unused six imports.
...
- Legacy-Id: 17385
2020-03-05 14:41:41 +00:00
Henrik Levkowetz
b4d7dd131a
Added ability to use the submission API with active secondary email addresses. Fixes issue #2639 .
...
- Legacy-Id: 17383
2020-03-04 18:05:56 +00:00
Henrik Levkowetz
af6ca37513
Admin model tweak, added a raw_id_field.
...
- Legacy-Id: 17382
2020-03-03 21:00:35 +00:00
Henrik Levkowetz
a14e38a1a1
Replaced most cases of using of urlopen(), instead using the higher-level 'requests' module where it simplifies the code.
...
- Legacy-Id: 17380
2020-03-03 17:34:42 +00:00
Henrik Levkowetz
941a27bf72
Fixed a Py2/3 issue with review.mailarchive.construct_query_url().
...
- Legacy-Id: 17379
2020-03-03 17:00:13 +00:00
Sasha Romijn
4decb23022
Add display of new constraints and joint sessions to agenda builder interface.
...
The new timerange, time_relation and wg_adjacent constraints, along with the
joint_with_groups option, are now reflected in the special requests field.
This allows them to be taken into account while scheduling sessions.
- Legacy-Id: 17378
2020-03-03 15:16:58 +00:00
Sasha Romijn
e70579175e
Clarify wording in session request form regarding conflicts with BOFs.
...
- Legacy-Id: 17377
2020-03-03 14:52:28 +00:00
Henrik Levkowetz
1017c21167
Renamed a migration to conform to migration naming conventions, using underscores instead of dashes in the name.
...
- Legacy-Id: 17376
2020-03-03 12:22:48 +00:00
Henrik Levkowetz
ab944725d5
Py2/3 compatibility tweaks for pyflakes.
...
- Legacy-Id: 17375
2020-03-02 18:00:41 +00:00
Henrik Levkowetz
5d824b59c2
Changed some cases of urlopen() to use requests.get()
...
- Legacy-Id: 17374
2020-03-02 15:18:00 +00:00
Henrik Levkowetz
94e4dc7c74
Python3 is more ticklish about comparing strings to None than Py2. Fixed an issue with this in generate_sort_key() for document searches.
...
- Legacy-Id: 17373
2020-03-02 12:47:05 +00:00
Henrik Levkowetz
b6d8bade44
Fixed a Py2/3 issue in the pyflakes management command, and tweaked the verbose output format.
...
- Legacy-Id: 17372
2020-03-02 12:31:02 +00:00
Henrik Levkowetz
a33f66bb90
Merged back production changes to two scripts indirectly called by /a/www/www6s/scripts/run-ietf-report, through /a/www/www6s/scripts/run-report.
...
- Legacy-Id: 17371
2020-03-02 12:27:07 +00:00
Henrik Levkowetz
a2318d9f2c
Backported patches from production
...
- Legacy-Id: 17370
2020-02-28 20:46:20 +00:00
Henrik Levkowetz
edbe42e890
Set version info and settings back to development mode
...
- Legacy-Id: 17367
2020-02-27 22:09:05 +00:00
Henrik Levkowetz
5f7c9b227d
Set version info to release version 6.119.0 before branching.
...
- Legacy-Id: 17365
2020-02-27 22:08:51 +00:00
Henrik Levkowetz
34e6cae7d3
Added more complete help text to the show_messages and send_messags management commands.
...
- Legacy-Id: 17361
2020-02-27 20:24:31 +00:00
Henrik Levkowetz
fc03063e9e
Made email Message-ID fields generated by the datatracker more uniform.
...
- Legacy-Id: 17360
2020-02-27 20:23:20 +00:00
Henrik Levkowetz
fff56bb557
Merged in [17336] from rcross@amsl.com:
...
Add rfp-announce@ietf.org to Announcement app To: address list. Changed name of secr dashboard from WG Chair Dahsboard to IETF Dashboard.
- Legacy-Id: 17359
Note: SVN reference [17336] has been migrated to Git commit b1b27e648c
2020-02-27 19:54:37 +00:00
Henrik Levkowetz
334f0137b1
Merged in [17325] from rjsparks@nostrum.com:
...
Allow review team secretaries and the secretariat to reset the next reviewer in queue for review teams using the RotateAlphabetically policy. Partially addresses #2879 .
- Legacy-Id: 17358
Note: SVN reference [17325] has been migrated to Git commit afb818c298
2020-02-27 18:15:31 +00:00
Robert Sparks
92b2f06829
Add missed template for commit r17325. Commit ready for merge.
...
- Legacy-Id: 17357
2020-02-27 16:50:16 +00:00
Henrik Levkowetz
07747b26c3
Fixed an issue with tests mocking urlopen() responses, and tweaked error messages on bad results in sync/rfceditor.py
...
- Legacy-Id: 17356
2020-02-27 15:05:27 +00:00
Henrik Levkowetz
ebdad3a5a5
Added charset decoding of data read from an urlopen() object in a few places, and removed some use-once functions that were now dead code.
...
- Legacy-Id: 17355
2020-02-27 13:39:45 +00:00
Henrik Levkowetz
4b35ee43d2
Moved code from a couple of simple urlopen() wrappers used only once into the calling scripts. Removed a case of Py2 virtualenv activation.
...
- Legacy-Id: 17354
2020-02-27 13:35:14 +00:00
Henrik Levkowetz
a7982f1f67
Added a missing __init__.py
...
- Legacy-Id: 17353
2020-02-26 21:31:54 +00:00
Henrik Levkowetz
7448037c65
Tweaked the show_messages managment command output.
...
- Legacy-Id: 17352
2020-02-26 21:28:51 +00:00
Henrik Levkowetz
3562af0b9b
Added management commands to show saved messages (unsent and otherwise) and to send or re-send saved messages as needed.
...
- Legacy-Id: 17351
2020-02-26 18:14:29 +00:00
Henrik Levkowetz
46ab91ec1d
Added a migration to set an explicit content-type for Message objects when missing.
...
- Legacy-Id: 17350
2020-02-26 18:07:48 +00:00
Henrik Levkowetz
0b3ac2ac0e
Added a migration to correct Message fields containing strings that are repr() of list instances instead of comma-separated email addresses.
...
- Legacy-Id: 17349
2020-02-26 18:06:52 +00:00
Henrik Levkowetz
fb740ff6bf
Added saving of outgoing emails as Message instances, with accompanying test.
...
- Legacy-Id: 17348
2020-02-26 18:04:44 +00:00
Henrik Levkowetz
3227e42543
Slight refactoring of infer_message() and send_scheduled_message_from_send_queue(), and added setting of Message.sent when sent.
...
- Legacy-Id: 17347
2020-02-26 18:03:12 +00:00
Henrik Levkowetz
2d724427cf
Updated patch.py to avoid deprecation and pyflakes warnings.
...
- Legacy-Id: 17346
2020-02-26 17:22:12 +00:00
Henrik Levkowetz
095c3a2ccb
Fixed an issue where the lookup of recognized country names during draft submission grabbed the unicode name instead of the ascii name for non-ascii country strings in XML submissions.
...
- Legacy-Id: 17345
2020-02-26 17:20:13 +00:00
Henrik Levkowetz
f43e547d28
Updated the list of utility python files to be ignored by coverage measurements.
...
- Legacy-Id: 17344
2020-02-26 17:17:43 +00:00
Henrik Levkowetz
03bd9c0594
Fixed log.log() to hand on the right type (str) to underlying functions.
...
- Legacy-Id: 17343
2020-02-26 17:16:35 +00:00
Henrik Levkowetz
af0c189018
Fixed a test to be more specific when looking for a generated Message object, to make sure to get the right one.
...
- Legacy-Id: 17342
2020-02-26 17:15:09 +00:00
Henrik Levkowetz
5951a6473f
Added html unescape for email addresses from form data that might use html entities for angle brackets.
...
- Legacy-Id: 17341
2020-02-26 17:11:54 +00:00
Henrik Levkowetz
2b1014d66c
Added a 'sent' field to Message, to be able to track sent status for captured outgoing messages (which don't have a SendQueue instance).
...
- Legacy-Id: 17340
2020-02-26 17:09:06 +00:00
Henrik Levkowetz
fa4adeb374
Fixed a number of bad Message.content_type settings.
...
- Legacy-Id: 17339
2020-02-26 17:05:53 +00:00
Henrik Levkowetz
bea0c59d6e
Fixed a string vs list issue for Message from form case.
...
- Legacy-Id: 17338
2020-02-26 17:01:00 +00:00
Henrik Levkowetz
a7baacf519
Added missing .as_strings() to some gather_address_lists() calls, in order to assign strings rather than lists to Message CharField instances. Fixed a Message content_type setting.
...
- Legacy-Id: 17337
2020-02-26 16:59:18 +00:00
Ryan Cross
b1b27e648c
Add rfp-announce@ietf.org to Announcement app To: address list. Changed name of secr dashboard from WG Chair Dahsboard to IETF Dashboard. Commit ready for merge.
...
- Legacy-Id: 17336
2020-02-26 00:17:20 +00:00
Henrik Levkowetz
cbdf718892
More Py2/3 adaptations fetched from production.
...
- Legacy-Id: 17335
2020-02-25 15:53:52 +00:00
Henrik Levkowetz
59cfdf11fb
Fixed a pyflakes issue
...
- Legacy-Id: 17334
2020-02-23 16:28:47 +00:00
Henrik Levkowetz
d9b11f31d9
More Py2/3 adaptations fetched from production.
...
- Legacy-Id: 17333
2020-02-23 16:27:30 +00:00
Henrik Levkowetz
ab40807c36
Converted send-scheduled-mail to py3
...
- Legacy-Id: 17332
2020-02-23 16:22:40 +00:00
Henrik Levkowetz
8f2280130b
Moved patch.py into project tree -- it's not being maintained any more.
...
- Legacy-Id: 17330
2020-02-23 16:20:43 +00:00
Henrik Levkowetz
d2ad86c5df
Python 2/3 changes pulled from the production server after the switch to python 3.
...
- Legacy-Id: 17327
2020-02-23 01:34:52 +00:00
Robert Sparks
afb818c298
Allow review team secretaries and the secretariat to reset the next reviewer in queue for review teams using the RotateAlphabetically policy. Partially addresses #2879 . Commit ready for merge.
...
- Legacy-Id: 17325
2020-02-21 23:08:20 +00:00
Henrik Levkowetz
fa9427769a
Added cleaning of the session request form's 'comments' field, to convert any html entered to text. Related to [17322].
...
- Legacy-Id: 17324
Note: SVN reference [17322] has been migrated to Git commit eb88abc394
2020-02-21 21:36:18 +00:00
Henrik Levkowetz
eb88abc394
Removed an instance of 'autoescape off' for submitted meeting session comments in a template, since it is not needed in practice, in order to avoid an XSS injection opportunity.
...
- Legacy-Id: 17322
2020-02-21 15:32:41 +00:00
Sasha Romijn
825a054d19
Add support for structured entry and storage of joint sessions in meetings.
...
- Also adds additional tests for the SessionForm
- Fixes a javascript error in session requests for non-WG groups,
that could cause incorrect form behaviour.
- Expands the tests added in [17289] a bit.
- Legacy-Id: 17321
Note: SVN reference [17289] has been migrated to Git commit a227813dc5
2020-02-21 13:27:11 +00:00
Henrik Levkowetz
2aa948a17b
Changed some remaining cases of open() to io.open().
...
- Legacy-Id: 17319
2020-02-20 22:35:49 +00:00
Henrik Levkowetz
0c343b9bbd
Make django_extension commands available if installed.
...
- Legacy-Id: 17318
2020-02-20 22:08:47 +00:00
Henrik Levkowetz
52d21e29cb
Set version info and settings back to development mode
...
- Legacy-Id: 17312
2020-02-18 22:59:52 +00:00
Henrik Levkowetz
5e47b3afa8
Set version info to release version 6.118.0 before branching.
...
- Legacy-Id: 17310
2020-02-18 22:59:41 +00:00
Henrik Levkowetz
ab34ecbb58
Merged in [17288] from rjsparks@nostrum.com:
...
Make internal review email about an RG use the IRSG instead of the IESG in text and addresses. Fixes #2881 .
- Legacy-Id: 17307
Note: SVN reference [17288] has been migrated to Git commit 4cce1b5e08
2020-02-18 22:04:15 +00:00
Henrik Levkowetz
53bdd428df
Merged in [17287] from rjsparks@nostrum.com:
...
Default use_milestone_dates to True. Allow changing use_milestone_dates from the edit milestone dates form for charters if it is the initial chartering effort. Fixes #2884 .
- Legacy-Id: 17306
Note: SVN reference [17287] has been migrated to Git commit 3568e72ec5
2020-02-18 21:30:22 +00:00
Henrik Levkowetz
9439f718d4
Wrapped more code in an exception block, in order not to continue processing after an XML parse exception. Fixes issue #2885 .
...
- Legacy-Id: 17305
2020-02-18 20:20:09 +00:00
Henrik Levkowetz
aabd237656
Fixed some pyflakes issues.
...
- Legacy-Id: 17304
2020-02-18 19:39:03 +00:00
Henrik Levkowetz
ab99478913
Fixed a bug in the resource description for SchedulingEvent that prevented it from being accessed under /api/v1/meeting/schedulingevent/.
...
- Legacy-Id: 17303
2020-02-17 12:20:14 +00:00
Henrik Levkowetz
d902aa0b1b
Added search fields to the admin index for SchedulingEvent.
...
- Legacy-Id: 17302
2020-02-17 12:17:37 +00:00
Henrik Levkowetz
91d5d72a9d
Tweaked send_mail_mime() to recognize settings.SERVER_MODE='repair', in order to avoid mail floods when running the 'mergedata' management command. It is assumed that the appropriate mails went out when the data was entered into the system the first time.
...
- Legacy-Id: 17301
2020-02-16 21:42:37 +00:00
Henrik Levkowetz
7b5bebc727
Added a management command to dump data based on table names and primary keys derived from a list of SQL 'INSERT INTO' commands representing the items to be dumped. The output formats are the same as for dumpdata, and are suitable for later use with the loaddata or mergedata management commands.
...
- Legacy-Id: 17300
2020-02-16 21:40:01 +00:00
Henrik Levkowetz
e0c6f3abe2
Added a management command to merge data from one of two divergent django databases to the other, taking care to insert or update records as appropriate, and update foreign keys and many-to-many keys appropriately. Accepts the dump formats generated by the dumpdata command.
...
- Legacy-Id: 17299
2020-02-16 21:39:08 +00:00
Henrik Levkowetz
58d8c2fb47
Updated the check_referential_integrity command, adding a --delete command to remove dangling references to removed records, and also adding colorized success/fail indications for each FK and m2m key inspected.
...
- Legacy-Id: 17298
2020-02-16 21:05:12 +00:00
Henrik Levkowetz
e79eb56c01
Changed the xml parser settings for legacy xml draft submissions to remove comments before converting to .txt. Fixes and issue with comments in <artwork> text.
...
- Legacy-Id: 17297
2020-02-16 15:48:45 +00:00
Henrik Levkowetz
c04cbd5692
Added missin test directory creation and removal in setUp() and tearDown() in MeetingTests.
...
- Legacy-Id: 17295
2020-02-16 15:43:32 +00:00
Sasha Romijn
1bfcf2e699
Fix issue in [17289] where wg_adjacent could be shown as a conflict.
...
- Legacy-Id: 17293
Note: SVN reference [17289] has been migrated to Git commit a227813dc5
2020-02-14 13:39:42 +00:00
Henrik Levkowetz
0a6260cf16
Merged in [17286] from rjsparks@nostrum.com:
...
Add Reply-To to the default group review text. Fixes #2883 .
- Legacy-Id: 17292
Note: SVN reference [17286] has been migrated to Git commit 7e09dea02c
2020-02-13 00:33:37 +00:00
Henrik Levkowetz
5e6ea5b2e8
Merged in [17284] from jennifer@painless-security.com:
...
Create DocEvent when related IprDisclosure is posted or removed. Fixes #2811 .
- Legacy-Id: 17291
Note: SVN reference [17284] has been migrated to Git commit b02b42da81
2020-02-12 23:11:26 +00:00
Sasha Romijn
aaa8180358
Add a flag for groups to indicate meetings should always be seen as area meetings.
...
This impacts scheduling, because area meetings should not conflict with any
other session from their area. However, several area meetings have type WG,
and therefore look like ordinary WGs apart from meeting scheduling conflicts.
This new flag will allow distinguishing regular WGs from WGs whose meetings
must not conflict with anything else from their area.
The included migration sets this flag for the currently known area meetings:
dispatch, gendispatch, intarea, opsarea/opsawg, rtgarea, rtgwg, saag,
secdispatch, tsvarea, irtfopen
- Legacy-Id: 17290
2020-02-12 15:34:45 +00:00
Sasha Romijn
a227813dc5
Add support for the timerange, wg_adjacent and time_relation constraints.
...
This adds three new constraints to the database and relevant UIs:
- timerange: "This WG can't meet during these timeframes"
- wg_adjacent: "Schedule adjacent to another WG (directly following,
no breaks, same room)"
- time_relation: schedule the two sessions of one WG on subsequent
days or with at least one day seperation
- Legacy-Id: 17289
2020-02-12 10:42:38 +00:00
Robert Sparks
4cce1b5e08
Make internal review email about an RG use the IRSG instead of the IESG in text and addresses. Fixes #2881 . Commit ready for merge.
...
- Legacy-Id: 17288
2020-02-11 20:17:42 +00:00
Robert Sparks
3568e72ec5
Default use_milestone_dates to True. Allow changing use_milestone_dates from the edit milestone dates form for charters if it is the initial chartering effort. Fixes #2884 . Commit ready for merge.
...
- Legacy-Id: 17287
2020-02-11 18:53:40 +00:00
Robert Sparks
7e09dea02c
Add Reply-To to the default group review text. Fixes #2883 . Commit ready for merge.
...
- Legacy-Id: 17286
2020-02-11 15:39:20 +00:00
Jennifer Richards
b02b42da81
Create DocEvent when related IprDisclosure is posted or removed. Fixes #2811 . Commit ready for merge.
...
- Legacy-Id: 17284
2020-02-07 20:41:13 +00:00
Henrik Levkowetz
df790cf0d2
Merged in [17275] from jennifer@painless-security.com:
...
Add links to user profiles from nominee list and feedback page. Fixes #2839 .
- Legacy-Id: 17283
Note: SVN reference [17275] has been migrated to Git commit cd77c76372
2020-02-06 16:24:37 +00:00
Henrik Levkowetz
7009605527
Merged in [17273] from rcross@amsl.com:
...
Update link to session request tool instructions.
- Legacy-Id: 17282
Note: SVN reference [17273] has been migrated to Git commit 2d97cb65f7
2020-02-06 13:46:16 +00:00
Henrik Levkowetz
42cb05763e
Set version info and settings back to development mode
...
- Legacy-Id: 17280
2020-02-05 22:28:59 +00:00
Henrik Levkowetz
2fd222fd5d
Set version info to release version 6.117.0 before branching.
...
- Legacy-Id: 17278
2020-02-05 22:28:47 +00:00
Jennifer Richards
cd77c76372
Add links to user profiles from nominee list and feedback page. Fixes #2839 . Commit ready for merge.
...
- Legacy-Id: 17275
2020-02-05 21:10:47 +00:00
Ryan Cross
2d97cb65f7
Update link to session request tool instructions. Commit ready for merge.
...
- Legacy-Id: 17273
2020-02-04 21:02:33 +00:00
Henrik Levkowetz
fdcf06496f
Merged in [17268] from rjsparks@nostrum.com:
...
Set a meaningful state in a test fixture. Tests surprisingly were not broken by this though.
- Legacy-Id: 17272
Note: SVN reference [17268] has been migrated to Git commit 8a5f960569
2020-02-03 15:36:03 +00:00
Henrik Levkowetz
3d432edf90
Merged in [17266] from rjsparks@nostrum.com:
...
Improve the tests for session draft bundles to exercise the code that extracts draftnames from agendas.
- Legacy-Id: 17271
Note: SVN reference [17266] has been migrated to Git commit a5dab5385c
2020-01-31 09:59:30 +00:00
Henrik Levkowetz
f45947c079
Removed exec of activate_this.py from 2 more scripts that are in activbe use.
...
- Legacy-Id: 17270
2020-01-30 22:38:44 +00:00
Henrik Levkowetz
ac38dba94b
Ran scripts invoked from bin/hourly and bin/daily through pyflakes3 and test invocation, and tweaked the code (with an added comment) to consistently require virtualenv to be set up before script invocation.
...
- Legacy-Id: 17269
2020-01-30 22:19:42 +00:00
Robert Sparks
8a5f960569
Set a meaningful state in a test fixture. Tests surprisingly were not broken by this though. Commit ready for merge.
...
- Legacy-Id: 17268
2020-01-30 22:15:00 +00:00
Henrik Levkowetz
65ca6e240c
Added some raw_id fields to avoid long page load times
...
- Legacy-Id: 17267
2020-01-30 22:13:29 +00:00
Robert Sparks
a5dab5385c
Improve the tests for session draft bundles to exercise the code that extracts draftnames from agendas. Commit ready for merge.
...
- Legacy-Id: 17266
2020-01-30 21:50:36 +00:00
Henrik Levkowetz
32e9692f54
Fixed a py2/py3 issue in sync.rfceditor.post_approved_draft(), and enhanced tests to execute the failing code (with Mock functions) instead of skipping the code.
...
- Legacy-Id: 17265
2020-01-28 22:37:50 +00:00
Henrik Levkowetz
b5697b62ab
Fixed some py2/py3 issues in ID index generation modules.
...
- Legacy-Id: 17262
2020-01-28 13:29:54 +00:00
Henrik Levkowetz
21a73ad913
Fixed a py2/py3 issue in building meeting materials bundles.
...
- Legacy-Id: 17261
2020-01-27 23:32:34 +00:00
Henrik Levkowetz
fb752289c9
Added a setting for a coming yang-catalog submission checker url.
...
- Legacy-Id: 17260
2020-01-27 23:30:59 +00:00
Henrik Levkowetz
cb93ba8369
Fixed a py2/py3 issue in post_approved_draft()
...
- Legacy-Id: 17258
2020-01-27 20:31:50 +00:00
Henrik Levkowetz
29686d571a
Changed the location of the file cache for htmlized documents.
...
- Legacy-Id: 17257
2020-01-27 18:20:22 +00:00
Henrik Levkowetz
8f0eca5032
Added a newline to test run output, to separate dot progress indication from teardown message.
...
- Legacy-Id: 17253
2020-01-22 23:17:44 +00:00
Henrik Levkowetz
096c08aac4
Added a test case for draft submission errors due to periods in document names.
...
- Legacy-Id: 17251
2020-01-18 15:07:51 +00:00
Henrik Levkowetz
060539cf1f
Added a suggestion to the error message issued for invalid characters in document names found in draft submission XML files, when the invalid character is a period. In this particular case, the problem most likely is inclusion of the filename extension in the document name. Fixes issue #2874 .
...
- Legacy-Id: 17250
2020-01-18 15:06:17 +00:00
Henrik Levkowetz
edf28348aa
Changed draft submission field validation taking place in clean() to associate the errors with the field in question, rather than raising them as general form errors.
...
- Legacy-Id: 17249
2020-01-18 15:01:35 +00:00
Henrik Levkowetz
76ee1b8cdf
Fixed a Py3 issue trying run .decode() on (already decoded) str.
...
- Legacy-Id: 17248
2020-01-18 14:59:08 +00:00
Robert Sparks
7c3a4ce3f5
Only show groups in reasonable states when showing current chartering efforts (otherwise crufty charter states can would lead to abandoned or replaced groups showing here). Fixes #2872 . Commit ready for merge.
...
- Legacy-Id: 17246
2020-01-17 20:14:22 +00:00
Henrik Levkowetz
a48dab3fd1
Set version info and settings back to development mode
...
- Legacy-Id: 17243
2020-01-17 18:20:51 +00:00
Henrik Levkowetz
c628678fc9
Set version info to release version 6.116.1 before branching.
...
- Legacy-Id: 17241
2020-01-17 18:20:23 +00:00
Henrik Levkowetz
655a85377d
Updated bower-managed static web assets
...
- Legacy-Id: 17238
2020-01-17 17:46:47 +00:00
Henrik Levkowetz
e9d3809099
Refined the links from document stats pages to author pages so as to not link to non-existent pages. Fixes 404 errors in the test crawler logs.
...
- Legacy-Id: 17237
2020-01-17 00:49:01 +00:00
Henrik Levkowetz
68174ba501
Merged in [17234] from rjsparks@nostrum.com:
...
Restrict the ability to change whether a group uses milestone dates to the ADs and the secretariat. Fixes #2869 .
- Legacy-Id: 17236
Note: SVN reference [17234] has been migrated to Git commit b4ac9f83f1
2020-01-16 22:57:09 +00:00
Henrik Levkowetz
f2cb2aa6c6
Merged in [17233] from rjsparks@nostrum.com:
...
Be clear about who changed a group's personnel in the resulting email message. Fixes #2868 .
- Legacy-Id: 17235
Note: SVN reference [17233] has been migrated to Git commit f0f522322a
2020-01-16 22:07:13 +00:00
Robert Sparks
b4ac9f83f1
Restrict the ability to change whether a group uses milestone dates to the ADs and the secretariat. Fixes #2869 . Commit ready for merge.
...
- Legacy-Id: 17234
2020-01-16 21:19:29 +00:00
Robert Sparks
f0f522322a
Be clear about who changed a group's personnel in the resulting email message. Fixes #2868 . Commit ready for merge.
...
- Legacy-Id: 17233
2020-01-15 21:38:44 +00:00
Henrik Levkowetz
82baf773d8
Merged in [17228] from rjsparks@nostrum.com:
...
Improve admin handling of DocumentURL. Fixes #2865 .
- Legacy-Id: 17231
Note: SVN reference [17228] has been migrated to Git commit 0040a85395
2020-01-14 13:43:56 +00:00
Henrik Levkowetz
3fe48041da
Merged in [17227] from rjsparks@nostrum.com:
...
Allow document Additional URLs to become empty. Fixes #2864 .
- Legacy-Id: 17229
Note: SVN reference [17227] has been migrated to Git commit 0c0cc5dcf5
2020-01-14 11:09:21 +00:00
Robert Sparks
0040a85395
Improve admin handling of DocumentURL. Fixes #2865 . Commit ready for merge.
...
- Legacy-Id: 17228
2020-01-13 19:33:35 +00:00
Robert Sparks
0c0cc5dcf5
Allow document Additional URLs to become empty. Fixes #2864 . Commit ready for merge.
...
- Legacy-Id: 17227
2020-01-13 19:03:58 +00:00
Henrik Levkowetz
288f4135e3
Added (currently inactive) code to trigger exceptions on failure to resolve template variables during tests, and added fixes for a couple of places that triggered such exceptions.
...
- Legacy-Id: 17226
2020-01-13 17:16:43 +00:00
Henrik Levkowetz
d2b2bb1417
Merged in [17219] from rjsparks@nostrum.com:
...
Update some uses of pos.ad in templates to pos.balloter. Fixes #2863 .
- Legacy-Id: 17224
Note: SVN reference [17219] has been migrated to Git commit af0a9954fe
2020-01-13 15:01:40 +00:00
Henrik Levkowetz
2eafa85b46
Merged in [17217] from olau@iola.dk:
...
Tighten validation of session conflicts in the session request tool,
preventing conflicts where source = target. Make sure the 'use
previous session' button doesn't carry forward conflicts that are no
longer valid.
Also fix a bug with the group list in the dropdowns being computed
statically at module import time instead of being queried dynamically
upon each page request.
- Legacy-Id: 17222
Note: SVN reference [17217] has been migrated to Git commit c34fec535f
2020-01-13 14:14:31 +00:00
Henrik Levkowetz
428525d8c4
Merged in [17211] from rjsparks@nostrum.com:
...
Upgrade to the newer js-cookie library that replaced jquery.cookie. Fixes #2832 .
- Legacy-Id: 17221
Note: SVN reference [17211] has been migrated to Git commit d9ea373b81
2020-01-13 13:28:07 +00:00
Henrik Levkowetz
09b83a0ab8
Fixed a Py2/3 compatibility issue with the verified errata code.
...
- Legacy-Id: 17220
2020-01-11 00:20:37 +00:00
Robert Sparks
af0a9954fe
Update some uses of pos.ad in templates to pos.balloter. Fixes #2863 . Commit ready for merge.
...
- Legacy-Id: 17219
2020-01-10 19:04:42 +00:00
Ole Laursen
c34fec535f
Tighten validation of session conflicts in the session request tool,
...
preventing conflicts where source = target. Make sure the "use
previous session" button doesn't carry forward conflicts that are no
longer valid.
Also fix a bug with the group list in the dropdowns being computed
statically at module import time instead of being queried dynamically
upon each page request.
Commit ready for merge
- Legacy-Id: 17217
2020-01-10 17:42:43 +00:00
Henrik Levkowetz
a33f9724af
Merged in [17201] from rjsparks@nostrum.com:
...
Make it easier for the nomcom chair to manage generic IESG requirements. Fixes #2794 .
- Legacy-Id: 17216
Note: SVN reference [17201] has been migrated to Git commit c9d944b312
2020-01-10 16:16:31 +00:00
Henrik Levkowetz
ba3010e3b0
Added fetch and use of the RFC-Editor's errata.json file in order to set a new 'verified-errata' document tag, and use that to show the link to inline-errata documents only when there is verified errata. Fixes issue #2861 .
...
- Legacy-Id: 17212
2020-01-10 12:22:33 +00:00
Robert Sparks
d9ea373b81
Upgrade to the newer js-cookie library that replaced jquery.cookie. Fixes #2832 . Commit ready for merge.
...
- Legacy-Id: 17211
2020-01-09 22:15:13 +00:00
Henrik Levkowetz
a3edd91698
Set version info and settings back to development mode
...
- Legacy-Id: 17209
2020-01-09 21:58:35 +00:00
Henrik Levkowetz
e888c09a16
Set version info to release version 6.116.0 before branching.
...
- Legacy-Id: 17207
2020-01-09 21:58:23 +00:00
Henrik Levkowetz
522a4d84a4
Updated copyright statement
...
- Legacy-Id: 17204
2020-01-09 18:40:51 +00:00
Robert Sparks
c9d944b312
Make it easier for the nomcom chair to manage generic IESG requirements. Fixes #2794 . Commit ready for merge.
...
- Legacy-Id: 17201
2020-01-08 19:51:14 +00:00
Henrik Levkowetz
92c9290540
Merged in [17196] from rcross@amsl.com:
...
Remove agenda@ietf.org from audio import To list.
- Legacy-Id: 17200
Note: SVN reference [17196] has been migrated to Git commit 09da5b9d5c
2020-01-08 18:04:18 +00:00
Henrik Levkowetz
b48ca82df7
Merged in [17195] from rcross@amsl.com:
...
Update admin permissions. Grant access to LiaisonStatementGroupContacts.
- Legacy-Id: 17199
Note: SVN reference [17195] has been migrated to Git commit 1f1d88fe24
2020-01-08 17:00:12 +00:00
Henrik Levkowetz
e99f1cdc86
Merged in [17185] from rjsparks@nostrum.com:
...
Adds support for dateless milestones. Fixes #2799 .
- Legacy-Id: 17198
Note: SVN reference [17185] has been migrated to Git commit 42e5163b09
2020-01-08 16:07:29 +00:00
Ryan Cross
09da5b9d5c
Remove agenda@ietf.org from audio import To list. Commit ready for merge.
...
- Legacy-Id: 17196
2020-01-08 00:46:08 +00:00
Ryan Cross
1f1d88fe24
Update admin permissions. Grant access to LiaisonStatementGroupContacts. Commit ready for merge.
...
- Legacy-Id: 17195
2020-01-08 00:07:27 +00:00
Henrik Levkowetz
3db48727ea
Specified explicit UTF-8 decoding of submission checker output
...
- Legacy-Id: 17194
2020-01-07 22:26:00 +00:00
Henrik Levkowetz
753ff1e5be
Merged in [17181] from olau@iola.dk:
...
Fix problem with assignments to the same session causing a crash.
- Legacy-Id: 17192
Note: SVN reference [17181] has been migrated to Git commit b9e5c9b967
2020-01-07 17:06:49 +00:00
Henrik Levkowetz
acaca62195
Merged in [17179] from housley@vigilsec.com:
...
Add references and referened-by buttons to each RFC listed on the peron profile page. In addition, changed the buttons on the document references and document referenced-by pages to match the buttons on the main document page (the buttons with the long arrows). Fixes #2854 , although it does not include the number of references in the button.
- Legacy-Id: 17191
Note: SVN reference [17179] has been migrated to Git commit 3460f9242f
2020-01-07 15:29:40 +00:00
Henrik Levkowetz
fb3645fcb5
Merged in [17178] from housley@vigilsec.com:
...
Turn text names into links on the stats pages. Fixes #2854
- Legacy-Id: 17190
Note: SVN reference [17178] has been migrated to Git commit dd07878bb0
2020-01-07 13:52:21 +00:00
Henrik Levkowetz
b14cba5f15
Refactored some document methods to align better with Django's get_absolute_url(), and added Person.get_absolute_uri()
...
- Legacy-Id: 17189
2020-01-07 13:33:02 +00:00
Henrik Levkowetz
b2fc68a978
Merged in [17177] from rjsparks@nostrum.com:
...
Improve can_ballot. Fixes #2856 .
- Legacy-Id: 17188
Note: SVN reference [17177] has been migrated to Git commit eb69b9e14b
2020-01-07 11:47:03 +00:00
Robert Sparks
42e5163b09
Adds support for dateless milestones. Fixes #2799 . Commit ready for merge.
...
- Legacy-Id: 17185
2020-01-06 20:48:53 +00:00
Henrik Levkowetz
0487cfce3e
Changed ReviewerSettings history change-reason field to TextField
...
- Legacy-Id: 17184
2020-01-06 18:50:36 +00:00
Henrik Levkowetz
2961f4dfba
Merged in [17173] from rjsparks@nostrum.com:
...
Works around a problem with displaying IESG evaluation information for non-approve ballot types. Partially addresses #2851 .
- Legacy-Id: 17183
Note: SVN reference [17173] has been migrated to Git commit 5773d62c1b
2020-01-06 18:48:33 +00:00
Ole Laursen
b9e5c9b967
Fix problem with assignments to the same session causing a crash.
...
Commit ready for merge
- Legacy-Id: 17181
2020-01-06 17:40:23 +00:00
Russ Housley
3460f9242f
Add references and referened-by buttons to each RFC listed on the peron profile page. In addition, changed the buttons on the document references and document referenced-by pages to match the buttons on the main document page (the buttons with the long arrows). Fixes #2854 , although it does not include the number of references in the button.
...
- Legacy-Id: 17179
2020-01-05 17:47:17 +00:00
Russ Housley
dd07878bb0
Turn text names into links on the stats pages. Fixes #2854
...
- Legacy-Id: 17178
2020-01-03 21:50:24 +00:00
Robert Sparks
eb69b9e14b
Improve can_ballot. Fixes #2856 . Commit ready for merge.
...
- Legacy-Id: 17177
2020-01-03 15:55:48 +00:00
Robert Sparks
f71e9995a7
Dateless milestone work. Commit in preparation for merging forward.
...
- Legacy-Id: 17174
2019-12-24 21:38:26 +00:00
Robert Sparks
5773d62c1b
Works around a problem with displaying IESG evaluation information for non-approve ballot types. Partially addresses #2851 . Commit ready for merge.
...
- Legacy-Id: 17173
2019-12-23 19:48:21 +00:00
Henrik Levkowetz
49fc0d7a71
Change varchar(100) to text field for HistoricalReviewerSettings.history_change_reason, to accomodate longer change descriptions.
...
- Legacy-Id: 17171
2019-12-21 19:56:16 +00:00
Henrik Levkowetz
c13852df46
Set version info and settings back to development mode
...
- Legacy-Id: 17169
2019-12-20 15:45:59 +00:00
Henrik Levkowetz
9c1f619f41
Set version info to release version 6.115.0 before branching.
...
- Legacy-Id: 17167
2019-12-20 15:44:48 +00:00
Henrik Levkowetz
6482254a03
Merged in ^/branch/akayla/irsg/6.113.1.dev0 from peter@akayla.com.
...
This provides support for IRSG ballots, similar to the IESG ballots support which has been in use for quite some time. The IRSG ballots differ from IESG ballots in a number of ways, described in detail in the RFP and SoW for this work and implemented here.
- Legacy-Id: 17164
2019-12-20 15:00:55 +00:00
Henrik Levkowetz
83de8b9f1e
Changed print() statements to syslog logging in a cron-invoked script, to remove non-error output. Fixes issue #2849 .
...
- Legacy-Id: 17163
2019-12-20 14:31:28 +00:00
Henrik Levkowetz
bdb35274e9
Set version info and settings back to development mode
...
- Legacy-Id: 17161
2019-12-18 20:39:52 +00:00
Henrik Levkowetz
ea40604644
Set version info to release version 6.114.0 before branching.
...
- Legacy-Id: 17159
2019-12-18 20:39:25 +00:00
Henrik Levkowetz
1d0e8b7527
Merged in [17148] from rjsparks@nostrum.com:
...
Only gather addresses instead of name_addrs for the group_secretaries Mailtrigger Recipient. Fixes #2847 .
- Legacy-Id: 17156
Note: SVN reference [17148] has been migrated to Git commit d22da6259b
2019-12-18 18:29:26 +00:00
Henrik Levkowetz
1e1bd2f995
Merged in [17147] from rjsparks@nostrum.com:
...
Show diff controls for a bis -00 document. Fixes #2846 .
- Legacy-Id: 17155
Note: SVN reference [17147] has been migrated to Git commit 18b8a795ad
2019-12-18 16:33:59 +00:00
Henrik Levkowetz
09557af28d
Changed import statements.
...
- Legacy-Id: 17154
2019-12-18 16:29:11 +00:00
Henrik Levkowetz
06fe583351
Merged /branch/iola/meeting-improvement-r16992@17152 from olau@iola.dk:
...
* Renamed Meeting.agenda to Meeting.schedule together with a bunch of related
internal things
* Moved Session.status, .requested, and .requested_by to a new SchedulingEvent.
* Turned sessions into regular sessions and non-sessions into misc.
sessions in the UI and code to avoid ambiguity.
This doesn't change the data in the DB except for uses of
TimeSlotTypeName where 'session' is now 'regular'.
- Legacy-Id: 17153
2019-12-17 23:43:07 +00:00
Henrik Levkowetz
202d112e0d
Added handling for a decoding exception during submission processing.
...
- Legacy-Id: 17151
2019-12-16 13:32:51 +00:00
Peter E. Yee
8313b0adbf
Fixes for questions for you. Does not include any changes in docker/
...
- Legacy-Id: 17150
2019-12-13 23:01:06 +00:00
Peter E. Yee
bb7e504d14
12/13 merged into 6.113.1.dev0 with migration ordering failure
...
- Legacy-Id: 17149
2019-12-13 19:53:45 +00:00
Robert Sparks
d22da6259b
Only gather addresses instead of name_addrs for the group_secretaries Mailtrigger Recipient. Fixes #2847 . Commit ready for merge.
...
- Legacy-Id: 17148
2019-12-13 18:37:30 +00:00
Robert Sparks
18b8a795ad
Show diff controls for a bis -00 document. Fixes #2846 . Commit ready for merge.
...
- Legacy-Id: 17147
2019-12-12 17:17:51 +00:00
Ole Laursen
db232ff71c
Fix a few missing uses of session (instead of regular) embedded in CSS classes
...
- Legacy-Id: 17146
2019-12-11 17:09:08 +00:00
Henrik Levkowetz
0fe23c3ae5
Merged in [17120] from rjsparks@nostrum.com:
...
Add links to the main website and the mailarchive to the search page.
- Legacy-Id: 17145
Note: SVN reference [17120] has been migrated to Git commit 54fea0ff57
2019-12-10 18:50:03 +00:00
Ole Laursen
173b242e37
Request regular sessions with type session, fix the request test to
...
check the type
- Legacy-Id: 17144
2019-12-09 18:20:27 +00:00
Ole Laursen
60a48d4638
Fix bug introduced in previous commit (exclude became filter)
...
- Legacy-Id: 17143
2019-12-09 18:09:54 +00:00
Ole Laursen
de2b6d4072
Fix use of status still referring to the old attribute in the group
...
meeting page
- Legacy-Id: 17142
2019-12-09 18:08:37 +00:00
Henrik Levkowetz
cbe8da6a71
Set version info and settings back to development mode
...
- Legacy-Id: 17135
2019-12-07 19:29:18 +00:00
Henrik Levkowetz
f4646f2dd9
Set version info to release version 6.113.0 before branching.
...
- Legacy-Id: 17133
2019-12-07 19:29:01 +00:00
Ole Laursen
568670c060
Turn sessions into regular sessions and non-sessions into misc.
...
sessions in the UI and code to avoid ambiguity.
This doesn't change the data in the DB except for uses of
TimeSlotTypeName where 'session' is now 'regular'.
- Legacy-Id: 17128
2019-12-06 20:02:26 +00:00
Ole Laursen
6920c179cd
Fix problem with missing names
...
- Legacy-Id: 17127
2019-12-06 19:56:03 +00:00
Henrik Levkowetz
6f8263eb6e
Added fallback handling from utf-8 to latin1 when reading charter text files.
...
- Legacy-Id: 17126
2019-12-06 14:17:22 +00:00
Ole Laursen
defc50caf5
Fix bug in materials page introduced in previous commit with non-WG groups
...
- Legacy-Id: 17124
2019-12-05 18:11:24 +00:00
Henrik Levkowetz
d9c19449ce
Fixed a migration overlap issue.
...
- Legacy-Id: 17123
2019-12-05 18:04:37 +00:00
Ole Laursen
3957743b85
Move Session.status, .requested, and .requested_by to a new SchedulingEvent
...
- Legacy-Id: 17122
2019-12-05 12:41:09 +00:00
Henrik Levkowetz
fcb6806d17
Merged in work from sasha@dashcare.nl on Review Queue Managemnt:
...
This abstracts queue management, making it possible to implement different
policies for each team. It provides two concrete policies:
RotateAlphabeticallyReviewerQueuePolicy, which rotates an alphabetically
ordered reviewer list with consideration for skip indications, and is the
default policy; and LeastRecentlyUsedReviewerQueuePolicy, a simple
least-recently-used policy. Also see issues #2721 and #2656 .
- Legacy-Id: 17121
2019-12-04 23:02:52 +00:00
Robert Sparks
54fea0ff57
Add links to the main website and the mailarchive to the search page. Commit ready for merge.
...
- Legacy-Id: 17120
2019-12-03 21:57:50 +00:00
Henrik Levkowetz
ac6b664fa5
Added normalization of draft title extracted from submitted XML.
...
- Legacy-Id: 17119
2019-12-02 16:24:51 +00:00
Henrik Levkowetz
0a9cea598e
Removed code under docker/ from test coverage calculation.
...
- Legacy-Id: 17118
2019-12-02 16:23:47 +00:00
Henrik Levkowetz
2749759216
Fixed a backwards compatibiltiy issue for the factoryboy lib and updated a dependency requirement.
...
- Legacy-Id: 17115
2019-11-30 13:15:44 +00:00
Henrik Levkowetz
c99763c3ce
Set version info and settings back to development mode
...
- Legacy-Id: 17113
2019-11-27 23:04:31 +00:00
Henrik Levkowetz
e1404ccab5
Set version info to release version 6.112.0 before branching.
...
- Legacy-Id: 17111
2019-11-27 23:04:19 +00:00
Henrik Levkowetz
fc0060079a
Merged in [17085] from sasha@dashcare.nl:
...
Fix #2278 - Notify secretary when a review request is closed.
The assigned reviewer was already notified, but secretaries were always
excluded.
- Legacy-Id: 17108
Note: SVN reference [17085] has been migrated to Git commit 56003f66d8
2019-11-27 22:19:58 +00:00
Henrik Levkowetz
2c28cb3eb0
When group secretary email addresses occurred in some mailtrigger To: entries, they were given with both name and address parts, while when occurring in Cc: entries, no names were present. Fixed one case of this, and adjusted a test case for consistency. Also added a more general utility function to exclude selected email addresses from email address lists.
...
- Legacy-Id: 17107
2019-11-27 21:49:22 +00:00
Henrik Levkowetz
5cf2cac8d0
Added support for bibxml3 entries using the traditional reference entry name (with 'reference.I-D....'), instead of just the plain draft name.
...
- Legacy-Id: 17106
2019-11-27 15:31:40 +00:00
Henrik Levkowetz
2bc5606986
Merged in [17070] from sasha@dashcare.nl:
...
Fix #2061 - Improve 'complete review' workflow for secretaries.
When a secretary completes a review, 'link to a review message'
is automatically selected, and the first non-reply mail is used to
fill in the review details. The secretary can still modify all details.
The order of fields for secretaries is also modified to fit this workflow.
All cases where 'link to review message' is used, by reviewers or
secretaries, now attempt to fill in the 'reviewed version' if found
in the email subject.
- Legacy-Id: 17105
Note: SVN reference [17070] has been migrated to Git commit dc9546211f
2019-11-26 20:22:56 +00:00
Henrik Levkowetz
7ec09554bb
Merged in [17069] from sasha@dashcare.nl:
...
Fix #2074 , fix #2358 - Add history for assignments, requests and unavailability.
- Legacy-Id: 17104
Note: SVN reference [17069] has been migrated to Git commit 65d84155b6
2019-11-26 16:09:43 +00:00
Henrik Levkowetz
47c3afc328
Added a test for bibtex page content-type.
...
- Legacy-Id: 17103
2019-11-26 01:34:35 +00:00
Henrik Levkowetz
8364e119bc
Fixed an incorrect content_type
...
- Legacy-Id: 17102
2019-11-25 18:47:58 +00:00
Henrik Levkowetz
6ae270a4d8
Merged in [17097] from rjsparks@nostrum.com:
...
Remove unreachable assertion from slide reordering utility function.
- Legacy-Id: 17101
Note: SVN reference [17097] has been migrated to Git commit 61f9fbd8f2
2019-11-23 09:09:24 +00:00
Henrik Levkowetz
87ac08fed2
Merged in [17090] from rjsparks@nostrum.com:
...
Add pages to assignment email. Fixes #2838 .
- Legacy-Id: 17100
Note: SVN reference [17090] has been migrated to Git commit a33ba86452
2019-11-23 05:48:39 +00:00
Henrik Levkowetz
994e5b36b5
Merged in [17083] from kivinen@iki.fi:
...
Moved hard coded defaults for max items to show and days to show to
the settings.py.
- Legacy-Id: 17099
Note: SVN reference [17083] has been migrated to Git commit 90428d6d5f
2019-11-23 04:46:51 +00:00
Robert Sparks
61f9fbd8f2
Remove unreachable assertion from slide reordering utility function. Commit ready for merge.
...
- Legacy-Id: 17097
2019-11-22 17:12:19 +00:00
Sasha Romijn
9e2dfbfe7f
Fix review migration issue caused by merge
...
- Legacy-Id: 17095
2019-11-22 12:40:03 +00:00
Sasha Romijn
10a7bee637
Merge reviewer-queue-management on top of 6.111.1.dev0
...
- Legacy-Id: 17094
2019-11-22 12:35:28 +00:00
Sasha Romijn
b64066b742
Fix LeastRecentlyUsed policy ordering.
...
- Legacy-Id: 17092
2019-11-22 11:00:58 +00:00
Sasha Romijn
384c0ac7af
Improve LeastRecentlyUsed performance with select_related() fix
...
- Legacy-Id: 17091
2019-11-22 10:05:51 +00:00
Robert Sparks
a33ba86452
Add pages to assignment email. Fixes #2838 . Commit ready for merge.
...
- Legacy-Id: 17090
2019-11-21 22:41:11 +00:00
Henrik Levkowetz
e1086ed1d1
Merged in [17071] from rjsparks@nostrum.com:
...
Use doc.name explicitly now that name is no lonker the pk. Pointed out by Sasha in #2050 .
- Legacy-Id: 17089
Note: SVN reference [17071] has been migrated to Git commit f0a5fa6f9e
2019-11-21 18:10:19 +00:00
Sasha Romijn
6bf7d15b70
Add a limit to the update_policy_state_for_assignment loop to prevent
...
infinite loops, e.g. when a team has only a single reviewer.
- Legacy-Id: 17087
2019-11-21 12:37:02 +00:00
Sasha Romijn
084978e105
Fix issue where reviewers that left the team would be included in LeastRecentlyUsed
...
- Legacy-Id: 17086
2019-11-21 11:24:33 +00:00
Sasha Romijn
56003f66d8
Fix #2278 - Notify secretary when a review request is closed.
...
The assigned reviewer was already notified, but secretaries were always
excluded.
Commit ready for merge.
- Legacy-Id: 17085
2019-11-21 11:03:21 +00:00
Tero Kivinen
90428d6d5f
Moved hard coded defaults for max items to show and days to show to
...
the settings.py. Commit ready for merge.
- Legacy-Id: 17083
2019-11-21 07:27:20 +00:00
Henrik Levkowetz
0af4504ea4
Set version info and settings back to development mode
...
- Legacy-Id: 17081
2019-11-21 06:50:37 +00:00
Henrik Levkowetz
c6f0b8a91e
Set version info to release version 6.111.0 before branching.
...
- Legacy-Id: 17079
2019-11-21 06:50:26 +00:00
Henrik Levkowetz
424dcfb42d
Some tweaks related to the changes related to #2830 .
...
- Legacy-Id: 17076
2019-11-21 06:01:56 +00:00
Henrik Levkowetz
c486ec8003
Fixed naming of staged xml draft submission files and tweaked the arguments for the xml2rfc parser invocation for xml draft submissions. Added some more logging.
...
- Legacy-Id: 17075
2019-11-21 04:35:31 +00:00
Henrik Levkowetz
a0c2bf18b1
Normalized ietf/name/fixtures/names.json
...
- Legacy-Id: 17074
2019-11-21 03:59:19 +00:00
Henrik Levkowetz
f0adebbe70
Merged in [17062] from rjsparks@nostrum.com:
...
Change the default template for assigned review emails to name the assigned reviewer. Fixes #2830 .
- Legacy-Id: 17073
Note: SVN reference [17062] has been migrated to Git commit 38e73b6f89
2019-11-21 01:32:10 +00:00
Robert Sparks
f0a5fa6f9e
Use doc.name explicitly now that name is no lonker the pk. Pointed out by Sasha in #2050 . Commit ready for merge.
...
- Legacy-Id: 17071
2019-11-20 16:48:08 +00:00
Sasha Romijn
dc9546211f
Fix #2061 - Improve "complete review" workflow for secretaries.
...
When a secretary completes a review, "link to a review message"
is automatically selected, and the first non-reply mail is used to
fill in the review details. The secretary can still modify all details.
The order of fields for secretaries is also modified to fit this workflow.
All cases where "link to review message" is used, by reviewers or
secretaries, now attempt to fill in the "reviewed version" if found
in the email subject.
Commit ready for merge.
- Legacy-Id: 17070
2019-11-20 14:25:05 +00:00
Sasha Romijn
65d84155b6
Fix #2074 , fix #2358 - Add history for assignments, requests and unavailability.
...
Commit ready for merge.
- Legacy-Id: 17069
2019-11-20 11:29:14 +00:00
Henrik Levkowetz
e996fa1037
Merged in [17061] and [17024] from rjsparks@nostrum.com:
...
Allow slides drag-drop between sessions for groups meeting with multiple sessions. Fixes #2700 .
- Legacy-Id: 17068
Note: SVN reference [17024] has been migrated to Git commit 1016b3a514
Note: SVN reference [17061] has been migrated to Git commit fabd2f6ca5
2019-11-20 10:36:16 +00:00
Henrik Levkowetz
19eb5de983
Merged in [17044] from valery@smyslov.net:
...
Make it clearer that a chair can't revise materials for a meeting once the proceedings deadline has passed
Fixes issue #2612 .
- Legacy-Id: 17067
Note: SVN reference [17044] has been migrated to Git commit 182dae28a8
2019-11-20 10:10:31 +00:00
Henrik Levkowetz
f09c404a5e
Merged in [17037] from kivinen@iki.fi:
...
Added padding to the <th> column in the unavailability period list of
the reviewers page.
- Legacy-Id: 17065
Note: SVN reference [17037] has been migrated to Git commit c41e5b5ddb
2019-11-20 09:40:08 +00:00
Henrik Levkowetz
8d5bd97423
Merged in [17036] from housley@vigilsec.com:
...
Drop old 'slides' section from agenda.json
- Legacy-Id: 17064
Note: SVN reference [17036] has been migrated to Git commit 71a569f714
2019-11-20 07:44:01 +00:00
Henrik Levkowetz
b6a82218f6
Merged in [17035] from housley@vigilsec.com:
...
Improve performance for some agenda-related pages
- Legacy-Id: 17063
Note: SVN reference [17035] has been migrated to Git commit ff653634c8
2019-11-20 07:00:46 +00:00
Robert Sparks
38e73b6f89
Change the default template for assigned review emails to name the assigned reviewer. Fixes #2830 . Commit ready for merge.
...
- Legacy-Id: 17062
2019-11-19 21:27:23 +00:00
Robert Sparks
fabd2f6ca5
python2->3 adjustments for r17025. Commit ready for merge.
...
- Legacy-Id: 17061
2019-11-19 18:25:06 +00:00
Sasha Romijn
3db8a0f39d
Fix issue where queue might not advance correctly while managing
...
unassigned reviews, when some reviewers have a skip count.
- Legacy-Id: 17060
2019-11-19 11:53:12 +00:00
Sasha Romijn
b1eb2643f0
Cleanup. Branch ready for merge. (see email)
...
- Legacy-Id: 17059
2019-11-19 11:14:29 +00:00
Sasha Romijn
0c0980c641
Fix #2420 - Add reviewer back to top of the queue after rejected/withdrawn reviews.
...
- Legacy-Id: 17058
2019-11-19 10:57:56 +00:00
Henrik Levkowetz
e070aacc86
Merged in [17034] from kivinen@iki.fi:
...
Added two new configuration settings for the review team secretary,
one to set how many days to include in the reviewers list, and
another one to limit the number of completed items in the list for
each person. This version replaces the one I did earlier, and includes
much more test cases to test different limits on the reviewers page.
- Legacy-Id: 17057
Note: SVN reference [17034] has been migrated to Git commit b5d864499f
2019-11-19 10:24:50 +00:00
Henrik Levkowetz
6333e7d842
Added an instance of force_text() to ensure non_ascii mail subjects are unicode when used for string interpolation, rather than bytes (which will trigger ascii decode()).
...
- Legacy-Id: 17055
2019-11-19 09:37:55 +00:00
Sasha Romijn
8bb6955d47
Fix #2418 - Account for previous rejected reviews in recommended assignment order
...
- Legacy-Id: 17053
2019-11-18 19:50:33 +00:00
Sasha Romijn
abedd2d970
Add support for setting reviewer queue policies per team.
...
- Legacy-Id: 17052
2019-11-18 17:29:25 +00:00
Ole Laursen
0555879777
Rename Meeting.agenda to Meeting.schedule together with a bunch of
...
related internal things
- Legacy-Id: 17051
2019-11-18 17:22:19 +00:00
Sasha Romijn
1e8dda0440
Add request_assignment_next to review overview template, missed in [17048]
...
- Legacy-Id: 17050
Note: SVN reference [17048] has been migrated to Git commit 554a839864
2019-11-18 16:10:57 +00:00
Sasha Romijn
57ec2b3ef8
Add LeastRecentlyUsed reviewer queue policy.
...
- Legacy-Id: 17049
2019-11-18 14:47:45 +00:00
Sasha Romijn
554a839864
Fix #2336 - Add "select me next for an assignment".
...
Reviewers can set this flag in their reviewer settings, which triggers
a mail to be sent to the secretary. They are then kept on top of the
recommended assignment order. This flag is automatically reset when any
assignment is made to the reviewer.
- Legacy-Id: 17048
2019-11-18 12:30:11 +00:00
Sasha Romijn
e188da5214
Remove development print statements and rename policy.
...
This should now be a finished implementation of
https://trac.tools.ietf.org/tools/ietfdb/wiki/ReviewerQueuePolicy
except for missing LeastRecentlyUsed.
- Legacy-Id: 17047
2019-11-18 10:40:59 +00:00
Sasha Romijn
c5ecfab29f
Account for previous reviews of ancestor documents (see [16981])
...
- Legacy-Id: 17046
Note: SVN reference [16981] has been migrated to Git commit f740adcfc1
2019-11-18 10:27:18 +00:00
Valery Smyslov
182dae28a8
Fixes issue #2612 . Commit ready for merge.
...
- Legacy-Id: 17044
2019-11-18 08:48:15 +00:00
Henrik Levkowetz
624ee270e0
Merged in [17033] from kivinen@iki.fi:
...
Reviewers page template changes. Changed draft names so they never wrap.
Changed the Unavailability period table so it is much narrower.
- Legacy-Id: 17043
Note: SVN reference [17033] has been migrated to Git commit 996fcf8a54
2019-11-18 07:38:09 +00:00
Henrik Levkowetz
d2ceafb0d1
Merged in [17031] from fenton@bluepopcorn.net:
...
Add edit button for Secreatriat on concluded groups. Fixes #2781 .
- Legacy-Id: 17042
Note: SVN reference [17031] has been migrated to Git commit da2733610c
2019-11-18 06:05:54 +00:00
Henrik Levkowetz
161ac256cb
Added a missing string close.
...
- Legacy-Id: 17041
2019-11-18 05:46:04 +00:00
Henrik Levkowetz
080de66925
RFCs with inline errata now have a non-beta URL. Updated the setting.
...
- Legacy-Id: 17040
2019-11-18 03:43:00 +00:00
Henrik Levkowetz
da3a82fa6b
Merged in [17028] from fenton@bluepopcorn.net:
...
Adds Closing note field to state specific WG edit. Fixes #2779 .
- Legacy-Id: 17039
Note: SVN reference [17028] has been migrated to Git commit 020d4a393c
2019-11-18 02:33:45 +00:00
Tero Kivinen
c41e5b5ddb
Added padding to the <th> column in the unavailability period list of
...
the reviewers page. Commit ready for merge.
- Legacy-Id: 17037
2019-11-17 04:21:16 +00:00
Russ Housley
71a569f714
Drop old 'slides' section from agenda.json
...
- Legacy-Id: 17036
2019-11-16 18:38:50 +00:00
Russ Housley
ff653634c8
Improve performance for some agenda-related pages
...
- Legacy-Id: 17035
2019-11-16 10:28:57 +00:00
Tero Kivinen
b5d864499f
Added two new configuration settings for the review team secretary,
...
one to set how many days to include in the reviewers list, and
another one to limit the number of completed items in the list for
each person. This version replaces the one I did earlier, and includes
much more test cases to test different limits on the reviewers page.
Commit ready for merge.
- Legacy-Id: 17034
2019-11-16 09:41:55 +00:00
Tero Kivinen
996fcf8a54
Reviewers page template changes. Changed draft names so they never wrap.
...
Changed the Unavailability period table so it is much narrower.
Commit ready for merge.
- Legacy-Id: 17033
2019-11-16 09:35:20 +00:00
Henrik Levkowetz
69069d12c6
Merged in [17027] from rcross@amsl.com:
...
Fix issue where draft resurrect feature does not move most recent draft file from the archive directory back to the current draft directory. Fixes #2646 .
- Legacy-Id: 17032
Note: SVN reference [17027] has been migrated to Git commit 9882d7fda8
2019-11-16 07:58:37 +00:00
Jim Fenton
da2733610c
Add edit button for Secreatriat on concluded groups. Fixes #2781 . Commit ready for merge.
...
- Legacy-Id: 17031
2019-11-16 07:25:26 +00:00
Henrik Levkowetz
d4b96188ea
Added fullcalendar to the bower.json file.
...
- Legacy-Id: 17029
2019-11-16 05:58:14 +00:00
Jim Fenton
020d4a393c
Adds Closing note field to state specific WG edit. Fixes #2779 . Commit ready for merge.
...
- Legacy-Id: 17028
2019-11-16 05:46:51 +00:00
Ryan Cross
9882d7fda8
Fix issue where draft resurrect feature does not move most recent draft file from the archive directory back to the current draft directory. Fixes #2646 . Commit ready for merge
...
- Legacy-Id: 17027
2019-11-16 05:15:03 +00:00
Robert Sparks
1016b3a514
Allow slides drag-drop between sessions for groups meeting with multiple sessions. Fixes #2700 . Commit ready to merge.
...
- Legacy-Id: 17024
2019-11-15 20:54:14 +00:00
Sasha Romijn
c36fcdc5a7
Update update_policy_state_for_assignment for new policies, fix tests,
...
fix some other minor things.
- Legacy-Id: 17023
2019-11-13 14:39:42 +00:00
Henrik Levkowetz
98dc8e99f3
Changed the call arguments for submission tool conversion from XML to v3 text to match those of the standalone tool. Fixes an issue where <sourecode> would have line ends stripped when converted by the datatracker.
...
- Legacy-Id: 17021
2019-11-12 18:27:01 +00:00
Henrik Levkowetz
68b0e42e94
Tweaked a test person name to match the usage in the code tested.
...
- Legacy-Id: 17020
2019-11-12 18:22:42 +00:00
Sasha Romijn
c8812c7193
Account for 'canfinish' unavailabilities.
...
- Legacy-Id: 16999
2019-11-12 12:11:52 +00:00
Henrik Levkowetz
34f93932a2
Set version info and settings back to development mode
...
- Legacy-Id: 16997
2019-11-11 21:36:04 +00:00
Henrik Levkowetz
c1aca8474e
Set version info to release version 6.110.1 before branching.
...
- Legacy-Id: 16995
2019-11-11 21:35:53 +00:00
Henrik Levkowetz
4049804920
Merged in [16981] from rjsparks@nostrum.com:
...
Look at the tree of replaces-relationships when determining if some reviewer has reviewed this (or perhaps an ancestor) of this document. Fixes #2821 .
- Legacy-Id: 16992
Note: SVN reference [16981] has been migrated to Git commit f740adcfc1
2019-11-11 16:57:40 +00:00
Henrik Levkowetz
96bbc96ee1
Merged in [16966] from rjsparks@nostrum.com:
...
Use the recently released shepherd writeup templates. Fixes #2820 . ,
- Legacy-Id: 16991
Note: SVN reference [16966] has been migrated to Git commit fa00beab0e
2019-11-11 16:35:08 +00:00
Sasha Romijn
1c84e3c363
Add additional tests for queue policies and fix unused import.
...
- Legacy-Id: 16990
2019-11-11 16:32:49 +00:00
Sasha Romijn
6b85d5aff1
- Remove consideration of unavailability from ranking for recommended
...
assignment order, as it is obsolete
- Add test for recommended assignment order
- Legacy-Id: 16989
2019-11-11 16:05:11 +00:00
Henrik Levkowetz
6f94b406cd
Fixed a wrong link to field help for liaison forms.
...
- Legacy-Id: 16987
2019-11-11 15:21:54 +00:00
Sasha Romijn
ce812a3a4f
- Make skipping unavailable reviews the default, except for the
...
reviewer_overview page.
- Make default_reviewer_rotation_list use a consistent return type
- Legacy-Id: 16986
2019-11-11 14:47:37 +00:00
Henrik Levkowetz
20eb9d8ac1
Merged in [16939] from sasha@dashcare.nl:
...
Fix #2050 - Allow adding review wishes from document and search pages.
On the main page of a document and in document search results, a new
button allows review team members to add a review wish for that document.
For reviewers that are only on one team, this essentially works
identical to tracking a document. Reviewers that are on multiple teams
are lead through an intermediate step to select a review team, and then
returned to their search or document page.
- Legacy-Id: 16985
Note: SVN reference [16939] has been migrated to Git commit 6e55f26dbd
2019-11-11 14:22:54 +00:00
Sasha Romijn
48f72f2501
Add tests for default reviewer rotation list.
...
- Legacy-Id: 16984
2019-11-11 13:48:06 +00:00
Sasha Romijn
b5a31c3c6a
Update some terminology and docstrings.
...
- Legacy-Id: 16983
2019-11-11 12:31:16 +00:00