User Details
- User Since
- Feb 3 2020, 1:41 PM (305 w, 5 d)
- Availability
- Available
- LDAP User
- Itamar Givon
- MediaWiki User
- ItamarWMDE [ Global Accounts ]
Fri, Dec 5
Thu, Dec 4
Wed, Dec 3
Tue, Dec 2
After some digging around I got these findings so far:
Mon, Dec 1
It seems as though that the status message key for locally blocked users and ips is the same message key, however, the message params are different. Perhaps we could differentiate using these somehow (though it feels completely wrong to do so)
Wed, Nov 26
Tue, Nov 25
Mon, Nov 24
Fri, Nov 21
Great, thank you for looking into it! Yeah, ESLint seems like the obvious choice.
Wed, Nov 19
Tue, Nov 18
Nov 12 2025
Nov 10 2025
Nov 7 2025
Thank you everyone!
Nov 4 2025
The scripts being discussed are not the PHP maintenance scripts, but the bash scripts currently invoked by airflow:
Oct 31 2025
Oct 29 2025
Oct 1 2025
Sep 3 2025
Aug 26 2025
Aug 18 2025
I ran some presto queries on the full dump in the analytics cluster, here are the actual entity counts as of 2025-07-28:
Aug 15 2025
Running a preliminary proof of concept on a dataset of about 500,000 entities, reveals that <~0.02 % are actually being excluded by this condition (471524 out of 471591 are not instances of scholarly articles or astronomical objects). Should we consider checking for instances of transitive subclasses as well (direct subclasses of Q13442814 or Q6999 as well as subclasses of those subclasses). The following SPARQL Query reveals that there are 1577 of those: https://w.wiki/F2fy.
Aug 12 2025
Aug 5 2025
Aug 1 2025
Jul 31 2025
Jul 30 2025
Jul 10 2025
Jul 2 2025
Jun 30 2025
Jun 25 2025
Jun 19 2025
Jun 13 2025
May 28 2025
May 14 2025
Apr 25 2025
Hi @S8321414 I'm sorry but I'm not in the Wikidata team anymore. please feel free to reach out to @karapayneWMDE or @Lydia_Pintscher for tasks that require integrating new languages in Wikidata. Wishing you all the best.
Apr 8 2025
Apr 6 2025
Apr 2 2025
Mar 26 2025
Mar 24 2025
Mar 20 2025
Mar 19 2025
Mar 18 2025
Hi @Unite_together! Thank you for your interest in expanding the Wikibase REST API to include WikibaseLexeme. As a general note, the Wikibase REST API follows an architectural pattern called “Hexagonal Architecture”. You can read more about it and how we follow it in the following links:
Mar 12 2025
Mar 7 2025
Mar 4 2025
eep, this seemed to have fudged up sitelinks and api testing for me.
Feb 26 2025
Feb 25 2025
Feb 19 2025
From my (still) very limited understanding, and from tracking down some code paths emanating from WikibaseCirrusSearch's buildEntitySearchQuery any search term santization (especially with regards to reserved chars) is either irrelevant - due to the fact that the used query builders rely on match and it's variants, and none seem to be using the "scary" query_string builder - or appears to be handled in various ways in CirrusSearch (which is where they probably should be handled any way).