3,958
edits
Juho Kunsola (talk | contribs) (→Thursday 2020-11-19: I had a go at Special:Export the citation templates from Wikipedia and Special:Import in a private test wiki and ran into problems... + Phabricator ticket I wrote on the problem) |
Juho Kunsola (talk | contribs) (+ found a very interesting pic of the synthetic media field + $wgEnableImageWhitelist = true; + allow pics via MediaWiki:External image whitelist + going to look into mw:Extension:ImageMap) |
||
Line 7: | Line 7: | ||
== November == | == November == | ||
=== Friday 2020-11-20 === | |||
Found [https://venturebeat.com/wp-content/uploads/2020/08/Synthethic-Media-Landscape.jpg this picture] yesterday and it seems like a wonderful source of technologies, most to be combatted, but there may be a few beneficial ones in there too. Saved an offline copy, because sometimes treasure disappears from the Internet. | |||
So I set in LocalSettings.php | |||
<code> | |||
* $wgAllowExternalImages = false; # not really needed, is false by default | |||
* $wgEnableImageWhitelist = true; | |||
</code> | |||
and enabled that particular image in [[MediaWiki:External image whitelist]]. Formatting external images is more challenging, but I would like to not copyvio this one. | |||
Next I'm going to look into [[mw:Extension:ImageMap]] | |||
=== Thursday 2020-11-19 === | === Thursday 2020-11-19 === | ||
* I had a go at [[Special:Export]] the citation templates from Wikipedia and [[Special:Import]] in a private test wiki and ran into problems. After a bit of help from helpful people at #mediawiki it was suggested that I write a ticket so that someone else can try to reproduce the bug and hopefully that it will be ultimately fixed. [https://phabricator.wikimedia.org/T268273 Phabricator T268273 - ''Missing content_model rows after importing templates and modules''] | * I had a go at [[Special:Export]] the citation templates from Wikipedia and [[Special:Import]] in a private test wiki and ran into problems. After a bit of help from helpful people at #mediawiki it was suggested that I write a ticket so that someone else can try to reproduce the bug and hopefully that it will be ultimately fixed. [https://phabricator.wikimedia.org/T268273 Phabricator T268273 - ''Missing content_model rows after importing templates and modules''] |