[Wikidata-bugs] [Maniphest] T290858: Senses and their statements should not be tied to a language, but instead shared between languages

2022-08-04 Thread mrephabricator
mrephabricator added a comment.


  This is not a good idea. Each language has its own semantic framework and as 
such two senses which are even glossed the same way in at least one language do 
not necessarily mean exactly the same thing. An example:
  
  - English makes a semantic distinction between a rock and a stone. A rock in 
English is a naturally occurring feature, whereas a stone can broadly include 
man made objects such as milestones, gemstones, headstones and so on.
  - Most languages do not have the rock/stone distinction, and speakers of 
those languages would likely find it intuitive to gloss both English words the 
same way.
  - German makes a completely different semantic distinction that most English 
speakers would never consider. The word fels is used for rocks, unless the rock 
is a glacial erratic specifically, in which case it is a findling. Findlings 
are not instances of fels in German.
  - A German speaker unaware of this may gloss the English word simply as 
"fels," not knowing that the English word for rock is not semantically 
equivalent to any German word. A rock in English means fels *and* findling.
  
  Now it may sound ridiculous out of context to say that Germans don't have a 
word for rocks, but this is technically correct. Senses exist to describe rocks 
in every language, but those senses are rarely exact matches to each other. In 
this example of apples, how would we know if one language treats apples and 
pears as the same fruit? (If this sounds odd, consider how odd "pineapple" 
looks to non-English speakers.) Senses are ultimately language-specific and 
should be treated as such.
  
  A sense doesn't need glosses in every language. Any sense with "item for this 
sense" linking to the same "apple" item can be linked to any of the numerous 
interlingual labels on the item itself.

TASK DETAIL
  https://phabricator.wikimedia.org/T290858

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: mrephabricator
Cc: mrephabricator, So9q, Ivi104, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
Mahir256, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, 
aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T279585: Content serialization failed: Failed to decode as application/json (when parsing edit summary via API)

2022-08-04 Thread Umherirrender
Umherirrender added a comment.


  In T279585#6982103 , 
@LucasWerkmeister wrote:
  
  > Hm, thanks. If I add `contentmodel` `text/x-wiki`, I get an internal error 
instead: 
https://www.wikidata.org/w/api.php?action=parse=json=summary==text%2Fx-wiki
  >
  > counterexample
  >   {
  >   "error": {
  >   "code": "internal_api_error_InvalidArgumentException",
  >   "info": "[0009a4bd-06fa-48c2-a925-b7875275e3d3] Caught exception 
of type InvalidArgumentException",
  >   "errorclass": "InvalidArgumentException"
  >   },
  >   "servedby": "mw1346"
  >   }
  >
  > I guess that must be because of the missing `text`. If I add `text` as 
empty, then it works. (But there are also more warnings, because it’s still not 
a proper content parse request – except I’m not interested in parsing content 
in the first place, only the edit summary. But apparently something changed 
that makes parsing the summary alone more difficult?)
  >
  > Anyways – if this is indeed exclusive to Wikidata (and Test Wikidata, I 
guess – do we have other wikis where the main namespace is not wikitext?), then 
this probably doesn’t need to block the train.
  
  That was fixed as part of T206253 
  
  In T279585#6992153 , 
@LucasWerkmeister wrote:
  
  > The summary is parsed as a summary, that’s not the problem as far as I 
understand. But it’s now trying to parse page content even when neither `text` 
nor `page` have been specified, and failing if the empty string isn’t valid 
content.
  
  Documentation may be not clear:
  
  https://www.wikidata.org/w/api.php?modules=parse
  
  > Parameters:
  > title
  >  Title of page the text belongs to. If omitted, contentmodel must be 
specified, and API will be used as the title.
  > contentmodel
  >  Content model of the input text. If omitted, title must be specified, and 
default will be the model of the specified title.
  
  But the error seems the expected behaviour (title API is in main namespace 
and that is wikibase-item content model), even when only the summary should be 
parsed (because action=parse want to give a title to CommentFormatter - correct 
fragment linking)
  
  
https://www.wikidata.org/w/api.php?action=parse=json=[[%23Link]]=Wikidata:Main_Page=
  
  Just give the correct title the summary is used for or provide a better 
default with wikitext (like the main page from siteinfo).
  
  I would say that this task should be declined and if something is missing, 
like parse a summary without a title, that sounds like a new feature. But the 
task with the current description sounds unfixable without many breaking 
changes in api parse module.

TASK DETAIL
  https://phabricator.wikimedia.org/T279585

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Umherirrender
Cc: Umherirrender, Addshore, Krinkle, RhinosF1, matmarex, dduvall, Aklapper, 
LucasWerkmeister, Astuthiodit_1, Susie413113, karapayneWMDE, Invadibot, 
maantietaja, Naike, ItamarWMDE, Akuckartz, eprodromou, darthmon_wmde, 
Rosalie_WMDE, WDoranWMF, DannyS712, Nandana, Amorymeltzer, Lahi, Gq86, 
GoranSMilovanovic, Jayprakash12345, QZanden, LawExplorer, Sethakill, dg711, 
_jensen, rosalieper, Agabi10, Scott_WUaS, Pchelolo, Wong128hk, Verdy_p, 
Wikidata-bugs, aude, jayvdb, Jdforrester-WMF, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T275251: New Vector Search is not Wikidata aware

2022-08-04 Thread Jdlrobson
Jdlrobson added a comment.


  There is a line in Vector you'll likely need to comment out:
  
https://github.com/wikimedia/Vector/blob/c45a4dd1e18c1d286fbd45714e2bff61387cbc89/resources/skins.vector.js/searchLoader.js#L142

