Commit graph

9119 commits

Author SHA1 Message Date
Henrik Levkowetz 40ab3c949f Added missing code to skip coverage measurement for skippable tests.
- Legacy-Id: 16406
2019-07-06 17:27:49 +00:00
Henrik Levkowetz e314bb4723 Undid delete of ietf/nomcom/fields; it's currently needed by ietf/nomcom/migrations/0001_initial.py
- Legacy-Id: 16403
2019-07-04 22:04:42 +00:00
Henrik Levkowetz 0679eaa8d4 Removed unused imports.
- Legacy-Id: 16402
2019-07-04 21:06:57 +00:00
Henrik Levkowetz f480799af9 Undid unintentional bulk commit
- Legacy-Id: 16401
2019-07-04 21:04:46 +00:00
Henrik Levkowetz fc09a59950 Added decode() of command pipe output.
- Legacy-Id: 16400
2019-07-04 21:01:39 +00:00
Henrik Levkowetz 3a35dfcee4 Changed our parseaddr() and formataddr() to work correctly with python3.
- Legacy-Id: 16399
2019-07-04 21:00:48 +00:00
Henrik Levkowetz a3d40ace9b Fixed a str/bytes issue with a hashlib function call, and removed an unused import.
- Legacy-Id: 16398
2019-07-04 20:59:40 +00:00
Henrik Levkowetz e55c42b20f Tweaked code to prevent sort comparison of str with None.
- Legacy-Id: 16397
2019-07-04 20:58:25 +00:00
Henrik Levkowetz fbc131c73f Replaced an obsolete file() call with open().
- Legacy-Id: 16396
2019-07-04 20:57:36 +00:00
Henrik Levkowetz 77e055264e Fixed an incorrect test that compared the meeting number string with an integer.
- Legacy-Id: 16395
2019-07-04 20:56:35 +00:00
Henrik Levkowetz fa85e6edee Typo fixes and removal of an unused import.
- Legacy-Id: 16394
2019-07-04 20:55:32 +00:00
Henrik Levkowetz 269278954e Template variable name change.
- Legacy-Id: 16393
2019-07-04 20:54:36 +00:00
Henrik Levkowetz 864fc1a814 Firmed up the handling of non-ascii names for a test email templat, tweaked some asserts, and removed unused imports.
- Legacy-Id: 16392
2019-07-04 20:53:05 +00:00
Henrik Levkowetz 41438e5c4d Fixed some bytes/str issues and unused imports.
- Legacy-Id: 16391
2019-07-04 20:51:10 +00:00
Henrik Levkowetz 0a047e1fcc Added some warning filters.
- Legacy-Id: 16390
2019-07-04 20:50:04 +00:00
Henrik Levkowetz d957f32690 Fixed a syntax error and removed unused imports.
- Legacy-Id: 16389
2019-07-04 20:48:55 +00:00
Henrik Levkowetz 8f3c420a62 Fixed a typo and some pyflakes issues.
- Legacy-Id: 16388
2019-07-04 20:47:34 +00:00
Henrik Levkowetz 89e265d798 Fixed an instance of changing a dictionary inside a loop over its keys.
- Legacy-Id: 16387
2019-07-04 16:12:09 +00:00
Henrik Levkowetz a1e7dc9acc Changed a function name.
- Legacy-Id: 16386
2019-07-04 16:10:21 +00:00
Henrik Levkowetz 442236e0ab Set version info and settings back to development mode
- Legacy-Id: 16384
2019-07-04 16:07:31 +00:00
Henrik Levkowetz 5910a069ba Set version info to release version 6.98.3 before branching.
- Legacy-Id: 16382
2019-07-04 16:07:21 +00:00
Henrik Levkowetz 81fa6dc962 Fixed some issues with bulk changes related to assertContains()
- Legacy-Id: 16379
2019-07-04 16:04:39 +00:00
Henrik Levkowetz f33ecaa1a4 Fixed a test that compared an int with a meeting number string. Changed meeting test data to use meeting number 72 instead of 42, because proceedings code gives 404 for meetings before 65. Changed a number of StringIO() to BytesIO().
- Legacy-Id: 16378
2019-07-04 16:01:32 +00:00
Henrik Levkowetz b7690fbdcd Changed additional regexes to r strings.
- Legacy-Id: 16377
2019-07-04 15:54:23 +00:00
Henrik Levkowetz 0589d0b313 Changed a bunch of regexes to use r strings; also miscellaneous smaller fixes.
- Legacy-Id: 16376
2019-07-04 15:51:05 +00:00
Henrik Levkowetz 1225f8af6b Refactored submission code to be clearer and only do mimetype extraction in one place, made the point where files are saved less obscure, fixed bytes/str issues for file read and write, fixed regex strings, fixed variable name visibility due to scope changes in py3.
- Legacy-Id: 16375
2019-07-04 15:49:42 +00:00
Henrik Levkowetz 2e92652eaa Changed a regex to use an r string. Added decoding of command pipe output.
- Legacy-Id: 16374
2019-07-04 15:45:18 +00:00
Henrik Levkowetz d460721415 Changed regexes to use r strings. Rewrote code to extract From: name and email from iana email text. Fixed charset decode of iana email messages.
- Legacy-Id: 16373
2019-07-04 15:38:15 +00:00
Henrik Levkowetz e60a3e74f8 Increased the length of the list Subscribed email field from 64 to 128, updated the import_mailman_listinfo management command, and added a migration for the model change.
- Legacy-Id: 16370
2019-07-03 20:52:17 +00:00
Henrik Levkowetz 5e09c5a0aa Set version info and settings back to development mode
- Legacy-Id: 16368
2019-07-03 20:28:23 +00:00
Henrik Levkowetz ba77ba0861 Set version info to release version 6.98.2 before branching.
- Legacy-Id: 16366
2019-07-03 20:28:05 +00:00
Henrik Levkowetz b54e033474 Fixed an error in the handling of long draft names extracted from xml source.
- Legacy-Id: 16363
2019-07-03 19:56:04 +00:00
Henrik Levkowetz fb8d12ac3c Fixed a pyflakes issue.
- Legacy-Id: 16358
2019-07-01 19:27:08 +00:00
Henrik Levkowetz 8c66e95a57 Test changes to match production group type changes for some special groups.
- Legacy-Id: 16357
2019-07-01 18:30:59 +00:00
Henrik Levkowetz c8e75c554a Various changes to make yang-related management commands quieter
- Legacy-Id: 16355
2019-07-01 18:29:03 +00:00
Henrik Levkowetz f5e9583f59 Fixed str/bytes issues with hashlib function arguments.
- Legacy-Id: 16354
2019-07-01 14:09:53 +00:00
Henrik Levkowetz f5ae2541ad Replaced multiple asserts with assertContains().
- Legacy-Id: 16353
2019-07-01 14:09:12 +00:00
Henrik Levkowetz f13887de7c Removed superfluous iter() and fixed instances where sorted() had to compare None and int.
- Legacy-Id: 16352
2019-07-01 14:07:21 +00:00
Henrik Levkowetz 942fc7f907 Fixed a bad call argument to FeedbackFactory
- Legacy-Id: 16351
2019-07-01 12:01:02 +00:00
Henrik Levkowetz 1e115539c4 The previous nomcom.fields.EncryptedTextField relied on initial cleartext content having the same type as ciphertext. Under Python3, that's not the case (ciphertext has type bytes). Rewrote the nomcom app and tests to handle capture of comments and encryption to the Feedback.comments ciphertext differently.
- Legacy-Id: 16350
2019-07-01 11:59:59 +00:00
Henrik Levkowetz f76d8bf776 Replaced multiple asserts with assertContains().
- Legacy-Id: 16349
2019-07-01 11:53:46 +00:00
Henrik Levkowetz f1172b5647 Replaced multiple asserts with assertContains().
- Legacy-Id: 16348
2019-07-01 11:47:36 +00:00
Henrik Levkowetz a73e84a84c Removed
- Legacy-Id: 16347
2019-07-01 11:46:40 +00:00
Henrik Levkowetz 97a555936d Changed a large number of test assertions to use assertContains() and removed separate, now unnecessary,status_code checks. Also changed many assertTrue(... in ...) to use assertIn().
- Legacy-Id: 16346
2019-06-30 21:03:34 +00:00
Henrik Levkowetz 20c44a9e1a Adapted the pipe() code to python3; API changes and str/byte handling.
- Legacy-Id: 16345
2019-06-30 21:01:44 +00:00
Henrik Levkowetz aad1d0f1e5 Fixed another str/bytes issue.
- Legacy-Id: 16344
2019-06-30 21:00:38 +00:00
Henrik Levkowetz ff6997df2b Fixed a case of indeterminate ordering.
- Legacy-Id: 16343
2019-06-30 20:58:26 +00:00
Henrik Levkowetz 8b52899459 Fixed some additional str/bytes issues.
- Legacy-Id: 16342
2019-06-30 20:56:56 +00:00
Henrik Levkowetz 36cac48063 Fixed a bunch of str/bytes issues.
- Legacy-Id: 16341
2019-06-30 20:54:09 +00:00
Henrik Levkowetz 05f275a3af Changed instances of json.loads(r.content) to r.json(). Changed some instances of assert* to assertContains.
- Legacy-Id: 16338
2019-06-30 20:44:45 +00:00
Henrik Levkowetz 4b080c8042 Added a simple functional test for hash_list_message_id()
- Legacy-Id: 16337
2019-06-30 17:55:54 +00:00
Henrik Levkowetz 15e74e89cb Converted instances of assertTrue(text in response.content) to the recommended assertContains(response, text), and similar for assertFalse(... in ...)
- Legacy-Id: 16336
2019-06-29 13:43:31 +00:00
Henrik Levkowetz 42c620f4ae Fixed search result ordering where we had comparisons between int and str, which is disallowed in py3.
- Legacy-Id: 16335
2019-06-29 13:32:44 +00:00
Henrik Levkowetz 70c00950b6 Fixed several email handling str/bytes issues.
- Legacy-Id: 16334
2019-06-29 13:30:36 +00:00
Henrik Levkowetz 2b1f238204 Changed regex strings to raw strings and fixed a sort comparison int/str issue.
- Legacy-Id: 16333
2019-06-29 13:29:13 +00:00
Henrik Levkowetz e27a06c0b8 Added a warnings filter for deprecated library code.
- Legacy-Id: 16332
2019-06-29 13:25:30 +00:00
Henrik Levkowetz a70c6d478b A fix for an issue in get_meeting_registration_data() which could happen if we tried to create a Person record for with a user of an existing Person.
- Legacy-Id: 16331
2019-06-29 00:02:30 +00:00
Henrik Levkowetz 484dcece5f Changed all model __unicode__() methods to __str__()
- Legacy-Id: 16330
2019-06-28 21:07:08 +00:00
Henrik Levkowetz ea109f2b1b Fixed API changes in SMTPChannel
- Legacy-Id: 16329
2019-06-28 20:52:15 +00:00
Henrik Levkowetz 1e86ccb4ee Builtin function file() --> open()
- Legacy-Id: 16328
2019-06-28 20:51:13 +00:00
Henrik Levkowetz 9decae5e7e Fixed changed object attributes for UUID objets.
- Legacy-Id: 16327
2019-06-28 20:49:03 +00:00
Henrik Levkowetz 5e4146cb58 Fixed a bytes/str issue in a patch library call.
- Legacy-Id: 16326
2019-06-28 20:47:36 +00:00
Henrik Levkowetz 92350834c7 Give hashlib.md5() bytes instead of str.
- Legacy-Id: 16325
2019-06-28 20:20:18 +00:00
Henrik Levkowetz 7be0ebbc8e Updated fixture
- Legacy-Id: 16323
2019-06-28 17:15:09 +00:00
Henrik Levkowetz e66c0243d5 Updated PersonalApiKey models with correct python3 unicode/bytes handling.
- Legacy-Id: 16322
2019-06-28 13:35:37 +00:00
Henrik Levkowetz d40a5ac5ac Removed some regex unicode flags.
- Legacy-Id: 16321
2019-06-28 13:33:38 +00:00
Henrik Levkowetz 318bd0d5ea Changed regex strings to r strings.
- Legacy-Id: 16320
2019-06-28 13:32:50 +00:00
Henrik Levkowetz d8ac01dd42 Removed anora from installed apps, and changed PEM key to bytes instead of str.
- Legacy-Id: 16318
2019-06-28 13:29:56 +00:00
Henrik Levkowetz e39ac52071 Removed 2to3-generated list() around .items() iterator in for loops.
- Legacy-Id: 16315
2019-06-27 18:11:17 +00:00
Henrik Levkowetz 2fdaa7f9c4 Changed sort() argument to use key=
- Legacy-Id: 16314
2019-06-27 18:10:13 +00:00
Henrik Levkowetz 240d5bc64d Replaced force_unicode() with force_text()
- Legacy-Id: 16313
2019-06-27 18:08:56 +00:00
Henrik Levkowetz 06daf6ac65 Changed regex strings to raw strings.
- Legacy-Id: 16312
2019-06-27 18:08:02 +00:00
Henrik Levkowetz 218f6d86a6 Replaced smart_unicode() with smart_text()
- Legacy-Id: 16311
2019-06-27 18:04:50 +00:00
Henrik Levkowetz 3ec7e864be Converted leading tabs to spaces in ietf/**/*.py
- Legacy-Id: 16310
2019-06-27 14:51:02 +00:00
Henrik Levkowetz d7f5c84182 Initial 2to3 patch with added copyright statement updates.
- Legacy-Id: 16309
2019-06-27 14:40:54 +00:00
Henrik Levkowetz 8fd2fe4bf8 Corrected a copyright year
- Legacy-Id: 16307
2019-06-26 15:30:05 +00:00
Henrik Levkowetz 41e9299949 Changed permitted length of patent_title from 127 to 255
- Legacy-Id: 16306
2019-06-26 15:28:43 +00:00
Henrik Levkowetz f5f838ddf8 Added guards against duplicate m2m entries.
- Legacy-Id: 16304
2019-06-25 11:01:25 +00:00
Henrik Levkowetz f9cd72168f Updated some functions and views in secr/srec/ to use GroupFeatures instead of harcoded lists of group types.
- Legacy-Id: 16301
2019-06-23 11:52:58 +00:00
Henrik Levkowetz da5ff11538 Make session requests also work for ad-hoc groups, which may not have a parent area.
- Legacy-Id: 16300
2019-06-20 21:43:41 +00:00
Henrik Levkowetz 4e603c263c Set version info and settings back to development mode
- Legacy-Id: 16296
2019-06-20 13:18:03 +00:00
Henrik Levkowetz 8830c1793d Set version info to release version 6.98.1 before branching.
- Legacy-Id: 16294
2019-06-20 13:17:02 +00:00
Henrik Levkowetz 84a80e99a8 Fixed bad logic for the display of previous related IPR informatio in the IPR details template.
- Legacy-Id: 16291
2019-06-19 15:05:59 +00:00
Henrik Levkowetz ac73bd6223 Tweaked some test failure messages for better debugging.
- Legacy-Id: 16290
2019-06-19 14:49:24 +00:00
Henrik Levkowetz 13705976e2 Merged in [16287] from rjsparks@nostrum.com:
Send mail to a list when a new IETF WG -00 is submitted. Fixes #2730.
 - Legacy-Id: 16289
