udata 7.0.4.dev27777__py2.py3-none-any.whl → 7.0.5__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of udata might be problematic. Click here for more details.
- udata/__init__.py +1 -1
- udata/api/__init__.py +1 -1
- udata/core/dataset/api.py +14 -14
- udata/core/dataset/api_fields.py +7 -7
- udata/core/dataset/apiv2.py +3 -3
- udata/core/dataset/rdf.py +43 -1
- udata/core/organization/csv.py +27 -1
- udata/core/organization/models.py +20 -1
- udata/core/organization/tasks.py +61 -1
- udata/core/spatial/commands.py +26 -2
- udata/core/topic/api.py +6 -0
- udata/core/topic/apiv2.py +6 -0
- udata/core/topic/forms.py +5 -0
- udata/core/topic/models.py +3 -5
- udata/forms/fields.py +10 -0
- udata/frontend/csv.py +8 -8
- udata/harvest/actions.py +11 -0
- udata/harvest/api.py +3 -3
- udata/harvest/backends/dcat.py +42 -5
- udata/harvest/tests/dcat/bnodes.xml +16 -2
- udata/harvest/tests/test_dcat_backend.py +87 -1
- udata/settings.py +9 -0
- udata/static/chunks/{11.c0ccea08914b6b41568e.js → 11.a23c110811a9ac943478.js} +3 -3
- udata/static/chunks/{11.c0ccea08914b6b41568e.js.map → 11.a23c110811a9ac943478.js.map} +1 -1
- udata/static/chunks/{13.526a25163ababaa44409.js → 13.0889e093f8664e38568c.js} +2 -2
- udata/static/chunks/{13.526a25163ababaa44409.js.map → 13.0889e093f8664e38568c.js.map} +1 -1
- udata/static/chunks/{16.7901839b4227881947f6.js → 16.f41599478d3e97ad9a30.js} +2 -2
- udata/static/chunks/{16.7901839b4227881947f6.js.map → 16.f41599478d3e97ad9a30.js.map} +1 -1
- udata/static/chunks/{19.471d5a2a08eef6e5338a.js → 19.2b534a26af8b17e9170b.js} +3 -3
- udata/static/chunks/{19.471d5a2a08eef6e5338a.js.map → 19.2b534a26af8b17e9170b.js.map} +1 -1
- udata/static/chunks/{5.534e0531d0e2b150146f.js → 5.7115454a1183e5c12eef.js} +3 -3
- udata/static/chunks/{5.534e0531d0e2b150146f.js.map → 5.7115454a1183e5c12eef.js.map} +1 -1
- udata/static/chunks/{6.e56975229e6065f68d2a.js → 6.16bb24fb8240f2746488.js} +3 -3
- udata/static/chunks/{6.e56975229e6065f68d2a.js.map → 6.16bb24fb8240f2746488.js.map} +1 -1
- udata/static/chunks/{9.534426728626f11f4571.js → 9.3e752966ff14e47e11f2.js} +2 -2
- udata/static/chunks/{9.534426728626f11f4571.js.map → 9.3e752966ff14e47e11f2.js.map} +1 -1
- udata/static/common.js +1 -1
- udata/static/common.js.map +1 -1
- udata/storage/__init__.py +0 -0
- udata/storage/s3.py +54 -0
- udata/templates/mail/badge_added_association.html +33 -0
- udata/templates/mail/badge_added_association.txt +11 -0
- udata/templates/mail/badge_added_company.html +33 -0
- udata/templates/mail/badge_added_company.txt +11 -0
- udata/templates/mail/badge_added_local_authority.html +33 -0
- udata/templates/mail/badge_added_local_authority.txt +11 -0
- udata/tests/api/test_datasets_api.py +27 -0
- udata/tests/api/test_topics_api.py +31 -1
- udata/tests/apiv2/test_topics.py +4 -0
- udata/tests/organization/test_csv_adapter.py +43 -0
- udata/translations/ar/LC_MESSAGES/udata.mo +0 -0
- udata/translations/ar/LC_MESSAGES/udata.po +223 -174
- udata/translations/de/LC_MESSAGES/udata.mo +0 -0
- udata/translations/de/LC_MESSAGES/udata.po +224 -175
- udata/translations/es/LC_MESSAGES/udata.mo +0 -0
- udata/translations/es/LC_MESSAGES/udata.po +223 -174
- udata/translations/fr/LC_MESSAGES/udata.mo +0 -0
- udata/translations/fr/LC_MESSAGES/udata.po +227 -178
- udata/translations/it/LC_MESSAGES/udata.mo +0 -0
- udata/translations/it/LC_MESSAGES/udata.po +224 -175
- udata/translations/pt/LC_MESSAGES/udata.mo +0 -0
- udata/translations/pt/LC_MESSAGES/udata.po +224 -175
- udata/translations/sr/LC_MESSAGES/udata.mo +0 -0
- udata/translations/sr/LC_MESSAGES/udata.po +225 -176
- udata/translations/udata.pot +91 -45
- {udata-7.0.4.dev27777.dist-info → udata-7.0.5.dist-info}/METADATA +20 -3
- {udata-7.0.4.dev27777.dist-info → udata-7.0.5.dist-info}/RECORD +71 -62
- {udata-7.0.4.dev27777.dist-info → udata-7.0.5.dist-info}/LICENSE +0 -0
- {udata-7.0.4.dev27777.dist-info → udata-7.0.5.dist-info}/WHEEL +0 -0
- {udata-7.0.4.dev27777.dist-info → udata-7.0.5.dist-info}/entry_points.txt +0 -0
- {udata-7.0.4.dev27777.dist-info → udata-7.0.5.dist-info}/top_level.txt +0 -0
udata/translations/udata.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: udata 7.0.
|
|
9
|
+
"Project-Id-Version: udata 7.0.5.dev0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: i18n@opendata.team\n"
|
|
11
|
-
"POT-Creation-Date: 2024-
|
|
12
|
-
"PO-Revision-Date: 2024-
|
|
11
|
+
"POT-Creation-Date: 2024-03-20 12:27+0100\n"
|
|
12
|
+
"PO-Revision-Date: 2024-03-20 12:27+0100\n"
|
|
13
13
|
"Last-Translator: Open Data Team <i18n@opendata.team>\n"
|
|
14
14
|
"Language: en\n"
|
|
15
15
|
"Language-Team: Open Data Team <i18n@opendata.team>\n"
|
|
@@ -43,7 +43,7 @@ msgstr ""
|
|
|
43
43
|
msgid "Password reset instructions"
|
|
44
44
|
msgstr ""
|
|
45
45
|
|
|
46
|
-
#: udata/settings.py:
|
|
46
|
+
#: udata/settings.py:430
|
|
47
47
|
msgid "This dataset has been archived"
|
|
48
48
|
msgstr ""
|
|
49
49
|
|
|
@@ -178,7 +178,7 @@ msgstr ""
|
|
|
178
178
|
|
|
179
179
|
#: udata/core/contact_point/forms.py:12 udata/core/jobs/forms.py:27
|
|
180
180
|
#: udata/core/organization/forms.py:47 udata/core/post/forms.py:15
|
|
181
|
-
#: udata/core/topic/forms.py:
|
|
181
|
+
#: udata/core/topic/forms.py:17 udata/harvest/forms.py:60
|
|
182
182
|
#: udata/templates/api/admin.html:10
|
|
183
183
|
msgid "Name"
|
|
184
184
|
msgstr ""
|
|
@@ -189,7 +189,7 @@ msgstr ""
|
|
|
189
189
|
|
|
190
190
|
#: udata/core/contact_point/forms.py:16 udata/core/dataset/forms.py:95
|
|
191
191
|
#: udata/core/dataset/forms.py:153 udata/core/reuse/forms.py:38
|
|
192
|
-
#: udata/core/topic/forms.py:
|
|
192
|
+
#: udata/core/topic/forms.py:15 udata/harvest/forms.py:69
|
|
193
193
|
msgid "Publish as"
|
|
194
194
|
msgstr ""
|
|
195
195
|
|
|
@@ -231,7 +231,7 @@ msgstr ""
|
|
|
231
231
|
|
|
232
232
|
#: udata/core/dataset/forms.py:56 udata/core/dataset/forms.py:126
|
|
233
233
|
#: udata/core/jobs/forms.py:28 udata/core/organization/forms.py:51
|
|
234
|
-
#: udata/core/reuse/forms.py:21 udata/core/topic/forms.py:
|
|
234
|
+
#: udata/core/reuse/forms.py:21 udata/core/topic/forms.py:19
|
|
235
235
|
#: udata/harvest/forms.py:62
|
|
236
236
|
msgid "Description"
|
|
237
237
|
msgstr ""
|
|
@@ -281,7 +281,7 @@ msgstr ""
|
|
|
281
281
|
msgid "Related dataset"
|
|
282
282
|
msgstr ""
|
|
283
283
|
|
|
284
|
-
#: udata/core/dataset/forms.py:115
|
|
284
|
+
#: udata/core/dataset/forms.py:115 udata/tests/api/test_datasets_api.py:681
|
|
285
285
|
msgid "Wrong contact point id or contact point ownership mismatch"
|
|
286
286
|
msgstr ""
|
|
287
287
|
|
|
@@ -322,16 +322,17 @@ msgid "The period covered by the data"
|
|
|
322
322
|
msgstr ""
|
|
323
323
|
|
|
324
324
|
#: udata/core/dataset/forms.py:144 udata/core/spatial/forms.py:83
|
|
325
|
+
#: udata/core/topic/forms.py:25
|
|
325
326
|
msgid "Spatial coverage"
|
|
326
327
|
msgstr ""
|
|
327
328
|
|
|
328
|
-
#: udata/core/dataset/forms.py:145
|
|
329
|
+
#: udata/core/dataset/forms.py:145 udata/core/topic/forms.py:26
|
|
329
330
|
msgid "The geographical area covered by the data."
|
|
330
331
|
msgstr ""
|
|
331
332
|
|
|
332
333
|
#: udata/core/dataset/forms.py:146 udata/core/post/forms.py:26
|
|
333
334
|
#: udata/core/reuse/forms.py:29 udata/core/site/forms.py:13
|
|
334
|
-
#: udata/core/topic/forms.py:
|
|
335
|
+
#: udata/core/topic/forms.py:28
|
|
335
336
|
msgid "Tags"
|
|
336
337
|
msgstr ""
|
|
337
338
|
|
|
@@ -340,7 +341,7 @@ msgid "Some taxonomy keywords"
|
|
|
340
341
|
msgstr ""
|
|
341
342
|
|
|
342
343
|
#: udata/core/dataset/forms.py:148 udata/core/reuse/forms.py:32
|
|
343
|
-
#: udata/core/topic/forms.py:
|
|
344
|
+
#: udata/core/topic/forms.py:29
|
|
344
345
|
msgid "Private"
|
|
345
346
|
msgstr ""
|
|
346
347
|
|
|
@@ -480,47 +481,47 @@ msgstr ""
|
|
|
480
481
|
msgid "Remote file"
|
|
481
482
|
msgstr ""
|
|
482
483
|
|
|
483
|
-
#: udata/core/dataset/models.py:
|
|
484
|
+
#: udata/core/dataset/models.py:189
|
|
484
485
|
msgid "A schema must contains a name or an URL when a version is provided."
|
|
485
486
|
msgstr ""
|
|
486
487
|
|
|
487
|
-
#: udata/core/dataset/models.py:
|
|
488
|
+
#: udata/core/dataset/models.py:215 udata/tests/api/test_datasets_api.py:772
|
|
488
489
|
msgid "Schema name \"{schema}\" is not an allowed value. Allowed values: {values}"
|
|
489
490
|
msgstr ""
|
|
490
491
|
|
|
491
|
-
#: udata/core/dataset/models.py:
|
|
492
|
+
#: udata/core/dataset/models.py:230 udata/tests/api/test_datasets_api.py:778
|
|
492
493
|
msgid ""
|
|
493
494
|
"Version \"{version}\" is not an allowed value for the schema \"{name}\". "
|
|
494
495
|
"Allowed versions: {values}"
|
|
495
496
|
msgstr ""
|
|
496
497
|
|
|
497
|
-
#: udata/core/dataset/models.py:
|
|
498
|
+
#: udata/core/dataset/models.py:483 udata/core/dataset/rdf.py:435
|
|
498
499
|
#: udata/tests/dataset/test_dataset_rdf.py:499
|
|
499
500
|
#: udata/tests/dataset/test_dataset_rdf.py:512
|
|
500
501
|
msgid "Nameless resource"
|
|
501
502
|
msgstr ""
|
|
502
503
|
|
|
503
|
-
#: udata/core/dataset/models.py:
|
|
504
|
+
#: udata/core/dataset/models.py:558
|
|
504
505
|
msgid "Future date of update"
|
|
505
506
|
msgstr ""
|
|
506
507
|
|
|
507
|
-
#: udata/core/dataset/models.py:
|
|
508
|
+
#: udata/core/dataset/models.py:571 udata/models/datetime_fields.py:59
|
|
508
509
|
msgid "Creation date"
|
|
509
510
|
msgstr ""
|
|
510
511
|
|
|
511
|
-
#: udata/core/dataset/models.py:
|
|
512
|
+
#: udata/core/dataset/models.py:573 udata/models/datetime_fields.py:61
|
|
512
513
|
msgid "Last modification date"
|
|
513
514
|
msgstr ""
|
|
514
515
|
|
|
515
|
-
#: udata/core/dataset/models.py:
|
|
516
|
+
#: udata/core/dataset/models.py:582
|
|
516
517
|
msgid "Pivotal data"
|
|
517
518
|
msgstr ""
|
|
518
519
|
|
|
519
|
-
#: udata/core/dataset/models.py:
|
|
520
|
+
#: udata/core/dataset/models.py:621
|
|
520
521
|
msgid "dataset"
|
|
521
522
|
msgstr ""
|
|
522
523
|
|
|
523
|
-
#: udata/core/dataset/rdf.py:
|
|
524
|
+
#: udata/core/dataset/rdf.py:433 udata/tests/dataset/test_dataset_rdf.py:486
|
|
524
525
|
msgid "{format} resource"
|
|
525
526
|
msgstr ""
|
|
526
527
|
|
|
@@ -623,37 +624,49 @@ msgstr ""
|
|
|
623
624
|
msgid "Role"
|
|
624
625
|
msgstr ""
|
|
625
626
|
|
|
626
|
-
#: udata/core/organization/models.py:
|
|
627
|
+
#: udata/core/organization/models.py:23
|
|
627
628
|
msgid "Administrator"
|
|
628
629
|
msgstr ""
|
|
629
630
|
|
|
630
|
-
#: udata/core/organization/models.py:
|
|
631
|
+
#: udata/core/organization/models.py:24
|
|
631
632
|
msgid "Editor"
|
|
632
633
|
msgstr ""
|
|
633
634
|
|
|
634
|
-
#: udata/core/organization/models.py:
|
|
635
|
+
#: udata/core/organization/models.py:30 udata/features/transfer/models.py:14
|
|
635
636
|
#: udata/harvest/models.py:22 udata/harvest/models.py:32 udata/harvest/models.py:70
|
|
636
637
|
msgid "Pending"
|
|
637
638
|
msgstr ""
|
|
638
639
|
|
|
639
|
-
#: udata/core/organization/models.py:
|
|
640
|
+
#: udata/core/organization/models.py:31 udata/features/transfer/models.py:15
|
|
640
641
|
#: udata/harvest/models.py:71
|
|
641
642
|
msgid "Accepted"
|
|
642
643
|
msgstr ""
|
|
643
644
|
|
|
644
|
-
#: udata/core/organization/models.py:
|
|
645
|
+
#: udata/core/organization/models.py:32 udata/features/transfer/models.py:16
|
|
645
646
|
#: udata/harvest/models.py:72
|
|
646
647
|
msgid "Refused"
|
|
647
648
|
msgstr ""
|
|
648
649
|
|
|
649
|
-
#: udata/core/organization/models.py:
|
|
650
|
+
#: udata/core/organization/models.py:145
|
|
650
651
|
msgid "Public Service"
|
|
651
652
|
msgstr ""
|
|
652
653
|
|
|
653
|
-
#: udata/core/organization/models.py:
|
|
654
|
+
#: udata/core/organization/models.py:146
|
|
654
655
|
msgid "Certified"
|
|
655
656
|
msgstr ""
|
|
656
657
|
|
|
658
|
+
#: udata/core/organization/models.py:147
|
|
659
|
+
msgid "Association"
|
|
660
|
+
msgstr ""
|
|
661
|
+
|
|
662
|
+
#: udata/core/organization/models.py:148
|
|
663
|
+
msgid "Company"
|
|
664
|
+
msgstr ""
|
|
665
|
+
|
|
666
|
+
#: udata/core/organization/models.py:149
|
|
667
|
+
msgid "Local authority"
|
|
668
|
+
msgstr ""
|
|
669
|
+
|
|
657
670
|
#: udata/core/organization/tasks.py:52
|
|
658
671
|
msgid "New membership request"
|
|
659
672
|
msgstr ""
|
|
@@ -677,6 +690,21 @@ msgstr ""
|
|
|
677
690
|
msgid "Your organization \"%(name)s\" has been identified as public service"
|
|
678
691
|
msgstr ""
|
|
679
692
|
|
|
693
|
+
#: udata/core/organization/tasks.py:126
|
|
694
|
+
#, python-format
|
|
695
|
+
msgid "Your organization \"%(name)s\" has been identified as a company"
|
|
696
|
+
msgstr ""
|
|
697
|
+
|
|
698
|
+
#: udata/core/organization/tasks.py:146
|
|
699
|
+
#, python-format
|
|
700
|
+
msgid "Your organization \"%(name)s\" has been identified as an association"
|
|
701
|
+
msgstr ""
|
|
702
|
+
|
|
703
|
+
#: udata/core/organization/tasks.py:166
|
|
704
|
+
#, python-format
|
|
705
|
+
msgid "Your organization \"%(name)s\" has been identified as a local authority"
|
|
706
|
+
msgstr ""
|
|
707
|
+
|
|
680
708
|
#: udata/core/post/forms.py:16
|
|
681
709
|
msgid "Headline"
|
|
682
710
|
msgstr ""
|
|
@@ -685,11 +713,11 @@ msgstr ""
|
|
|
685
713
|
msgid "Content"
|
|
686
714
|
msgstr ""
|
|
687
715
|
|
|
688
|
-
#: udata/core/post/forms.py:19 udata/core/topic/forms.py:
|
|
716
|
+
#: udata/core/post/forms.py:19 udata/core/topic/forms.py:21
|
|
689
717
|
msgid "Associated datasets"
|
|
690
718
|
msgstr ""
|
|
691
719
|
|
|
692
|
-
#: udata/core/post/forms.py:20 udata/core/topic/forms.py:
|
|
720
|
+
#: udata/core/post/forms.py:20 udata/core/topic/forms.py:22
|
|
693
721
|
msgid "Associated reuses"
|
|
694
722
|
msgstr ""
|
|
695
723
|
|
|
@@ -949,7 +977,7 @@ msgstr ""
|
|
|
949
977
|
msgid "French arrondissement"
|
|
950
978
|
msgstr ""
|
|
951
979
|
|
|
952
|
-
#: udata/core/topic/forms.py:
|
|
980
|
+
#: udata/core/topic/forms.py:30
|
|
953
981
|
msgid "Featured"
|
|
954
982
|
msgstr ""
|
|
955
983
|
|
|
@@ -1025,54 +1053,54 @@ msgstr ""
|
|
|
1025
1053
|
msgid "Not a valid UUID"
|
|
1026
1054
|
msgstr ""
|
|
1027
1055
|
|
|
1028
|
-
#: udata/forms/fields.py:
|
|
1056
|
+
#: udata/forms/fields.py:210 udata/tests/api/test_datasets_api.py:766
|
|
1029
1057
|
msgid "Invalid URL"
|
|
1030
1058
|
msgstr ""
|
|
1031
1059
|
|
|
1032
|
-
#: udata/forms/fields.py:
|
|
1060
|
+
#: udata/forms/fields.py:414
|
|
1033
1061
|
#, python-format
|
|
1034
1062
|
msgid "Tag \"%(tag)s\" must be between %(min)d and %(max)d characters long."
|
|
1035
1063
|
msgstr ""
|
|
1036
1064
|
|
|
1037
|
-
#: udata/forms/fields.py:
|
|
1065
|
+
#: udata/forms/fields.py:454 udata/forms/fields.py:506
|
|
1038
1066
|
msgid "{0} does not exists"
|
|
1039
1067
|
msgstr ""
|
|
1040
1068
|
|
|
1041
|
-
#: udata/forms/fields.py:
|
|
1069
|
+
#: udata/forms/fields.py:480 udata/tests/forms/test_model_field.py:318
|
|
1042
1070
|
#: udata/tests/forms/test_model_field.py:332
|
|
1043
1071
|
msgid "Missing \"id\" field"
|
|
1044
1072
|
msgstr ""
|
|
1045
1073
|
|
|
1046
|
-
#: udata/forms/fields.py:
|
|
1074
|
+
#: udata/forms/fields.py:487
|
|
1047
1075
|
msgid "Expect a \"{0}\" class but \"{1}\" was found"
|
|
1048
1076
|
msgstr ""
|
|
1049
1077
|
|
|
1050
|
-
#: udata/forms/fields.py:
|
|
1078
|
+
#: udata/forms/fields.py:493 udata/tests/forms/test_model_field.py:43
|
|
1051
1079
|
#: udata/tests/forms/test_model_field.py:56
|
|
1052
1080
|
msgid "Expect both class and identifier"
|
|
1053
1081
|
msgstr ""
|
|
1054
1082
|
|
|
1055
|
-
#: udata/forms/fields.py:
|
|
1083
|
+
#: udata/forms/fields.py:539
|
|
1056
1084
|
msgid "Model for {0} not found"
|
|
1057
1085
|
msgstr ""
|
|
1058
1086
|
|
|
1059
|
-
#: udata/forms/fields.py:
|
|
1087
|
+
#: udata/forms/fields.py:574
|
|
1060
1088
|
msgid "Unknown identifiers: {identifiers}"
|
|
1061
1089
|
msgstr ""
|
|
1062
1090
|
|
|
1063
|
-
#: udata/forms/fields.py:
|
|
1091
|
+
#: udata/forms/fields.py:709
|
|
1064
1092
|
msgid "Unable to parse date range"
|
|
1065
1093
|
msgstr ""
|
|
1066
1094
|
|
|
1067
|
-
#: udata/forms/fields.py:
|
|
1095
|
+
#: udata/forms/fields.py:736 udata/forms/fields.py:759
|
|
1068
1096
|
msgid "You must be authenticated"
|
|
1069
1097
|
msgstr ""
|
|
1070
1098
|
|
|
1071
|
-
#: udata/forms/fields.py:
|
|
1099
|
+
#: udata/forms/fields.py:739
|
|
1072
1100
|
msgid "You can only set yourself as owner"
|
|
1073
1101
|
msgstr ""
|
|
1074
1102
|
|
|
1075
|
-
#: udata/forms/fields.py:
|
|
1103
|
+
#: udata/forms/fields.py:762
|
|
1076
1104
|
msgid "Permission denied for this organization"
|
|
1077
1105
|
msgstr ""
|
|
1078
1106
|
|
|
@@ -1221,16 +1249,34 @@ msgstr ""
|
|
|
1221
1249
|
msgid "Your account has now been deleted"
|
|
1222
1250
|
msgstr ""
|
|
1223
1251
|
|
|
1224
|
-
#: udata/templates/mail/
|
|
1252
|
+
#: udata/templates/mail/badge_added_association.html:6
|
|
1225
1253
|
#, python-format
|
|
1226
|
-
msgid "%(user)s has
|
|
1254
|
+
msgid "%(user)s has identified your organization \"%(name)s\" as an association"
|
|
1227
1255
|
msgstr ""
|
|
1228
1256
|
|
|
1257
|
+
#: udata/templates/mail/badge_added_association.html:27
|
|
1229
1258
|
#: udata/templates/mail/badge_added_certified.html:27
|
|
1259
|
+
#: udata/templates/mail/badge_added_company.html:27
|
|
1260
|
+
#: udata/templates/mail/badge_added_local_authority.html:27
|
|
1230
1261
|
#: udata/templates/mail/badge_added_public_service.html:27
|
|
1231
1262
|
msgid "See the badge"
|
|
1232
1263
|
msgstr ""
|
|
1233
1264
|
|
|
1265
|
+
#: udata/templates/mail/badge_added_certified.html:6
|
|
1266
|
+
#, python-format
|
|
1267
|
+
msgid "%(user)s has certified your organization \"%(name)s\""
|
|
1268
|
+
msgstr ""
|
|
1269
|
+
|
|
1270
|
+
#: udata/templates/mail/badge_added_company.html:6
|
|
1271
|
+
#, python-format
|
|
1272
|
+
msgid "%(user)s has identified your organization \"%(name)s\" as a company"
|
|
1273
|
+
msgstr ""
|
|
1274
|
+
|
|
1275
|
+
#: udata/templates/mail/badge_added_local_authority.html:6
|
|
1276
|
+
#, python-format
|
|
1277
|
+
msgid "%(user)s has identified your organization \"%(name)s\" as a local authority"
|
|
1278
|
+
msgstr ""
|
|
1279
|
+
|
|
1234
1280
|
#: udata/templates/mail/badge_added_public_service.html:6
|
|
1235
1281
|
#, python-format
|
|
1236
1282
|
msgid "%(user)s has identified your organization \"%(name)s\" as public service"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: udata
|
|
3
|
-
Version: 7.0.
|
|
3
|
+
Version: 7.0.5
|
|
4
4
|
Summary: Open data portal
|
|
5
5
|
Home-page: https://github.com/opendatateam/udata
|
|
6
6
|
Author: Opendata Team
|
|
@@ -63,6 +63,7 @@ Requires-Dist: flask-sitemap ==0.3.0
|
|
|
63
63
|
Requires-Dist: flask-storage ==1.3.2
|
|
64
64
|
Requires-Dist: flask-wtf ==1.0.1
|
|
65
65
|
Requires-Dist: geojson ==2.5.0
|
|
66
|
+
Requires-Dist: geomet ==1.1.0
|
|
66
67
|
Requires-Dist: html2text ==2019.9.26
|
|
67
68
|
Requires-Dist: idna ==2.10
|
|
68
69
|
Requires-Dist: importlib-metadata ==6.0.0
|
|
@@ -99,6 +100,7 @@ Requires-Dist: speaklater ==1.3
|
|
|
99
100
|
Requires-Dist: stringdist ==1.0.9
|
|
100
101
|
Requires-Dist: text-unidecode ==1.3
|
|
101
102
|
Requires-Dist: tlds ==2021080800
|
|
103
|
+
Requires-Dist: typing-extensions ==4.7.1
|
|
102
104
|
Requires-Dist: ujson ==1.35
|
|
103
105
|
Requires-Dist: unicodecsv ==0.14.1
|
|
104
106
|
Requires-Dist: unidecode ==0.4.21
|
|
@@ -130,11 +132,25 @@ for publishing udata's roadmap and for building consensus around it.
|
|
|
130
132
|
It is collectively taken care of by members of the
|
|
131
133
|
[OpenDataTeam](https://github.com/opendatateam).
|
|
132
134
|
|
|
133
|
-
[readthedocs-url]: https://udata.readthedocs.io/en/
|
|
135
|
+
[readthedocs-url]: https://udata.readthedocs.io/en/v7.0.5/
|
|
134
136
|
|
|
135
137
|
# Changelog
|
|
136
138
|
|
|
137
|
-
##
|
|
139
|
+
## 7.0.5 (2024-03-20)
|
|
140
|
+
|
|
141
|
+
- Add spatial coverage harvesting [#2959](https://github.com/opendatateam/udata/pull/2959) [#2991](https://github.com/opendatateam/udata/pull/2991)
|
|
142
|
+
- Fix: updating a dataset without `private` do not reset `private` to `False`, the previous saved value is kept [#2955](https://github.com/opendatateam/udata/pull/2955)
|
|
143
|
+
- Fix: return the correct error when no `Content-Type` is sent instead of 500 [#2967](https://github.com/opendatateam/udata/pull/2967)
|
|
144
|
+
- Improve documentation for API errors [#2952](https://github.com/opendatateam/udata/pull/2965)
|
|
145
|
+
- Allow harvesting of big catalog (bigger than 16MB) [#2980](https://github.com/opendatateam/udata/pull/2980) [2985](https://github.com/opendatateam/udata/pull/2985)
|
|
146
|
+
- Add downloads' count to organizations CSV [#2973](https://github.com/opendatateam/udata/pull/2973)
|
|
147
|
+
- Add 3 new badges to the organization model : `company`, `association` and `local authority` [#2984](https://github.com/opendatateam/udata/pull/2984)
|
|
148
|
+
- Prevent geozones listed ad `deleted` to be loaded [#2983](https://github.com/opendatateam/udata/pull/2983) [#2993](https://github.com/opendatateam/udata/pull/2993)
|
|
149
|
+
- Topic: add spatial field [#2988](https://github.com/opendatateam/udata/pull/2988)
|
|
150
|
+
- Topic: add last_modified field [#2987](https://github.com/opendatateam/udata/pull/2987)
|
|
151
|
+
- Add stacktraces to CSV errors [#2990](https://github.com/opendatateam/udata/pull/2990)
|
|
152
|
+
|
|
153
|
+
## 7.0.4 (2024-02-27)
|
|
138
154
|
|
|
139
155
|
- Add rotate password command [#2966](https://github.com/opendatateam/udata/pull/2966)
|
|
140
156
|
- Custom extras metadata [#2921](https://github.com/opendatateam/udata/pull/2921):
|
|
@@ -152,6 +168,7 @@ It is collectively taken care of by members of the
|
|
|
152
168
|
- DCT.accessRights [0..1]
|
|
153
169
|
- Generate translations file [#2974](https://github.com/opendatateam/udata/pull/2974)
|
|
154
170
|
- Fix contact point test with missing translation [#2977](https://github.com/opendatateam/udata/pull/2977)
|
|
171
|
+
- Remove documentation about maintenance branches [#2979](https://github.com/opendatateam/udata/pull/2979)
|
|
155
172
|
|
|
156
173
|
## 7.0.3 (2024-02-15)
|
|
157
174
|
|