TASK DETAIL
  https://phabricator.wikimedia.org/T275251

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jdlrobson
Cc: ItamarWMDE, Lens0021, Lectrician1, SCherukuwada, nray, Michael, 
Lucas_Werkmeister_WMDE, Volker_E, Manuel, karapayneWMDE, GreenReaper, R4356th, 
despens, darthmon_wmde, WMDE-leszek, daniel, sdkim, alexhollender_WMF, LGoto, 
Yair_rand, MPhamWMF, ovasileva, Addshore, Lydia_Pintscher, Aklapper, Jdlrobson, 
Jon.b.amar, Hellket777, Astuthiodit_1, Nishu02, 786, Biggs657, Patafisik_WMF, 
Invadibot, Selby, caldera, Universal_Omega, maantietaja, Juan90264, 
Alter-paule, Beast1978, Un1tY, Akuckartz, Demian, Hook696, WDoranWMF, Kent7301, 
EvanProdromou, joker88john, DannyS712, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, Winter, Lewizho99, JJMC89, Maathavan, Iniquity, _jensen, 
rosalieper, Agabi10, Neuronton, Scott_WUaS, Pchelolo, Niedzielski, Izno, 
Wikidata-bugs, aude, GWicke, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312633: [BUG] WiKit Input placeholder should display the correct color

2022-08-04 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


  Hello @Sarai-WMDE, I have added the placeholder color property to the input 
component, could you check that it looks fine? This is the deployed address: 
https://2385b85125ce066b1c16e699afb51fc3822b1764--wmde-wikit.netlify.app 
. It 
looks fine now in Chrome but I am not sure about the contrast in Firefox, even 
though the inspector is showing the right color, it doesn't look like the 
contrast is very strong in my local version of Chrome.

TASK DETAIL
  https://phabricator.wikimedia.org/T312633

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: guergana.tzatchkova
Cc: Volker_E, Lydia_Pintscher, Quiddity, Aklapper, Sarai-WMDE, Astuthiodit_1, 
STH, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314611: Update globes in Wikibase.default.php

2022-08-04 Thread Mike_Peel
Mike_Peel created this task.
Mike_Peel added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  There is a list of globes defined at:
  
https://github.com/wikimedia/Wikibase/blob/master/repo/config/Wikibase.default.php#L208
  
  It would be good to add at least a couple more, namely Ceres = Q596, and 
Charon = Q6604. A Wikidata query would also find more globes that could be 
added.

TASK DETAIL
  https://phabricator.wikimedia.org/T314611

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mike_Peel
Cc: Bamyers99, Pigsonthewing, Lydia_Pintscher, Aklapper, Mike_Peel, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314417: Don’t follow redirects when editing sitelinks if certain badges are set

2022-08-04 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.39-notes (1.39.0-wmf.25; 2022-08-15).

TASK DETAIL
  https://phabricator.wikimedia.org/T314417

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, ReleaseTaggerBot
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, Universal_Omega, maantietaja, Juan90264, 
Alter-paule, Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, 
Maathavan, _jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314602: Migrate Wikibase's CLI testing of Vue code (jest etc.) from Vue 2 to Vue 3 in compatibility mode

2022-08-04 Thread Jdforrester-WMF
Jdforrester-WMF created this task.
Jdforrester-WMF added projects: Vue.js, Technical-Debt, Wikidata.
Restricted Application added a project: wdwb-tech.

TASK DESCRIPTION
  Per parent.

TASK DETAIL
  https://phabricator.wikimedia.org/T314602

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jdforrester-WMF
Cc: Aklapper, Jdforrester-WMF, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Izno, 
Wikidata-bugs, aude, Dinoguy1000, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314417: Don’t follow redirects when editing sitelinks if certain badges are set

2022-08-04 Thread gerritbot
gerritbot added a comment.


  Change 820507 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] Set settings properly in 
SpecialSetSiteLinkTest
  
  https://gerrit.wikimedia.org/r/820507

TASK DETAIL
  https://phabricator.wikimedia.org/T314417

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314586: Enable Wikibase CI wikis to link to themselves

2022-08-04 Thread Michael
Michael added a project: wmde-wikidata-tech.
Michael added a subscriber: ItamarWMDE.

TASK DETAIL
  https://phabricator.wikimedia.org/T314586

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Michael
Cc: ItamarWMDE, Michael, Lucas_Werkmeister_WMDE, Aklapper, Astuthiodit_1, 
karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314417: Don’t follow redirects when editing sitelinks if certain badges are set

2022-08-04 Thread gerritbot
gerritbot added a comment.


  Change 820507 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [mediawiki/extensions/Wikibase@master] Set settings properly in 
SpecialSetSiteLinkTest
  
  https://gerrit.wikimedia.org/r/820507

TASK DETAIL
  https://phabricator.wikimedia.org/T314417

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T111649: Improve edit summary for calls to `wbeditentity` with the `clear` paramter set

2022-08-04 Thread Lydia_Pintscher
Lydia_Pintscher removed a project: Story.
Lydia_Pintscher updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T111649

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: Lydia_Pintscher, jayvdb, Ricordisamoa, Bene, Addshore, Aklapper, 
Astuthiodit_1, karapayneWMDE, Invadibot, Gaurav24072002, Abhinay76, Annysah01, 
Rohitgeddam, maantietaja, ItamarWMDE, Akuckartz, Soda, Chaytanya, 
JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, Tks4Fish, lucamauri, 
Mh-3110, Lahi, Gq86, GoranSMilovanovic, JakeTheDeveloper, QZanden, LawExplorer, 
_jensen, rosalieper, xSavitar, Scott_WUaS, MuhammadShuaib, Tmalhotra, SimmeD, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T109420: [Story] Make exports formats more visible