Note: SVN reference [16287] has been migrated to Git commit 9ace7db719
2019-06-19 14:32:25 +00:00
Henrik Levkowetz db12f2b948 Fixed some name versus pk issues lingering after the Document/DocAlias primary key refactoring. Fixes issue #2729.
- Legacy-Id: 16288
2019-06-19 12:57:52 +00:00
Robert Sparks 9ace7db719 Send mail to a list when a new IETF WG -00 is submitted. Fixes #2730. Commit ready for merge.
- Legacy-Id: 16287
2019-06-18 21:24:49 +00:00
Henrik Levkowetz 7270d5f67a Added the option to order API resource lists by primary key, for stable ordering when paging through a list.
- Legacy-Id: 16284
2019-06-18 12:40:19 +00:00
Henrik Levkowetz b8e92d31da Added generation of Meta.ordering for API ModelResources in mkresources.
- Legacy-Id: 16283
2019-06-18 12:32:28 +00:00
Henrik Levkowetz 565c55ab05 The Document and DocAlias primary key refactoring caused the Tastypie API under /api/v1/ to change -- reverting that to use the old form, with name ask key.
- Legacy-Id: 16282
2019-06-17 18:53:17 +00:00
Henrik Levkowetz a5cf8b6a3b Added a better error message for too long draft names during submission.
- Legacy-Id: 16281
2019-06-17 18:25:05 +00:00
Henrik Levkowetz ba528a0c5e Adjusted the test_runner to generate migration coverage data also when permitting mixed migrations.
- Legacy-Id: 16280
2019-06-17 18:24:17 +00:00
Henrik Levkowetz eeb4c08b01 Reduced generate-draft-alias verbosity again
- Legacy-Id: 16279
2019-06-17 18:23:18 +00:00
Henrik Levkowetz 1e76d9ce60 Fixed buggy guard code
- Legacy-Id: 16278
2019-06-17 18:22:02 +00:00
Henrik Levkowetz 814ac8fe24 Added a guard against duplicate insertions in SearchRule.name_contains_index
- Legacy-Id: 16276
2019-06-17 17:46:55 +00:00
Henrik Levkowetz 5de5e97dd0 Fixed a docalias problem with generate-draft-aliases
- Legacy-Id: 16275
2019-06-17 13:14:53 +00:00
Henrik Levkowetz 2ab2bd09f1 Merged in [16248] from rjsparks@nostrum.com:
Removed the IETF chair as a recipient of new IPR disclosures if there is no group or active document to send them to. Fixes #2727.
 - Legacy-Id: 16274
