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