2022-08-04 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T109420

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: JohnLewis, daniel, Wikidata-bugs, hoo, AdityaJ, Xumium, EpicPupper, 
Diwanshu885, Ivanhercaz, Lucas_Werkmeister_WMDE, thiemowmde, Jan_Dittrich, 
Aklapper, Lydia_Pintscher, Astuthiodit_1, karapayneWMDE, Invadibot, 
Gaurav24072002, Abhinay76, Annysah01, Rohitgeddam, maantietaja, ItamarWMDE, 
Akuckartz, Soda, Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, 
Dinadineke, DannyS712, Klein, Nandana, Tks4Fish, lucamauri, Mh-3110, 
tabish.shaikh91, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, merbst, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Tmalhotra, SimmeD, aude, TheDJ, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314586: Enable Wikibase CI wikis to link to themselves

2022-08-04 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I can see three ways to implement this at the moment:
  
  1. Quibble adds another step to `InstallMediaWiki` (`quibble/command.py`) 
where, after running `update.php` (and either before or after 
`rebuildLocalisationCache.php`), it runs the `addSite.php` maintenance script, 
using a certain well-known group name (“local”, “CI”, whatever). We add that 
group name to the `$wgWBRepoSettings['siteLinkGroups']` in Wikibase’s 
`repo/config/Wikibase.ci.php`.
  
  2. `Wikibase.ci.php` automatically adds an entry for the local wiki to the 
sites table if it’s not present yet (or perhaps only if the sites table is 
completely empty); it also still sets `$wgWBRepoSettings['siteLinkGroups']`.
  
  3. Wikibase “synthesizes” the site at runtime (e.g. in the 
`SiteLinkTargetProvider` service) even if it doesn’t exist in the sites table, 
controlled by a new CI-only setting that is set by `Wikibase.ci.php`.
  
  I don’t like that option 1 requires shared knowledge of the group name 
between Quibble and Wikibase’s CI file; also, this would mean that the tests we 
want to write are blocked until the next Quibble version is released and used 
in CI. But in option 2, a PHP file that’s ostensibly config-only would 
magically change the database, which seems fairly evil; and option 3 feels 
risky, because who knows how many places assume that a site link target really 
exists in the sites table (or even just in the `SiteLookup` service, which is a 
MediaWiki core service where we might not be able to insert the “synthetic” 
site). So at the moment, I’m leaning towards option 1.

TASK DETAIL
  https://phabricator.wikimedia.org/T314586

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312750: ️ Do not use a placeholder edit summary/comment when none provided by the client

2022-08-04 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T312750

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Silvan_WMDE, Maintenance_bot
Cc: Aklapper, WMDE-leszek, Astuthiodit_1, karapayneWMDE, Invadibot, 
Universal_Omega, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331, Hellket777, 786, Biggs657, 
Juan90264, Alter-paule, Beast1978, Un1tY, Hook696, Kent7301, joker88john, 
CucyNoiD, Gaboe420, Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, 
Maathavan, Neuronton
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314586: Enable Wikibase CI wikis to link to themselves

2022-08-04 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task.
Lucas_Werkmeister_WMDE added projects: Wikidata, Wikidata Dev Team (Sprint-♾).
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  In order to integration-test T278962: Allow redirects and the target article 
as independent sitelinks if redirect badge is used 
 (ideally using API integration 
tests ), we 
need the test wiki in Wikibase CI jobs to be able to link to itself. Currently, 
this is not possible: the wiki must first be added to its own sites table, 
using a group that is then added to the `$wgWBRepoSettings['siteLinkGroups']` 
array in its `LocalSettings.php`.
  
  This would also be useful for browser tests (I think we currently don’t have 
any browser tests for sitelink behavior?), so I wouldn’t restrict this to the 
api-testing jobs.

TASK DETAIL
  https://phabricator.wikimedia.org/T314586

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T109420: [Story] Make exports formats more visible

2022-08-04 Thread Lydia_Pintscher
Lydia_Pintscher merged a task: T66515: [Story] Direct link to download the raw 
JSON data of each Entity.
Lydia_Pintscher added subscribers: Xumium, AdityaJ, hoo, Wikidata-bugs, daniel, 
JohnLewis.

TASK DETAIL
  https://phabricator.wikimedia.org/T109420

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: JohnLewis, daniel, Wikidata-bugs, hoo, AdityaJ, Xumium, EpicPupper, 
Diwanshu885, Ivanhercaz, Lucas_Werkmeister_WMDE, thiemowmde, Jan_Dittrich, 
Aklapper, Lydia_Pintscher, Astuthiodit_1, karapayneWMDE, Invadibot, 
Gaurav24072002, Abhinay76, Annysah01, Rohitgeddam, maantietaja, ItamarWMDE, 
Akuckartz, Soda, Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, 
Dinadineke, DannyS712, Klein, Nandana, Tks4Fish, lucamauri, Mh-3110, 
tabish.shaikh91, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, merbst, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Tmalhotra, SimmeD, aude, TheDJ, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T66515: [Story] Direct link to download the raw JSON data of each Entity

2022-08-04 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as a duplicate of T109420: [Story] Make 
exports formats more visible.

TASK DETAIL
  https://phabricator.wikimedia.org/T66515

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: Xumium, Ivanhercaz, AdityaJ, hoo, Aklapper, Wikidata-bugs, thiemowmde, 
Lydia_Pintscher, daniel, JohnLewis, Astuthiodit_1, karapayneWMDE, Invadibot, 
Gaurav24072002, Abhinay76, Annysah01, Rohitgeddam, maantietaja, ItamarWMDE, 
Akuckartz, Soda, Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, 
Dinadineke, DannyS712, Klein, Nandana, Tks4Fish, lucamauri, Mh-3110, 
tabish.shaikh91, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, merbst, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Tmalhotra, SimmeD, aude, TheDJ, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314574: Let us play with PubMed to enrich Wikidata with medical information

