mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 14:56:11 +01:00
Extend import to get copyrights (#53)
This commit is contained in:
parent
8259ac40af
commit
4a06d0d46a
8 changed files with 40 additions and 3 deletions
|
@ -155,6 +155,7 @@ class FilesAssignment
|
||||||
'alternative' => $mediaObject['description'] ?? '',
|
'alternative' => $mediaObject['description'] ?? '',
|
||||||
'creator_tool' => 'destination.one',
|
'creator_tool' => 'destination.one',
|
||||||
'source' => $mediaObject['url'] ?? '',
|
'source' => $mediaObject['url'] ?? '',
|
||||||
|
'copyright' => $mediaObject['source'] ?? ''
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
27
Documentation/Changelog/3.6.0.rst
Normal file
27
Documentation/Changelog/3.6.0.rst
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
3.6.0
|
||||||
|
=====
|
||||||
|
|
||||||
|
Breaking
|
||||||
|
--------
|
||||||
|
|
||||||
|
Nothing
|
||||||
|
|
||||||
|
Features
|
||||||
|
--------
|
||||||
|
|
||||||
|
* Import copyright from destination.one media object field source in file metadata field copyright.
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
-----
|
||||||
|
|
||||||
|
Nothing
|
||||||
|
|
||||||
|
Tasks
|
||||||
|
-----
|
||||||
|
|
||||||
|
Nothing
|
||||||
|
|
||||||
|
Deprecation
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Nothing
|
|
@ -84,6 +84,7 @@ return [
|
||||||
'alternative' => '',
|
'alternative' => '',
|
||||||
'creator_tool' => 'destination.one',
|
'creator_tool' => 'destination.one',
|
||||||
'source' => 'https://dam.destination.one/849917/279ac45b3fc701a7197131f627164fffd9f8cc77bc75165e2fc2b864ed606920/theater-rudolstadt_johannes-gei-er_photo-by-lisa-stern_web_-jpg.jpg',
|
'source' => 'https://dam.destination.one/849917/279ac45b3fc701a7197131f627164fffd9f8cc77bc75165e2fc2b864ed606920/theater-rudolstadt_johannes-gei-er_photo-by-lisa-stern_web_-jpg.jpg',
|
||||||
|
'copyright' => 'Max Mustermann',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'uid' => 2,
|
'uid' => 2,
|
||||||
|
@ -94,6 +95,7 @@ return [
|
||||||
'alternative' => 'Description of Tueftlerzeit',
|
'alternative' => 'Description of Tueftlerzeit',
|
||||||
'creator_tool' => 'destination.one',
|
'creator_tool' => 'destination.one',
|
||||||
'source' => 'https://dam.destination.one/828118/f13bbf5602ffc406ebae2faa3527654dea84194666bce4925a1ca8bd3f50c5e9/tueftlerzeit-sfz-rudolstadt-jpg.jpg',
|
'source' => 'https://dam.destination.one/828118/f13bbf5602ffc406ebae2faa3527654dea84194666bce4925a1ca8bd3f50c5e9/tueftlerzeit-sfz-rudolstadt-jpg.jpg',
|
||||||
|
'copyright' => '',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'uid' => 3,
|
'uid' => 3,
|
||||||
|
@ -104,6 +106,7 @@ return [
|
||||||
'alternative' => '',
|
'alternative' => '',
|
||||||
'creator_tool' => 'destination.one',
|
'creator_tool' => 'destination.one',
|
||||||
'source' => 'https://dam.destination.one/853436/109ac1cf87913e21b5e2b0ef0cc63d223a14374364952a855746a8e7c3fcfc36/lutherkirche-jpg.jpg',
|
'source' => 'https://dam.destination.one/853436/109ac1cf87913e21b5e2b0ef0cc63d223a14374364952a855746a8e7c3fcfc36/lutherkirche-jpg.jpg',
|
||||||
|
'copyright' => '',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
|
@ -61,6 +61,7 @@ return [
|
||||||
'alternative' => '',
|
'alternative' => '',
|
||||||
'creator_tool' => 'destination.one',
|
'creator_tool' => 'destination.one',
|
||||||
'source' => 'https://dam.destination.one/849917/279ac45b3fc701a7197131f627164fffd9f8cc77bc75165e2fc2b864ed606920/theater-rudolstadt_johannes-gei-er_photo-by-lisa-stern_web_-jpg.jpg',
|
'source' => 'https://dam.destination.one/849917/279ac45b3fc701a7197131f627164fffd9f8cc77bc75165e2fc2b864ed606920/theater-rudolstadt_johannes-gei-er_photo-by-lisa-stern_web_-jpg.jpg',
|
||||||
|
'copyright' => 'Max Mustermann',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'uid' => 2,
|
'uid' => 2,
|
||||||
|
@ -71,6 +72,7 @@ return [
|
||||||
'alternative' => 'Description of Tueftlerzeit',
|
'alternative' => 'Description of Tueftlerzeit',
|
||||||
'creator_tool' => 'destination.one',
|
'creator_tool' => 'destination.one',
|
||||||
'source' => 'https://dam.destination.one/828118/f13bbf5602ffc406ebae2faa3527654dea84194666bce4925a1ca8bd3f50c5e9/tueftlerzeit-sfz-rudolstadt-jpg.jpg',
|
'source' => 'https://dam.destination.one/828118/f13bbf5602ffc406ebae2faa3527654dea84194666bce4925a1ca8bd3f50c5e9/tueftlerzeit-sfz-rudolstadt-jpg.jpg',
|
||||||
|
'copyright' => '',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
|
@ -65,6 +65,7 @@ return [
|
||||||
'title' => 'Theater-Rudolstadt_Johannes-Geißer_photo-by-Lisa-Stern_web_.jpg',
|
'title' => 'Theater-Rudolstadt_Johannes-Geißer_photo-by-Lisa-Stern_web_.jpg',
|
||||||
'description' => '',
|
'description' => '',
|
||||||
'alternative' => '',
|
'alternative' => '',
|
||||||
|
'copyright' => 'John Doe',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'uid' => 2,
|
'uid' => 2,
|
||||||
|
@ -73,6 +74,7 @@ return [
|
||||||
'title' => 'Tueftlerzeit©SFZ-Rudolstadt.jpg',
|
'title' => 'Tueftlerzeit©SFZ-Rudolstadt.jpg',
|
||||||
'description' => 'Description of Tueftlerzeit',
|
'description' => 'Description of Tueftlerzeit',
|
||||||
'alternative' => 'Description of Tueftlerzeit',
|
'alternative' => 'Description of Tueftlerzeit',
|
||||||
|
'copyright' => 'Max Mustermann'
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'tx_events_domain_model_event' => [
|
'tx_events_domain_model_event' => [
|
||||||
|
|
|
@ -81,7 +81,8 @@
|
||||||
"longitude": null,
|
"longitude": null,
|
||||||
"width": 1920,
|
"width": 1920,
|
||||||
"height": 1080,
|
"height": 1080,
|
||||||
"value": "Theater-Rudolstadt_Johannes-Geißer_photo-by-Lisa-Stern_web_.jpg"
|
"value": "Theater-Rudolstadt_Johannes-Geißer_photo-by-Lisa-Stern_web_.jpg",
|
||||||
|
"source": "Max Mustermann"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"rel": "default",
|
"rel": "default",
|
||||||
|
|
|
@ -81,7 +81,8 @@
|
||||||
"longitude": null,
|
"longitude": null,
|
||||||
"width": 1920,
|
"width": 1920,
|
||||||
"height": 1080,
|
"height": 1080,
|
||||||
"value": "Theater-Rudolstadt_Johannes-Geißer_photo-by-Lisa-Stern_web_.jpg"
|
"value": "Theater-Rudolstadt_Johannes-Geißer_photo-by-Lisa-Stern_web_.jpg",
|
||||||
|
"source": "Max Mustermann"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
|
|
@ -9,7 +9,7 @@ $EM_CONF['events'] = [
|
||||||
'state' => 'stable',
|
'state' => 'stable',
|
||||||
'createDirs' => '',
|
'createDirs' => '',
|
||||||
'clearCacheOnLoad' => 0,
|
'clearCacheOnLoad' => 0,
|
||||||
'version' => '3.5.2',
|
'version' => '3.6.0',
|
||||||
'constraints' => [
|
'constraints' => [
|
||||||
'depends' => [
|
'depends' => [
|
||||||
'typo3' => '10.4.00-11.5.99',
|
'typo3' => '10.4.00-11.5.99',
|
||||||
|
|
Loading…
Reference in a new issue