Henrik Levkowetz
cf56beb8cc
Cronjob script changes pulled from the production server after the switch to python 3.
...
- Legacy-Id: 17326
2020-02-23 01:28:16 +00:00
Henrik Levkowetz
fa9427769a
Added cleaning of the session request form's 'comments' field, to convert any html entered to text. Related to [17322].
...
- Legacy-Id: 17324
Note: SVN reference [17322] has been migrated to Git commit eb88abc394
2020-02-21 21:36:18 +00:00
Henrik Levkowetz
eb88abc394
Removed an instance of 'autoescape off' for submitted meeting session comments in a template, since it is not needed in practice, in order to avoid an XSS injection opportunity.
...
- Legacy-Id: 17322
2020-02-21 15:32:41 +00:00
Henrik Levkowetz
e2eb19934d
Updated PLAN, removed some completed actions.
...
- Legacy-Id: 17320
2020-02-20 22:36:28 +00:00
Henrik Levkowetz
2aa948a17b
Changed some remaining cases of open() to io.open().
...
- Legacy-Id: 17319
2020-02-20 22:35:49 +00:00
Henrik Levkowetz
0c343b9bbd
Make django_extension commands available if installed.
...
- Legacy-Id: 17318
2020-02-20 22:08:47 +00:00
Henrik Levkowetz
52d21e29cb
Set version info and settings back to development mode
...
- Legacy-Id: 17312
2020-02-18 22:59:52 +00:00
Henrik Levkowetz
5e47b3afa8
Set version info to release version 6.118.0 before branching.
...
- Legacy-Id: 17310
2020-02-18 22:59:41 +00:00
Henrik Levkowetz
a07de1feba
Changelog entry for 6.118.0
...
- Legacy-Id: 17309
2020-02-18 22:59:35 +00:00
Henrik Levkowetz
475eda82e1
Code coverage data for release 6.118.0
...
- Legacy-Id: 17308
2020-02-18 22:59:24 +00:00
Henrik Levkowetz
ab34ecbb58
Merged in [17288] from rjsparks@nostrum.com:
...
Make internal review email about an RG use the IRSG instead of the IESG in text and addresses. Fixes #2881 .
- Legacy-Id: 17307
Note: SVN reference [17288] has been migrated to Git commit 4cce1b5e08
2020-02-18 22:04:15 +00:00
Henrik Levkowetz
53bdd428df
Merged in [17287] from rjsparks@nostrum.com:
...
Default use_milestone_dates to True. Allow changing use_milestone_dates from the edit milestone dates form for charters if it is the initial chartering effort. Fixes #2884 .
- Legacy-Id: 17306
Note: SVN reference [17287] has been migrated to Git commit 3568e72ec5
2020-02-18 21:30:22 +00:00
Henrik Levkowetz
9439f718d4
Wrapped more code in an exception block, in order not to continue processing after an XML parse exception. Fixes issue #2885 .
...
- Legacy-Id: 17305
2020-02-18 20:20:09 +00:00
Henrik Levkowetz
aabd237656
Fixed some pyflakes issues.
...
- Legacy-Id: 17304
2020-02-18 19:39:03 +00:00
Henrik Levkowetz
ab99478913
Fixed a bug in the resource description for SchedulingEvent that prevented it from being accessed under /api/v1/meeting/schedulingevent/.
...
- Legacy-Id: 17303
2020-02-17 12:20:14 +00:00
Henrik Levkowetz
d902aa0b1b
Added search fields to the admin index for SchedulingEvent.
...
- Legacy-Id: 17302
2020-02-17 12:17:37 +00:00
Henrik Levkowetz
91d5d72a9d
Tweaked send_mail_mime() to recognize settings.SERVER_MODE='repair', in order to avoid mail floods when running the 'mergedata' management command. It is assumed that the appropriate mails went out when the data was entered into the system the first time.
...
- Legacy-Id: 17301
2020-02-16 21:42:37 +00:00
Henrik Levkowetz
7b5bebc727
Added a management command to dump data based on table names and primary keys derived from a list of SQL 'INSERT INTO' commands representing the items to be dumped. The output formats are the same as for dumpdata, and are suitable for later use with the loaddata or mergedata management commands.
...
- Legacy-Id: 17300
2020-02-16 21:40:01 +00:00
Henrik Levkowetz
e0c6f3abe2
Added a management command to merge data from one of two divergent django databases to the other, taking care to insert or update records as appropriate, and update foreign keys and many-to-many keys appropriately. Accepts the dump formats generated by the dumpdata command.
...
- Legacy-Id: 17299
2020-02-16 21:39:08 +00:00
Henrik Levkowetz
58d8c2fb47
Updated the check_referential_integrity command, adding a --delete command to remove dangling references to removed records, and also adding colorized success/fail indications for each FK and m2m key inspected.
...
- Legacy-Id: 17298
2020-02-16 21:05:12 +00:00
Henrik Levkowetz
e79eb56c01
Changed the xml parser settings for legacy xml draft submissions to remove comments before converting to .txt. Fixes and issue with comments in <artwork> text.
...
- Legacy-Id: 17297
2020-02-16 15:48:45 +00:00
Henrik Levkowetz
6adc707a64
jsonfield 3.0 and higher is not compatible with Django 1.11. Changed the version requirements accordingly.
...
- Legacy-Id: 17296
2020-02-16 15:46:48 +00:00
Henrik Levkowetz
c04cbd5692
Added missin test directory creation and removal in setUp() and tearDown() in MeetingTests.
...
- Legacy-Id: 17295
2020-02-16 15:43:32 +00:00
Henrik Levkowetz
0a6260cf16
Merged in [17286] from rjsparks@nostrum.com:
...
Add Reply-To to the default group review text. Fixes #2883 .
- Legacy-Id: 17292
Note: SVN reference [17286] has been migrated to Git commit 7e09dea02c
2020-02-13 00:33:37 +00:00
Henrik Levkowetz
5e6ea5b2e8
Merged in [17284] from jennifer@painless-security.com:
...
Create DocEvent when related IprDisclosure is posted or removed. Fixes #2811 .
- Legacy-Id: 17291
Note: SVN reference [17284] has been migrated to Git commit b02b42da81
2020-02-12 23:11:26 +00:00
Robert Sparks
4cce1b5e08
Make internal review email about an RG use the IRSG instead of the IESG in text and addresses. Fixes #2881 . Commit ready for merge.
...
- Legacy-Id: 17288
2020-02-11 20:17:42 +00:00
Robert Sparks
3568e72ec5
Default use_milestone_dates to True. Allow changing use_milestone_dates from the edit milestone dates form for charters if it is the initial chartering effort. Fixes #2884 . Commit ready for merge.
...
- Legacy-Id: 17287
2020-02-11 18:53:40 +00:00
Robert Sparks
7e09dea02c
Add Reply-To to the default group review text. Fixes #2883 . Commit ready for merge.
...
- Legacy-Id: 17286
2020-02-11 15:39:20 +00:00
Jennifer Richards
b02b42da81
Create DocEvent when related IprDisclosure is posted or removed. Fixes #2811 . Commit ready for merge.
...
- Legacy-Id: 17284
2020-02-07 20:41:13 +00:00
Henrik Levkowetz
df790cf0d2
Merged in [17275] from jennifer@painless-security.com:
...
Add links to user profiles from nominee list and feedback page. Fixes #2839 .
- Legacy-Id: 17283
Note: SVN reference [17275] has been migrated to Git commit cd77c76372
2020-02-06 16:24:37 +00:00
Henrik Levkowetz
7009605527
Merged in [17273] from rcross@amsl.com:
...
Update link to session request tool instructions.
- Legacy-Id: 17282
Note: SVN reference [17273] has been migrated to Git commit 2d97cb65f7
2020-02-06 13:46:16 +00:00
Henrik Levkowetz
42cb05763e
Set version info and settings back to development mode
...
- Legacy-Id: 17280
2020-02-05 22:28:59 +00:00
Henrik Levkowetz
2fd222fd5d
Set version info to release version 6.117.0 before branching.
...
- Legacy-Id: 17278
2020-02-05 22:28:47 +00:00
Henrik Levkowetz
884e77bd7b
Changelog entry for 6.117.0
...
- Legacy-Id: 17277
2020-02-05 22:28:39 +00:00
Henrik Levkowetz
e7528d697f
Code coverage data for release 6.117.0
...
- Legacy-Id: 17276
2020-02-05 22:28:29 +00:00
Jennifer Richards
cd77c76372
Add links to user profiles from nominee list and feedback page. Fixes #2839 . Commit ready for merge.
...
- Legacy-Id: 17275
2020-02-05 21:10:47 +00:00
Ryan Cross
2d97cb65f7
Update link to session request tool instructions. Commit ready for merge.
...
- Legacy-Id: 17273
2020-02-04 21:02:33 +00:00
Henrik Levkowetz
fdcf06496f
Merged in [17268] from rjsparks@nostrum.com:
...
Set a meaningful state in a test fixture. Tests surprisingly were not broken by this though.
- Legacy-Id: 17272
Note: SVN reference [17268] has been migrated to Git commit 8a5f960569
2020-02-03 15:36:03 +00:00
Henrik Levkowetz
3d432edf90
Merged in [17266] from rjsparks@nostrum.com:
...
Improve the tests for session draft bundles to exercise the code that extracts draftnames from agendas.
- Legacy-Id: 17271
Note: SVN reference [17266] has been migrated to Git commit a5dab5385c
2020-01-31 09:59:30 +00:00
Henrik Levkowetz
f45947c079
Removed exec of activate_this.py from 2 more scripts that are in activbe use.
...
- Legacy-Id: 17270
2020-01-30 22:38:44 +00:00
Henrik Levkowetz
ac38dba94b
Ran scripts invoked from bin/hourly and bin/daily through pyflakes3 and test invocation, and tweaked the code (with an added comment) to consistently require virtualenv to be set up before script invocation.
...
- Legacy-Id: 17269
2020-01-30 22:19:42 +00:00
Robert Sparks
8a5f960569
Set a meaningful state in a test fixture. Tests surprisingly were not broken by this though. Commit ready for merge.
...
- Legacy-Id: 17268
2020-01-30 22:15:00 +00:00
Henrik Levkowetz
65ca6e240c
Added some raw_id fields to avoid long page load times
...
- Legacy-Id: 17267
2020-01-30 22:13:29 +00:00
Robert Sparks
a5dab5385c
Improve the tests for session draft bundles to exercise the code that extracts draftnames from agendas. Commit ready for merge.
...
- Legacy-Id: 17266
2020-01-30 21:50:36 +00:00
Henrik Levkowetz
32e9692f54
Fixed a py2/py3 issue in sync.rfceditor.post_approved_draft(), and enhanced tests to execute the failing code (with Mock functions) instead of skipping the code.
...
- Legacy-Id: 17265
2020-01-28 22:37:50 +00:00
Henrik Levkowetz
293e505bbb
Hardcoded an rsync target path, and added a bash trap for errors in hourly and daily cron scripts.
...
- Legacy-Id: 17264
2020-01-28 15:41:47 +00:00
Henrik Levkowetz
445afbe5c5
Hardcoded an rsync target path, and added a bash trap for errors in hourly and daily cron scripts.
...
- Legacy-Id: 17263
2020-01-28 15:40:42 +00:00
Henrik Levkowetz
b5697b62ab
Fixed some py2/py3 issues in ID index generation modules.
...
- Legacy-Id: 17262
2020-01-28 13:29:54 +00:00
Henrik Levkowetz
21a73ad913
Fixed a py2/py3 issue in building meeting materials bundles.
...
- Legacy-Id: 17261
2020-01-27 23:32:34 +00:00
Henrik Levkowetz
fb752289c9
Added a setting for a coming yang-catalog submission checker url.
...
- Legacy-Id: 17260
2020-01-27 23:30:59 +00:00