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
|
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
|
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
|
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 |
|