Note: SVN reference [16248] has been migrated to Git commit 427d9fe34e
2019-06-17 13:08:51 +00:00
Henrik Levkowetz 0e68f4bb4b Added a management command to update the index table used by some community list search rules.
- Legacy-Id: 16273
2019-06-17 13:02:57 +00:00
Henrik Levkowetz 798b12c6ef Admin page tweaks: another raw_id field, added search fields
- Legacy-Id: 16272
2019-06-17 13:01:28 +00:00
Henrik Levkowetz c9a7571e0a Changed a field to use raw_id to avoid choice fields with 90000 entries
- Legacy-Id: 16271
2019-06-17 12:12:46 +00:00
Henrik Levkowetz 34d17c389a Set version info and settings back to development mode
- Legacy-Id: 16268
2019-06-16 14:20:07 +00:00
Henrik Levkowetz 4b7c8cb3a0 Set version info to release version 6.98.0 before branching.
- Legacy-Id: 16266
2019-06-16 14:19:47 +00:00
Henrik Levkowetz 05c5abed53 Added a missing migration
- Legacy-Id: 16263
2019-06-16 13:18:06 +00:00
Henrik Levkowetz be92e6b868 Removed an incorrect log.unreachble() invocation.
- Legacy-Id: 16262
2019-06-15 21:32:15 +00:00
Henrik Levkowetz 426870b766 Merged in the Document and DocAlias primary key change and m2m work in ^/personal/henrik/6.96.1-docalias.
- Legacy-Id: 16261
2019-06-15 12:00:48 +00:00
Henrik Levkowetz a2cafded25 Changed DocAlias to be many-to-many, in order to be able to handle STD aliases referring to multiple RFCs.
- Legacy-Id: 16249
2019-06-14 20:38:14 +00:00
Robert Sparks 427d9fe34e Removed the IETF chair as a recipient of new IPR disclosures if there is no group or active document to send them to. Fixes #2727. Commit ready for merge.
- Legacy-Id: 16248
2019-06-14 18:18:11 +00:00
Henrik Levkowetz df08d82d88 Set version info and settings back to development mode
- Legacy-Id: 16246
2019-06-14 13:31:02 +00:00
Henrik Levkowetz 02409c4b8f Set version info to release version 6.97.1 before branching.
- Legacy-Id: 16244
2019-06-14 13:30:51 +00:00
Henrik Levkowetz c545648a44 Updated bower-managed static web assets
- Legacy-Id: 16240
2019-06-14 11:20:11 +00:00
Henrik Levkowetz d300a82845 Added validation of draft names extracted from XML submission files.
- Legacy-Id: 16239
2019-06-12 22:06:53 +00:00
Henrik Levkowetz 5e796292ff Added class inheritance from 'object'.
- Legacy-Id: 16238
2019-06-12 21:31:42 +00:00
Henrik Levkowetz 815602351f This is a series of 50 migrations that changes the Document and DocAlias
primary keys from character strings to integers, and makes corresponding code
changes.

