- Issue created by @nojj
- ๐ฎ๐ณIndia keshavv India
@nojj Which URL did you use?
There is no LICENCE file present on the git. I just added a MIT license URL for testing:
license: name: MIT url: https://opensource.org/license/mit/ gpl-compatible: true
- ๐ฎ๐ณIndia Shreya_98
Shreya_th โ made their first commit to this issueโs fork.
- last update
about 1 year ago 1 fail - ๐ฎ๐ณIndia Shreya_98
@aaron ,
I have added license url in views_slideshow.libraries.yml and also created MR for this issue . Kindly review the changes. - First commit to issue fork.
- last update
about 1 year ago 2 pass - ๐จ๐ฆCanada floydm
In the commit from comment #5 was an extra space before the key "url" being added that caused the yml parser to fail with the following error:
Drupal\Core\Asset\Exception\InvalidLibraryFileException: Invalid library definition in modules/contrib/views_slideshow/views_slideshow.libraries.yml: A colon cannot be used in an unquoted mapping value at line 33 (near " url: https://opensource.org/licenses/MIT"). in Drupal\Core\Asset\LibraryDiscoveryParser->parseLibraryInfo() (line 367 of core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php).
I've updated the branch associated with MR !8 to remove the extra space.
- Status changed to Needs review
about 1 year ago 6:36pm 8 November 2023 - Status changed to RTBC
about 1 year ago 10:32pm 2 December 2023 - ๐ณ๐ฑNetherlands firfin
Used this link with composer-patches and seems to solve the problem.
This approach is also the recommended way to solve this according to core issue ๐ Log an error message when library definitions have a license with no URL defined Needs workUse of the MIT license seems a correct assumption also (from https://github.com/briancherne/jquery-hoverIntent/blob/master/jquery.hov... ) :
* You may use hoverIntent under the terms of the MIT license. Basically that
* means you are free to use hoverIntent as long as this header is left intact.
* Copyright 2007-2019 Brian CherneDon't think we need tests for this, but might be wrong. Marking this RTBC anyway.
Link used for patch:
https://git.drupalcode.org/project/views_slideshow/-/merge_requests/8.diff - last update
10 months ago 2 pass - ๐ฉ๐ชGermany osopolar ๐ฉ๐ช GER ๐
Copy of patch from https://git.drupalcode.org/project/views_slideshow/-/merge_requests/8.diff attached, to be used with composer, see "Patches from drupal.org merge request URLs are dangerous?".
- ๐ฉ๐ชGermany gogowitsch
+1: Reviews and tested ๐
I have opened a PR here: https://github.com/briancherne/jquery-hoverIntent/pull/86
- ๐ฉ๐ชGermany gogowitsch
The GitHub PR from #13 ๐ missing license URL RTBC has been merged, further confirming the MIT license.
- First commit to issue fork.
-
nickdickinsonwilde โ
committed d9c14f73 on 5.0.x authored by
Shreya_th โ
Issue #3387913 by Shreya_th, floydm, osopolar, nickdickinsonwilde:...
-
nickdickinsonwilde โ
committed d9c14f73 on 5.0.x authored by
Shreya_th โ
- ๐จ๐ฆCanada nickdickinsonwilde Victoria, BC (T'So-uke lands)
Thanks y'all
- Status changed to Fixed
4 months ago 3:57am 19 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.