2022-08-04 Thread Csisc
Csisc updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T314574

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Csisc
Cc: Aklapper, Csisc, LennardHofmann, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, JJMC89, Headbomb, _jensen, rosalieper, Scott_WUaS, 
Samwilson, Enterprisey, Wikidata-bugs, Xqt, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314574: Let us play with PubMed to enrich Wikidata with medical information

2022-08-04 Thread Csisc
Csisc updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T314574

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Csisc
Cc: Aklapper, Csisc, LennardHofmann, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, JJMC89, Headbomb, _jensen, rosalieper, Scott_WUaS, 
Samwilson, Enterprisey, Wikidata-bugs, Xqt, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314574: Let us play with PubMed to enrich Wikidata with medical information

2022-08-04 Thread Csisc
Csisc updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T314574

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Csisc
Cc: Aklapper, Csisc, LennardHofmann, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, JJMC89, Headbomb, _jensen, rosalieper, Scott_WUaS, 
Samwilson, Enterprisey, Wikidata-bugs, Xqt, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312750: ️ Do not use a placeholder edit summary/comment when none provided by the client

2022-08-04 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.39-notes (1.39.0-wmf.25; 2022-08-15).

TASK DETAIL
  https://phabricator.wikimedia.org/T312750

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Silvan_WMDE, ReleaseTaggerBot
Cc: Aklapper, WMDE-leszek, Hellket777, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, Universal_Omega, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, 
CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314574: Let us play with PubMed to enrich Wikidata with medical information

2022-08-04 Thread Csisc
Csisc updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T314574

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Csisc
Cc: Aklapper, Csisc, LennardHofmann, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, JJMC89, Headbomb, _jensen, rosalieper, Scott_WUaS, 
Samwilson, Enterprisey, Wikidata-bugs, Xqt, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314574: Let us play with PubMed to enrich Wikidata with medical information

2022-08-04 Thread Csisc
Csisc updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T314574

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Csisc
Cc: Aklapper, Csisc, LennardHofmann, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, JJMC89, Headbomb, _jensen, rosalieper, Scott_WUaS, 
Samwilson, Enterprisey, Wikidata-bugs, Xqt, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312750: ️ Do not use a placeholder edit summary/comment when none provided by the client

2022-08-04 Thread gerritbot
gerritbot added a comment.


  Change 820432 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] REST: Do not use a placeholder edit 
summary
  
  https://gerrit.wikimedia.org/r/820432

TASK DETAIL
  https://phabricator.wikimedia.org/T312750

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Silvan_WMDE, gerritbot
Cc: Aklapper, WMDE-leszek, Hellket777, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T274436: Enable RESTbaseless validation in wikibase