This was prompted by database limitations discovered when trying to make
DocAlias use a m2m document field; with 255 long strings as primary keys for
Document and DocAlias this violated the MySQL database limitations.

Changing the primary keys to integers should also improve efficiency.  

Due to the data migrations which create the new integer primary keys and adds
corresponding integer foreign keys matching the previous string foreign keys
in all tables having foreign keys to Document and DocAlias, some of these
migrations take a long time.  The total set of migrations are expected to have
a runtime on the order of 2 hours.
 - Legacy-Id: 16237
2019-06-10 11:32:46 +00:00
Henrik Levkowetz c80827190d Adjusted some static resources.
- Legacy-Id: 16236
2019-06-08 13:51:58 +00:00
Henrik Levkowetz b5ad7dbf49 Updated references of RFC 5226 to RFC 8126, which obsoletes it. Fixes issue #2726.
- Legacy-Id: 16235
2019-06-07 12:30:21 +00:00
Henrik Levkowetz f4e2352eed Fixed the 'Request closing group' button incorrectly showing for group chairs. Fixes issue #2724.
- Legacy-Id: 16233
2019-06-05 14:16:14 +00:00
Henrik Levkowetz 0bc7af8e0f Syntax fix
- Legacy-Id: 16231
2019-06-03 15:02:19 +00:00
Henrik Levkowetz 47cbb8cf1b Moved some explicit URLs from code and templates to settings (related to www6 cleanup).
- Legacy-Id: 16230
2019-06-03 14:53:30 +00:00
Henrik Levkowetz 94de3e0f7e Refined the handling of draft xml version 3 versus version 2.
- Legacy-Id: 16229
2019-06-03 14:51:34 +00:00
Henrik Levkowetz fac6433641 Added a comment in settings.py
- Legacy-Id: 16227
2019-06-01 16:00:01 +00:00
Henrik Levkowetz 9733908fff Removed a patch from the list of package patches to apply.
- Legacy-Id: 16225
2019-05-23 18:16:29 +00:00
Henrik Levkowetz 4986f50c85 Set version info and settings back to development mode
- Legacy-Id: 16222
2019-05-23 15:10:46 +00:00
Henrik Levkowetz 47c04e0618 Set version info to release version 6.97.0 before branching.
- Legacy-Id: 16220
2019-05-23 15:10:04 +00:00
Henrik Levkowetz 3647162c4c Updated bower-managed static web assets
- Legacy-Id: 16216
2019-05-23 14:22:19 +00:00
Henrik Levkowetz be99a475ae Added a link to the meeting registration page to the meetings menu.
- Legacy-Id: 16214
2019-05-22 19:20:22 +00:00
Henrik Levkowetz 6f0d17fd00 Added a link to the registration page from the meeting 'Important Dates' page.
- Legacy-Id: 16213
2019-05-22 19:18:28 +00:00
Henrik Levkowetz 8e6eb3068a Builds on [16168]. Removed additional instances of links to unposted IPR disclosures that would result in 404 pages.
- Legacy-Id: 16212
Note: SVN reference [16168] has been migrated to Git commit 17db4cd4a4
2019-05-16 19:43:25 +00:00
Henrik Levkowetz a62e029932 After feedback from the RFC-Editor staff, changed the URL POST notification of Group name changes to an Email notification.
- Legacy-Id: 16210
2019-05-15 18:40:23 +00:00
Henrik Levkowetz b34b51cab9 Added .ics links for future meetings to the group meetings tab.
- Legacy-Id: 16209
2019-05-15 12:21:57 +00:00
Henrik Levkowetz de471d4e18 Added a signal receiver for notifications to the RFC editor about changed Group names.
- Legacy-Id: 16208
2019-05-14 13:59:32 +00:00
Henrik Levkowetz cda1d5eb32 Added sample notification JWT signature verification code to /api/index.html.
- Legacy-Id: 16207
2019-05-14 13:06:18 +00:00
Henrik Levkowetz f1ab5a78f1 Updated settings with EC/P-256 api keys (JWT does not support RS2048, which is what we had). Added a variable for RFC Editor group name notifications, with a placeholder value.
- Legacy-Id: 16206
2019-05-14 13:04:58 +00:00
Henrik Levkowetz 60fdfa2c83 Fixed template and view to restore previous review display on the Manage Unassigned Reviews page. Fixes issue #2718.
- Legacy-Id: 16205
2019-05-13 12:19:05 +00:00
Henrik Levkowetz 9099c1e1c1 Tweaked the review assignment presentation in review/request_info.html.
- Legacy-Id: 16204
2019-05-08 13:20:23 +00:00
Henrik Levkowetz 1b5cdfe2f5 Added review assignment information to the review-document view. Addresses issue #2717.
- Legacy-Id: 16203
2019-05-07 21:53:38 +00:00
Henrik Levkowetz d627049531 Set version info and settings back to development mode
- Legacy-Id: 16199
2019-05-06 15:36:24 +00:00
Henrik Levkowetz a393bc1991 Set version info to release version 6.96.0 before branching.
- Legacy-Id: 16197
2019-05-06 15:35:00 +00:00
Henrik Levkowetz 68f7043e1a Updated bower-managed static web assets
- Legacy-Id: 16194
2019-05-06 14:39:39 +00:00
Henrik Levkowetz cfbaf5b1a9 Fixed a pyflakes issue.
- Legacy-Id: 16193
2019-05-06 14:38:34 +00:00
Henrik Levkowetz 0993b8e1a6 Updated bower-managed static web assets
- Legacy-Id: 16190
2019-05-06 14:11:18 +00:00
Henrik Levkowetz fae7444df8 Updated the ReviewAssignment api resource to match the current model.
- Legacy-Id: 16189
2019-05-06 13:36:16 +00:00
Henrik Levkowetz 2538a581c2 Whitespace changes only
- Legacy-Id: 16187
2019-05-06 13:32:29 +00:00
Henrik Levkowetz 40f4ca4ae7 Modified a template to handle old reviews with incomplete information appropriately, instead of leading to 500 errors.
- Legacy-Id: 16186
2019-05-03 22:00:43 +00:00
Henrik Levkowetz 3502a49cab Fixed a problem in 3 views that were accessible through URLs without meeting numbers (e.g., .../meeting/proceedings/overview/) but gave 500 errors when accessed.
- Legacy-Id: 16185
2019-05-02 20:00:07 +00:00
Henrik Levkowetz 9d556204d6 Corrected an old URL for past meeting procedures.
- Legacy-Id: 16184
2019-05-02 19:57:39 +00:00
Henrik Levkowetz ed2042da0e Some additional tweaks to the review assingment migrations.
- Legacy-Id: 16183
2019-05-02 15:40:21 +00:00
Henrik Levkowetz 9282195d6c Fixed some migrations issues that prevented the review assignment refactoring migrations from being reversed and re-applied.
- Legacy-Id: 16182
2019-05-02 13:49:14 +00:00
Henrik Levkowetz ca1f3340c0 Changed a ReviewAssignmentDocEvent type from 'closed_review_request' to 'closed_review_assignment', for consistency and readability.
- Legacy-Id: 16181
2019-05-02 12:38:41 +00:00
Henrik Levkowetz 9bfb488110 After having test_duplicate_person_name() fail for a non-ascii name, changed the test to always supply a non-ascii name.
- Legacy-Id: 16180
2019-05-01 21:34:59 +00:00
Henrik Levkowetz 5def83ef16 Removed links to the old MHonArc mail archives, and related view.
- Legacy-Id: 16179
2019-05-01 21:24:41 +00:00
Henrik Levkowetz 0dbf3654e9 Changed the BOF request procedures page URL.
- Legacy-Id: 16178
2019-04-30 18:39:39 +00:00
Henrik Levkowetz 8726e74709 Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself.
- Legacy-Id: 16177
2019-04-30 16:54:06 +00:00
Henrik Levkowetz 7b93709a3b Tweaked the greate_group_wikis management command to accept trailing fileglob wildcards on adhoc wiki group acronyms. Added a generic NomCom wiki to the list of adhoc wikis to be created and maintained, with admins from active nomcom* groups.
- Legacy-Id: 16176
2019-04-29 12:30:36 +00:00
Henrik Levkowetz 8d9c601118 Fixed bad html in a proceedings template.
- Legacy-Id: 16175
2019-04-26 13:59:11 +00:00
Henrik Levkowetz 226e0e1283 Set version info and settings back to development mode
- Legacy-Id: 16173
2019-04-26 11:25:14 +00:00
Henrik Levkowetz 3cf3c7479d Set version info to release version 6.95.1 before branching.
- Legacy-Id: 16171
2019-04-26 11:24:18 +00:00
Henrik Levkowetz 17db4cd4a4 Modified the display of updates to a rejected IPR to avoid links that result in 404 pages.
- Legacy-Id: 16168
2019-04-26 11:15:53 +00:00
Henrik Levkowetz ec91cb4448 Added a warnings filter for a deprecated library (defusedxml.lxml) imported from another library (tastypie).
- Legacy-Id: 16167
2019-04-26 11:00:33 +00:00
Henrik Levkowetz beb631c8d6 New country info from updated pytz timezone library
- Legacy-Id: 16166
2019-04-26 10:06:48 +00:00
Henrik Levkowetz 4f34d6aa58 Combined [16154] from rjsparks@nostrum.com with previous work on ticket #2633 in [16124]. Fixes issue #2633.
- Legacy-Id: 16163
Note: SVN reference [16124] has been migrated to Git commit e101d94065

