hotline#93337 : Added mandatory license informations on the author page when…
Merged
requested to merge hotline#93337_respect_de_la_licence_lors_d_une_reprise_de_wikipedia_fiche_auteur into hotline
2 unresolved threads
hotline#93337 : Added mandatory license informations on the author page when data source is provided by Wikipedia
Merge request reports
Activity
Filter activity
added 1 commit
- 480803ec - hotline#93337 : Added mandatory license informations on the author page when…
added 1 commit
- b77d8b93 - hotline#93337 : Added mandatory license informations on the author page when…
added 1 commit
- 90ddcf40 - hotline#93337 : Added mandatory license informations on the author page when…
27 28 return 29 $this->_renderCreativeCommonsLink() 30 . $this->_renderLinkToWikipediaPage($author, $url) 31 . $this->_renderLinkToContributors($author, $url); 32 } 33 34 35 protected function _renderCreativeCommonsLink() { 36 $cc_link_params = ['rel' => "license", 37 'href' => "http://creativecommons.org/licenses/by-sa/3.0/deed.fr", 38 'title' => $this->_('Licence Creative Commons')]; 39 40 return $this->_tag('p', 41 $this->_tag('a', 42 '<img alt="' . $this->_('Licence Creative Commons') . '" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/3.0/fr/80x15.png" />', changed this line in version 5 of the diff
29 $this->_renderCreativeCommonsLink() 30 . $this->_renderLinkToWikipediaPage($author, $url) 31 . $this->_renderLinkToContributors($author, $url); 32 } 33 34 35 protected function _renderCreativeCommonsLink() { 36 $cc_link_params = ['rel' => "license", 37 'href' => "http://creativecommons.org/licenses/by-sa/3.0/deed.fr", 38 'title' => $this->_('Licence Creative Commons')]; 39 40 return $this->_tag('p', 41 $this->_tag('a', 42 '<img alt="' . $this->_('Licence Creative Commons') . '" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/3.0/fr/80x15.png" />', 43 $cc_link_params) 44 . ' ' . $this->_('Ce contenu est mis à disposition selon les termes de la') added 1 commit
- dc63b894 - hotline#93337 : Added mandatory license informations on the author page when…
mentioned in commit 893262d1