2022-08-04 Thread Stashbot
Stashbot added a comment.


  Mentioned in SAL (#wikimedia-operations) [2022-08-04T14:13:34Z] 
 Synchronized 
wmf-config/CommonSettings-labs.php: Config: [[gerrit:820454|Remove unused 
$wgMathUseRestBase (T274436 )]] 
(duration: 03m 01s)

TASK DETAIL
  https://phabricator.wikimedia.org/T274436

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Pchelolo, Stashbot
Cc: Lens0021, SalixAlba, NSoiffer, Debenben, Pchelolo, fredw, mobrovac, 
Lucas_Werkmeister_WMDE, Aklapper, Physikerwelt, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, darthmon_wmde, WDoranWMF, 
Kent7301, EvanProdromou, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Maosef, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Neuronton, 
Scott_WUaS, Izno, Wikidata-bugs, aude, Pkra, Lydia_Pintscher, scfc, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T111649: Improve edit summary for calls to `wbeditentity` with the `clear` paramter set

2022-08-04 Thread ItamarWMDE
ItamarWMDE renamed this task from "Improve edit summary for calls to 
`wbeditentities` with the `clear` paramter set" to "Improve edit summary for 
calls to `wbeditentity` with the `clear` paramter set".
ItamarWMDE updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T111649

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: ItamarWMDE
Cc: Lydia_Pintscher, jayvdb, Ricordisamoa, Bene, Addshore, Aklapper, 
Astuthiodit_1, karapayneWMDE, Invadibot, Gaurav24072002, Abhinay76, Annysah01, 
Rohitgeddam, maantietaja, ItamarWMDE, Akuckartz, Soda, Chaytanya, 
JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, Tks4Fish, lucamauri, 
Mh-3110, Lahi, Gq86, GoranSMilovanovic, JakeTheDeveloper, QZanden, LawExplorer, 
_jensen, rosalieper, xSavitar, Scott_WUaS, MuhammadShuaib, Tmalhotra, SimmeD, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T111649: Improve edit summary for calls to `wbeditentities` with the `clear` paramter set

2022-08-04 Thread ItamarWMDE
ItamarWMDE renamed this task from "[Story] When using wbeditentity and the 
clear parameter the summary should be improved to say "Setting entity" or just 
"editing entity"" to "Improve edit summary for calls to `wbeditentities` with 
the `clear` paramter set".
ItamarWMDE added a subscriber: Lydia_Pintscher.
ItamarWMDE updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T111649

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: ItamarWMDE
Cc: Lydia_Pintscher, jayvdb, Ricordisamoa, Bene, Addshore, Aklapper, 
Astuthiodit_1, karapayneWMDE, Invadibot, Gaurav24072002, Abhinay76, Annysah01, 
Rohitgeddam, maantietaja, ItamarWMDE, Akuckartz, Soda, Chaytanya, 
JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, Tks4Fish, lucamauri, 
Mh-3110, Lahi, Gq86, GoranSMilovanovic, JakeTheDeveloper, QZanden, LawExplorer, 
_jensen, rosalieper, xSavitar, Scott_WUaS, MuhammadShuaib, Tmalhotra, SimmeD, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T274436: Enable RESTbaseless validation in wikibase

2022-08-04 Thread gerritbot
gerritbot added a comment.


  Change 820454 **merged** by jenkins-bot:
  
  [operations/mediawiki-config@master] Remove unused $wgMathUseRestBase
  
  https://gerrit.wikimedia.org/r/820454

TASK DETAIL
  https://phabricator.wikimedia.org/T274436

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Pchelolo, gerritbot
Cc: Lens0021, SalixAlba, NSoiffer, Debenben, Pchelolo, fredw, mobrovac, 
Lucas_Werkmeister_WMDE, Aklapper, Physikerwelt, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, darthmon_wmde, WDoranWMF, 
Kent7301, EvanProdromou, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Maosef, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Neuronton, 
Scott_WUaS, Izno, Wikidata-bugs, aude, Pkra, Lydia_Pintscher, scfc, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T274436: Enable RESTbaseless validation in wikibase

2022-08-04 Thread gerritbot
gerritbot added a comment.


  Change 820454 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [operations/mediawiki-config@master] Remove unused $wgMathUseRestBase
  
  https://gerrit.wikimedia.org/r/820454

TASK DETAIL
  https://phabricator.wikimedia.org/T274436

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Pchelolo, gerritbot
Cc: Lens0021, SalixAlba, NSoiffer, Debenben, Pchelolo, fredw, mobrovac, 
Lucas_Werkmeister_WMDE, Aklapper, Physikerwelt, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, ItamarWMDE, Un1tY, Akuckartz, Hook696, darthmon_wmde, WDoranWMF, 
Kent7301, EvanProdromou, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, 
Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Maosef, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Agabi10, Neuronton, 
Scott_WUaS, Izno, Wikidata-bugs, aude, Pkra, Lydia_Pintscher, scfc, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314574: Let us play with PubMed to enrich Wikidata with medical information

2022-08-04 Thread Csisc
Csisc updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T314574

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Csisc
Cc: Aklapper, Csisc, LennardHofmann, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, JJMC89, Headbomb, _jensen, rosalieper, Scott_WUaS, 
Samwilson, Enterprisey, Wikidata-bugs, Xqt, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314574: Let us play with PubMed to enrich Wikidata with medical information

2022-08-04 Thread Csisc
Csisc updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T314574

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Csisc
Cc: Aklapper, Csisc, LennardHofmann, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, JJMC89, Headbomb, _jensen, rosalieper, Scott_WUaS, 
Samwilson, Enterprisey, Wikidata-bugs, Xqt, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314574: Let us play with PubMed to enrich Wikidata with medical information

2022-08-04 Thread Csisc
Csisc created this task.
Csisc added projects: Wikimania-Hackathon-2022, Wikidata, Bot-Frameworks.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Username or display name (will be displayed publicly): Csisc
  
  Categories/Tags/Keywords (up to 5): Wikidata,
  
  Session type (select one): Tutorial (including Q/A)
  
  Session Details
  I am going to provide a pretty short (10min?) introduction to the website 
https://wikimedia.biterg.io/ which offers statistics about our technical 
community who use our technical infrastructure (Wikimedia Git and Gerrit).
  
  Target audience:
  
  Technically interested users, people interested in statistics.
  
  What will participants get out of this session?
  
  A better understanding how to gather statistics and insights about our 
technical contributors who contribute to code repositories.
  
  (Optional) Additional resources:
  
  Presentation of the Project at 2022 LD4 Conference on Linked Data:

TASK DETAIL
  https://phabricator.wikimedia.org/T314574

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Csisc
Cc: Aklapper, Csisc, LennardHofmann, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, JJMC89, Headbomb, _jensen, rosalieper, Scott_WUaS, 
Samwilson, Enterprisey, Wikidata-bugs, Xqt, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T152594: [Task] Make it more obvious why Special:PagesWithBadges doesn't list anything on wikidata.org

2022-08-04 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Declined".
Lydia_Pintscher added a comment.


  I'm gonna close this in favor of overwriting the message on Wikidata. There 
is a discussion at 
https://www.wikidata.org/wiki/MediaWiki_talk:Pageswithbadges-summary for that.

TASK DETAIL
  https://phabricator.wikimedia.org/T152594

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: PokestarFan, Liuxinyu970226, matej_suchanek, Izno, Esc3300, TerraCodes, 
Nikki, iecetcwcpggwqpgciazwvzpfjpwomjxn, thiemowmde, Lydia_Pintscher, 
Lea_Lacroix_WMDE, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, 
Gaurav24072002, Abhinay76, Annysah01, Rohitgeddam, maantietaja, ItamarWMDE, 
Akuckartz, Soda, Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, 
Dinadineke, DannyS712, Klein, Nandana, Tks4Fish, lucamauri, Mh-3110, 
tabish.shaikh91, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, merbst, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Tmalhotra, SimmeD, Wikidata-bugs, aude, TheDJ, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T187755: Double quotes in title are displayed as HTML entity in comments

2022-08-04 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".
Lydia_Pintscher claimed this task.
Lydia_Pintscher added a comment.


  This seems solved now \o/

TASK DETAIL
  https://phabricator.wikimedia.org/T187755

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: Lydia_Pintscher, gerritbot, thiemowmde, Aklapper, Bugreporter, 
Astuthiodit_1, Susie413113, karapayneWMDE, Invadibot, Gaurav24072002, 
Abhinay76, Annysah01, Rohitgeddam, maantietaja, ItamarWMDE, Akuckartz, Soda, 
Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, Tks4Fish, 
lucamauri, Mh-3110, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Wong128hk, Tmalhotra, SimmeD, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T187912: Usernames with apostrophes are not well escaped in edit summaries

2022-08-04 Thread ItamarWMDE
ItamarWMDE updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T187912

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: ItamarWMDE
Cc: aniluom, Swayamsrk, Mormegil, thiemowmde, matej_suchanek, Aklapper, 
Astuthiodit_1, Susie413113, karapayneWMDE, Invadibot, Gaurav24072002, 
Abhinay76, Annysah01, Rohitgeddam, maantietaja, ItamarWMDE, Akuckartz, Soda, 
Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, Tks4Fish, 
lucamauri, Mh-3110, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Wong128hk, Tmalhotra, SimmeD, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T187912: Usernames with apostrophes are not well escaped in edit summaries

2022-08-04 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T187912

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: aniluom, Swayamsrk, Mormegil, thiemowmde, matej_suchanek, Aklapper, 
Astuthiodit_1, Susie413113, karapayneWMDE, Invadibot, Gaurav24072002, 
Abhinay76, Annysah01, Rohitgeddam, maantietaja, ItamarWMDE, Akuckartz, Soda, 
Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, Tks4Fish, 
lucamauri, Mh-3110, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Wong128hk, Tmalhotra, SimmeD, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T187912: Usernames with apostrophes are not well escaped in edit summaries

2022-08-04 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T187912

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: aniluom, Swayamsrk, Mormegil, thiemowmde, matej_suchanek, Aklapper, 
Astuthiodit_1, Susie413113, karapayneWMDE, Invadibot, Gaurav24072002, 
Abhinay76, Annysah01, Rohitgeddam, maantietaja, ItamarWMDE, Akuckartz, Soda, 
Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, Tks4Fish, 
lucamauri, Mh-3110, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Wong128hk, Tmalhotra, SimmeD, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T187912: Usernames with apostrophes are not well escaped in edit summaries

2022-08-04 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T187912

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: aniluom, Swayamsrk, Mormegil, thiemowmde, matej_suchanek, Aklapper, 
Astuthiodit_1, Susie413113, karapayneWMDE, Invadibot, Gaurav24072002, 
Abhinay76, Annysah01, Rohitgeddam, maantietaja, ItamarWMDE, Akuckartz, Soda, 
Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, Tks4Fish, 
lucamauri, Mh-3110, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Wong128hk, Tmalhotra, SimmeD, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T187912: Usernames with apostrophes are not well escaped in edit summaries

2022-08-04 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T187912

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: aniluom, Swayamsrk, Mormegil, thiemowmde, matej_suchanek, Aklapper, 
Astuthiodit_1, Susie413113, karapayneWMDE, Invadibot, Gaurav24072002, 
Abhinay76, Annysah01, Rohitgeddam, maantietaja, ItamarWMDE, Akuckartz, Soda, 
Chaytanya, JorisDarlingtonQuarshie, wiki-helenatxu, Klein, Nandana, Tks4Fish, 
lucamauri, Mh-3110, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, 
JakeTheDeveloper, QZanden, LawExplorer, _jensen, rosalieper, xSavitar, 
Scott_WUaS, MuhammadShuaib, Wong128hk, Tmalhotra, SimmeD, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312633: [BUG] WiKit Input placeholder should display the correct color

2022-08-04 Thread guergana.tzatchkova
guergana.tzatchkova updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T312633

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: guergana.tzatchkova
Cc: Volker_E, Lydia_Pintscher, Quiddity, Aklapper, Sarai-WMDE, Astuthiodit_1, 
STH, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312750: ️ Do not use a placeholder edit summary/comment when none provided by the client

2022-08-04 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T312750

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Silvan_WMDE, gerritbot
Cc: Aklapper, WMDE-leszek, Hellket777, Astuthiodit_1, 786, Biggs657, 
karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, Beast1978, 
ItamarWMDE, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, 
Nandana, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312750: ️ Do not use a placeholder edit summary/comment when none provided by the client

2022-08-04 Thread gerritbot
gerritbot added a comment.


  Change 820432 had a related patch set uploaded (by Silvan Heintze; author: 
Silvan Heintze):
  
  [mediawiki/extensions/Wikibase@master] REST: Do not use a placeholder edit 
summary
  
  https://gerrit.wikimedia.org/r/820432

TASK DETAIL
  https://phabricator.wikimedia.org/T312750

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Silvan_WMDE, gerritbot
Cc: Aklapper, WMDE-leszek, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312633: [BUG] WiKit Input placeholder should display the correct color

2022-08-04 Thread guergana.tzatchkova
guergana.tzatchkova added a comment.


  Relevant PRs: https://github.com/wmde/wikit/pull/624

TASK DETAIL
  https://phabricator.wikimedia.org/T312633

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: guergana.tzatchkova
Cc: Volker_E, Lydia_Pintscher, Quiddity, Aklapper, Sarai-WMDE, Astuthiodit_1, 
STH, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312750: ️ Do not use a placeholder edit summary/comment when none provided by the client

2022-08-04 Thread Silvan_WMDE
Silvan_WMDE moved this task from To Do to Doing on the Wikibase Product 
Platform (Sprint 11) board.
Silvan_WMDE claimed this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T312750

WORKBOARD
  https://phabricator.wikimedia.org/project/board/6060/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Silvan_WMDE
Cc: Aklapper, WMDE-leszek, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T313466: add warning for logged out users on new Special:NewLexeme page

2022-08-04 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE moved this task from Peer Review to Product Verification 
on the Wikidata Dev Team (Sprint-♾) board.
Lucas_Werkmeister_WMDE added a comment.


  Seems to work on 
https://wikidata.beta.wmflabs.org/wiki/Special:NewLexemeAlpha?debug=2; doesn’t 
seem to work without ?debug yet, not sure why. Hopefully just Beta weirdness.

TASK DETAIL
  https://phabricator.wikimedia.org/T313466

WORKBOARD
  https://phabricator.wikimedia.org/project/board/6017/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: ItamarWMDE, Michael, noarave, Lydia_Pintscher, Hellket777, Astuthiodit_1, 
786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314031: ️ Check authorization for PUT statement requests

2022-08-04 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T314031

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jakob_WMDE, Maintenance_bot
Cc: WMDE-leszek, Aklapper, Ollie.Shotton_WMDE, Jakob_WMDE, Silvan_WMDE, 
Astuthiodit_1, karapayneWMDE, Invadibot, Universal_Omega, maantietaja, 
ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331, Hellket777, 786, Biggs657, Juan90264, Alter-paule, 
Beast1978, Un1tY, Hook696, Kent7301, joker88john, CucyNoiD, Gaboe420, 
Giuliamocci, Cpaulf30, Af420, Bsandipan, Lewizho99, Maathavan, Neuronton
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T313466: add warning for logged out users on new Special:NewLexeme page

2022-08-04 Thread gerritbot
gerritbot added a comment.


  Change 818167 **merged** by jenkins-bot:
  
  [mediawiki/extensions/WikibaseLexeme@master] Show warning for anonymous users
  
  https://gerrit.wikimedia.org/r/818167

TASK DETAIL
  https://phabricator.wikimedia.org/T313466

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: ItamarWMDE, Michael, noarave, Lydia_Pintscher, Hellket777, Astuthiodit_1, 
786, Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314031: ️ Check authorization for PUT statement requests

2022-08-04 Thread gerritbot
gerritbot added a comment.


  Change 819587 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] REST: Extract frameworkish permission 