Note: SVN reference [16154] has been migrated to Git commit 758757038a
2019-04-25 14:39:15 +00:00
Henrik Levkowetz 19226d8cee Merged in [16152] from rjsparks@nostrum.com:
Show minutes on the popup for the meeting materials button on the agenda page when those minutes are available. Fixes #2711.
 - Legacy-Id: 16162
Note: SVN reference [16152] has been migrated to Git commit 88f49ed2b4
2019-04-25 14:23:09 +00:00
Henrik Levkowetz 87e94fae11 Merged in [16150] from rjsparks@nostrum.com:
Whitespace only changes.
 - Legacy-Id: 16161
Note: SVN reference [16150] has been migrated to Git commit d50adc0d8c
2019-04-25 13:41:06 +00:00
Henrik Levkowetz 3ec9d7b678 Updated the role handling to use GroupFeatures.groupman_roles consistently for group management access. Fixes a IRTF RG delegate permissions issue.
- Legacy-Id: 16160
2019-04-25 13:19:30 +00:00
Henrik Levkowetz c0f41f71b4 Added back a file lost by mistake.
- Legacy-Id: 16159
2019-04-25 13:15:00 +00:00
Henrik Levkowetz b54cae43e3 Fixed some program group feature settings.
- Legacy-Id: 16158
2019-04-25 13:14:17 +00:00
Henrik Levkowetz 8b44e43168 Added a missing test directory cleanup action.
- Legacy-Id: 16157
2019-04-25 13:13:03 +00:00
Henrik Levkowetz 3d76483ba0 Merged in [16145] from housley@vigilsec.com:
Update the out-of-date links in the footer of each datatracker page. Fixes #2710.
 - Legacy-Id: 16156
