Henrik Levkowetz
85c24b8450
Added a missing template.
...
- Legacy-Id: 15317
2018-07-12 12:16:13 +00:00
Henrik Levkowetz
2daef52bea
This commit replaces the code defined group features with features held
...
in a database table:
- Added a GroupFeatures model to the group models, and removed the old
features.py
- Added a agenda type for future use in showing different group types on
different agendas.
- Renamed the group feature has_materials to has_nonsession_materials.
- Added API resources and admin support for the new tables.
- Added a Directorate (with reviews) group type as complement to
Directorate, to distinguish between directorates with and without reviews.
- Adjusted tests as needed.
- Updated the fixtures, and fixed the generate_fixtures script to include
the new AgendaTypeName objects.
There still exists about 70 instances of code comparing the group type
with a list of types; most of these should probably be replaced with new
features, instead, to make it possible to add new group types through the
database table, rather than having to edit the code. That was the purpose
of this refactoring from the start, but the presence of this large number
of comparisons of group type against lists of types defeats the goal until
we add appropriate features and replace the group type list comparisons.
- Legacy-Id: 15316
2018-07-12 10:51:48 +00:00
Henrik Levkowetz
21f38a364e
Replaced the use of a deprecated Django field attribute with the sanctioned replacement.
...
- Legacy-Id: 15315
2018-07-12 10:19:00 +00:00
Robert Sparks
ae70706faf
Converted the community app tests to use factories. Commit ready for merge.
...
- Legacy-Id: 15314
2018-07-12 05:56:14 +00:00
Henrik Levkowetz
e87442f33a
Merged in [15282] from housley@vigilsec.com:
...
Set reply-to for I-D Announcements that include a CC to a mail list. Fixes #2530 .
- Legacy-Id: 15289
Note: SVN reference [15282] has been migrated to Git commit 733c304e3d
2018-07-10 17:16:47 +00:00
Henrik Levkowetz
35deea3391
Added support for kind codes as part of patent numbers.
...
- Legacy-Id: 15285
2018-07-05 17:22:48 +00:00
Russ Housley
733c304e3d
Set reply-to for I-D Announcements that include a CC to a mail list. Fixes #2530 .
...
- Legacy-Id: 15282
2018-06-29 18:15:42 +00:00
Henrik Levkowetz
c9cc9ff214
Upped the permitted number of search results for the /stream/ise/ page (and friends) from 200 to 1000. Fixes issue #2527 .
...
- Legacy-Id: 15281
2018-06-26 16:43:40 +00:00
Henrik Levkowetz
c7a9c2f121
Set version info and settings back to development mode
...
- Legacy-Id: 15278
2018-06-20 21:47:59 +00:00
Henrik Levkowetz
b238767c25
Set version info to release version 6.81.3 before branching.
...
- Legacy-Id: 15276
2018-06-20 21:47:50 +00:00
Henrik Levkowetz
9c39dc85d0
Updated bower-managed static web assets
...
- Legacy-Id: 15273
2018-06-20 21:24:21 +00:00
Henrik Levkowetz
c219f2f998
Merged in [15266] from rcross@amsl.com:
...
Update blue sheet template. Replace start time / end time with date.
- Legacy-Id: 15271
Note: SVN reference [15266] has been migrated to Git commit e65748103b705e5dddea75bc550884498f42e75e
2018-06-20 04:10:22 +00:00
Henrik Levkowetz
dbfdb94c34
Merged in [15267] from rcross@amsl.com:
...
Fix issue with decorator on utils.html.remove_tags().
- Legacy-Id: 15270
Note: SVN reference [15267] has been migrated to Git commit 0d255f7d0874f01163f292568e76fa9d830a54e2
2018-06-19 21:23:35 +00:00
Henrik Levkowetz
9fe1820640
Tweaked the 'Related documents' part of the Document admin page to more intuitively show the relationships.
...
- Legacy-Id: 15259
2018-06-14 19:22:55 +00:00
Henrik Levkowetz
0df2c0dee8
Tweaked unidecode_name() to avoid double-quotes in the ascii string.
...
- Legacy-Id: 15256
2018-06-14 15:06:08 +00:00
Henrik Levkowetz
41a5f5dca4
Merged in [15248] from rjsparks@nostrum.com:
...
Improvements to tests after converting to factories suggested by studying coverage_changes.
- Legacy-Id: 15255
Note: SVN reference [15248] has been migrated to Git commit b86bd84278
2018-06-14 13:11:29 +00:00
Henrik Levkowetz
434b62d7a5
Merged in [15247] from rjsparks@nostrum.com:
...
Tweaked the color palatte for the agenda editor.
- Legacy-Id: 15254
Note: SVN reference [15247] has been migrated to Git commit 13df62f8ba
2018-06-14 12:35:39 +00:00
Henrik Levkowetz
b3301de22e
Fixed a pyflakes nit.
...
- Legacy-Id: 15253
2018-06-14 12:35:16 +00:00
Henrik Levkowetz
a3c12d937f
Removed two instances of log.assertion(); we have enough data on these now.
...
- Legacy-Id: 15252
2018-06-14 12:03:02 +00:00
Henrik Levkowetz
bf3074e493
Changed an attribute guard to work with a reverse relationship attribute (using hasattr()).
...
- Legacy-Id: 15251
2018-06-14 04:35:04 +00:00
Robert Sparks
b86bd84278
Improvements to tests after converting to factories suggested by studying coverage_changes. Commit ready to merge.
...
- Legacy-Id: 15248
2018-06-13 22:09:01 +00:00
Robert Sparks
13df62f8ba
Tweaked the color palatte for the agenda editor. Commit ready for merge.
...
- Legacy-Id: 15247
2018-06-13 19:58:08 +00:00
Henrik Levkowetz
159b5daee9
Fixed a broken mailto link on the account edit page.
...
- Legacy-Id: 15246
2018-06-13 14:44:57 +00:00
Henrik Levkowetz
fd56cfdf6b
Merged in [15238] from rjsparks@nostrum.com:
...
Use factories for ietf.doc.tests_status_change. Repair previous commit errors in ietf.doc.tests_material.
- Legacy-Id: 15243
Note: SVN reference [15238] has been migrated to Git commit 340b6591b2
2018-06-11 11:38:16 +00:00
Henrik Levkowetz
b3ee0fe9c1
Merged in [15228] from rjsparks@nostrum.com:
...
Use factories for ietf.doc.tests_downref.
- Legacy-Id: 15242
Note: SVN reference [15228] has been migrated to Git commit 3eeece797a
2018-06-10 21:28:19 +00:00
Henrik Levkowetz
4287b7651d
Merged in [15227] from rjsparks@nostrum.com:
...
Use factories for ietf.doc.tests_conflict_review.
- Legacy-Id: 15241
Note: SVN reference [15227] has been migrated to Git commit 67df7bd8cf
2018-06-10 18:36:42 +00:00
Henrik Levkowetz
05af647ebc
Merged in [15226] from rjsparks@nostrum.com:
...
Use factories for ietf.doc.tests_charter.
- Legacy-Id: 15240
Note: SVN reference [15226] has been migrated to Git commit 880dafdb24
2018-06-10 14:49:49 +00:00
Henrik Levkowetz
dbe9211963
Tweaked unidecode_name() to not produce single-letter ascii surnames from non-ascii codepoints. The unidecode transliteration is in any case somewhat arbitrary, and in most cases a real person will tweak the ascii name of his account. When running tests, however, this tweak avoids some false test failures. And no, it's not simple to fix the draft author-extraction heuristics to deal well with single-letter surnames.
...
- Legacy-Id: 15239
2018-06-10 14:48:13 +00:00
Robert Sparks
340b6591b2
Use factories for ietf.doc.tests_status_change. Repair previous commit errors in ietf.doc.tests_material. Commit ready for merge.
...
- Legacy-Id: 15238
2018-06-09 22:16:26 +00:00
Robert Sparks
a2fa0d6400
Use factories for ietf.doc.tests_material and ietf.doc.tests_review. Commit ready for merge.
...
- Legacy-Id: 15237
2018-06-09 21:20:37 +00:00
Henrik Levkowetz
5f7fb2e0bd
Added a guard against trying to access attributes of a None object.
...
- Legacy-Id: 15236
2018-06-09 13:20:14 +00:00
Henrik Levkowetz
4c9903cd01
Merged in [15225] from rjsparks@nostrum.com:
...
Use factories for ietf.doc.tests_draft.
- Legacy-Id: 15235
Note: SVN reference [15225] has been migrated to Git commit 6f011a3e56
2018-06-08 19:50:30 +00:00
Henrik Levkowetz
b94f79e4b4
Set version info and settings back to development mode
...
- Legacy-Id: 15233
2018-06-08 16:05:31 +00:00
Henrik Levkowetz
87de2f0a21
Set version info to release version 6.81.2 before branching.
...
- Legacy-Id: 15231
2018-06-08 16:05:22 +00:00
Robert Sparks
3eeece797a
Use factories for ietf.doc.tests_downref. Commit ready for merge.
...
- Legacy-Id: 15228
2018-06-08 14:42:45 +00:00
Robert Sparks
67df7bd8cf
Use factories for ietf.doc.tests_conflict_review. Commit ready for merge.
...
- Legacy-Id: 15227
2018-06-08 00:13:00 +00:00
Robert Sparks
880dafdb24
Use factories for ietf.doc.tests_charter. Commit ready for merge.
...
- Legacy-Id: 15226
2018-06-07 23:50:27 +00:00
Robert Sparks
6f011a3e56
Use factories for ietf.doc.tests_draft. Commit ready for merge.
...
- Legacy-Id: 15225
2018-06-07 22:03:09 +00:00
Henrik Levkowetz
b5cceedbb3
Merged in [15219] from rjsparks@nostrum.com:
...
Use factories for ietf.doc.tests_ballots. Fixed a long-hidden bug in test_edit_verify_permissions where non-existing usernames were used and passed the tests accidently. Added list_email to the GroupFactory.
- Legacy-Id: 15224
Note: SVN reference [15219] has been migrated to Git commit dcf9e6b40f
2018-06-07 14:20:26 +00:00
Henrik Levkowetz
3c389969ec
Merged in [15217] from rjsparks@nostrum.com:
...
Factoryalized the rest of ietf.doc.tests. Created draft type specific factories.
- Legacy-Id: 15223
Note: SVN reference [15217] has been migrated to Git commit a064e28926
2018-06-07 10:09:05 +00:00
Henrik Levkowetz
056fc0b4f9
Merged in [15209] from rjsparks@nostrum.com:
...
Trivial commit removing some recently commented out code.
- Legacy-Id: 15222
Note: SVN reference [15209] has been migrated to Git commit 984806de2d
2018-06-06 20:38:12 +00:00
Henrik Levkowetz
d0832e22a4
Merged in [15205] from rjsparks@nostrum.com:
...
more factoryization of ietf.doc.tests.
- Legacy-Id: 15221
Note: SVN reference [15205] has been migrated to Git commit 84d3c92298
2018-06-06 19:50:26 +00:00
Henrik Levkowetz
ab53e809ad
Merged in [15204] from rjsparks@nostrum.com:
...
More factorization of ietf.doc.tests.
- Legacy-Id: 15220
Note: SVN reference [15204] has been migrated to Git commit 4e7743c009
2018-06-06 19:09:55 +00:00
Robert Sparks
dcf9e6b40f
Use factories for ietf.doc.tests_ballots. Fixed a long-hidden bug in test_edit_verify_permissions where non-existing usernames were used and passed the tests accidently. Added list_email to the GroupFactory. Commit ready for merge.
...
- Legacy-Id: 15219
2018-06-06 17:59:40 +00:00
Henrik Levkowetz
cf0061c3a0
Fixed logic of gathering which personal information needs consent confirmation in the code that requests consent on login.
...
- Legacy-Id: 15218
2018-06-06 15:13:34 +00:00
Robert Sparks
a064e28926
Factoryalized the rest of ietf.doc.tests. Created draft type specific factories. Commit ready for merge.
...
- Legacy-Id: 15217
2018-06-05 21:17:28 +00:00
Henrik Levkowetz
c3041d7255
Fixed a bad link.
...
- Legacy-Id: 15216
2018-06-05 13:40:59 +00:00
Henrik Levkowetz
53e4ed8a07
Merged in [15203] from rjsparks@nostrum.com:
...
Use factories for the rest of the tests in ietf.doc.tests.SearchTests.
- Legacy-Id: 15215
Note: SVN reference [15203] has been migrated to Git commit 4a4a152c9a
2018-06-04 18:46:34 +00:00
Henrik Levkowetz
5df66cf0b6
Merged in [15202] from rjsparks@nostrum.com:
...
Converted test_search_for_name to use factories.
- Legacy-Id: 15214
Note: SVN reference [15202] has been migrated to Git commit 0a1d9ecd2a
2018-06-04 18:18:37 +00:00
Henrik Levkowetz
fabefe76c2
Merged in [15201] from rjsparks@nostrum.com:
...
Converted test_search to use factories.
- Legacy-Id: 15213
Note: SVN reference [15201] has been migrated to Git commit 54afc41f8e
2018-06-04 17:43:07 +00:00
Henrik Levkowetz
adb47d595a
Fixed an issue with user.is_authenticated being used as a method rather than a property.
...
- Legacy-Id: 15212
2018-06-04 16:53:30 +00:00
Henrik Levkowetz
ad34a88b31
Added a request to give consent for non-LI information on user login. Addresses issue #2505 .
...
- Legacy-Id: 15211
2018-06-04 15:35:25 +00:00
Henrik Levkowetz
eaff1f0825
Fixed a bug in a form clean method.
...
- Legacy-Id: 15210
2018-06-04 15:31:37 +00:00
Robert Sparks
984806de2d
Trivial commit removing some recently commented out code. Commit ready for merge.
...
- Legacy-Id: 15209
2018-06-04 15:16:47 +00:00
Henrik Levkowetz
816f5de566
Added a missing related object to the person information export. Related to issue #2501 .
...
- Legacy-Id: 15208
2018-06-04 14:27:43 +00:00
Henrik Levkowetz
a88239f5c6
Tweaked the language on the user account page. Related to issue #2501 .
...
- Legacy-Id: 15207
2018-06-04 13:36:05 +00:00
Henrik Levkowetz
a62e9964a5
Added a recursive object to JSON serializer and a view which will let any logged-in user download a JSON serialized copy of the datatracker information related to his person record. Added information about this, and a link, to the account page. Related to issue #2501 .
...
- Legacy-Id: 15206
2018-06-04 13:06:47 +00:00
Robert Sparks
84d3c92298
more factoryization of ietf.doc.tests. Commit ready for merge.
...
- Legacy-Id: 15205
2018-06-02 13:39:39 +00:00
Robert Sparks
4e7743c009
More factorization of ietf.doc.tests. Commit ready for merge.
...
- Legacy-Id: 15204
2018-06-01 21:39:22 +00:00
Robert Sparks
4a4a152c9a
Use factories for the rest of the tests in ietf.doc.tests.SearchTests. Commit ready for merge.
...
- Legacy-Id: 15203
2018-06-01 18:54:26 +00:00
Robert Sparks
0a1d9ecd2a
Converted test_search_for_name to use factories. Commit ready for merge.
...
- Legacy-Id: 15202
2018-06-01 15:52:57 +00:00
Robert Sparks
54afc41f8e
Converted test_search to use factories. Commit ready for merge.
...
- Legacy-Id: 15201
2018-06-01 15:16:32 +00:00
Henrik Levkowetz
dddb0cf09c
Added a link to the overall IETF Statement concerning personal data to the datatracker personal-information page.
...
- Legacy-Id: 15198
2018-05-31 16:41:26 +00:00
Henrik Levkowetz
ec363429a3
Added some text about BOF requests to the important-dates page for the session request opens dates, on request from the IESG.
...
- Legacy-Id: 15197
2018-05-31 16:36:55 +00:00
Henrik Levkowetz
fbe28981fc
Set version info and settings back to development mode
...
- Legacy-Id: 15195
2018-05-29 14:38:50 +00:00
Henrik Levkowetz
dcc73a583b
Set version info to release version 6.81.1 before branching.
...
- Legacy-Id: 15193
2018-05-29 14:38:26 +00:00
Henrik Levkowetz
73dbfd31aa
Merged in [15189] from henrik@levkowetz.com:
...
Data migrations to populate email origin and Person.name_from_draft.
- Legacy-Id: 15190
Note: SVN reference [15189] has been migrated to Git commit a4d6d3c01e
2018-05-29 14:00:41 +00:00
Henrik Levkowetz
a4d6d3c01e
Data migrations to populate email origin and Person.name_from_draft.
...
- Legacy-Id: 15189
2018-05-29 13:10:20 +00:00
Henrik Levkowetz
af7a83e339
Set version info and settings back to development mode
...
- Legacy-Id: 15187
2018-05-29 11:10:45 +00:00
Henrik Levkowetz
fc5c7043f9
Set version info to release version 6.81.0 before branching.
...
- Legacy-Id: 15185
2018-05-29 11:10:35 +00:00
Henrik Levkowetz
91350b5f90
Updated bower-managed static web assets
...
- Legacy-Id: 15182
2018-05-29 09:11:53 +00:00
Henrik Levkowetz
4db4dd16b0
Merged in ^/personal/henrik/6.79.1-gdpr@15180 containing GDPR-adaptations.
...
- Legacy-Id: 15181
2018-05-28 11:26:24 +00:00
Henrik Levkowetz
46bee81bdc
Fixed a test email object creation issue.
...
- Legacy-Id: 15180
2018-05-28 09:48:27 +00:00
Henrik Levkowetz
08c137c960
Updated the edit_profile template with information about consent-based fields. Fixes issue #2502 .
...
- Legacy-Id: 15179
2018-05-26 08:42:36 +00:00
Henrik Levkowetz
b1440e818b
Added assingment of the person.name_from_draft field on draft submission. To be used to replace the content of person.name if someone requires removal of consent-based name info.
...
- Legacy-Id: 15178
2018-05-26 08:40:58 +00:00
Henrik Levkowetz
aa1e42100b
Fixed a long-standing bug in the liaison.name() code.
...
- Legacy-Id: 15177
2018-05-26 08:39:28 +00:00
Henrik Levkowetz
c97f6376a3
Simplified the email.origin assignment code for outgoing liaisons.
...
- Legacy-Id: 15176
2018-05-26 08:38:40 +00:00
Henrik Levkowetz
2fd1f81749
Added assignment of email origin in another place.
...
- Legacy-Id: 15175
2018-05-26 08:36:50 +00:00
Henrik Levkowetz
f6537fda59
Added a dagger at the end of some fields in the account data forms to signify consent-based fields, and made the consent field required.
...
- Legacy-Id: 15174
2018-05-26 08:36:06 +00:00
Henrik Levkowetz
81e78c70a0
Added guards against asking for properties on None in a couple of places.
...
- Legacy-Id: 15173
2018-05-26 08:34:27 +00:00
Henrik Levkowetz
2522082979
Changed the email origin field during test to hold user.username in order to exercise more of the code. Changed the EmailFactory to also use user.username as origin.
...
- Legacy-Id: 15172
2018-05-26 08:32:20 +00:00
Henrik Levkowetz
6ec050d807
Removed a long-running data migration (it will return in the following release).
...
- Legacy-Id: 15171
2018-05-24 16:11:05 +00:00
Henrik Levkowetz
5c5c044e8d
Set version info and settings back to development mode
...
- Legacy-Id: 15169
2018-05-24 15:54:19 +00:00
Henrik Levkowetz
7a7abf3502
Set version info to release version 6.80.1 before branching.
...
- Legacy-Id: 15167
2018-05-24 15:54:06 +00:00
Henrik Levkowetz
f796fd3de3
Updated bower-managed static web assets
...
- Legacy-Id: 15164
2018-05-24 15:22:49 +00:00
Henrik Levkowetz
579cb3eabe
Updated the filtering for non-wg and wg mailing list pages.
...
- Legacy-Id: 15163
2018-05-24 14:46:23 +00:00
Henrik Levkowetz
6307e1c224
Added a test for update_important_dates()
...
- Legacy-Id: 15162
2018-05-24 13:41:07 +00:00
Henrik Levkowetz
700bcf31f4
Fixed some pyflakes issues.
...
- Legacy-Id: 15161
2018-05-24 12:04:42 +00:00
Henrik Levkowetz
4aa987488d
Added a meeting helper function update_important_dates(), and a management command update_important_dates to update the important dates for a meeting if the offsets in the MeetingDateName table has been changed.
...
- Legacy-Id: 15160
2018-05-24 10:54:44 +00:00
Henrik Levkowetz
50a39a2b12
Added some text to the important dates page for 'opensched', on request from the IESG via Stephanie.
...
- Legacy-Id: 15159
2018-05-24 08:55:14 +00:00
Henrik Levkowetz
7d8736de4c
Merged in [15153] from rjsparks@nostrum.com:
...
Changed how the mail utilities handle lists in their override and extra arguments. Added a test for send_mail_preformatted exercising override and extra.
- Legacy-Id: 15157
Note: SVN reference [15153] has been migrated to Git commit 25e9893a13
2018-05-23 12:54:40 +00:00
Henrik Levkowetz
1420c79ab1
Merged in [15152] from rjsparks@nostrum.com:
...
Send email when the responsible AD for a conflict review is changed. Include the stream manager and stream steering group when the responsible AD changes or when the telechat date changes. Fixes #2497 .
- Legacy-Id: 15156
Note: SVN reference [15152] has been migrated to Git commit 6b779e9d4c
2018-05-23 09:29:51 +00:00
Henrik Levkowetz
4c47c6c9af
Merged in [15151] from rjsparks@nostrum.com:
...
Provide an email group button for WG and RG documents. Fixes #2512 .
- Legacy-Id: 15155
Note: SVN reference [15151] has been migrated to Git commit 6c34d05598
2018-05-23 08:56:50 +00:00
Henrik Levkowetz
4b65f7d6d4
Merged in [15145] from rjsparks@nostrum.com:
...
Secretariat requested tweak to the request for minutes template.
- Legacy-Id: 15154
Note: SVN reference [15145] has been migrated to Git commit a4a39f04ce
2018-05-22 18:41:01 +00:00
Robert Sparks
25e9893a13
Changed how the mail utilities handle lists in their override and extra arguments. Added a test for send_mail_preformatted exercising override and extra. Commit ready for merge.
...
- Legacy-Id: 15153
2018-05-22 15:38:04 +00:00
Robert Sparks
6b779e9d4c
Send email when the responsible AD for a conflict review is changed. Include the stream manager and stream steering group when the responsible AD changes or when the telechat date changes. Fixes #2497 . Commit ready for merge.
...
- Legacy-Id: 15152
2018-05-21 22:02:34 +00:00
Robert Sparks
6c34d05598
Provide an email group button for WG and RG documents. Fixes #2512 . Commit ready for merge.
...
- Legacy-Id: 15151
2018-05-21 18:33:23 +00:00
Henrik Levkowetz
2875c66ce3
Added another category of personal information to the personal-information page, after review of personal information in the code. Completes issue #2501 .
...
- Legacy-Id: 15150
2018-05-17 17:01:22 +00:00
Henrik Levkowetz
6c3ec5b18e
Added Email origin to Email record creation throughout the codebase.
...
- Legacy-Id: 15149
2018-05-17 16:56:26 +00:00
Henrik Levkowetz
619b20d2e7
Data migration to assign email origin based on existing records (author, role, and more).
...
- Legacy-Id: 15148
2018-05-17 16:50:49 +00:00
Henrik Levkowetz
f47e1ff2ff
Updated email admin to show origin in lists.
...
- Legacy-Id: 15147
2018-05-17 16:48:49 +00:00
Henrik Levkowetz
70ed611472
Changed the field type for the Person.consent field.
...
- Legacy-Id: 15146
2018-05-17 16:45:21 +00:00
Robert Sparks
a4a39f04ce
Secretariat requested tweak to the request for minutes template. Commit ready for merge.
...
- Legacy-Id: 15145
2018-05-14 18:56:55 +00:00
Henrik Levkowetz
246c348f1e
Disallow profile changes without consent given. Together with previous commits this fixes issues #2505 and #2507 .
...
- Legacy-Id: 15143
2018-05-08 16:26:01 +00:00
Henrik Levkowetz
874aad0322
Added a consent field to the Person model.
...
- Legacy-Id: 15142
2018-05-08 16:24:26 +00:00
Henrik Levkowetz
dda9c0136c
Overwrite earlier email origin when we've picked up the address from a submission.
...
- Legacy-Id: 15141
2018-05-08 16:23:27 +00:00
Henrik Levkowetz
d251287b63
Set version info and settings back to development mode
...
- Legacy-Id: 15139
2018-05-08 06:37:58 +00:00
Henrik Levkowetz
28efecafa1
Set version info to release version 6.80.0 before branching.
...
- Legacy-Id: 15137
2018-05-08 06:37:49 +00:00
Henrik Levkowetz
aeaf67af43
Merged in [15125] from rjsparks@nostrum.com:
...
Added a view that generates the \'send minutes\' email for the secretariat. Fixes #2493 .
- Legacy-Id: 15134
Note: SVN reference [15125] has been migrated to Git commit 345bff8850
2018-05-07 12:03:14 +00:00
Henrik Levkowetz
c4f9fac5da
Merged in [15124] from rjsparks@nostrum.com:
...
Provide a __unicode__ member for ImportantDate.
- Legacy-Id: 15133
Note: SVN reference [15124] has been migrated to Git commit 4f99fef377
2018-05-07 10:57:06 +00:00
Henrik Levkowetz
fb6242d7c8
Merged in [15123] from rjsparks@nostrum.com:
...
Use importantdates for material submisssion cutoff and revision if they exist. Fixes #2514 .
- Legacy-Id: 15132
Note: SVN reference [15123] has been migrated to Git commit c75b5e9386
2018-05-07 05:06:31 +00:00
Henrik Levkowetz
df7df69a59
Updated comment text
...
- Legacy-Id: 15131
2018-05-05 12:49:39 +00:00
Henrik Levkowetz
f0c0753e28
Added email origin information to some function calls that needed it.
...
- Legacy-Id: 15130
2018-05-05 12:49:10 +00:00
Henrik Levkowetz
a66639299d
Removed all references to the removed Person.affiliation field.
...
- Legacy-Id: 15129
2018-05-05 12:47:55 +00:00
Henrik Levkowetz
9fe73b5736
Updated admin and resources with email history entries.
...
- Legacy-Id: 15128
2018-05-05 12:41:47 +00:00
Henrik Levkowetz
5f37a71889
Added origin information to all places where we create email address entries.
...
- Legacy-Id: 15127
2018-05-05 12:40:30 +00:00
Henrik Levkowetz
37f0d141e9
Added a new field name_from_draft to Person, to hold the name field equivalent as captured from drafts, in case name has been modified by the user and we're asked to remove that info under GDPR. Added history for Email, and also an origin field to capture from where we got an email address (draft name, username, meeting registration, etc.) Added a log.assertion() to Email.save() in order to ensure we don't create any email without setting origin.
...
- Legacy-Id: 15126
2018-05-05 12:37:15 +00:00
Robert Sparks
345bff8850
Added a view that generates the "send minutes" email for the secretariat. Fixes #2493 . Commit ready for merge.
...
- Legacy-Id: 15125
2018-05-04 21:44:46 +00:00
Robert Sparks
4f99fef377
Provide a __unicode__ member for ImportantDate. Commit ready for merge.
...
- Legacy-Id: 15124
2018-05-04 18:16:28 +00:00
Robert Sparks
c75b5e9386
Use importantdates for material submisssion cutoff and revision if they exist. Fixes #2514 . Commit ready for merge.
...
- Legacy-Id: 15123
2018-05-04 18:01:49 +00:00
Henrik Levkowetz
faee5f66da
Merged in [15120] from rjsparks@nostrum.com:
...
Missed adding the migrations. Related to #1963 .
Merged in [15119] from rjsparks@nostrum.com:
Change stream state to replaced when an ISE, IAB, or IRTF document
is replaced. Fixes #1963 .
- Legacy-Id: 15122
Note: SVN reference [15119] has been migrated to Git commit 1295f1f1d2
Note: SVN reference [15120] has been migrated to Git commit 1c16926ee6
2018-05-04 12:17:33 +00:00
Henrik Levkowetz
b768c59069
Merged in [15114] from rjsparks@nostrum.com:
...
Restored a test that was unintentionally removed. Removed unused templates. Related to #2513 .
Merged in [15113] from rjsparks@nostrum.com:
Removed the already disabled \'Make RFC\' functionality from /secr/drafts. Fixes #2513 .
Merged in [15112] from rjsparks@nostrum.com:
Removed the \'announce\' functionality from /secr/drafts. Addresses part of #2513 .
- Legacy-Id: 15121
Note: SVN reference [15112] has been migrated to Git commit 82681b28dd
Note: SVN reference [15113] has been migrated to Git commit 7d2ac8306e
Note: SVN reference [15114] has been migrated to Git commit f64bf957f3
2018-05-04 10:24:09 +00:00
Robert Sparks
1c16926ee6
Missed adding the migrations. Related to #1963 . Commit ready for merge.
...
- Legacy-Id: 15120
2018-05-03 21:23:07 +00:00
Robert Sparks
1295f1f1d2
Change stream state to replaced when an ISE, IAB, or IRTF document is replaced. Fixes #1963 . Commit ready for merge.
...
- Legacy-Id: 15119
2018-05-03 21:21:38 +00:00
Henrik Levkowetz
9fd5d104c7
Merged in [15111] from rjsparks@nostrum.com:
...
Removed the \'replaces\' functionality from /secr/drafts. Addresses part of #2513 .
- Legacy-Id: 15117
Note: SVN reference [15111] has been migrated to Git commit c3241bddac
2018-05-03 20:09:08 +00:00
Henrik Levkowetz
362a03ff11
Merged in [15110] from rjsparks@nostrum.com:
...
Made settings.URL_REGEXPS.name non-greedy. Added a test to exercise the bug at #2429 . Fixes #2429 .
- Legacy-Id: 15116
Note: SVN reference [15110] has been migrated to Git commit 8436078af6
2018-05-03 19:34:20 +00:00
Henrik Levkowetz
fb4804a4ca
Fixed an incorrect file name in a log message.
...
- Legacy-Id: 15115
2018-05-03 19:32:10 +00:00
Robert Sparks
f64bf957f3
Restored a test that was unintentionally removed. Removed unused templates. Related to #2513 . Commit ready for merge.
...
- Legacy-Id: 15114
2018-05-03 18:42:59 +00:00
Robert Sparks
7d2ac8306e
Removed the already disabled "Make RFC" functionality from /secr/drafts. Fixes #2513 . Commit ready for merge.
...
- Legacy-Id: 15113
2018-05-03 17:35:38 +00:00
Robert Sparks
82681b28dd
Removed the "announce" functionality from /secr/drafts. Addresses part of #2513 . Commit ready for merge.
...
- Legacy-Id: 15112
2018-05-03 17:26:11 +00:00
Robert Sparks
c3241bddac
Removed the "replaces" functionality from /secr/drafts. Addresses part of #2513 . Commit ready for merge.
...
- Legacy-Id: 15111
2018-05-03 17:17:14 +00:00
Robert Sparks
8436078af6
Made settings.URL_REGEXPS.name non-greedy. Added a test to exercise the bug at #2429 . Fixes #2429 . Commit ready for merge.
...
- Legacy-Id: 15110
2018-05-03 15:39:00 +00:00
Henrik Levkowetz
d2ac5b2e11
Set version info and settings back to development mode
...
- Legacy-Id: 15106
2018-05-02 10:42:51 +00:00
Henrik Levkowetz
451d367764
Set version info to release version 6.79.1 before branching.
...
- Legacy-Id: 15104
2018-05-02 10:42:40 +00:00
Henrik Levkowetz
d4c0e984f6
Updated bower-managed static web assets
...
- Legacy-Id: 15100
2018-05-02 10:14:17 +00:00
Henrik Levkowetz
d076a1728c
Added a 'recent drafts' page, showing drafs submitted the last 7 days.
...
- Legacy-Id: 15099
2018-05-01 17:55:22 +00:00
Henrik Levkowetz
e223ba5e2c
Fixed a test issue.
...
- Legacy-Id: 15098
2018-05-01 12:12:16 +00:00
Henrik Levkowetz
61a16856ad
Updated the admin interface to use the simple-history admin support for Person history.
...
- Legacy-Id: 15097
2018-05-01 11:07:12 +00:00
Henrik Levkowetz
c7d31b44c3
Added django-simple-history and replaced the old (and unused) PersonHistory class with a history=HistoricalRecords() field on Person. Added the needed migrations and changes to admin, resources, and settings. Related to issues #2505 and #2507 .
...
- Legacy-Id: 15096
2018-04-27 17:36:20 +00:00
Henrik Levkowetz
53c4ac36db
Removed the Person.address field, which is not being used. This was a legacy from the 2001 perl-based datatracker tables. Fixes issue #2504 .
...
- Legacy-Id: 15095
2018-04-27 14:00:33 +00:00
Henrik Levkowetz
e177f45f1a
Updated the personal information page with reviewed text from legal counsel. Fixes issue #2503 .
...
- Legacy-Id: 15094
2018-04-27 12:05:05 +00:00
Henrik Levkowetz
198c003b6a
Merged in [15084] from rjsparks@nostrum.com:
...
Corrected the implementation of clear_ballot. Added a test for it. Restored functionality to ballot popups that was missing because a template variable was not passed in.
- Legacy-Id: 15092
Note: SVN reference [15084] has been migrated to Git commit ee346edaba
2018-04-26 13:41:22 +00:00
Henrik Levkowetz
d994a58474
Merged in [15083] from rjsparks@nostrum.com:
...
Removed memoize from latest_event.
- Legacy-Id: 15091
Note: SVN reference [15083] has been migrated to Git commit 1735f86db0
2018-04-26 12:51:45 +00:00
Henrik Levkowetz
e1b8fdb3ab
Added a page with GDPR-related information on handling of personal information within the datatracker.
...
- Legacy-Id: 15090
2018-04-26 12:16:20 +00:00
Henrik Levkowetz
c02f8fe331
Merged in [15080] from rjsparks@nostrum.com:
...
Marked a couple of functions as unreachable.
- Legacy-Id: 15089
Note: SVN reference [15080] has been migrated to Git commit 7df28d8bac
2018-04-26 12:08:07 +00:00
Henrik Levkowetz
c7350be50f
Reverted a change to UserFactory to avoid nepalese names. The issue is bigger, and needs a different resulution. Changed the url pattern that used \w to match names to instead use a more inclusive regex.
...
- Legacy-Id: 15088
2018-04-26 11:53:51 +00:00
Henrik Levkowetz
fec59ad937
Fixed a PyQuery property access that should have been a method call.
...
- Legacy-Id: 15087
2018-04-26 11:51:39 +00:00
Henrik Levkowetz
d599a4d28f
Merged in [15077] from rjsparks@nostrum.com:
...
Missed a constraint on creating a test meeting.
- Legacy-Id: 15086
Note: SVN reference [15077] has been migrated to Git commit 2e395bde5d
2018-04-25 21:59:56 +00:00
Henrik Levkowetz
b1b8f43ee6
Tweaked the IPR factory to be less likely to produce invalid patent info.
...
- Legacy-Id: 15085
2018-04-25 21:01:12 +00:00
Robert Sparks
ee346edaba
Corrected the implementation of clear_ballot. Added a test for it. Restored functionality to ballot popups that was missing because a template variable was not passed in. Commit ready for merge.
...
- Legacy-Id: 15084
2018-04-25 19:52:44 +00:00