error creation
  
  https://gerrit.wikimedia.org/r/819587

TASK DETAIL
  https://phabricator.wikimedia.org/T314031

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jakob_WMDE, gerritbot
Cc: WMDE-leszek, Aklapper, Ollie.Shotton_WMDE, Jakob_WMDE, Silvan_WMDE, 
Hellket777, Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, 
Universal_Omega, maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, 
Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312633: [BUG] WiKit Input placeholder should display the correct color

2022-08-04 Thread guergana.tzatchkova
guergana.tzatchkova claimed this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T312633

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: guergana.tzatchkova
Cc: Volker_E, Lydia_Pintscher, Quiddity, Aklapper, Sarai-WMDE, Astuthiodit_1, 
STH, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312633: [BUG] WiKit Input placeholder should display the correct color

2022-08-04 Thread guergana.tzatchkova
guergana.tzatchkova moved this task from Unified prioritized backlog to 
Sprint-♾ on the Wikidata Dev Team board.
guergana.tzatchkova edited projects, added Wikidata Dev Team (Sprint-♾); 
removed Wikidata Dev Team.

TASK DETAIL
  https://phabricator.wikimedia.org/T312633

WORKBOARD
  https://phabricator.wikimedia.org/project/board/6016/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: guergana.tzatchkova
Cc: Volker_E, Lydia_Pintscher, Quiddity, Aklapper, Sarai-WMDE, Astuthiodit_1, 
STH, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T314031: ️ Check authorization for PUT statement requests