Note: SVN reference [16145] has been migrated to Git commit d96e042bc9
2019-04-23 12:31:08 +00:00
Henrik Levkowetz 5547b6d871 Merged in [16144] from housley@vigilsec.com:
Remove some clutter from I-D upload page.  The information was mived to the Instructions tab, but a higligh to the Note Well and BCP 78 was added. Fixes #2057.
 - Legacy-Id: 16155
Note: SVN reference [16144] has been migrated to Git commit 37851b9742
2019-04-23 11:40:25 +00:00
Henrik Levkowetz bb4fe3fbbf Undid previous commit
- Legacy-Id: 16153
2019-04-22 19:22:42 +00:00
Robert Sparks 88f49ed2b4 Show minutes on the popup for the meeting materials button on the agenda page when those minutes are available. Fixes #2711. Commit ready for merge.
- Legacy-Id: 16152
2019-04-22 19:03:08 +00:00
Henrik Levkowetz cfcefc2e32 Merged in [16144] from housley@vigilsec.com:
Remove some clutter from I-D upload page.  The information was mived to the Instructions tab, but a higligh to the Note Well and BCP 78 was added. Fixes #2057.
 - Legacy-Id: 16151
Note: SVN reference [16144] has been migrated to Git commit 37851b9742
2019-04-22 17:39:26 +00:00
Robert Sparks d50adc0d8c Whitespace only changes. Commit ready for merge.
- Legacy-Id: 16150
2019-04-22 16:55:58 +00:00
Russ Housley d96e042bc9 Update the out-of-date links in the footer of each datatracker page. Fixes #2710. Commit ready for merge.
- Legacy-Id: 16145
2019-04-17 20:31:28 +00:00
Russ Housley 37851b9742 Remove some clutter from I-D upload page. The information was mived to the Instructions tab, but a higligh to the Note Well and BCP 78 was added. Fixes #2057. Commit ready for merge.
- Legacy-Id: 16144
2019-04-16 20:18:27 +00:00
Henrik Levkowetz 255a815378 Added some HTTP header settings for better security. Brings results at https://securityheaders.com/ up to 'A'.
- Legacy-Id: 16142
2019-04-10 15:30:18 +00:00
Henrik Levkowetz 196e80c4d6 Set version info and settings back to development mode
- Legacy-Id: 16140
2019-04-09 11:55:41 +00:00
Henrik Levkowetz def158dd85 Set version info to release version 6.95.0 before branching.
- Legacy-Id: 16138
2019-04-09 11:55:28 +00:00
Henrik Levkowetz 0c5a13ee03 Updated bower-managed static web assets
- Legacy-Id: 16135
2019-04-09 11:26:41 +00:00
Henrik Levkowetz 33e0f8c35d Merged in [16126] from housley@vigilsec.com:
Allow Secretariat to handle downrefs when they approve a document
 - Legacy-Id: 16134
