Personal tracking project for Ugochimobi.
Details
Mar 6 2023
Jan 8 2023
Jun 20 2022
Now done, and no idea why it returned that for other way.
But why does it returns that?
Okay, do it without that then.
It does not work:
universalomega@mwtask111:~$ mwscript extensions/WikiSEO/GenerateDescription.php gratispaideiawiki 0,4 --force --cleanSentence Will execute: sudo -u www-data php /srv/mediawiki/w/extensions/WikiSEO/maintenance/GenerateDescription.php --wiki=gratispaideiawiki 0,4 --force --cleanSentence Type 'Y' to confirm: y Generating description for 'Gratispaideia:About' [72b28a76ae4ae5d404e0e707] [no req] TypeError: Argument 3 passed to MediaWiki\Extension\WikiSEO\DeferredDescriptionUpdate::__construct() must be of the type bool, int given, called in /srv/mediawiki/w/extensions/WikiSEO/maintenance/GenerateDescription.php on line 85 Backtrace: from /srv/mediawiki/w/extensions/WikiSEO/includes/DeferredDescriptionUpdate.php(66) #0 /srv/mediawiki/w/extensions/WikiSEO/maintenance/GenerateDescription.php(85): MediaWiki\Extension\WikiSEO\DeferredDescriptionUpdate->__construct(Title, NULL, integer) #1 /srv/mediawiki/w/maintenance/doMaintenance.php(114): GenerateDescription->execute() #2 /srv/mediawiki/w/extensions/WikiSEO/maintenance/GenerateDescription.php(94): require_once(string) #3 {main} Logging via /usr/local/bin/logsalmsg "sudo -u www-data php /srv/mediawiki/w/extensions/WikiSEO/maintenance/GenerateDescription.php --wiki=gratispaideiawiki 0,4 --force --cleanSentence (END - exit=65280)" Done!
May 12 2022
May 10 2022
May 9 2022
Per above. With reasoning, we can reconsider this.
Apr 30 2022
The same as was mentioned at T9157#185577. Can you please provide an explanation here?
Apr 28 2022
....hmm, and now everything seems fine now, working atleast as usual.
(ー_ーゞ
humm, I think, I just found out that wmgWikibaseRepoUrl is using http instead of https.
Apr 21 2022
It definitely helps but I don't know how that makes sense
Refused to connect to 'http://gratisdata.miraheze.org/w/api.php?action=query&format=json&meta=tokens&type=csrf ' because it violates the following Content Security Policy directive: "connect-src 'self' *.miraheze.org *.betaheze.org www.wikidata.org *.wikipedia.org www.mediawiki.org *.wikimedia.org *.wikinews.org *.wiktionary.org cdn.jsdelivr.net storage.googleapis.com".
Apr 17 2022
Did you went through Special:SetSiteLink? Because I still get the error wen trying to add sitelinks. Like I said earlier, adding statements also don't work, even adding description and aliases don't work too.
@Ugochimobi I can't reproduce this error, I was able to add a link just fine after following the steps you set out.
Apr 13 2022
Which we don't want....
Was it reviewed at all?
Let me quicly point on something, when you want to update the item's statements directly from the item's page, they fail, for example updating the name, description, aliases, statements, sitelinks from the item's page fails, but updating the name, description, aliases from the /Special:SetLabelDescriptionAliases/, then the sitelinks with the /Special:SetSiteLink/ special pages, they all work fine.
This won't work properly, not until we find a way of creating other site groups that would appear under item pages.
I don't know about this extension due to its integration with OAuth, I'm not sure if we will be able to use with with a consumer or not. Additionally I'm unclear on the purpose of the extension.
Apr 8 2022
Actually still being worked on
PR merged, assuming resolved..
Apr 7 2022
Apr 6 2022
Apr 5 2022
And by the way, that setting was to take effect on gratispaideiawiki not gratisdatawiki.
When did it start?
Well, nothing can actually be edited in the wikibase aspect of the said wiki (gratisdatawiki). Statements can't be added, sitelinks can't be added, aliases and descriptions can't be added too.
Apr 1 2022
Any update on this?
Mar 30 2022
So according to what I understand (we'll just try it out anyway,) when we don't have the wgWBClientSettings['otherProjectsLinks'] = variable set at all, or when we have it but it's an empty value, then the Other projects sidebar is suppressed, that is, it will not be shown, because the system will not know what wiki to display there, which is a little bit interesting :). So that is why we don't even see the section at all.
Mar 20 2022
I don't want to believe so, if it is then we're probably missing something in our own config.
But u don't believe it's the default, otherwise it should be working well.
I also found out an issue related to i18n.
Mar 9 2022
I think the problem is the below, we actually don't have it on our Wikibase.php, and I don't know how to format it according to our config style;
$defaults['otherProjectsLinks'] = function ( SettingsArray $settings ) { $otherProjectsSitesProvider = WikibaseClient::getOtherProjectsSitesProvider(); return $otherProjectsSitesProvider->getOtherProjectsSiteIds( $settings->getSetting( 'siteLinkGroups' ) ); };