2022-08-04 Thread gerritbot
gerritbot added a comment.


  Change 819579 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] REST: Add authorization check to 
ReplaceItemStatement
  
  https://gerrit.wikimedia.org/r/819579

TASK DETAIL
  https://phabricator.wikimedia.org/T314031

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Jakob_WMDE, gerritbot
Cc: WMDE-leszek, Aklapper, Ollie.Shotton_WMDE, Jakob_WMDE, Silvan_WMDE, 
Hellket777, Astuthiodit_1, 786, Biggs657, karapayneWMDE, Invadibot, 
Universal_Omega, maantietaja, Juan90264, Alter-paule, Beast1978, ItamarWMDE, 
Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, 
Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, 
QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Neuronton, 
Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T312292: Open link to docs in new tab

2022-08-04 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".
Lydia_Pintscher moved this task from Product Verification to Our work done on 
the Wikidata Dev Team (Sprint-♾) board.
Lydia_Pintscher added a comment.


  \o/

TASK DETAIL
  https://phabricator.wikimedia.org/T312292

WORKBOARD
  https://phabricator.wikimedia.org/project/board/6017/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: guergana.tzatchkova, Lydia_Pintscher
Cc: Lucas_Werkmeister_WMDE, Lydia_Pintscher, Quiddity, Aklapper, Astuthiodit_1, 
STH, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Scott_WUaS, Volker_E, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T313113: Add * mandatory field indicator to Special:NewLexemeAlpha form page

2022-08-04 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".
Lydia_Pintscher moved this task from Product Verification to Our work done on 
the Wikidata Dev Team (Sprint-♾) board.
Lydia_Pintscher claimed this task.
Lydia_Pintscher added a comment.


  \o/

TASK DETAIL
  https://phabricator.wikimedia.org/T313113

WORKBOARD
  https://phabricator.wikimedia.org/project/board/6017/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: noarave, Lucas_Werkmeister_WMDE, ItamarWMDE, Michael, Sarai-WMDE, 
Lydia_Pintscher, Aklapper, Mohammed_Sadat_WMDE, Hellket777, Astuthiodit_1, 786, 
Biggs657, karapayneWMDE, Invadibot, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Hook696, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, Mahir256, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Neuronton, Scott_WUaS, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T236593: Cannot enter multiple forms for the same language variant