Note: SVN reference [16126] has been migrated to Git commit 8c7e75101d
2019-04-08 17:02:02 +00:00
Henrik Levkowetz b92d8ab30d Merged in [16124] from rcross@amsl.com:
Add No Bluesheets indicator to materials page.
 - Legacy-Id: 16133
Note: SVN reference [16124] has been migrated to Git commit e101d94065
2019-04-04 15:37:25 +00:00
Henrik Levkowetz c90977ed2d Merged in [16121] from rjsparks@nostrum.com:
Provides menubar offset for wg anchors on the /wg page. Fixes #1481.
 - Legacy-Id: 16131
Note: SVN reference [16121] has been migrated to Git commit 1c04745c3e
2019-04-03 20:55:33 +00:00
Henrik Levkowetz 5aad3a652d Merged in [16110] from rjsparks@nostrum.com:
Include the note itself in email sent when the RFC editor note changes after document approval. Also changed the flow to redirect back to the writeups pages after editing the RFC editor note. Fixes #2672.
 - Legacy-Id: 16130
Note: SVN reference [16110] has been migrated to Git commit fbfd204eb9
2019-04-03 19:30:10 +00:00
Henrik Levkowetz c7e5459d5a Merged in [16109] from rjsparks@nostrum.com:
Protect drafts in certain IRTF states from expiring. Fixes #2669.
 - Legacy-Id: 16129
