User Details
- User Since
- Feb 11 2015, 5:47 AM (385 w, 3 d)
- Availability
- Available
- LDAP User
- Bugreporter
- MediaWiki User
- GZWDer [ Global Accounts ]
Tue, Jun 28
Sun, Jun 26
An alternative is only showing embedded contents after a button is clicked.
Fri, Jun 24
There are too many dramas about granting CU/OS for test/development purposes, even to WMF staff accounts:
Mon, Jun 13
Duplicate with T310431: Unable to view all Wikimedia projects?
Sun, Jun 12
Sat, Jun 11
For any individual wikis a local fix like T86453 can be used, but this task is about fixing it in Wikibase.
Add Wikidata tag: per recent discussion https://www.wikidata.org/wiki/MediaWiki:Talkpageheader is changed but currently the functionality only work if interface language is English.
Fri, Jun 10
At least CU data access is logged and if someone abuse it it may be easily detected. views of CU log is not logged (I am not sure whether this is a problem; and it seems there are no retention limit of private data inside) but such log includes primarily data of abusive users, not everyone.
It is still dangerous if someone with IP Info log access is compromised (since we have no log on viewing IP Info log). See {T310393}
Thu, Jun 9
Not a MediaWiki issue. The message is set at https://en.wikiquote.org/wiki/MediaWiki:Ipboptions
Mon, Jun 6
As checking value is part of constraint extension
Previous discussion: T109566: Let unregistered users file reports in phabricator
Sun, Jun 5
T120486: Set "https_upgrade" configuration flag for domainproxy to enforce HTTPS upgrade for GET|HEAD requests made the entire wmflabs.org HTTPS only
Fri, Jun 3
What do you see in your browser console, specifically the Network tab?
May 30 2022
May 24 2022
There are some tasks that explicitly will not be fixed by WMF:
T173589: CodeReview extension reads from updatelog table in onLoadExtensionSchemaUpdates breaking sql.php maintaince script when run on different cluster
T268541: Convert CodeReview to AbstractSchema
T218079: CodeRevisionListView::getRevCount is creating slow queries on mediawiki.org
The "Permanent link" in sidebar provides a link to current version and at least in Firefox and Edge you can copy the URL of the hyperlink.
May 23 2022
May 22 2022
I do not suggest this approach. What I suggested (since 2017) is a "virtual site" solution: You can add a sitelink to xyzwiki, which will automatically matched to (i.e. referred to) a subpage of Wp/xyz in Incubator. This also allow creating an production wiki without any change of existing sitelinks (i.e. you can switch what a sitelink refers to in configruation and all existing sitelinks will continue to work).
May 21 2022
May 19 2022
Probably we can reuse the TwnMainPage extension repo. It seems there are also a Translatewiki.net Magic extension.
May 18 2022
May 17 2022
May 13 2022
Issues of HarvestTemplates are not tracked here. Instead see https://github.com/Pascalco/harvesttemplates/issues.
May 12 2022
May 11 2022
May 9 2022
May 8 2022
May 7 2022
One thing to consider: if temporary accounts does not connect with CentralAuth, nane conflicts should be prevented if cross-wiki features are uses (e.g. Special:Import, FileImporter, Wikidata RC/Watchlist integration).
May 5 2022
How is it different from the "user" group, which are also registered users?
May 4 2022
May 1 2022
Apr 30 2022
Apr 28 2022
One thing to consider: this may degrade ElasticSearch results.
Another thing to consider: Will removal of existing labels degrade ElasticSearch result (and thus term lookup)?
Apr 23 2022
Apr 20 2022
If you only want to use the map service in a private project, it is better to set up a proxy to maps.wikimedia.org instead.
Apr 18 2022
Before fully removing it we can first hide the link in sidebar.
Apr 14 2022
Apr 12 2022
For clarification, the purpose of my note:
- "(text) table should be dropped" - which may still be used elsewhere (in other extensions) and migration is needed if we need to replace it with another storage.
- such extensions (if exists) will make future insertions to text table (which will consume auto-increment) even if we no longer add new text rows on ordinal edits (i.e. content table will directly refer to ES addresses).
A more ideal solution is introduce a proper user right to allow using this feature (T17622: Create a user right to allow using redirect fixer (replacing $wgFixDoubleRedirects)), and $wgFixDoubleRedirects may be removed.
Oh, what jcrespo said ("Metadata in the image table just points to the text table, which points to ES content servers.") is wrong. But further check may be needed for other potential extensions directly writing to the table.
To prevent confusion it may be better to archive the current project and then create a new ACL project.
"Best rank" aka "truthy" should be a concept built in Wikibase software. We should make data reusers least impacted if additional ranks are added to Wikibase (Example proposal: https://www.wikidata.org/wiki/User:ChristianKl/Draft:New_Ranks, which also change how normal rank statements are regarded).
Apr 11 2022
This can be a Toolforge tool instead of (part of) an extension.
Apr 6 2022
Another possible workflow:
(1) once a sitelink/value/reference is unused it is put to a queue (deduplicated)
(2) use something like LDF to quickly filter out value or reference that is still used (no need to do this for sitelinks as one sitelink can only be used in one item) - we need to figure out how to do this once we no longer use Blazegraph
(3) remove if they are unused
(4) recheck
Apr 5 2022
A proposed workflow:
- using some queries to find all orphaned sitelink, value and reference nodes (and recording the IRIs)
- remove them from triplestore
- recheck if they are still unused and if they are not we need to add them back to the triplestore
I don't think "once, twice or four times a year" is enough. If someone added sensitive information into Wikidata, we need to remove it as soon as possible.
Apr 4 2022
Firstly translation pages have English subpages; secondly even uncommon, it is possible for any page in any wiki to be in any languages and there is interface (Special:PageLanguage) to change it.