2022-08-04 Thread mxn
mxn added a comment.


  The approach I was forced to take with Vietnamese (separate lexemes per word 
per writing system, “translations” from one writing system to another) has some 
downsides. For one thing, the criteria for a translation between vi and vi-Hani 
must be stricter than the criteria for a translation between vi and en; 
otherwise there would be no way to distinguish these transcriptions from 
translations more generally. In principle, it would follow that every 
simplified Chinese character should also have a separate lexeme from the 
corresponding traditional character(s), as on Wiktionary, and we could even 
take this to the extreme that “colour” is the en-GB “translation” of “color” in 
en-US.
  
  On a practical level, this separate lexeme approach means any Wiktionary 
template similar to https://en.wiktionary.org/wiki/Template:vi-readings would 
need to look up translations, while a template generating a table of 
translations of an English sense would need to know to ignore vi-Hani 
statements or merge them with vi statements. In a Vietnamese dictionary, it’s 
also normal to list the other words represented by the same characters. 
Currently, such a template on Wiktionary requires a series of expensive calls 
to look up second-order lexemes. (A rejected property proposal 
 
would streamline that somewhat.)
  
  It would be nice to be able to more strongly link representations in the two 
Vietnamese writing systems, but allowing multiple representations to have the 
same language code would only be a partial solution anyways. A full solution 
would be able to limit some statements to certain representations of a form. 
Otherwise, how would one indicate that one representation is now rare, having 
been supplanted by the other, independently of any broader linguistic shift, or 
that two sources disagree about whether that change has even occurred?

TASK DETAIL
  https://phabricator.wikimedia.org/T236593

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: mxn
Cc: mrephabricator, LucasWerkmeister, C933103, AGutman-WMF, mxn, So9q, Ijon, 
daniel, Asaf, Mahir256, Danmichaelo, Fnielsen, Lucas_Werkmeister_WMDE, Denny, 
Lydia_Pintscher, jeblad, jhsoby, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T236593: Cannot enter multiple forms for the same language variant

2022-08-04 Thread mrephabricator
mrephabricator added a comment.


  This may be verging on pedantry, but I will say that the principle of "one 
form per combination of grammatical features" does not sound broadly applicable 
enough to follow for each language. Maybe I am missing something and this is 
just a convention for certain languages.
  
  In any case, here are some examples which illustrate where this would not be 
a helpful model. In Punjabi, an alternate form with identical grammatical 
features could represent any combination of the following:
  
  - An alternative pronunciation of the same form, represented by mutual 
"alternative form" property links without mutual "homophone form" links
  - An alternative spelling of the same form in any or all of the spelling 
variants/orthographies represented, represented by mutual "alternative form" 
links and mutual "homophone form" links.
- If the the spelling varies only for one representation--which actually is 
not as common as I initially expected--the other representation(s) are 
duplicated exactly. This may seem somewhat tedious, but for the time being it 
is an effective way to store the useful information that where spelling varies 
in one writing system, only one spelling is accepted in the other.
  - Dialectal or regional variants of the same form, most often simply 
indicated with "variety of form" set to "unknown value," as usually no 
empirical evidence exists to assign the form to a specific named dialect or say 
anything more specific than "this form will vary depending on who you talk to."
  - Shortened or contracted variants of the same form, indicated with mutual 
"alternative form" property links and "short form" as a grammatical feature on 
the shorter form.
  - Versions of forms which are only for use in spoken language / dialogue as 
opposed to versions of forms which are only used in writing. For example, for 
some forms on a Punjabi verb, the form will get inflected twice for grammatical 
number and/or person, once on an infixed part of the form, and once on the 
suffixed ending of the form, but in spoken/colloquial language it is acceptable 
to use a form which is only inflected once.
  
  Notably all of the above will only apply to particular inflections of a given 
lexeme. If we take this verb for example, 
https://www.wikidata.org/wiki/Lexeme:L688582 , there are 30 forms with 
"alternate forms" that share grammatical features with another so far out of 
the 99 forms documented. If we were to create 30 separate lexemes to represent 
this 1 word, how would we represent the rest of the context that is important 
for understanding what these inflections represent, or indicate for example 
that ਹਸਾਏਂਗੀ and ਹਸਾਵੇਂਗੀ are interchangeable spelling + pronunciation options 
for second person + feminine + singular + additive + causative + subjunctive + 
definite, but that only ਹਸਾਵਾਂਗੀ is acceptable as a spelling + pronunciation 
option for first person + feminine + singular + additive + causative + 
subjunctive + definite? On other lexemes, the same grammatical feature 
combination may permit variation. (This is ultimately governed by the final 
phoneme of the root in a verb which only ever applies to the gender-inflected, 
written/formal first person subjunctive definite forms.) That would be an 
unsustainable model. I am relatively conservative about what constitutes a 
separate lexeme; I tend to base it primarily on a combination of part of speech 
+ mode of derivation rather than pronunciation or spelling variation, 
especially since the latter factors generally don't have any bearing on how and 
where a lexeme can be used according to the internal logic of the language.
  
  I am inclined to agree that the numbered Q-item language code patch is hard 
to discern the specific purpose. I think what may be the case here is that each 
of the concerns brought up in this thread have different solutions. 
Theoretically, there is no upper limit on the number of variations a form can 
have, and it could become confusing if languages started to have long vertical 
strips of representations, some of which are governed by a consistent 
heuristic, and some of which are arbitrary. What may be productive is the 
addition of various properties for use on lexeme forms which offer more nuanced 
ways to model the different languages discussed here.

TASK DETAIL
  https://phabricator.wikimedia.org/T236593

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: mrephabricator
Cc: mrephabricator, LucasWerkmeister, C933103, AGutman-WMF, mxn, So9q, Ijon, 
daniel, Asaf, Mahir256, Danmichaelo, Fnielsen, Lucas_Werkmeister_WMDE, Denny, 
Lydia_Pintscher, jeblad, jhsoby, Astuthiodit_1, karapayneWMDE, Invadibot, 
maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331
___
Wikidata-bugs mailing list --