Note: SVN reference [16109] has been migrated to Git commit 003e472d04
2019-04-03 19:03:38 +00:00
Henrik Levkowetz 6892a55db0 Fixed a migrations conflict
- Legacy-Id: 16128
2019-04-03 10:28:49 +00:00
Russ Housley 8c7e75101d Allow Secretariat to handle downrefs when they approve a document
- Legacy-Id: 16126
2019-04-01 19:46:14 +00:00
Russ Housley 746ed7a524 Tests for IESG Telechat moderator package changes related to downrefs
- Legacy-Id: 16125
2019-04-01 19:22:08 +00:00
Ryan Cross e101d94065 Add No Bluesheets indicator to materials page. Commit ready for merge.
- Legacy-Id: 16124
2019-03-29 14:31:12 +00:00
Henrik Levkowetz 9f73869ea3 Merged in [16108] from fenton@bluepopcorn.net:
Moved old nomcom announcements to database and removed references to legacy website. Fixes #2686.
 - Legacy-Id: 16123
Note: SVN reference [16108] has been migrated to Git commit 26ebb022e7
2019-03-28 14:38:22 +00:00
Henrik Levkowetz eee884f64d Merged in [16107] from rjsparks@nostrum.com:
Show the agenda note, if it exits, on a sessions SUMMARY line in the ical view of an agenda. Fixes #2676.
 - Legacy-Id: 16122
Note: SVN reference [16107] has been migrated to Git commit 69acaccf14
2019-03-28 14:03:11 +00:00
Robert Sparks 1c04745c3e Provides menubar offset for wg anchors on the /wg page. Fixes #1481. Commit ready for merge.
- Legacy-Id: 16121
2019-03-28 13:31:40 +00:00
Henrik Levkowetz 9318ae8171 Merged in [16106] from rjsparks@nostrum.com:
Don't allow users to edit the 'active' value for unknown-email-* addresses. Related to #2696.
 - Legacy-Id: 16120
Note: SVN reference [16106] has been migrated to Git commit 6a2cf42e5c
2019-03-28 13:04:28 +00:00
Henrik Levkowetz c52bec1ea7 Merged in [16103] from rjsparks@nostrum.com:
Modified the admin model for SlideSubmission to use a couple of raw_id_field widgets.
 - Legacy-Id: 16119
Note: SVN reference [16103] has been migrated to Git commit 0b3cf0a1af
2019-03-28 13:03:30 +00:00
Henrik Levkowetz d565375028 Merged in [16102] from rjsparks@nostrum.com:
Allow logged in users to propose slides for meeting sessions. Fixes #2547 and #2403.
 - Legacy-Id: 16118
Note: SVN reference [16102] has been migrated to Git commit becad91b0b
2019-03-28 13:02:29 +00:00
Henrik Levkowetz 23d28bc0c3 Merged in [16095] from peter@akayla.com:
Fixed bad calls to rfcdiff for -00 drafts and replaced drafts.  Fixes issue #2697.
 - Legacy-Id: 16117
Note: SVN reference [16095] has been migrated to Git commit cfdbae1f3c
2019-03-28 12:04:54 +00:00
Henrik Levkowetz 93593a07c4 Merged in [16094] from magnus.westerlund@ericsson.com:
Added sortable columns to Review Team Reviewers page. Partially addresses issue #2656
 - Legacy-Id: 16115
Note: SVN reference [16094] has been migrated to Git commit 0c0e75861e
2019-03-28 11:08:06 +00:00
Henrik Levkowetz 82672519df Undid previous merge
- Legacy-Id: 16113
2019-03-28 11:05:25 +00:00
Henrik Levkowetz 6a159ebdfd Merged in [16094] from magnus.westerlund@ericsson.com:
Added sortable columns to Review Team Reviewers page. Partially addresses issue #2656
 - Legacy-Id: 16112
Note: SVN reference [16094] has been migrated to Git commit 0c0e75861e
2019-03-28 11:02:52 +00:00
Henrik Levkowetz 175c75cfaf Removed a debug print statement
- Legacy-Id: 16111
2019-03-28 10:11:33 +00:00
Robert Sparks fbfd204eb9 Include the note itself in email sent when the RFC editor note changes after document approval. Also changed the flow to redirect back to the writeups pages after editing the RFC editor note. Fixes #2672. Commit ready for merge.
- Legacy-Id: 16110
2019-03-28 10:07:11 +00:00
Robert Sparks 003e472d04 Protect drafts in certain IRTF states from expiring. Fixes #2669. Commit ready for merge.
- Legacy-Id: 16109
2019-03-28 08:48:35 +00:00