Henrik Levkowetz
9a2c409238
Updated database options settings to match our production database and dump files.
...
- Legacy-Id: 16632
2019-08-08 13:10:24 +00:00
Robert Sparks
19a9ce9a95
Converted tabs to spaces. Whitespace changes only. Commit ready for merge.
...
- Legacy-Id: 16631
2019-08-07 20:27:57 +00:00
Robert Sparks
10422f87d2
Rework how we are labeling constraints to provide a quick-fix for session requests at IETF106. Turned off several javascript functions that added/enforced old (possibly no longer correct) semantics for the session request forms. Fixes #2754 . Commit ready for merge.
...
- Legacy-Id: 16630
2019-08-07 02:03:15 +00:00
Robert Sparks
798a57c9ab
Removing unused template. I think it was an artifact of the Django 1.2 to 1.6 conversion from 6 years ago.
...
- Legacy-Id: 16629
2019-08-06 21:41:10 +00:00
Henrik Levkowetz
22e0d39e4b
Fixed an issue where text file charset information would be overwritten on upload of multiple files for a draft. Fixes issue #2768 .
...
- Legacy-Id: 16626
2019-08-06 15:41:13 +00:00
Henrik Levkowetz
1eb1e0c242
Added 30 minutes caching to agenda.ics
...
- Legacy-Id: 16624
2019-08-05 17:24:56 +00:00
Henrik Levkowetz
ce3368db82
Set version info and settings back to development mode
...
- Legacy-Id: 16622
2019-08-05 16:43:20 +00:00
Henrik Levkowetz
150edb13dc
Set version info to release version 6.100.0 before branching.
...
- Legacy-Id: 16620
2019-08-05 16:43:10 +00:00
Peter E. Yee
7f6edfcabc
Spelling correction in a comment. No open issue. Commit ready for merge.
...
- Legacy-Id: 16615
2019-08-04 23:58:43 +00:00
Peter E. Yee
390ff04722
Improved so that new draft diffs (from the working group drafts page) work correctly for both -00 drafts and later revisions. Fixes issue #2697 . Commit ready for merge.
...
- Legacy-Id: 16614
2019-08-04 23:55:15 +00:00
Henrik Levkowetz
41c6bbf62e
Merged in [16563] from housley@vigilsec.com:
...
Improve performance for a few pages
- Legacy-Id: 16613
Note: SVN reference [16563] has been migrated to Git commit 765ce0d0b0
2019-08-04 15:44:06 +00:00
Henrik Levkowetz
b541f5c246
Merged in [16594] from rjsparks@nostrum.com:
...
Use unversioned slide link from the materials popup from the agenda page. Fixes #2756 .
- Legacy-Id: 16612
Note: SVN reference [16594] has been migrated to Git commit 51a874dec4a06a707eb3547f6dd443cfbed94bd4
2019-08-03 20:42:46 +00:00
Henrik Levkowetz
c27b285c58
Merged in [16593] from rjsparks@nostrum.com:
...
Sort the documents in the agenda, minutes, bluesheets section of the session_details view. Fixes #2759 .
- Legacy-Id: 16611
Note: SVN reference [16593] has been migrated to Git commit f2dd064afdc77168c12897a630600a17631b390f
2019-08-03 15:41:14 +00:00
Henrik Levkowetz
1a35504693
Merged in [16592] from rjsparks@nostrum.com:
...
Change how the session details page links to documents to not link to a specific version. Fixes #2758 . See also #2756 .
- Legacy-Id: 16610
Note: SVN reference [16592] has been migrated to Git commit c6c086b122dbd57cb6a55ed7f68be4a8dfd877b6
2019-08-01 20:17:59 +00:00
Henrik Levkowetz
2b1dd0f3e8
Merged in [16590] from rjsparks@nostrum.com:
...
Example of using webtest. The full testcase was not converted because the add_rule form is modified in-flight by javascript when a control value is changed.
- Legacy-Id: 16609
Note: SVN reference [16590] has been migrated to Git commit e89f200abc0d9af7609e4bff3592f87eddee1359
2019-08-01 15:09:51 +00:00
Henrik Levkowetz
b873af1eac
Merged in [16583] from rjsparks@nostrum.com:
...
Restore ability to remove documents while managing a personal list. Required updating code to match the recent change to Document's primary key. Fixes #2757 .
- Legacy-Id: 16608
Note: SVN reference [16583] has been migrated to Git commit 821609888a2c8a6db67867dd334103b034157d20
2019-08-01 14:27:00 +00:00
Ryan Cross
9a82586e1b
Fix issue where third session requests, which rerequire AD approval, get left with approved status, instead of scheduled, after Secretraiat sends out notifications of official schedule. Fixes #2765 . Commit ready for merge.
...
- Legacy-Id: 16607
2019-07-31 23:02:20 +00:00
Henrik Levkowetz
baa639ba01
Merged in [16569] from rjsparks@nostrum.com:
...
Add quotes around document name in the mailarchive search link on a document's main page. Fixes #2659 .
- Legacy-Id: 16606
Note: SVN reference [16569] has been migrated to Git commit b4a40313c95511693ae8a361aabb355878555fb7
2019-07-31 22:04:16 +00:00
Henrik Levkowetz
4e131f1f2e
Merged in [16589] from rjsparks@nostrum.com:
...
Show a calendar of upcoming meetings. Fixes #2719 .
- Legacy-Id: 16602
Note: SVN reference [16589] has been migrated to Git commit d3b70a46b882979fabb82972921a6ad177c06b08
2019-07-31 15:21:20 +00:00
Henrik Levkowetz
2418459afc
Prevent login case issues by generating apache permissions file entries for both uppercase and lowercase logins.
...
- Legacy-Id: 16597
2019-07-29 19:20:38 +00:00
Henrik Levkowetz
19d38356a0
Preliminary work on converting bower management of web resources to yarn. New management command, replacing bower_install will be needed.
...
- Legacy-Id: 16591
2019-07-25 20:28:18 +00:00
Henrik Levkowetz
0a591e4b2e
Merged in [16562] from rcross@amsl.com:
...
Added encoding='utf-8' parameter to io.open operations in tests that starting failing since adding unicode_literals.
- Legacy-Id: 16588
Note: SVN reference [16562] has been migrated to Git commit d332bfd91d
2019-07-24 23:44:36 +00:00
Henrik Levkowetz
4fb9f8ba19
Merged in [16561] from rjsparks@nostrum.com:
...
Prompt for login for approving slide suggestions instead of just presenting an error. Fixes #2750 .
- Legacy-Id: 16587
Note: SVN reference [16561] has been migrated to Git commit c80d7072104bbc8bb68281a0dcb442e4971c7dad
2019-07-24 22:51:54 +00:00
Henrik Levkowetz
de43926eba
Merged in [16559] from fenton@bluepopcorn.net:
...
Added Closing Notes to history and about pages for groups. Fixes issue #2725 .
- Legacy-Id: 16586
Note: SVN reference [16559] has been migrated to Git commit 93b4d6fcc4
2019-07-24 19:49:45 +00:00
Henrik Levkowetz
1ea89276ce
Merged in [16558] from rjsparks@nostrum.com:
...
Make removed IPR disclosures visually distinctive on search results. Partially addresses #2687 .
- Legacy-Id: 16585
Note: SVN reference [16558] has been migrated to Git commit b4a27c59164d13a0840d285532355e0af696be33
2019-07-24 19:04:45 +00:00
Henrik Levkowetz
07c5e33bc4
Added conditional decoding of bytes subject text, before interpolating into a new unicode string.
...
- Legacy-Id: 16577
2019-07-22 18:19:55 +00:00
Henrik Levkowetz
7039520557
Merged in [16557] from pusateri@bangj.com:
...
Partially addresses issue #1926 still displaying markdown as text. Fixes #2704 .
- Legacy-Id: 16576
Note: SVN reference [16557] has been migrated to Git commit f76c46bef0
2019-07-22 18:09:53 +00:00
Henrik Levkowetz
5a1c35909a
Updated a test to match the change in r16560
...
- Legacy-Id: 16575
2019-07-22 17:55:29 +00:00
Henrik Levkowetz
915d8e3c2a
Added LookupError to the exceptions caught during text upload decoding, leading to upload form validation error.
...
- Legacy-Id: 16573
2019-07-22 15:47:40 +00:00
Henrik Levkowetz
7b08563edd
Added a migration for the slidesubmission.time field
...
- Legacy-Id: 16571
2019-07-21 21:05:22 +00:00
Henrik Levkowetz
23ac054ad6
Merged in [16554] from rjsparks@nostrum.com:
...
Rework how SlideSuggestion objects name their files. Improve the UI when there are multiple pending suggestions for updating the same presentation.
- Legacy-Id: 16570
Note: SVN reference [16554] has been migrated to Git commit 1e8eb0ed6d227e32816c4bc352a7301691eaaaac
2019-07-21 21:03:13 +00:00
Tom Pusateri
65b3f93afe
Convert markdown to html if Accept header prioritizes text/html over text/markdown. Fixes #1926 . Commit ready for merge.
...
- Legacy-Id: 16564
2019-07-21 03:14:35 +00:00
Russ Housley
765ce0d0b0
Improve performance for a few pages
...
- Legacy-Id: 16563
2019-07-20 22:59:26 +00:00
Ryan Cross
d332bfd91d
Added encoding='utf-8' parameter to io.open operations in tests that starting failing since adding unicode_literals. Commit ready to merge
...
- Legacy-Id: 16562
2019-07-20 22:54:14 +00:00
Henrik Levkowetz
c22d0b9540
Show group pages also for groups of type adhoc and ise.
...
- Legacy-Id: 16560
2019-07-20 20:10:08 +00:00
Jim Fenton
93b4d6fcc4
Added Closing Notes to history and about pages for groups. Fixes issue #2725 . Commit ready for merge.
...
- Legacy-Id: 16559
2019-07-20 19:47:32 +00:00
Tom Pusateri
f76c46bef0
Partially addresses issue #1926 still displaying markdown as text. Fixes #2704 . Commit ready for merge.
...
- Legacy-Id: 16557
2019-07-20 18:58:34 +00:00
Henrik Levkowetz
3d35cb028b
Added another check before building submitter email for mailtrigger entries.
...
- Legacy-Id: 16550
2019-07-19 00:16:11 +00:00
Henrik Levkowetz
c3ffd09c6b
Set version info and settings back to development mode
...
- Legacy-Id: 16528
2019-07-18 20:35:08 +00:00
Henrik Levkowetz
33db5c523a
Set version info to release version 6.99.1 before branching.
...
- Legacy-Id: 16526
2019-07-18 20:34:55 +00:00
Henrik Levkowetz
8adae6176d
Improved a check for authenticated user.
...
- Legacy-Id: 16521
2019-07-18 19:30:01 +00:00
Henrik Levkowetz
b3244242aa
Fixed some issues with the Py2/3 changes to the populate_yang_model_dirs management command.
...
- Legacy-Id: 16520
2019-07-18 18:53:14 +00:00
Henrik Levkowetz
ee369934b2
Added a check for submitter found before trying to get name and email.
...
- Legacy-Id: 16519
2019-07-18 17:08:55 +00:00
Henrik Levkowetz
8ec951c44a
Shortened generated document titles a tad, to avoid line wrapping in the IESG agenda package (which breaks the relevant test).
...
- Legacy-Id: 16518
2019-07-18 10:17:17 +00:00
Henrik Levkowetz
e3f083e6d3
Merged in [16515] from rjsparks@nostrum.com:
...
Save files correctly when updates to an existing set of slides are proposed. Fixes #2748 .
- Legacy-Id: 16517
Note: SVN reference [16515] has been migrated to Git commit 41fd67c6847b82d9e9f006f5bb79c03bc5b8b577
2019-07-17 21:25:46 +00:00
Henrik Levkowetz
fb3d4ddb0b
Added information about versions (Datatracker, Python, and Django) at the beginning of test suite runs.
...
- Legacy-Id: 16516
2019-07-17 20:54:51 +00:00
Henrik Levkowetz
bbff4b0e69
Replaced six.ensure_str with django's force_str
...
- Legacy-Id: 16513
2019-07-17 18:43:40 +00:00
Henrik Levkowetz
57e16bfd57
Fixed a typo.
...
- Legacy-Id: 16511
2019-07-17 16:14:55 +00:00
Henrik Levkowetz
618d6021b0
Read pdf files as binary.
...
- Legacy-Id: 16510
2019-07-17 16:05:19 +00:00
Henrik Levkowetz
db47cb6b0f
Replaced the error on bad Submission.submitter email address with syslog logging.
...
- Legacy-Id: 16509
2019-07-17 14:30:57 +00:00
Henrik Levkowetz
9170395905
Added a email gather handler for submission_submitter that tries an Alias name lookuup if the submitter doesn't look as if it contains an email address.
...
- Legacy-Id: 16508
2019-07-17 14:29:42 +00:00
Henrik Levkowetz
6ea87414b5
Fixed some issues with the changed import path of ietf.settings_local.
...
- Legacy-Id: 16507
2019-07-17 14:27:26 +00:00
Henrik Levkowetz
820539e822
Changed import path for settings_local.py to work with absolute_import under Py2, and also under Py3.
...
- Legacy-Id: 16506
2019-07-17 13:42:36 +00:00
Henrik Levkowetz
6ef24e9c4e
Changed agenda file reading to read files as binary when looking for draft names listed in the agenda.
...
- Legacy-Id: 16505
2019-07-17 13:38:46 +00:00
Henrik Levkowetz
8d2d732210
Set version info and settings back to development mode
...
- Legacy-Id: 16480
2019-07-16 22:22:16 +00:00
Henrik Levkowetz
88c2ade196
Set version info to release version 6.99.0 before branching.
...
- Legacy-Id: 16478
2019-07-16 22:22:03 +00:00
Henrik Levkowetz
627f8a7eab
Modified code to write release coverage json data to gzip file under both Py2 and Py3.
...
- Legacy-Id: 16475
2019-07-16 21:58:38 +00:00
Henrik Levkowetz
f47212f239
Use BinaryField instead of our own EncryptedTextField which relied on cleartext and ciphertext being the same type.
...
- Legacy-Id: 16472
2019-07-16 19:28:45 +00:00
Henrik Levkowetz
ad1821f63a
Enabled the wiki management command under py2
...
- Legacy-Id: 16471
2019-07-16 19:12:00 +00:00
Henrik Levkowetz
e03784132d
Merged changes from current trunk to Py3 branch.
...
- Legacy-Id: 16468
2019-07-16 15:36:16 +00:00
Henrik Levkowetz
c51e211fba
Set version info and settings back to development mode
...
- Legacy-Id: 16466
2019-07-16 14:14:45 +00:00
Henrik Levkowetz
88af016f36
Set version info to release version 6.98.4 before branching.
...
- Legacy-Id: 16464
2019-07-16 14:14:29 +00:00
Henrik Levkowetz
bdc73e771a
Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
...
- Legacy-Id: 16461
2019-07-16 13:20:05 +00:00
Henrik Levkowetz
ef4a41c14b
Fixed a bytes/str issue with the arguments to syslog.openlog()
...
- Legacy-Id: 16460
2019-07-16 13:18:37 +00:00
Henrik Levkowetz
46aec6eb85
Python2/3 compatibility: tentative version of create_group_wikis; may need more work.
...
- Legacy-Id: 16459
2019-07-16 13:17:12 +00:00
Henrik Levkowetz
8c6eb3a30a
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
...
- Legacy-Id: 16458
2019-07-15 19:14:04 +00:00
Henrik Levkowetz
44f51c1d64
The beginning of a dev file download helper.
...
- Legacy-Id: 16456
2019-07-15 19:03:35 +00:00
Henrik Levkowetz
ea8c84d2f6
Python2/3 compatibility: used @python_2_unicode_compatible to provide __unicode__() versions of __str__() methods.
...
- Legacy-Id: 16455
2019-07-15 18:01:26 +00:00
Henrik Levkowetz
2cfb81fc83
Changed instances of email body extaction to use a custom get_payload() function.
...
- Legacy-Id: 16454
2019-07-15 17:15:16 +00:00
Henrik Levkowetz
99a7f9c263
Python2/3 compatibility: Added force_str or force_bytes in some places, to ensure the argument right type
...
- Legacy-Id: 16453
2019-07-15 17:13:46 +00:00
Henrik Levkowetz
a5e31c3f40
Py2/3 compatibility: Added __future__ import.
...
- Legacy-Id: 16452
2019-07-15 15:52:18 +00:00
Henrik Levkowetz
28472a462b
Python2/3 compatibility: Added more elements to list (tuple) entries to ensure sorting without exceptions under Python3.
...
- Legacy-Id: 16451
2019-07-15 15:51:26 +00:00
Henrik Levkowetz
831fb18f8a
Python2/3 compatibility: Added force_str or force_bytes in some places, to ensure the argument right type
...
- Legacy-Id: 16450
2019-07-15 15:49:35 +00:00
Henrik Levkowetz
eb42394534
Py2/3 compatibility: Added __future__ import.
...
- Legacy-Id: 16449
2019-07-15 15:47:31 +00:00
Henrik Levkowetz
855716e1d5
Py2/3 compatibility: Added __future__ import
...
- Legacy-Id: 16448
2019-07-15 15:46:06 +00:00
Henrik Levkowetz
1fae7839e2
Py2/3 compatibility: Added __future__ import and an explicit encoding scheme, not relying on py3's implicit utf-8
...
- Legacy-Id: 16447
2019-07-15 15:44:38 +00:00
Henrik Levkowetz
2d7c9629aa
Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3
...
- Legacy-Id: 16446
2019-07-15 15:40:51 +00:00
Henrik Levkowetz
6ace81b25d
Corrected the order of string prefix 'r' and 'b' under python2.
...
- Legacy-Id: 16445
2019-07-15 15:37:48 +00:00
Henrik Levkowetz
19afa444f8
Changed the redirect tests to accept a set of correct redirect urls, rather than one single, since the queryarg order isn't stable across python versions.
...
- Legacy-Id: 16444
2019-07-15 15:36:38 +00:00
Henrik Levkowetz
01ece5bddc
Added a warnings filter and a conversion of syslgog tag argument to 'str'.
...
- Legacy-Id: 16443
2019-07-15 15:35:17 +00:00
Henrik Levkowetz
71ea5ae379
Updated the file header generated by the makeresources managment command to set Copyright and file encoding, and use io.open() for py2/3 compatibility.
...
- Legacy-Id: 16441
2019-07-15 14:35:25 +00:00
Henrik Levkowetz
ccf58c9526
Removed a couple of old unused setting variables, and added the equivalent current one.
...
- Legacy-Id: 16440
2019-07-09 15:56:38 +00:00
Henrik Levkowetz
58eca93f9a
Added validation of email addresses extracted by get_email_addresses_from_text().
...
- Legacy-Id: 16439
2019-07-09 13:02:49 +00:00
Henrik Levkowetz
6732e7acff
Fixed an issue with a gzip file mode.
...
- Legacy-Id: 16436
2019-07-08 18:30:34 +00:00
Henrik Levkowetz
4f19a9f6ef
Updated the datatracker ADMINS list.
...
- Legacy-Id: 16435
2019-07-08 18:18:32 +00:00
Henrik Levkowetz
8a8138eb18
Added a debug import.
...
- Legacy-Id: 16434
2019-07-08 18:14:40 +00:00
Henrik Levkowetz
edc1da3023
Added a validation step for SearchablePersonField, to avoid later server 500 errors on bad input.
...
- Legacy-Id: 16433
2019-07-08 18:14:05 +00:00
Henrik Levkowetz
f481f5c3e6
Replaced use of six with the equivalent pure python3 constructs.
...
- Legacy-Id: 16428
2019-07-08 10:43:47 +00:00
Henrik Levkowetz
4094a472d7
Removed a debug print call.
...
- Legacy-Id: 16426
2019-07-07 21:04:10 +00:00
Henrik Levkowetz
10f623cc75
Merged in [16096] from rcross@amsl.com:
...
Update admin permissions. Grant secretariat change permissions on dbtemplate so they can update proceedings pages.
- Legacy-Id: 16424
Note: SVN reference [16096] has been migrated to Git commit 3089404f3d
2019-07-07 19:26:50 +00:00
Henrik Levkowetz
13c69a1a55
Turned off html autoescape in IPR email templates.
...
- Legacy-Id: 16423
2019-07-07 13:14:42 +00:00
Henrik Levkowetz
671b4035ea
Fixed a syntax issue and removed debug calls.
...
- Legacy-Id: 16421
2019-07-07 13:04:54 +00:00
Henrik Levkowetz
48bab56be9
Removed a print() call
...
- Legacy-Id: 16420
2019-07-07 13:04:20 +00:00
Henrik Levkowetz
472a3ed039
Refined our parseaddr() to deal correctly with both bytes and str
...
- Legacy-Id: 16419
2019-07-07 13:03:11 +00:00
Henrik Levkowetz
10380e22b5
Added another warnings filter.
...
- Legacy-Id: 16418
2019-07-07 13:00:00 +00:00
Henrik Levkowetz
63f0896644
Changed tobinary file mode for pdf file. Fixed a str/num comparison.
...
- Legacy-Id: 16417
2019-07-07 12:59:26 +00:00
Henrik Levkowetz
9d5641da64
Removed unnecessary asserts on r.status_code; this will be checked by assertContains().
...
- Legacy-Id: 16416
2019-07-07 12:58:01 +00:00
Henrik Levkowetz
ec571401fe
Fixed a base64 bytes/str issue.
...
- Legacy-Id: 16415
2019-07-07 12:51:58 +00:00
Henrik Levkowetz
4368e8cca1
Corrected a comment
...
- Legacy-Id: 16414
2019-07-07 12:51:06 +00:00
Henrik Levkowetz
dfd3b60322
Removed tests for the confirm_acronym field removed in [16412].
...
- Legacy-Id: 16413
Note: SVN reference [16412] has been migrated to Git commit 1997a90d10
2019-07-07 12:50:27 +00:00
Henrik Levkowetz
1997a90d10
Removed the insertion of 'confirm_acronym' in the active form in clean_acronym(). It triggers an exception due to changing a dictionary while the django validation code is iterating through the form fields. XXX Check if we need to put this back some other way, or if we can handle acronym re-use through the admin instead.
...
- Legacy-Id: 16412
2019-07-07 12:49:17 +00:00
Henrik Levkowetz
f8d4c3c9a6
More assertContains() and BytesIO() related changes.
...
- Legacy-Id: 16411
2019-07-07 12:45:57 +00:00
Henrik Levkowetz
04a728c23d
Fixed bytes/str issues in some migrations (models.Index() arguments).
...
- Legacy-Id: 16410
2019-07-07 12:41:11 +00:00
Henrik Levkowetz
0ef7e98e0a
Corrected the content type for some JSON responses.
...
- Legacy-Id: 16409
2019-07-07 12:39:22 +00:00
Henrik Levkowetz
40fb7b3588
Added a missing import.
...
- Legacy-Id: 16407
2019-07-06 19:22:37 +00:00
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
Jim Fenton
26ebb022e7
Moved old nomcom announcements to database and removed references to legacy website. Fixes #2686 . Commit ready for merge.
...
- Legacy-Id: 16108
2019-03-27 17:23:08 +00:00
Robert Sparks
69acaccf14
Show the agenda note, if it exits, on a sessions SUMMARY line in the ical view of an agenda. Fixes #2676 . Commit ready for merge.
...
- Legacy-Id: 16107
2019-03-27 12:06:57 +00:00
Robert Sparks
6a2cf42e5c
Don't allow users to edit the 'active' value for unknown-email-* addresses. Related to #2696 . Commit ready for merge.
...
- Legacy-Id: 16106
2019-03-27 09:15:06 +00:00
Henrik Levkowetz
f54d6cd23d
Merged in [16092] from rcross@amsl.com:
...
Remove ability to cancel a break session. Fixes #2703 .
- Legacy-Id: 16105
Note: SVN reference [16092] has been migrated to Git commit b5850d5c7f
2019-03-26 15:53:41 +00:00
Henrik Levkowetz
6ab5e04f5d
Changed the etherpad url schema to https.
...
- Legacy-Id: 16104
2019-03-26 15:53:02 +00:00
Robert Sparks
0b3cf0a1af
Modified the admin model for SlideSubmission to use a couple of raw_id_field widgets. Commit ready for merge.
...
- Legacy-Id: 16103
2019-03-26 09:34:17 +00:00
Robert Sparks
becad91b0b
Allow logged in users to propose slides for meeting sessions. Fixes #2547 and #2403 . Commit ready for merge.
...
- Legacy-Id: 16102
2019-03-25 16:10:00 +00:00
Henrik Levkowetz
2f31f7fb88
Temorary workaround to upload xml validation. The tree.validate() of xml2rfc should be updated to check vocabulary version and validate against the appropriate schema, to fix this properly.
...
- Legacy-Id: 16101
2019-03-25 10:56:30 +00:00
Henrik Levkowetz
a60ac983d7
Added dbtemplate validation to the class, to make sure one cannot enter invalid DBtemplates through the admin.
...
- Legacy-Id: 16100
2019-03-25 10:03:46 +00:00
Henrik Levkowetz
a8086369ec
Merged in [16089] from mahoney@nostrum.com:
...
added instructions for entering the draft name. Fixes #1375 .
- Legacy-Id: 16099
Note: SVN reference [16089] has been migrated to Git commit 37a7203849
2019-03-24 15:28:02 +00:00
Henrik Levkowetz
5707df2770
Merged in [16088] from rcross@amsl.com:
...
Fix multiple issues with secretariat non-session view, including indicator of cancelled sessions. Fixes #2701 .
- Legacy-Id: 16097
Note: SVN reference [16088] has been migrated to Git commit 41966122dd
2019-03-24 15:04:43 +00:00
Ryan Cross
3089404f3d
Update admin permissions. Grant secretariat change permissions on dbtemplate so they can update proceedings pages. Commit ready for merge.
...
- Legacy-Id: 16096
2019-03-24 14:47:57 +00:00
Peter E. Yee
cfdbae1f3c
Fixed bad calls to rfcdiff for -00 drafts and replaced drafts. Fixes issue #2697 . Commit ready for merge.
...
- Legacy-Id: 16095
2019-03-23 18:17:51 +00:00
Henrik Levkowetz
3252183d61
Merged in [16087] from housley@vigilsec.com:
...
Add downward references to telechat moderator package and Secretariat telechat pages.
- Legacy-Id: 16093
Note: SVN reference [16087] has been migrated to Git commit 268b99bd56
2019-03-23 17:19:52 +00:00
Ryan Cross
b5850d5c7f
Remove ability to cancel a break session. Fixes #2703 . Commit ready for merge.
...
- Legacy-Id: 16092
2019-03-23 17:00:52 +00:00
Henrik Levkowetz
f635b2f973
Merged in [16085] from rcross@amsl.com:
...
Fix issue where cancelling one break session causes other breaks to get cancelled. Fixes #2699 .
- Legacy-Id: 16090
Note: SVN reference [16085] has been migrated to Git commit 2842ad12bb
2019-03-23 16:31:17 +00:00
Jean Mahoney
37a7203849
added instructions for entering the draft name. Fixes #1375 . Commit ready to merge.
...
- Legacy-Id: 16089
2019-03-23 16:10:46 +00:00
Ryan Cross
41966122dd
Fix multiple issues with secretariat non-session view, including indicator of cancelled sessions. Fixes #2701 . Commit ready for merge.
...
- Legacy-Id: 16088
2019-03-23 16:02:00 +00:00
Russ Housley
268b99bd56
Add downward references to telechat moderator package and Secretariat telechat pages. Commit ready for merge.
...
- Legacy-Id: 16087
2019-03-23 15:36:07 +00:00
Henrik Levkowetz
bde205b4ab
Added filtering by meeting for the UrlResource admin.
...
- Legacy-Id: 16086
2019-03-23 15:05:05 +00:00
Ryan Cross
2842ad12bb
Fix issue where cancelling one break session causes other breaks to get cancelled. Fixes #2699 . Commit ready for merge.
...
- Legacy-Id: 16085
2019-03-23 14:49:33 +00:00
Henrik Levkowetz
b610f0b099
Added a skipIf() decorator for a test which should not be run unless the ghostscript binary is available in the test environment.
...
- Legacy-Id: 16076
2019-03-23 08:38:22 +00:00
Robert Sparks
6dc25cae1a
Bring time series stats back into line with what was before. Note there was an off-by-one-day bug in the month-binning in prior releases.
...
- Legacy-Id: 16075
2019-03-20 20:04:06 +00:00
Robert Sparks
81c5b5091a
Made some docevent creation more consistent. Addressed the TODOs added during the refactor.
...
- Legacy-Id: 16049
2019-03-19 18:48:05 +00:00
Henrik Levkowetz
7224e06f3d
Set version info and settings back to development mode
...
- Legacy-Id: 16047
2019-03-19 18:01:30 +00:00
Henrik Levkowetz
65d486cba5
Set version info to release version 6.94.1 before branching.
...
- Legacy-Id: 16045
2019-03-19 18:01:16 +00:00
Henrik Levkowetz
1c641cde94
Updated bower-managed static web assets
...
- Legacy-Id: 16042
2019-03-19 17:38:28 +00:00
Robert Sparks
9c53cd0953
Repaired a couple of iesg/agenda related templates.
...
- Legacy-Id: 16041
2019-03-19 15:24:31 +00:00
Robert Sparks
1e7238b71b
Templates missing from last commit
...
- Legacy-Id: 16040
2019-03-18 21:16:22 +00:00
Robert Sparks
f57fb6b8a6
Added the ability to withdraw individual assignments. Added the ability to mark individual assignments no-response.
...
- Legacy-Id: 16039
2019-03-18 21:15:20 +00:00
Robert Sparks
da3174ab68
Improved several views.
...
- Legacy-Id: 16038
2019-03-18 19:41:07 +00:00
Henrik Levkowetz
23ad24d2aa
Put a length limit to generated cache keys in stats/views.py, to avoid tickling memcached's limit of 250.
...
- Legacy-Id: 16037
2019-03-17 11:16:38 +00:00
Robert Sparks
4b147f2ef8
More cleanup and correction. Caught a pervasive misuse of a state-name
...
- Legacy-Id: 16036
2019-03-15 20:39:06 +00:00
Robert Sparks
3678d20b0b
Some cleanup around stats. Things are well except for the time series graphs.
...
- Legacy-Id: 16035
2019-03-15 16:50:59 +00:00
Henrik Levkowetz
56543d565c
Changed sending of PubReq messages to explicitly use on-behalf-of, without Reply-To. Reply-To is picked up as requestor by RT. Fixes issue #2691 anew.
...
- Legacy-Id: 16034
2019-03-14 21:31:40 +00:00
Henrik Levkowetz
02a9bae906
Changed etherpad server address from etherpad.tools.ietf.org to etherpad.ietf.org.
...
- Legacy-Id: 16033
2019-03-14 21:03:27 +00:00
Robert Sparks
334767fa6f
Some admin tweaks and removal of a dead template. Tests all pass now. Functionality is still not right.
...
- Legacy-Id: 16032
2019-03-14 19:14:33 +00:00
Robert Sparks
0856990683
Checkpoint. Most tests do not fail. Oddness with an API resource, and with one template's coverage
...
- Legacy-Id: 16031
2019-03-14 18:39:40 +00:00
Robert Sparks
a4db66564c
Checkpoint. Ended up chasing group.views_review before stats.
...
- Legacy-Id: 16030
2019-03-13 22:02:10 +00:00
Henrik Levkowetz
e3ef3c7f3b
Set version info and settings back to development mode
...
- Legacy-Id: 16028
2019-03-13 15:10:05 +00:00
Henrik Levkowetz
4e16244cd8
Set version info to release version 6.94.0 before branching.
...
- Legacy-Id: 16026
2019-03-13 15:09:51 +00:00
Henrik Levkowetz
2c290ce663
Merged in [16022] from rcross@amsl.com:
...
Modify IPR Patent number regex to allow Italian format, XX[15 digits]. Fixes #2694 .
- Legacy-Id: 16023
Note: SVN reference [16022] has been migrated to Git commit c3688872fd
2019-03-13 14:31:25 +00:00
Ryan Cross
c3688872fd
Modify IPR Patent number regex to allow Italian format, XX[15 digits]. Fixes #2694 . Commit ready for merge
...
- Legacy-Id: 16022
2019-03-12 21:52:20 +00:00
Robert Sparks
073ce55f6c
Checkpoint. ReviewTests pass, but others still fail of course. Next step is to address stats.
...
- Legacy-Id: 16021
2019-03-12 17:48:19 +00:00
Henrik Levkowetz
682ddee8e4
Reverted earlier application of on_behalf_of() at mail sending call points, and instead did all on_behalf_of processing in condition_message(). Added insertion of Reply-To header fields in this case. Changed all use of the mail-sending 'extra' parameters to use value lists. Updated a bunch of tests accordingly.
...
- Legacy-Id: 16020
2019-03-11 17:01:33 +00:00
Henrik Levkowetz
fc18cd93d4
Tweaked coverage_changes command. I suspect this would benefit from a rewrite.
...
- Legacy-Id: 16019
2019-03-11 16:52:09 +00:00
Henrik Levkowetz
cce8032ba5
Removed a statement about IETF being an activity of the Internet Society from a template file, and tweaked the remaining text.
...
- Legacy-Id: 16017
2019-03-09 15:02:32 +00:00
Henrik Levkowetz
df42be5d0c
Converted a test to use .assertIn() instead of .assertTrue(... in ...) for better failure reports.
...
- Legacy-Id: 16016
2019-03-09 14:56:47 +00:00
Henrik Levkowetz
4fd9247bc4
Tweaks to group_features_group_filter()
...
- Legacy-Id: 16015
2019-03-07 23:35:47 +00:00
Henrik Levkowetz
e52d1e68ec
Refactored some templates to reduce materials page permission lookups from ~2*#sessions to just a few.
...
- Legacy-Id: 16014
2019-03-07 23:25:02 +00:00
Henrik Levkowetz
9e36246a91
Rewrote a function to be more readable and actually do the right thing. This moved some filtering from database into code, but it seems acceptable here.
...
- Legacy-Id: 16013
2019-03-07 23:22:14 +00:00
Robert Sparks
b85052fe63
Checkpoint. Lots of tests will still fail. Reordered some migrations. Brought about half of the ietf.doc.views_review views into line with the new models. Next step is the other half.
...
- Legacy-Id: 16012
2019-03-07 23:08:14 +00:00
Henrik Levkowetz
267e9eebc6
Transitioned group/views.py to unicode strings
...
- Legacy-Id: 16011
2019-03-07 14:58:49 +00:00
Henrik Levkowetz
aad7a9a834
Improved a somewhat misleading UI for adding account email addresses. Fixes issue #2692 .
...
- Legacy-Id: 16010
2019-03-07 14:56:06 +00:00
Henrik Levkowetz
d698eb98df
Changed the on-behalf-of name template from 'On behalf of ...' to '... via Datatracker' to make name come first.
...
- Legacy-Id: 16009
2019-03-07 14:42:11 +00:00
Henrik Levkowetz
d57088b1f3
Modified one call and one exception point related to on_behalf_of() use for email sending.
...
- Legacy-Id: 16008
2019-03-06 19:13:15 +00:00
Henrik Levkowetz
8a669909bc
Changed ietf/utils/mail.py to use unicode strings, and changed a call in ietf/reviv/utils.py to use unicode for mail Subject, to fix a server 500 issue.
...
- Legacy-Id: 16007
2019-03-06 16:57:00 +00:00
Henrik Levkowetz
17824652cb
Set version info and settings back to development mode
...
- Legacy-Id: 16005
2019-03-05 17:53:12 +00:00
Henrik Levkowetz
57e5ea2feb
Set version info to release version 6.93.0 before branching.
...
- Legacy-Id: 16003
2019-03-05 17:53:02 +00:00
Henrik Levkowetz
3df14efd95
Updated bower-managed static web assets
...
- Legacy-Id: 16000
2019-03-05 17:30:15 +00:00
Henrik Levkowetz
5c6ab60f85
Changed a log() call to use unicode string interpolation to handle unicode email address names.
...
- Legacy-Id: 15999
2019-03-05 17:29:43 +00:00
Henrik Levkowetz
8e2c2e5e39
Updated bower-managed static web assets
...
- Legacy-Id: 15996
2019-03-05 16:22:03 +00:00
Henrik Levkowetz
896f4cd8c7
Fixed a test discrepancy.
...
- Legacy-Id: 15995
2019-03-05 16:19:28 +00:00
Henrik Levkowetz
55bd2e5e42
Fixed some unintentional wg list address changes, and added some other test mail address changes.
...
- Legacy-Id: 15994
2019-03-04 20:54:38 +00:00
Henrik Levkowetz
435a0da12d
Added on_behalf_of() calls for from addresses needing it throughout the code.
...
- Legacy-Id: 15992
2019-03-04 20:14:19 +00:00
Henrik Levkowetz
ae8c1f2b91
Updated test_data email addresses.
...
- Legacy-Id: 15991
2019-03-04 20:13:02 +00:00
Henrik Levkowetz
849a3dcc97
Added another exception class to a catch instance in a function, triggered by a new usage case.
...
- Legacy-Id: 15990
2019-03-04 20:12:30 +00:00
Henrik Levkowetz
f6461d531c
Added html escaping of initial text-area content in a view function to avoid mangling.
...
- Legacy-Id: 15989
2019-03-04 20:10:16 +00:00
Henrik Levkowetz
2b811b3d3d
Updated the tests to always use @ietf.org addresses where appropriate, and not do so when not appropriate. All test user login addresses have been changed away from @ietf.org.
...
- Legacy-Id: 15988
2019-03-04 20:08:48 +00:00
Henrik Levkowetz
46bb4539c5
Added two new functions to replace email From: of users with On-behalf-of addresses, with associated values in settings. Added a catchall stanza in the mail sending pipeline to catch anything not already changed to On-behalf-of addresses.
...
- Legacy-Id: 15987
2019-03-04 20:06:44 +00:00
Robert Sparks
82025f9dca
Continuing to checkpoint.
...
- Legacy-Id: 15986
2019-03-01 23:23:39 +00:00
Robert Sparks
e91d706d5b
Checkpointing. This is an incomplete idea. The tests will fail massively.
...
- Legacy-Id: 15985
2019-03-01 23:19:47 +00:00
Henrik Levkowetz
bbb873c9d4
Merged in [15982] from rjsparks@nostrum.com:
...
Add session.short to the output from meeting/agenda.json when it is available.
- Legacy-Id: 15983
Note: SVN reference [15982] has been migrated to Git commit ca8c3031ea
2019-02-26 21:07:12 +00:00
Robert Sparks
ca8c3031ea
Add session.short to the output from meeting/agenda.json when it is available. Commit ready for merge.
...
- Legacy-Id: 15982
2019-02-26 19:04:55 +00:00
Henrik Levkowetz
d820a78e6f
Set version info and settings back to development mode
...
- Legacy-Id: 15979
2019-02-26 12:28:00 +00:00
Henrik Levkowetz
8f02f68a33
Set version info to release version 6.92.1 before branching.
...
- Legacy-Id: 15977
2019-02-26 12:27:32 +00:00
Henrik Levkowetz
d4c729be1e
Updated bower-managed static web assets
...
- Legacy-Id: 15974
2019-02-26 11:58:28 +00:00
Henrik Levkowetz
2d31d5d421
Added a note to the draft/RFC stats pages about missing data.
...
- Legacy-Id: 15973
2019-02-26 11:53:02 +00:00
Henrik Levkowetz
c9db218e31
Increased the DocumentURL.url field length to the legal URL maximum of 2083
...
- Legacy-Id: 15972
2019-02-25 21:05:25 +00:00
Henrik Levkowetz
137159fd41
Removed the GroupFeatures.has_dependencies field.
...
- Legacy-Id: 15971
2019-02-25 21:04:16 +00:00
Henrik Levkowetz
3c4b0ee1a3
Set version info and settings back to development mode
...
- Legacy-Id: 15969
2019-02-25 13:08:52 +00:00
Henrik Levkowetz
1b44adffeb
Set version info to release version 6.92.0 before branching.
...
- Legacy-Id: 15967
2019-02-25 13:08:42 +00:00
Henrik Levkowetz
dbfea700a8
Updated bower-managed static web assets
...
- Legacy-Id: 15964
2019-02-25 12:46:53 +00:00
Henrik Levkowetz
07fa09b6dc
Removed a debug print statement
...
- Legacy-Id: 15963
2019-02-25 12:30:52 +00:00
Henrik Levkowetz
8f0cca05db
Backed out the removal of the has_dependencies field (and database column), to be done in the next release, to avoid unnecessary issues with disappearing columns during deployment
...
- Legacy-Id: 15962
2019-02-25 12:20:33 +00:00
Henrik Levkowetz
6c1b57509d
Increased the document count for group document lists from the default(200) to 500, as MPLS now exceeds 200.
...
- Legacy-Id: 15961
2019-02-21 19:53:25 +00:00
Henrik Levkowetz
e8a59ce1e5
Rewrote the submission deduce_group() to consider all groups with acronyms that are also GroupTypeNames. Added GroupTypeName for iesg,ise,adhoc groups, and appropriate GroupFeatures for each. Updated the names.json fixture.
...
- Legacy-Id: 15960
2019-02-21 15:27:58 +00:00
Henrik Levkowetz
ccb9074bc7
Temporary fix for a potential server 500. Expecting a better fix from Ryan.
...
- Legacy-Id: 15959
2019-02-21 15:26:40 +00:00
Henrik Levkowetz
d53f9db779
Modified a view function to fill in missing default CommunityLists for groups with features.has_documents == True.
...
- Legacy-Id: 15957
2019-02-18 12:12:46 +00:00
Henrik Levkowetz
720943af72
Removed the has_dependencies GroupFeature, and used has_documents instead in the one place it was used.
...
- Legacy-Id: 15934
2019-02-07 15:56:48 +00:00
Henrik Levkowetz
fc5dd02c27
Fixed a submission failure for xml files missing abstract sections.
...
- Legacy-Id: 15933
2019-02-07 15:26:26 +00:00
Henrik Levkowetz
3b50082904
Set version info and settings back to development mode
...
- Legacy-Id: 15931
2019-02-04 11:58:28 +00:00
Henrik Levkowetz
c78c5b9548
Set version info to release version 6.91.0 before branching.
...
- Legacy-Id: 15929
2019-02-04 11:58:09 +00:00
Henrik Levkowetz
a7367582f7
Updated bower-managed static web assets
...
- Legacy-Id: 15926
2019-02-04 11:30:15 +00:00
Henrik Levkowetz
fd62a25f4e
Added a missing variable initialization.
...
- Legacy-Id: 15925
2019-02-04 11:26:29 +00:00
Henrik Levkowetz
9e062ece84
Updated bower-managed static web assets
...
- Legacy-Id: 15924
2019-02-04 10:25:58 +00:00
Henrik Levkowetz
b57ad67041
Updated code and templates to use the new docman and groupman group features.
...
- Legacy-Id: 15922
2019-01-30 15:59:00 +00:00
Henrik Levkowetz
237d0ed64e
Updated fixture with new group features and more.
...
- Legacy-Id: 15921
2019-01-30 15:57:45 +00:00
Henrik Levkowetz
0885422534
Added new docman and groupman GroupFeature fields.
...
- Legacy-Id: 15920
2019-01-30 15:55:23 +00:00
Henrik Levkowetz
8ba7cf144f
Updated migrations to split the matman_roles group feature into matman, docman and groupman features.
...
- Legacy-Id: 15919
2019-01-30 15:54:00 +00:00
Henrik Levkowetz
5d88a0805b
Added a tiny management command to list group types per feature.
...
- Legacy-Id: 15918
2019-01-30 15:52:33 +00:00
Henrik Levkowetz
95fe1ae729
Removed origin information from the liaison_title.html template, as it's used in a context where html comments will be rendered. Fixes issue #2674 .
...
- Legacy-Id: 15916
2019-01-24 20:58:06 +00:00
Henrik Levkowetz
d1f1be5b01
Second correction to the default values of the GroupFeatures JSONField fields, and updated the migration to match.
...
- Legacy-Id: 15915
2019-01-24 20:22:44 +00:00
Henrik Levkowetz
6590e4f4ad
Corrected the default values of the GroupFeatures JSONField fields, and updated the migration to match.
...
- Legacy-Id: 15914
2019-01-24 20:08:29 +00:00
Henrik Levkowetz
ef97f2a821
Merged in GroupFeatures refactoring and expansion from ^/personal/henrik/6.89.4.dev0@15911.
...
- Legacy-Id: 15912
2019-01-24 15:25:01 +00:00
Henrik Levkowetz
c87d3741f3
Added 2 utility functions to help create group features query filters, and applied them in 3 places in order to move group feature role list code back into DB queries.
...
- Legacy-Id: 15911
2019-01-23 18:40:39 +00:00
Henrik Levkowetz
37f46183db
Added some copyright and encoding strings.
...
- Legacy-Id: 15910
2019-01-23 18:38:16 +00:00
Henrik Levkowetz
f076127317
Added a migration that seems to have resulted from running a newer version of django-simple-history.
...
- Legacy-Id: 15909
2019-01-22 18:14:26 +00:00
Henrik Levkowetz
57a4c9f41f
Added 9 new group features, and changed list-like char fields to json fields, to get better support for using the values as lists. Modified code to use the group features instead of explicit lists of group types in many places in the code.
...
- Legacy-Id: 15908
2019-01-22 18:11:46 +00:00
Henrik Levkowetz
f671e391f7
Reverted r15071 with respects to showing the submit for publication button to shepherds. Fixes issue #2673 .
...
- Legacy-Id: 15906
2019-01-21 12:32:13 +00:00
Henrik Levkowetz
0363b913d1
Set version info and settings back to development mode
...
- Legacy-Id: 15904
2019-01-21 11:49:41 +00:00
Henrik Levkowetz
ea9d0fbf13
Set version info to release version 6.90.0 before branching.
...
- Legacy-Id: 15902
2019-01-21 11:49:31 +00:00
Henrik Levkowetz
4e8ef492fc
Modified the rolodex code to make sure we capture information about the origin of email addresses if they are added by the secretariat, to ensure GPR compliance.
...
- Legacy-Id: 15898
2019-01-18 18:27:29 +00:00
Henrik Levkowetz
d19228110c
Applied a patch from dkg@fifthhorseman.net: py3 compatibility: fix another instance of integer division
...
- Legacy-Id: 15896
2019-01-15 17:50:33 +00:00
Henrik Levkowetz
98a74bd7f3
Moved __future__ imports down so as not to obscure the module docstring. Fixes inability to run '$ ietf/utils/draft.py -h'.
...
- Legacy-Id: 15894
2019-01-14 22:28:52 +00:00
Henrik Levkowetz
910d3d7723
Applied a patch from dkg@fifthhorseman.net: py3 compatibility: Use a list of dictionary keys
...
In python3, dict.keys() produces a dict_keys object, not a list.
Since this code treats it as a list, we'll just be explicit about
that.
- Legacy-Id: 15893
2019-01-14 21:06:08 +00:00
Henrik Levkowetz
c8f98e125c
Applied a patch from dkg@fifthhorseman.net: Fix regex manipulation for word characters.
...
in python 3.7, re.sub() started treating unknown escape sequences in
as errors. Fix this by sending an escaped \ where we mean to
pass it through raw.
https://docs.python.org/3/library/re.html#re.sub
- Legacy-Id: 15892
2019-01-14 21:03:28 +00:00
Henrik Levkowetz
e39358312b
Applied a patch from dkg@fifthhorseman.net: py3 compatibility: Use // for explicit integer division
...
Without this fix, in modern versions of python, the changed line
produces:
TypeError: 'float' object cannot be interpreted as an integer
- Legacy-Id: 15891
2019-01-14 21:02:01 +00:00
Henrik Levkowetz
e718272e71
Applied a patch from dkg@fifthhorseman.net: py3 compatibility: Use modern form of exception handling
...
- Legacy-Id: 15890
2019-01-14 21:00:50 +00:00
Henrik Levkowetz
8840efaef4
Applied a patch from dkg@fifthhorseman.net: py3 compatibility: use print function.
...
- Legacy-Id: 15889
2019-01-14 20:56:59 +00:00
Henrik Levkowetz
5abcec4441
Added a bit of name normalization for test factory person names.
...
- Legacy-Id: 15888
2019-01-14 20:50:52 +00:00
Henrik Levkowetz
97db43d011
Set version info and settings back to development mode
...
- Legacy-Id: 15886
2019-01-14 15:25:58 +00:00
Henrik Levkowetz
d3bd949a57
Set version info to release version 6.89.3 before branching.
...
- Legacy-Id: 15884
2019-01-14 15:25:42 +00:00
Henrik Levkowetz
b4e46cd559
Migration reordering to avoid schema migrations after data migrations.
...
- Legacy-Id: 15881
2019-01-14 14:22:13 +00:00
Henrik Levkowetz
4f32170cd0
Updated bower-managed static web assets
...
- Legacy-Id: 15880
2019-01-14 14:21:06 +00:00
Henrik Levkowetz
7dc4c72930
Updated bower-managed static web assets
...
- Legacy-Id: 15879
2019-01-14 13:58:09 +00:00
Henrik Levkowetz
c4707119f4
Updated the timezone information to match the latest timezone database release (2018i)
...
- Legacy-Id: 15878
2019-01-14 13:54:28 +00:00
Henrik Levkowetz
af4131bb1c
Merged in [15865] from rjsparks@nostrum.com:
...
Cleanup: removed the infrastructure for importing reviews from the old review tool.
- Legacy-Id: 15877
Note: SVN reference [15865] has been migrated to Git commit 87dd249415
2019-01-08 14:39:16 +00:00
Henrik Levkowetz
ac2b5a1fec
Merged in [15864] from rjsparks@nostrum.com:
...
Refactored DocumentInfo to address overloading the external_url field with strings that are not URLs.
- Legacy-Id: 15876
Note: SVN reference [15864] has been migrated to Git commit 25cc00f925
2019-01-07 22:56:13 +00:00
Henrik Levkowetz
00544eb534
Merged in [15846] from rjsparks@nostrum.com:
...
Simple tests of some log utilities.
- Legacy-Id: 15875
Note: SVN reference [15846] has been migrated to Git commit 1e1d92aa0d
2019-01-07 22:09:19 +00:00
Henrik Levkowetz
8e60e19d01
Merged in [15845] from rjsparks@nostrum.com:
...
simple test of BowerStorageFinder.
- Legacy-Id: 15874
Note: SVN reference [15845] has been migrated to Git commit a4f334195e
2019-01-07 21:34:52 +00:00
Henrik Levkowetz
47aaf48cd5
Merged in [15833] from rjsparks@nostrum.com:
...
Incremental improvements to the submit_existing tests.
- Legacy-Id: 15873
Note: SVN reference [15833] has been migrated to Git commit 21a673490b
2019-01-07 17:56:04 +00:00
Henrik Levkowetz
879f44a2ab
Merged in [15829] from rjsparks@nostrum.com:
...
Make state/substate changes on new submissions sensitive to stream. Fixes #2642 .
- Legacy-Id: 15872
Note: SVN reference [15829] has been migrated to Git commit 3d6c1f991b
2019-01-07 15:51:07 +00:00
Henrik Levkowetz
55935eadd4
Merged in [15828] from rjsparks@nostrum.com:
...
Show more group types on the concluded groups page. Fixes #2643 .
- Legacy-Id: 15871
Note: SVN reference [15828] has been migrated to Git commit ac4deed500
2019-01-07 13:39:20 +00:00
Henrik Levkowetz
0cc7f73d58
Additional tweaks to submission yang testing and the test runner
...
- Legacy-Id: 15870
2019-01-07 13:38:44 +00:00
Henrik Levkowetz
2634e2143a
Added a bit of additional checking to test_submit_invalid_yang.
...
- Legacy-Id: 15869
2019-01-07 11:43:28 +00:00
Robert Sparks
87dd249415
Cleanup: removed the infrastructure for importing reviews from the old review tool. Commit ready for merge.
...
- Legacy-Id: 15865
2019-01-03 21:04:13 +00:00
Robert Sparks
25cc00f925
Refactored DocumentInfo to address overloading the external_url field with strings that are not URLs. Commit ready for merge.
...
- Legacy-Id: 15864
2019-01-02 22:55:00 +00:00
Robert Sparks
1e1d92aa0d
Simple tests of some log utilities. Commit ready for merge.
...
- Legacy-Id: 15846
2018-12-20 20:33:02 +00:00
Robert Sparks
a4f334195e
simple test of BowerStorageFinder. Commit ready for merge.
...
- Legacy-Id: 15845
2018-12-20 19:13:35 +00:00
Robert Sparks
26008c7c54
removed redesign files and a utility that only the redesign files used. Commit ready for merge.
...
- Legacy-Id: 15844
2018-12-20 18:43:06 +00:00
Henrik Levkowetz
77ea50f09e
Set version info and settings back to development mode
...
- Legacy-Id: 15841
2018-12-19 08:28:16 +00:00
Henrik Levkowetz
ec0749775c
Set version info to release version 6.89.2 before branching.
...
- Legacy-Id: 15839
2018-12-19 08:28:01 +00:00
Henrik Levkowetz
a84ae9a10d
Added a migration to capture changes to HistoricalRecords triggered by changes in django-simple-history
...
- Legacy-Id: 15836
2018-12-19 08:02:45 +00:00
Henrik Levkowetz
4b6dd2839d
Normalized the names.json fixture (sorting, indentation) to reduce the changeset when comparing with the previous release.
...
- Legacy-Id: 15835
2018-12-19 07:55:20 +00:00
Robert Sparks
21a673490b
Incremental improvements to the submit_existing tests. Commit ready for merge.
...
- Legacy-Id: 15833
2018-12-18 23:22:40 +00:00
Henrik Levkowetz
3d2d9e2d0a
Changed the construction of element IDs that could trigger ad-blockers to avoid the problem.
...
- Legacy-Id: 15831
2018-12-18 14:47:26 +00:00
Henrik Levkowetz
c8e15fad50
Fixed a pyflakes issue
...
- Legacy-Id: 15830
2018-12-18 14:45:48 +00:00
Robert Sparks
3d6c1f991b
Make state/substate changes on new submissions sensitive to stream. Fixes #2642 . Commit ready for merge.
...
- Legacy-Id: 15829
2018-12-17 22:38:22 +00:00
Robert Sparks
ac4deed500
Show more group types on the concluded groups page. Fixes #2643 . Commit ready for merge.
...
- Legacy-Id: 15828
2018-12-17 21:34:30 +00:00
Henrik Levkowetz
1bddfdffa5
Removed an assertion for iesg state for documents that can be in any stream.
...
- Legacy-Id: 15827
2018-12-17 14:03:55 +00:00
Henrik Levkowetz
a1fc8722f2
Merged in [15824] from rjsparks@nostrum.com:
...
Make it more obvious that a group has been replaced when looking at its pages. Fixes #2661 .
- Legacy-Id: 15826
Note: SVN reference [15824] has been migrated to Git commit fdf0964c40
2018-12-16 20:43:12 +00:00
Henrik Levkowetz
0289f326b8
Merged in [15818] from rjsparks@nostrum.com:
...
Whitespace only change to make the conditional structure followable.
- Legacy-Id: 15825
Note: SVN reference [15818] has been migrated to Git commit 487c35d0ae
2018-12-16 18:27:13 +00:00
Robert Sparks
fdf0964c40
Make it more obvious that a group has been replaced when looking at its pages. Fixes #2661 . Commit ready for merge.
...
- Legacy-Id: 15824
2018-12-14 22:25:55 +00:00
Henrik Levkowetz
e37303b441
Merged in [15822] and [15809] from rjsparks@nostrum.com:
...
Added an explicit ID-Exists state for the IESG state machine.
Reworked code so that the IESG state machine always has a state.
Added the ability to release a document from a working group,
research group, or the independent stream. Releasing a document
removes all stream state, and sets the document to have no stream.
- Legacy-Id: 15823
Note: SVN reference [15809] has been migrated to Git commit 6118975620
Note: SVN reference [15822] has been migrated to Git commit f6886f6105
2018-12-14 22:17:58 +00:00
Robert Sparks
f6886f6105
Corrected a conditional expression and improved the test that exercised it. Commit ready for merge.
...
- Legacy-Id: 15822
2018-12-14 21:50:21 +00:00
Henrik Levkowetz
75b0f0dacc
Fixed a bug in the RFC Index parsing that caused extraction of only one paragraph of an abstract, even if there were multiple.
...
- Legacy-Id: 15820
2018-12-14 21:05:18 +00:00
Henrik Levkowetz
fbcdcfaf0d
Merged in [15816] from rjsparks@nostrum.com:
...
Provide a correct link to jabber logs for plenaries in past agendas. Fixes #2641 .
- Legacy-Id: 15819
Note: SVN reference [15816] has been migrated to Git commit 590e20c00f
2018-12-13 21:59:51 +00:00
Robert Sparks
487c35d0ae
Whitespace only change to make the conditional structure followable. Commit ready for merge.
...
- Legacy-Id: 15818
2018-12-13 21:00:00 +00:00
Henrik Levkowetz
194659093d
Merged in [15810] from rcross@amsl.com:
...
Grant secretariat admin permissions to mailtrigger models. Fixes #2637 .
- Legacy-Id: 15817
Note: SVN reference [15810] has been migrated to Git commit e41b3d85ea
2018-12-13 20:59:35 +00:00
Robert Sparks
590e20c00f
Provide a correct link to jabber logs for plenaries in past agendas. Fixes #2641 . Commit ready for merge.
...
- Legacy-Id: 15816
2018-12-13 19:51:18 +00:00
Henrik Levkowetz
da380342bc
Merged in [15808] from rjsparks@nostrum.com:
...
Allow notify_ad_when to be blank.
- Legacy-Id: 15815
Note: SVN reference [15808] has been migrated to Git commit 6d14714f19
2018-12-13 17:22:14 +00:00
Henrik Levkowetz
115cde247b
Merged in [15807] from rjsparks@nostrum.com:
...
Repaired another instance of a literal path with a reverse lookup. Related to #2657 .
- Legacy-Id: 15814
Note: SVN reference [15807] has been migrated to Git commit 672b491ec3
2018-12-13 16:09:25 +00:00
Henrik Levkowetz
9ea42824e8
Added a description of the /doc//doc.json API to the /api/ index page, and also added a table-of-contents column.
...
- Legacy-Id: 15813
2018-12-13 15:26:11 +00:00
Henrik Levkowetz
3d75bad19f
Merged in [15806] from rjsparks@nostrum.com:
...
Changed an inappropriate literal path to a reverse url lookup. Fixes #2657 .
- Legacy-Id: 15812
Note: SVN reference [15806] has been migrated to Git commit 4fef511b74
2018-12-13 14:52:38 +00:00
Henrik Levkowetz
f65fcdd2c4
Merged in [15804] from rjsparks@nostrum.com:
...
Add history to ReviewerSettings. Fixes #2147 .
- Legacy-Id: 15811
Note: SVN reference [15804] has been migrated to Git commit cb707248e2
2018-12-13 14:29:58 +00:00
Ryan Cross
e41b3d85ea
Grant secretariat admin permissions to mailtrigger models. Fixes #2637 . Commit ready for merge.
...
- Legacy-Id: 15810
2018-12-12 23:32:00 +00:00
Robert Sparks
6118975620
Added an explicit ID-Exists state for the IESG state machine. Reworked code so that the IESG state machine always has a state. Added the ability to release a document from a working group, research group, or the independent stream. Releasing a document removes all stream state, and sets the document to have no stream.
...
- Legacy-Id: 15809
2018-12-11 22:38:05 +00:00
Robert Sparks
6d14714f19
Allow notify_ad_when to be blank. Commit ready for merge.
...
- Legacy-Id: 15808
2018-12-06 21:18:26 +00:00
Robert Sparks
672b491ec3
Repaired another instance of a literal path with a reverse lookup. Related to #2657 . Commit ready for merge.
...
- Legacy-Id: 15807
2018-12-04 20:17:37 +00:00
Robert Sparks
4fef511b74
Changed an inappropriate literal path to a reverse url lookup. Fixes #2657 . Commit ready for merge.
...
- Legacy-Id: 15806
2018-12-04 20:12:23 +00:00
Robert Sparks
cb707248e2
Add history to ReviewerSettings. Fixes #2147 . Commit ready for merge.
...
- Legacy-Id: 15804
2018-12-03 22:23:01 +00:00
Henrik Levkowetz
f69ad28e4c
Set version info and settings back to development mode
...
- Legacy-Id: 15801
2018-12-03 18:09:53 +00:00
Henrik Levkowetz
40ebb96e8c
Set version info to release version 6.89.1 before branching.
...
- Legacy-Id: 15799
2018-12-03 18:09:43 +00:00
Henrik Levkowetz
dec0ec59f0
Updated bower-managed static web assets
...
- Legacy-Id: 15795
2018-12-03 16:42:24 +00:00
Henrik Levkowetz
e55a079591
Merged in [15787] from rcross@amsl.com:
...
Rework page flow and forms of secr/meetings app. Fixes #2609 .
- Legacy-Id: 15794
Note: SVN reference [15787] has been migrated to Git commit e634dc2488
2018-11-30 20:48:40 +00:00
Henrik Levkowetz
7e13f2dc6a
Added code to catch a possible attribute error on event notification.
...
- Legacy-Id: 15793
2018-11-30 20:48:01 +00:00
Henrik Levkowetz
2d0c503d33
Fixed pyflakes issues
...
- Legacy-Id: 15792
2018-11-30 00:07:49 +00:00
Ryan Cross
4322bdaa6a
Add missing template. Remove unused templates. Comit ready for merge.
...
- Legacy-Id: 15791
2018-11-29 18:21:40 +00:00
Henrik Levkowetz
0e8f63951e
Added two new management commands to make it easier to load back selected objects that have been removed by mistake (providing they are available in a full database dump or backup that can be loaded and worked with): dumprelated and loadrelated.
...
- Legacy-Id: 15790
2018-11-29 15:17:46 +00:00
Henrik Levkowetz
d2b86bc225
Increased the document limit from 200 to 500 for the AD documents page.
...
- Legacy-Id: 15788
2018-11-26 18:52:18 +00:00
Ryan Cross
e634dc2488
Rework page flow and forms of secr/meetings app. Fixes #2609 . Commit ready for merge.
...
- Legacy-Id: 15787
2018-11-21 22:43:04 +00:00
Henrik Levkowetz
3e2ad1f216
Set version info and settings back to development mode
...
- Legacy-Id: 15785
2018-11-20 16:31:04 +00:00
Henrik Levkowetz
8ca5f32a1d
Set version info to release version 6.89.0 before branching.
...
- Legacy-Id: 15783
2018-11-20 16:30:53 +00:00
Henrik Levkowetz
2397f97da3
Updated test_unicode() to work with the latest version of the unidecode lib.
...
- Legacy-Id: 15780
2018-11-20 16:08:51 +00:00
Henrik Levkowetz
d042893285
Updated bower-managed static web assets
...
- Legacy-Id: 15779
2018-11-20 15:41:31 +00:00
Henrik Levkowetz
68c48f19a0
Improved resolution of an issue with the To: and Cc: addresses of extra review email to responsible AD.
...
- Legacy-Id: 15778
2018-11-20 13:36:12 +00:00
Henrik Levkowetz
9821406f60
Fixed an issue with the To: and Cc: addresses of extra review email to responsible AD.
...
- Legacy-Id: 15777
2018-11-20 13:20:16 +00:00
Henrik Levkowetz
a7ae679d13
Changed liaison tool From: address to <statements@ietf.org>.
...
- Legacy-Id: 15776
2018-11-20 13:17:30 +00:00
Henrik Levkowetz
b1745770a4
Always show the liaison submitted date on liaison pages, as requested.
...
- Legacy-Id: 15775
2018-11-20 13:15:32 +00:00
Henrik Levkowetz
1d604b7cd9
Another name test tweak
...
- Legacy-Id: 15773
2018-11-13 21:50:28 +00:00
Henrik Levkowetz
fad6311a13
Fixed a test problem.
...
- Legacy-Id: 15772
2018-11-13 21:12:25 +00:00
Henrik Levkowetz
d6caf615e0
Added testing of test_unidecode() and another name_parts() test case, and removed some debug.statements.
...
- Legacy-Id: 15771
2018-11-13 19:31:18 +00:00
Henrik Levkowetz
69263cf141
Updated highcharts and added support for CSV export. Also tweaked the look of the highcharts context menu separators.
...
- Legacy-Id: 15770
2018-11-13 19:28:46 +00:00
Henrik Levkowetz
143a58d3cc
Added handling for an EOF exception that can occur when using the django file-based cache.
...
- Legacy-Id: 15769
2018-11-13 13:39:47 +00:00