Henrik Levkowetz
5ba85065aa
Set version info and settings back to development mode
...
- Legacy-Id: 14133
2017-09-17 15:52:03 +00:00
Henrik Levkowetz
a93537b75f
Set version info to release version 6.62.0 before branching.
...
- Legacy-Id: 14131
2017-09-17 15:51:54 +00:00
Henrik Levkowetz
33b275b04f
Added ietf.utils.text.unidecode_name() and replaced various uses of unidecode() with it, in order to normalize the generation of ascii versions of names, to avoid different practices in space stripping and space normalization in different parts of the code.
...
- Legacy-Id: 14128
2017-09-17 15:12:18 +00:00
Henrik Levkowetz
6aa2cfca89
Updated tests to match the submission API info page.
...
- Legacy-Id: 14127
2017-09-17 14:02:52 +00:00
Henrik Levkowetz
8d3c540edd
Added submit API instructions and fixed a bug in error handling for the submission validity checkers.
...
- Legacy-Id: 14126
2017-09-17 13:04:41 +00:00
Henrik Levkowetz
3af2554b2f
Added an API for draft submission, at /api/submit. Added an urls.py file under api/ to hold api urls, and moved those from ietf/urls.py. Refactored out many parts of the regular submission forms and functions in submit/forms.py and submit/views.py in order to re-use the appropriate parts for the submission API. Moved support functions to submit/utils.py. Added a new validation errors for missing docName in xml-based submissions. Updated the submission test document templates to use insert additional values. Added failure and success test cases for automated API submissions, and refactored some test utility functions.
...
- Legacy-Id: 14125
2017-09-16 09:35:42 +00:00
Henrik Levkowetz
da23da1e8e
Tweaked Document.relations_that_doc() to accept unicode relationship strings, in order to let it be called from modules importing __future__.unicode_literals.
...
- Legacy-Id: 14124
2017-09-16 09:24:29 +00:00
Henrik Levkowetz
9f785c0dce
Tweaked the test util function create_person() to create ascii-only .ascii fields, which it did not do before.
...
- Legacy-Id: 14123
2017-09-16 09:21:45 +00:00
Henrik Levkowetz
dedc7e6d56
Modified the mailtrigger clean_duplicates to reduce email address list entries with the same address but different names to one instance, and use consistent unicode names for authors if known.
...
- Legacy-Id: 14122
2017-09-16 09:19:20 +00:00
Henrik Levkowetz
f6e91e7c1f
Commented out the sql log middleware; comment in only as needed.
...
- Legacy-Id: 14121
2017-09-16 09:16:04 +00:00
Henrik Levkowetz
1e7b906535
Fixed another place where updated logic is needed to get the current
...
meeting when we have multiple future meetings. Fixes issue #2371 .
- Legacy-Id: 14120
2017-09-15 17:49:22 +00:00
Henrik Levkowetz
bc054b8cb2
Updated meeting.helpers.get_meeting() to deal with multiple future meetings the same way get_ietf_meeting() does.
...
- Legacy-Id: 14119
2017-09-13 09:16:34 +00:00
Henrik Levkowetz
793b1d3fe0
Set version info and settings back to development mode
...
- Legacy-Id: 14117
2017-09-11 15:17:38 +00:00
Henrik Levkowetz
08a4da737a
Set version info to release version 6.61.0 before branching.
...
- Legacy-Id: 14115
2017-09-11 15:17:10 +00:00
Henrik Levkowetz
3305cbfc64
Merged in [14106] from rcross@amsl.com:
...
Add support for directorates to generate-wg-aliases. Fixes #2363 .
- Legacy-Id: 14110
Note: SVN reference [14106] has been migrated to Git commit 4269d3b68e
2017-09-08 14:29:32 +00:00
Henrik Levkowetz
a6a85385ac
Merged in [14104] from rcross@amsl.com:
...
Update secretariat admin permissions. Change AnnouncementFrom.address to CharField because full emails, with real name, fail EmailField validation. Includes migration.
- Legacy-Id: 14109
Note: SVN reference [14104] has been migrated to Git commit 6772afdd24
2017-09-08 13:28:44 +00:00
Henrik Levkowetz
40fd78a0b4
Merged in [14103] from rcross@amsl.com:
...
Change announcement tool access function to use data from AnnouncementFrom objects. Fixes #2362 .
- Legacy-Id: 14108
Note: SVN reference [14103] has been migrated to Git commit a85a76247a
2017-09-08 12:54:38 +00:00
Henrik Levkowetz
135d5d946b
Tweaked the submission checker shell invocation code to deal with command lines starting with environment variable settings.
...
- Legacy-Id: 14107
2017-09-08 12:09:22 +00:00
Ryan Cross
4269d3b68e
Add support for directorates to generate-wg-aliases. Fixes #2363 . Commit ready for merge.
...
- Legacy-Id: 14106
2017-09-07 21:03:25 +00:00
Ryan Cross
6772afdd24
Update secretariat admin permissions. Change AnnouncementFrom.address to CharField because full emails, with real name, fail EmailField validation. Includes migration. Commit ready for merge.
...
- Legacy-Id: 14104
2017-09-06 22:42:15 +00:00
Ryan Cross
a85a76247a
Change announcement tool access function to use data from AnnouncementFrom objects. Fixes #2362 . Commit ready for merge
...
- Legacy-Id: 14103
2017-09-06 21:29:59 +00:00
Henrik Levkowetz
a9b259ef26
Changed the message shown when xml file parsing fails during draft submission to include the actual error message from the xml parser. Fixes issue #2353 .
...
- Legacy-Id: 14102
2017-09-06 17:41:29 +00:00
Henrik Levkowetz
dda271bd7e
Fixed another issue with the meeting materials urls, related to the href() normalisation work.
...
- Legacy-Id: 14101
2017-09-06 14:46:49 +00:00
Henrik Levkowetz
95a5400dea
Changed the handling of yang validation otput to capture errors messages also when command the exit code is zero.
...
- Legacy-Id: 14100
2017-09-03 14:40:02 +00:00
Henrik Levkowetz
25cc899a24
Set version info and settings back to development mode
...
- Legacy-Id: 14098
2017-09-03 12:10:14 +00:00
Henrik Levkowetz
13fe8798a2
Set version info to release version 6.60.0 before branching.
...
- Legacy-Id: 14096
2017-09-03 12:10:06 +00:00
Henrik Levkowetz
7b1224ebad
Merged in ^/personal/sbirkholz/meeting_registration_more_fixes, which adds creation of missing person records when importing meeting registration data. Tweaked the resulting code some.
...
- Legacy-Id: 14092
2017-08-31 18:48:53 +00:00
Henrik Levkowetz
2928f0c129
Merged in [14088] from rcross@amsl.com:
...
Strip whitespace from registration data during import. Includes migration for existing data. Fixes #2356 .
- Legacy-Id: 14091
Note: SVN reference [14088] has been migrated to Git commit 044b89169a
2017-08-31 16:03:49 +00:00
Henrik Levkowetz
0fac54cb3e
Merged in [14086] from rjsparks@nostrum.com:
...
Show whether a person is nomcom eligible on their edit_profile page. Related to #2257 and #2323 .
- Legacy-Id: 14090
Note: SVN reference [14086] has been migrated to Git commit dc20598999
2017-08-31 15:21:17 +00:00
Henrik Levkowetz
aafd6290a6
Added an option to ietf.utils.draft.Draft to pull document name from the source file name.
...
- Legacy-Id: 14089
2017-08-31 14:48:43 +00:00
Ryan Cross
044b89169a
Strip whitespace from registration data during import. Includes migration for existing data. Fixes #2356 . Commit ready for merge.
...
- Legacy-Id: 14088
2017-08-29 19:58:32 +00:00
Robert Sparks
dc20598999
Show whether a person is nomcom eligible on their edit_profile page. Related to #2257 and #2323 . Commit ready for merge.
...
- Legacy-Id: 14086
2017-08-28 19:28:44 +00:00
Henrik Levkowetz
f2668cf61d
Set version info and settings back to development mode
...
- Legacy-Id: 14084
2017-08-28 08:39:38 +00:00
Henrik Levkowetz
ce5e565aea
Set version info to release version 6.59.0 before branching.
...
- Legacy-Id: 14082
2017-08-28 08:39:30 +00:00
Henrik Levkowetz
8536a7435d
Additional change related to the href() work.
...
- Legacy-Id: 14078
2017-08-25 13:11:14 +00:00
Henrik Levkowetz
4174196af0
Fixed a problem with missing extensions for external materials URLs, introduced in earlier doc.href() normalization work.
...
- Legacy-Id: 14077
2017-08-24 19:18:54 +00:00
Seth Birkholz
8b5a639b82
This should be the final fix to
...
resolve the meeting registration problem where a Person object
was not being created
- Legacy-Id: 14076
2017-08-24 19:04:40 +00:00
Henrik Levkowetz
f8581f7fc7
Merged in [14062] from housley@vigilsec.com:
...
Show which RFC was in force when the IPR disclosure was submitted. Fixes #2309 .
- Legacy-Id: 14070
Note: SVN reference [14062] has been migrated to Git commit 6d616855bc
2017-08-24 09:41:37 +00:00
Henrik Levkowetz
a1dcba1741
Merged in [14059] from rjsparks@nostrum.com:
...
Made the view-feedback table sortable. Fixes #2259 .
- Legacy-Id: 14069
Note: SVN reference [14059] has been migrated to Git commit e5f10bfee9
2017-08-23 18:16:57 +00:00
Henrik Levkowetz
e393b83f6b
Merged in [14058] from rjsparks@nostrum.com:
...
Further refinements to the nominee status table. Related to #2261 .
- Legacy-Id: 14068
Note: SVN reference [14058] has been migrated to Git commit 7cecd9fe38
2017-08-23 17:30:00 +00:00
Henrik Levkowetz
2b2753635f
Merged in [14057] from rjsparks@nostrum.com:
...
Improve the nominee status table to serve as a nomcom dashboard. Fixes #2261 .
- Legacy-Id: 14067
Note: SVN reference [14057] has been migrated to Git commit 2dbb0766fd
2017-08-23 15:06:12 +00:00
Henrik Levkowetz
2ad08d6c59
Merged in [14056] from rjsparks@nostrum.com:
...
Straightened out some DocHistory timestamps that did not align with the respective DocEvent timestamps. Fixes #1972 .
- Legacy-Id: 14063
Note: SVN reference [14056] has been migrated to Git commit cebcd61b08
2017-08-21 21:25:48 +00:00
Russ Housley
6d616855bc
Show which RFC was in force when the IPR disclosure was submitted. Fixes #2309 .
...
- Legacy-Id: 14062
2017-08-21 14:30:20 +00:00
Henrik Levkowetz
9312b59153
Merged in [14055] from rjsparks@nostrum.com:
...
Improved what initial states are offered when the IRTF chair or RG personnel manage adoption of a document. Fixes #2319 .
- Legacy-Id: 14061
Note: SVN reference [14055] has been migrated to Git commit 09a7d720a1
2017-08-21 12:45:49 +00:00
Henrik Levkowetz
52fe135c53
Use the wordwrap filter instead of the fill filter when displaying meeting minutes and similar, to avoid messing up the formatting.
...
- Legacy-Id: 14060
2017-08-21 12:11:17 +00:00
Robert Sparks
e5f10bfee9
Made the view-feedback table sortable. Fixes #2259 . Commit ready for merge.
...
- Legacy-Id: 14059
2017-08-17 21:58:19 +00:00
Robert Sparks
7cecd9fe38
Further refinements to the nominee status table. Related to #2261 . Commit ready for merge.
...
- Legacy-Id: 14058
2017-08-16 21:59:51 +00:00
Robert Sparks
2dbb0766fd
Improve the nominee status table to serve as a nomcom dashboard. Fixes #2261 . Commit ready for merge.
...
- Legacy-Id: 14057
2017-08-16 20:42:33 +00:00
Robert Sparks
cebcd61b08
Straightened out some DocHistory timestamps that did not align with the respective DocEvent timestamps. Fixes #1972 . Commit ready for merge.
...
- Legacy-Id: 14056
2017-08-14 20:33:24 +00:00
Robert Sparks
09a7d720a1
Improved what initial states are offered when the IRTF chair or RG personnel manage adoption of a document. Fixes #2319 . Commit ready for merge.
...
- Legacy-Id: 14055
2017-08-14 19:35:48 +00:00