[Wikidata-bugs] [Maniphest] [Commented On] T205330: Adding a value to a statement prompts for a property

2018-09-24 Thread Magnus
Magnus added a comment. Hitting "Random item", I can reproduce the effect on roughly 1 in 3 pages. On any given item page, this effect shows either for no statement, or for all of them. No error messages in the JS console on affected pages, only the following warnings (probably

[Wikidata-bugs] [Maniphest] [Commented On] T203067: account creation captcha broken on structured-commons test system

2018-09-10 Thread Magnus
Magnus added a comment. Confirmed, test account created: https://structured-commons.wmflabs.org/wiki/User:Reinheitsgebot Could someone please add that to "trusted", if necessary?TASK DETAILhttps://phabricator.wikimedia.org/T203067EMAIL PREFERENCEShttps://phabricator.wikimedia.org/sett

[Wikidata-bugs] [Differential] [Accepted] D1105: Fix Unicode string comparison

2018-08-29 Thread Magnus
Magnus accepted this revision.Magnus added a comment.This revision is now accepted and ready to land. View RevisionApplied!REPOSITORYR2010 tool-quickstatementsCHANGES SINCE LAST ACTIONhttps://phabricator.wikimedia.org/D1105/new/REVISION DETAILhttps://phabricator.wikimedia.org/D1105EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T200153: Add translations to disease terms in all South African languages

2018-07-25 Thread Magnus
Magnus added a comment. Disease items where at least one of the 10 languages is missing, sorted by "importance": https://tools.wmflabs.org/wikidata-terminator/index.html#/top/labels/zu,xh,af,ve,st,ss,tn,nso,ts,en?sparql=SELECT%20%3Fq%20%7B%20%3Fq%20wdt%3AP31%7Cwdt%3AP279%2a%20wd%3AQ1

[Wikidata-bugs] [Maniphest] [Commented On] T194950: Include Wikibase dispatch lag in API "maxlag" enforcing

2018-07-03 Thread Magnus
Magnus added a comment. In T194950#4391332, @Addshore wrote: In T194950#4322078, @Magnus wrote: Excellent, that means my existing code should Just Work (tm). I just checked some of the API logs and it looks like QuickStatementsBot isn't currently passing a maxlag? It's currently t

[Wikidata-bugs] [Maniphest] [Commented On] T194950: Include Wikibase dispatch lag in API "maxlag" enforcing

2018-06-28 Thread Magnus
Magnus added a comment. Excellent, that means my existing code should Just Work (tm). Is the "lag" value in the API reply in seconds? maxlag does not appear to be documented for the query action...TASK DETAILhttps://phabricator.wikimedia.org/T194950EMAIL PREFER

[Wikidata-bugs] [Maniphest] [Commented On] T197161: Gather information on users of wb_terms replicas on WMF cloud infrastructure

2018-06-22 Thread Magnus
Magnus added a comment. @WMDE-leszek I think some tools could actually use SPARQL, if you look for a precise label with known language for example. But I mentioned SPARQL only as one of the other ways we currently have. wbsearchentities is another, and so is the fulltext search API. And

[Wikidata-bugs] [Maniphest] [Commented On] T197161: Gather information on users of wb_terms replicas on WMF cloud infrastructure

2018-06-22 Thread Magnus
Magnus added a comment. Found another one: Mix'n'match "automatch" (preliminary matches by name, that need to be confirmed by a user). This quickly checks tens/hundreds of thousands of names against Wikidata labels on a regular basis. I am quite certain this would not work wit

[Wikidata-bugs] [Maniphest] [Commented On] T197161: Gather information on users of wb_terms replicas on WMF cloud infrastructure

2018-06-21 Thread Magnus
Magnus added a comment. In T197161#4304410, @WMDE-leszek wrote: @Magnus: that's plenty of tools. We'll come up with some solution, for sure. Regarding PetScan: querying wb_terms happens in regards to labels only, though, right? If you look at http://petscan.wmflabs.org/ specif

[Wikidata-bugs] [Maniphest] [Commented On] T197161: Gather information on users of wb_terms replicas on WMF cloud infrastructure

2018-06-20 Thread Magnus
Magnus added a comment. Labs currently lists 132 tools of mine: https://tools.wmflabs.org/admin/tools#!/author/Magnus%20Manske I will not be able to fix all the ones that use wb_terms once you break it, at least not in a reasonable timeframe. I will instead direct all angry users to @WMDE-leszek

[Wikidata-bugs] [Maniphest] [Commented On] T197161: Gather information on users of wb_terms replicas on WMF cloud infrastructure

2018-06-20 Thread Magnus
Magnus added a comment. Just within the "wikidata-todo" tool, these sub-tools use wb_terms in various ways: add_name_labels.php artwork_images.php awarder.php beacon.php cloudy_concept.php creator.php dupe_finder.php firstnamebasis.php get_item_names.php important_blank_items.php

[Wikidata-bugs] [Maniphest] [Commented On] T197161: Gather information on users of wb_terms replicas on WMF cloud infrastructure

2018-06-20 Thread Magnus
Magnus added a comment. Usage: PetScan Filter for items with all/any/no labels in a set of languages Find items by label Label Wikidata items in result set Data: term_full_entity_id,term_text,term_type, term_entity_type, term_languageTASK DETAILhttps://phabricator.wikimedia.org/T197161EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T197161: Gather information on users of wb_terms replicas on WMF cloud infrastructure

2018-06-20 Thread Magnus
Magnus added a comment. Oh well, there go half my Wikidata-related tools... Is there any way to grep across all my tools for "wb_terms"? I have no idea which ones use it, I just know it's quite a few :-(TASK DETAILhttps://phabricator.wikimedia.org/T197161EMAIL P

[Wikidata-bugs] [Maniphest] [Commented On] T184948: limit page creation and edit rate on Wikidata

2018-04-20 Thread Magnus
Magnus added a comment. @Multichill agreed. The replag solution works AFAICT, why not duplicate that.TASK DETAILhttps://phabricator.wikimedia.org/T184948EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, MagnusCc: Dhx1, Stashbot, Edgars2007

[Wikidata-bugs] [Maniphest] [Commented On] T184948: limit page creation and edit rate on Wikidata

2018-04-03 Thread Magnus
Magnus added a comment. @Addshore It depends on what the actual issue with creating/editing is. If it's database-related (most likely), then having a few sleeping processes for load-dependent server-side delays might be a viable solution. I like the single-shot API request, but additionall

[Wikidata-bugs] [Maniphest] [Commented On] T184948: limit page creation and edit rate on Wikidata

2018-03-28 Thread Magnus
Magnus added a comment. So, either WMF expose the "overload status" so we can throttle on demand, or WMF delay the API response accordingly, so we don't have to do anything, or WMF scale to demand :-) TASK DETAILhttps://phabricator.wikimedia.org/T184948EMAIL P

[Wikidata-bugs] [Maniphest] [Commented On] T184948: limit page creation and edit rate on Wikidata

2018-03-28 Thread Magnus
Magnus added a comment. OK, let me summarize my situation, as of today: Essentially, all my Wikidata edits (both bots and _javascript_ on Toolforge) run through the same OAuth PHP class I wrote Every single edit (including "create item") runs with a "maxlag=5" paramete

[Wikidata-bugs] [Maniphest] [Commented On] T184948: limit page creation and edit rate on Wikidata

2018-03-26 Thread Magnus
Magnus added a comment. For one tool, per user, per tab? Sure. I'd just set both item creation and edit to 1 second delay. For one tool, all users? No. At least, not easily. Question: WMF knows best when their servers are overloaded. Why not just add a delay for the API response when the se

[Wikidata-bugs] [Maniphest] [Commented On] T184948: limit page creation and edit rate on Wikidata

2018-03-25 Thread Magnus
Magnus added a comment. I have added a 5 second delay after item creations. I also added a mechanism to have a delay after any other edit type. Note that this limits single threads only. QuickStatements, various SourceMD webtools and bots, Mix'n'match sync etc. can still add up. Also,

[Wikidata-bugs] [Maniphest] [Commented On] T184948: limit page creation and edit rate on Wikidata

2018-03-25 Thread Magnus
Magnus added a comment. Thanks to @Multichill for pointing out this discussion to me... As for [[Bus factor]], I have always welcomes co-maintainers on my tools, and have repeatedly suggested WMF involvement, anywhere from taking over/rewriting to just becoming co-maintainers of important tools

[Wikidata-bugs] [Maniphest] [Commented On] T189986: build out and improve Terminator

2018-03-20 Thread Magnus
Magnus added a comment. Restarted. Toolforge keeps killing my tools occasionally...TASK DETAILhttps://phabricator.wikimedia.org/T189986EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Aklapper, Lucie, Magnus, Lydia_Pintscher, Lahi, Gq86

[Wikidata-bugs] [Maniphest] [Commented On] T189698: Wikidata API occasionally returns HTML instead of JSON

2018-03-14 Thread Magnus
Magnus added a comment. Hm, it seems to have stopped for now. Can't reproduce it anymore. I'll wait to tomorrow to close it though...TASK DETAILhttps://phabricator.wikimedia.org/T189698EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: doc

[Wikidata-bugs] [Maniphest] [Commented On] T189698: Wikidata API occasionally returns HTML instead of JSON

2018-03-14 Thread Magnus
Magnus added a comment. Sorry about tagging it Cloud-Services, I thought it might be a cloud config issue (stale DNS or somesuch). @hoo I tried both GET and POST, same thing. Error appears sporadically running the exact same binary several times (so less likely an issue with my code): magnus

[Wikidata-bugs] [Maniphest] [Created] T189698: Wikidata API occasionally returns HTML instead of JSON

2018-03-14 Thread Magnus
Magnus created this task.Herald added a subscriber: Aklapper. TASK DESCRIPTIONContext: This is C++ code running on VM "wdc" in Toolforge Cloud project "wdq-mm", using the CURL library. I am querying the Wikidata API from that code, example URL: https://www.wikidata.org/w

[Wikidata-bugs] [Maniphest] [Commented On] T179879: Provide a 5-minute timeout in WDQS for trusted users using OAuth

2018-02-27 Thread Magnus
Magnus added a comment. Thanks @Smalyshev Yes these queries are outliers, but there is a good reason to run them (in this case, find images for missing items), and just by Wikidata growth, the number of outliers (queries that timeout) will increase, to the point where they are no longer outliers

[Wikidata-bugs] [Maniphest] [Commented On] T179879: Provide a 5-minute timeout in WDQS for trusted users using OAuth

2018-02-26 Thread Magnus
Magnus added a comment. Semantics and drama aside, I think the point is that some useful queries are already creaking, or failing entirely. Species without image times out, and I'm not even requesting taxon name (and we all know to stay away from the SERVICE labels for long queries b

[Wikidata-bugs] [Maniphest] [Commented On] T179879: Provide a 5-minute timeout in WDQS for trusted users using OAuth

2018-02-23 Thread Magnus
Magnus added a comment. How about a separate server just for "heavy" queries? For everyone? If that goes down occasionally, hey, so what? To be extra fancy, maybe trigger it with a SPARQL comment, "# timeout:10" or something; every query with such a comment goes to the

[Wikidata-bugs] [Maniphest] [Created] T184596: Special:NewItem language list issue

2018-01-10 Thread Magnus
Magnus created this task.Magnus added a project: Wikidata.Herald added a subscriber: Aklapper. TASK DESCRIPTIONSituation: On https://www.wikidata.org/wiki/Special:NewItem Language list dropdown is open Type in (say) "es" over default language ("en") Spanish gets highlighted

[Wikidata-bugs] [Maniphest] [Created] T182867: "Login to Wikidata as QuickStatementsBot from a computer you have not recently used"

2017-12-14 Thread Magnus
Magnus created this task.Magnus added projects: Toolforge, Wikidata.Herald added a subscriber: Aklapper. TASK DESCRIPTIONSince yesterday, I keep getting automated emails (like, once an hour) with that subject, for both QuickStatementsBot and Reinheitsgebot, two bots of mine. There are no unusual

[Wikidata-bugs] [Maniphest] [Commented On] T181486: Wikidata database corruption?

2017-11-28 Thread Magnus
Magnus added a comment. @jcrespo OK, but that only means the rows were missing since the last edit, presumably, on 5 August 2017‎. And it doesn't look like it's a one-off; none of these examples have any labels/aliases/descriptions: MariaDB [wikidatawiki_p]> select page_title fr

[Wikidata-bugs] [Maniphest] [Commented On] T181486: Wikidata database corruption?

2017-11-28 Thread Magnus
Magnus added a comment. I did ?action="" on the item before I filed the bug. It appears that the labels have now arrived. There was probably an hour between purge/bug filing and the data appearing, so it took at least that long to populate the entry, which in itself is a bug. This sho

[Wikidata-bugs] [Maniphest] [Commented On] T173971: Get community input on tools, bots and workflows on Wikimedia Commons that will likely be affected by Structured Data on Commons.

2017-11-28 Thread Magnus
Magnus added a comment. Please note that, while https://tools.wmflabs.org/admin/tools indeed lists all Toolforge "registered tools", many of them are containers for two or more "actual", distinct tools.TASK DETAILhttps://phabricator.wikimedia.org/T173971EM

[Wikidata-bugs] [Maniphest] [Commented On] T181062: Adapt QuickStatements2 to be able to work with structured data on Commons as well

2017-11-21 Thread Magnus
Magnus added a comment. I will look into this once there is a realistic test site. QS2 is designed for multiple sites, see https://phabricator.wikimedia.org/source/tool-quickstatements/browse/master/public_html/sites.jsonTASK DETAILhttps://phabricator.wikimedia.org/T181062EMAIL PREFERENCEShttps

[Wikidata-bugs] [Maniphest] [Commented On] T180113: Support the creation and use of volunteer tools that help to convert information in Commons categories to structured data

2017-11-10 Thread Magnus
Magnus added a comment. Trying to decompile all these into statements and/or checks: The year 1191 AD depicts or creation date or creation date of depicted object (?) Ethanol depicts George Washington Could be depicts creator owner Maps of the United Kingdom instance of:map

[Wikidata-bugs] [Maniphest] [Commented On] T173777: ListeriaBot logs in 28000 times a day

2017-08-22 Thread Magnus
Magnus added a comment. Daily list to work through: https://tools.wmflabs.org/listeria/botstatus.phpTASK DETAILhttps://phabricator.wikimedia.org/T173777EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Magnus, Aklapper, Cyberpower678, MaxSem

[Wikidata-bugs] [Maniphest] [Commented On] T173777: ListeriaBot logs in 28000 times a day

2017-08-22 Thread Magnus
Magnus added a comment. It was written to do single edits, so it does log in before each one. I can try and change it if it's a problem?TASK DETAILhttps://phabricator.wikimedia.org/T173777EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: M

[Wikidata-bugs] [Maniphest] [Commented On] T171466: Wikidata JS interface fails with "Unknown dependency: wikibase.mobile"

2017-07-24 Thread Magnus
Magnus added a comment. Update: Seems to be happening to items with "no label"TASK DETAILhttps://phabricator.wikimedia.org/T171466EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: TerraCodes, Jay8g, Liuxinyu970226, Aklapper, Magnus, P

[Wikidata-bugs] [Maniphest] [Commented On] T171466: Wikidata JS interface fails with "Unknown dependency: wikibase.mobile"

2017-07-24 Thread Magnus
Magnus added a comment. Example item: https://www.wikidata.org/wiki/Q21748978TASK DETAILhttps://phabricator.wikimedia.org/T171466EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: TerraCodes, Jay8g, Liuxinyu970226, Aklapper, Magnus, PokestarFan

[Wikidata-bugs] [Maniphest] [Commented On] T171466: Wikidata JS interface fails with "Unknown dependency: wikibase.mobile"

2017-07-24 Thread Magnus
Magnus added a comment. Tried action="" didn't helpTASK DETAILhttps://phabricator.wikimedia.org/T171466EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: TerraCodes, Jay8g, Liuxinyu970226, Aklapper, Magnus, PokestarFan, GoranSMilovanovic

[Wikidata-bugs] [Maniphest] [Triaged] T171466: Wikidata JS interface fails with "Unknown dependency: wikibase.mobile"

2017-07-24 Thread Magnus
Magnus triaged this task as "Unbreak Now!" priority.Herald added subscribers: Liuxinyu970226, Jay8g, TerraCodes. TASK DETAILhttps://phabricator.wikimedia.org/T171466EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: TerraCodes, Jay8g, Liux

[Wikidata-bugs] [Maniphest] [Created] T171466: Wikidata JS interface fails with "Unknown dependency: wikibase.mobile"

2017-07-24 Thread Magnus
Magnus created this task.Magnus added a project: Wikidata.Herald added subscribers: PokestarFan, Aklapper. TASK DESCRIPTIONThis started today. Different browsers, as user or logged-out. Some part of the dependency system tries to load "wikibase.mobile" but fails. From the JS error log (

[Wikidata-bugs] [Maniphest] [Commented On] T171033: Small-displayed images false positive at wp_no_image

2017-07-21 Thread Magnus
Magnus added a comment. I wrote the tool. It uses the "page image" information from the respective Wikipedia. For your example, there is no such entry. Ergo, this needs to be fixed in MediaWiki core, or the respective extension.TASK DETAILhttps://phabricator.wikimedia.org/T1

[Wikidata-bugs] [Maniphest] [Closed] T153441: Deprecate WDQ in Template:Wikidata list and switch remaining lists

2017-07-06 Thread Magnus
Magnus closed this task as "Resolved".Magnus claimed this task.Magnus added a comment. All done now, thanks :-)TASK DETAILhttps://phabricator.wikimedia.org/T153441EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Mbch331, XXN, Lydia_Pintsche

[Wikidata-bugs] [Maniphest] [Unblock] T153439: Sunset of WDQ

2017-07-06 Thread Magnus
Magnus closed subtask T153441: Deprecate WDQ in Template:Wikidata list and switch remaining lists as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T153439EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Smalyshev, Lo

[Wikidata-bugs] [Maniphest] [Unblock] T153546: monitor Listeria botstatus

2017-07-06 Thread Magnus
Magnus closed subtask T153441: Deprecate WDQ in Template:Wikidata list and switch remaining lists as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T153546EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Esc3300, MagnusCc: Multichill, Lydia

[Wikidata-bugs] [Maniphest] [Unblock] T153442: Listeriabot should stop accepting old style wdq syntax in Template:Wikidata list

2017-07-06 Thread Magnus
Magnus closed subtask T153441: Deprecate WDQ in Template:Wikidata list and switch remaining lists as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T153442EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Magnus, Aklapper,

[Wikidata-bugs] [Maniphest] [Block] T153439: Sunset of WDQ

2017-07-06 Thread Magnus
Magnus reopened subtask T153441: Deprecate WDQ in Template:Wikidata list and switch remaining lists as "Open". TASK DETAILhttps://phabricator.wikimedia.org/T153439EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Smalyshev, Lokal_Profil, Ri

[Wikidata-bugs] [Maniphest] [Reopened] T153441: Deprecate WDQ in Template:Wikidata list and switch remaining lists

2017-07-06 Thread Magnus
Magnus reopened this task as "Open".Magnus added a comment. One left, but es.wp won't let me change it: https://es.wikipedia.org/wiki/Usuario:Aeroid/Lista_de_los_distritos_de_la_Baja_Sajonia You can use https://tools.wmflabs.org/wdq2sparql/w2s.php to convert the WDQ query

[Wikidata-bugs] [Maniphest] [Block] T153442: Listeriabot should stop accepting old style wdq syntax in Template:Wikidata list

2017-07-06 Thread Magnus
Magnus reopened subtask T153441: Deprecate WDQ in Template:Wikidata list and switch remaining lists as "Open". TASK DETAILhttps://phabricator.wikimedia.org/T153442EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Magnus, Aklapper,

[Wikidata-bugs] [Maniphest] [Commented On] T153439: Sunset of WDQ

2017-07-05 Thread Magnus
Magnus added a comment. @Multichill AFAICT it's only wdq-mm-01 left in the wdq-mm project. Switched off since April 6.TASK DETAILhttps://phabricator.wikimedia.org/T153439EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Smalyshev, Lokal_P

[Wikidata-bugs] [Maniphest] [Commented On] T153441: Deprecate WDQ in Template:Wikidata list and switch remaining lists

2017-07-04 Thread Magnus
Magnus added a comment. And I can't change that usage because I get caught in some spam filter. Any es admin around?TASK DETAILhttps://phabricator.wikimedia.org/T153441EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: matej_suchanek, Lydia_Pint

[Wikidata-bugs] [Maniphest] [Closed] T153623: find an alternative for bulk use of Autolist2

2017-07-04 Thread Magnus
Magnus closed this task as "Resolved".Magnus claimed this task. TASK DETAILhttps://phabricator.wikimedia.org/T153623EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Magnus, Aklapper, Esc3300, GoranSMilovanovic, QZanden, Izno, Wikidata-

[Wikidata-bugs] [Maniphest] [Unblock] T153439: Sunset of WDQ

2017-07-04 Thread Magnus
Magnus closed subtask T153623: find an alternative for bulk use of Autolist2 as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T153439EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Smalyshev, Lokal_Profil, Ricordisamoa, Lea_La

[Wikidata-bugs] [Maniphest] [Edited] T168057: create slide deck with Wikidata showcases

2017-06-19 Thread Magnus
Magnus updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...* Wikidata Game https://tools.wmflabs.org/wikidata-game/distributed/ * Everything is Connected...* WikiShootMe https://tools.wmflabs.org/wikishootme/ * Littar...* Mix'n'match https://tools.wmflabs.org/m

[Wikidata-bugs] [Maniphest] [Edited] T168057: create slide deck with Wikidata showcases

2017-06-16 Thread Magnus
Magnus updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...* WD-FIST Live: * Wikidata Recent Changes https://tools.wmflabs.org/wikidata-todo/rcvis.htmlTASK DETAILhttps://phabricator.wikimedia.org/T168057EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel

[Wikidata-bugs] [Maniphest] [Edited] T168057: create slide deck with Wikidata showcases

2017-06-16 Thread Magnus
Magnus updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...* Crotos * SQID https://tools.wmflabs.org/sqid/#/ Editor:...TASK DETAILhttps://phabricator.wikimedia.org/T168057EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Jonas

[Wikidata-bugs] [Maniphest] [Edited] T168057: create slide deck with Wikidata showcases

2017-06-16 Thread Magnus
Magnus updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...Showcases to be added (please expand with links if possible): Consumer: * Wikipedia/Wikimedia...* Crotos Editor: * Mix'n'match * WD-FISTTASK DETAILhttps://phabricator.wikimedia.org/T168057EMAIL PREFER

[Wikidata-bugs] [Maniphest] [Commented On] T168057: create slide deck with Wikidata showcases

2017-06-16 Thread Magnus
Magnus added a comment. I can do the game. I would suggest WikiShootMe as well, maps with things on them always go over well ;-)TASK DETAILhttps://phabricator.wikimedia.org/T168057EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Spinster, Magnus

[Wikidata-bugs] [Maniphest] [Created] T162680: Wikidata: unnecessary title/description conflict

2017-04-11 Thread Magnus
Magnus created this task.Magnus added a project: Wikidata.Herald added a subscriber: Aklapper. TASK DESCRIPTIONSituation: Editing Q15070057 ("Edmund Bowyer (died 1681)" / "English politician") Changing title and description to "Edmund Bowyer" / "English

[Wikidata-bugs] [Maniphest] [Commented On] T162480: Wikibase installation does not update pagelinks

2017-04-11 Thread Magnus
Magnus added a comment. Seems to happen with wikitext links as well: https://tools.wmflabs.org/comprende/index.php?title=Main_Page_test links to [[Main Page]], but: https://tools.wmflabs.org/comprende/index.php?title=Special:WhatLinksHere/Main_Page does not show it Editing does not help.TASK

[Wikidata-bugs] [Maniphest] [Commented On] T162480: Wikibase installation does not update pagelinks

2017-04-10 Thread Magnus
Magnus added a comment. Note: I ran refreshLinks.php, that seems to have fixed the issue, but I expect it to show up again, as I create new items.TASK DETAILhttps://phabricator.wikimedia.org/T162480EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc

[Wikidata-bugs] [Maniphest] [Created] T162430: Puppet alert

2017-04-07 Thread Magnus
Magnus created this task.Magnus added projects: Labs, Wikidata.Herald added a subscriber: Aklapper. TASK DESCRIPTIONI keep getting a daily email alert: Puppet is failing to run on the "wikidata-mobile.wikidata-dev.eqiad.wmflabs" instance in Wikimedia Labs. I think I was once add

[Wikidata-bugs] [Maniphest] [Commented On] T157014: CONSULTATION/PLAN: Managing Complex State and GUI on MediaWiki (e.g. for Wikidata/Wikibase UI)

2017-03-16 Thread Magnus
Magnus added a comment. It does indeed look like vuejs can do server-side rendering, at least for viewing items (editing would require JS, I presume). We should probably check how much non-JS editing is done on Wikidata at the moment; I'd assume it's not a lot... I have not worked with

[Wikidata-bugs] [Maniphest] [Commented On] T157014: CONSULTATION/PLAN: Managing Complex State and GUI on MediaWiki (e.g. for Wikidata/Wikibase UI)

2017-03-15 Thread Magnus
Magnus added a comment. Made a vue.js-based demo browser for Wikidata: https://tools.wmflabs.org/reasonator/vuejs_demo/#/item/Q42 This uses the live MW/wikibase CSS, and replicates the document structure in quite some detail. ~300 lines HTML, ~350 lines _javascript_, both reasonably formatted. Not

[Wikidata-bugs] [Maniphest] [Commented On] T153439: Sunset of WDQ

2017-02-14 Thread Magnus
Magnus added a comment. Yes, that redirect sounds sensible. Could someone do that on the VM config please, or do I have to change WDQ source code?TASK DETAILhttps://phabricator.wikimedia.org/T153439EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc

[Wikidata-bugs] [Maniphest] [Closed] T153442: Listeriabot should stop accepting old style wdq syntax in Template:Wikidata list

2017-02-13 Thread Magnus
Magnus closed this task as "Resolved".Magnus claimed this task.Magnus added a comment. WDQ option for ListeriaBot has now been deactivated.TASK DETAILhttps://phabricator.wikimedia.org/T153442EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Magnus

[Wikidata-bugs] [Maniphest] [Unblock] T153439: Sunset of WDQ

2017-02-13 Thread Magnus
Magnus closed subtask T153442: Listeriabot should stop accepting old style wdq syntax in Template:Wikidata list as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T153439EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc:

[Wikidata-bugs] [Maniphest] [Commented On] T153442: Listeriabot should stop accepting old style wdq syntax in Template:Wikidata list

2017-02-13 Thread Magnus
Magnus added a comment. There are ~100 instances of WDQ usage left on the list. Please help convert them.TASK DETAILhttps://phabricator.wikimedia.org/T153442EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Magnus, Aklapper, Multichill, D3r1ck01, Izno

[Wikidata-bugs] [Maniphest] [Commented On] T153439: Sunset of WDQ

2017-02-10 Thread Magnus
Magnus added a comment. OK, so I couldn't get it to work again easily. WDQ been broken for weeks now, and I had exactly one single person ask about it, but I could successfully upgrade them to SPARQL. Maybe we could just officially retire WDQ now?TASK DETAILhttps://phabricator.wikimedi

[Wikidata-bugs] [Maniphest] [Commented On] T153439: Sunset of WDQ

2017-01-24 Thread Magnus
Magnus added a comment. If you can see http://wdq.wmflabs.org/ then the WDQ server is up and running. If the stats fail, that's an internal problem. I will look into it later, but won't have the time for several hours.TASK DETAILhttps://phabricator.wikimedia.org/T153439EMAIL PREFER

[Wikidata-bugs] [Maniphest] [Commented On] T155910: Erroneous digits in QuantityValue

2017-01-23 Thread Magnus
Magnus added a comment. I have logged the actual request sent out to Wikidata API: {"action":"wbcreateclaim","entity":"Q4115189","snaktype":"value","property":"P1117","value":"{\"amount\":1.2,

[Wikidata-bugs] [Maniphest] [Commented On] T155910: Erroneous digits in QuantityValue

2017-01-23 Thread Magnus
Magnus added a comment. Actually, the code repo is here: https://phabricator.wikimedia.org/diffusion/2010/repository/master/ I would assume that WMF Phabricator would be used to track bugs for WMF-hosted tools, but I don't know how...TASK DETAILhttps://phabricator.wikimedia.org/T155910

[Wikidata-bugs] [Maniphest] [Commented On] T153623: find an alternative for bulk use of Autolist2

2016-12-19 Thread Magnus
Magnus added a comment. The label query works since last week, just the SPARQL equivalent of the WDQ times out.TASK DETAILhttps://phabricator.wikimedia.org/T153623EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Magnus, Aklapper, Esc3300, D3r1ck01

[Wikidata-bugs] [Maniphest] [Commented On] T153441: Deprecate WDQ in Template:Wikidata list and switch remaining lists

2016-12-17 Thread Magnus
Magnus added a comment. elwiki fixed, though the cause remains a mystery. Apparently, the language used is "elwiki", not "el".TASK DETAILhttps://phabricator.wikimedia.org/T153441EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Magnu

[Wikidata-bugs] [Maniphest] [Commented On] T153441: Add deprecation warnings and tracking category for WDQ at Template:Wikidata list

2016-12-16 Thread Magnus
Magnus added a comment. We are not aiming to change the visible result (only for the better, perhaps). And when I switch off WDQ support, they should be thankful that their lists keep working.TASK DETAILhttps://phabricator.wikimedia.org/T153441EMAIL PREFERENCEShttps://phabricator.wikimedia.org

[Wikidata-bugs] [Maniphest] [Commented On] T153441: Add deprecation warnings and tracking category for WDQ at Template:Wikidata list

2016-12-16 Thread Magnus
Magnus added a comment. It's now in the bot report (last column, linked to the per-wiki lists).TASK DETAILhttps://phabricator.wikimedia.org/T153441EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Magnus, Aklapper, Multichill, D3r1ck01, Izno, Wik

[Wikidata-bugs] [Maniphest] [Commented On] T153441: Add deprecation warnings and tracking category for WDQ at Template:Wikidata list

2016-12-16 Thread Magnus
Magnus added a comment. WDQ usage (wiki/pages): wikidatawiki 559 (this one might change massively tomorrow after your updates) dewiki 95 frwiki 76 enwiki 61 dawiki 25 itwiki 10 ndswiki 10 nlwiki 10 euwiki 9 svwiki 8 elwiki 8 cawiki 6 cywiki 4 ruwiki 4 fiwiki 4 eswiki 3 nowiki 2 commonswiki 2

[Wikidata-bugs] [Maniphest] [Commented On] T153441: Add deprecation warnings and tracking category for WDQ at Template:Wikidata list

2016-12-16 Thread Magnus
Magnus added a comment. Actually, ListeriaBot automatically replaces "simple" WDQ with SPARQL upon editing. I could extend that to "all WDQ", with exceptions where the converter doesn't work. Some of the SPARQL is badly optimised, however, and will time-out, causing the l

[Wikidata-bugs] [Maniphest] [Commented On] T153441: Add deprecation warnings and tracking category for WDQ at Template:Wikidata list

2016-12-16 Thread Magnus
Magnus added a comment. Rather than doing this for all the templates on all the wikis, this could be done centrally in ListeriaBot.TASK DETAILhttps://phabricator.wikimedia.org/T153441EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Magnus, Aklapper

[Wikidata-bugs] [Maniphest] [Commented On] T148040: Wikidata create item via API does not create with specieswiki links anymore

2016-10-18 Thread Magnus
Magnus added a comment. Thanks, changing "value" to "title" does the trick! It is odd that it used to work with "value", though. Eh, as long as it works now...TASK DETAILhttps://phabricator.wikimedia.org/T148040EMAIL PREFERENCEShttps://phabricator.wikimedia.org/sett

[Wikidata-bugs] [Maniphest] [Created] T148040: Wikidata create item via API does not create with specieswiki links anymore

2016-10-13 Thread Magnus
Magnus created this task.Magnus added projects: Wikidata, MediaWiki-API.Herald added a subscriber: Aklapper. TASK DESCRIPTIONA bot of mine creates new items for WikiSpecies pages that have no item. Since a few days (maybe a week or two?), I get an error message: Caught exception for wbeditentity

[Wikidata-bugs] [Maniphest] [Commented On] T146576: 502 Bad Gateway errors while trying to run simple queries with the Wikidata Query Service

2016-10-01 Thread Magnus
Magnus added a comment. Oops, forgot the # Fixed now.TASK DETAILhttps://phabricator.wikimedia.org/T146576EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Magnus, hoo, EricJ, jcrespo, Stashbot, Multichill, Gehel, Smalyshev, edsu, Sjoerddebruin

[Wikidata-bugs] [Maniphest] [Commented On] T127213: [Bug] Merging doesn't always create a redirect

2016-09-15 Thread Magnus
Magnus added a comment. Now switched to "ignoreconflicts:description".TASK DETAILhttps://phabricator.wikimedia.org/T127213EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Lydia_Pintscher, Esc3300, Magnus, matej_suchanek, hoo, Mbch331, Aklap

[Wikidata-bugs] [Maniphest] [Commented On] T127213: [Bug] Merging doesn't always create a redirect

2016-09-15 Thread Magnus
Magnus added a comment. So what should I set "ignore" to? Phrased differently: With which settings will wbmergeitems fail and not edit the item, in case of non-resolvable conflict?TASK DETAILhttps://phabricator.wikimedia.org/T127213EMAIL PREFERENCEShttps://phabricator.wikimedia.org/sett

[Wikidata-bugs] [Maniphest] [Created] T141515: Badge sync issues between Wikipedia, Wikidata, and WDQS/SPARQL

2016-07-28 Thread Magnus
Magnus created this task.Magnus added projects: Wikidata, Wikidata-Query-Service.Herald added a subscriber: Aklapper.Herald added a project: Discovery. TASK DESCRIPTIONSo I noticed a few discrepancies between the "Featured Article" badges on Wikidata, Wikipedia, and in SPARQL. Exampl

[Wikidata-bugs] [Maniphest] [Commented On] T139652: Reference drag'n'drop script could use some polish

2016-07-21 Thread Magnus
Magnus added a comment. @Jonas This only happens to software developers who can't submit a proper bug report ;-)TASK DETAILhttps://phabricator.wikimedia.org/T139652EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: adrianheine, Jonas, thiem

[Wikidata-bugs] [Maniphest] [Updated] T132782: Infographic for data flows around Wikidata.

2016-07-11 Thread Magnus
Magnus added a comment.Herald added a project: Design. I believe the WDQS (bottom right) is the same as SPARQL?TASK DETAILhttps://phabricator.wikimedia.org/T132782EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Charlie_WMDE, MagnusCc: Magnus, adrianheine

[Wikidata-bugs] [Maniphest] [Closed] T139618: Petscan is being used with excesive parallelism by a user on Wikidata

2016-07-11 Thread Magnus
Magnus closed this task as "Resolved".Magnus added a comment. Added option for bot-account users to set concurrent threads (1-5). https://bitbucket.org/magnusmanske/petscan/commits/dbefbbd3dab0TASK DETAILhttps://phabricator.wikimedia.org/T139618EMAIL PREFERENCEShttps://phabricator.wik

[Wikidata-bugs] [Maniphest] [Commented On] T139652: Reference drag'n'drop script could use some polish

2016-07-10 Thread Magnus
Magnus added a comment. This shows an example of the lame "reference added" message (at the end): https://www.youtube.com/watch?v=jP-qJIkjPf0 Ideally, I'd like it to show as a "proper" reference right away. Also, statements added do not yet become drag'n'drop

[Wikidata-bugs] [Maniphest] [Commented On] T139652: Reference drag'n'drop script could use some polish

2016-07-10 Thread Magnus
Magnus added a comment. Update: It's now a "proper" gadget, here: https://www.wikidata.org/wiki/MediaWiki:Gadget-DragNDrop.jsTASK DETAILhttps://phabricator.wikimedia.org/T139652EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: adr

[Wikidata-bugs] [Maniphest] [Created] T139652: Reference drag'n'drop script could use some polish

2016-07-07 Thread Magnus
Magnus created this task.Magnus added a project: Wikidata-Gadgets.Herald added subscribers: Zppix, Aklapper.Herald added a project: Wikidata. TASK DESCRIPTIONI am trying to get a script "upgraded" to gadget. Independent of that, the script could use a little polish. It creates statemen

[Wikidata-bugs] [Maniphest] [Commented On] T139618: Petscan is running too fast for Wikidata

2016-07-07 Thread Magnus
Magnus added a comment. " 6-7 tabs are run" I believe we found the root problem :-)TASK DETAILhttps://phabricator.wikimedia.org/T139618EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: Jura1, Bugreporter, Sjoerddebruin, yuvipanda, Magnus

[Wikidata-bugs] [Maniphest] [Commented On] T139618: Petscan is running too fast for Wikidata

2016-07-07 Thread Magnus
Magnus added a comment. Just run it as a normal user and not a bot user!TASK DETAILhttps://phabricator.wikimedia.org/T139618EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagnusCc: yuvipanda, Magnus, Aklapper, jcrespo, Zppix, Minhnv-2809, Volans, D3r1ck01

[Wikidata-bugs] [Maniphest] [Commented On] T139618: Petscan is running too fast for Wikidata

2016-07-07 Thread Magnus
Magnus added a comment. The five threads are for bot accounts only. Normal user accounts get single thread with delay. I have used my own bot account a lot over the years, with previous tools (also 5 threads) and PetScan, without issue. As far as I understand, GZWDer used (at least) two tabs

[Wikidata-bugs] [Maniphest] [Closed] T132053: Problem creating new Wikidata item with API action wbeditentity

2016-04-07 Thread Magnus
Magnus closed this task as "Resolved". Magnus claimed this task. Magnus added a comment. Never mind, just an overzealous blocker <https://www.wikidata.org/wiki/Wikidata:Administrators'_noticeboard#Cell_Danwydd_.28talk_.E2.80.A2_contribs_.E2.80.A2_logs.29>. API could sa

[Wikidata-bugs] [Maniphest] [Created] T132053: Problem creating new Wikidata item with API action wbeditentity

2016-04-07 Thread Magnus
Magnus created this task. Herald added a subscriber: Aklapper. TASK DESCRIPTION I am trying to create a new item with pre-set sitelink and title via Wikidata API, action "wbeditentity" (through OAuth). The parameters I pass are: [format] => json [action] => wbedi

[Wikidata-bugs] [Maniphest] [Commented On] T99899: [Story] Allow looking up Entities by external identifiers.

2016-03-08 Thread Magnus
Magnus added a comment. Update: resolver now uses SPARQL instead of WDQ. Also, quick prefix system added (resolving property from English name fragment via SPARQL). https://tools.wmflabs.org/wikidata-todo/resolver.php TASK DETAIL https://phabricator.wikimedia.org/T99899 EMAIL

[Wikidata-bugs] [Maniphest] [Created] T119382: Labs DB replication of Wikidata has stopped

2015-11-23 Thread Magnus
Magnus created this task. Magnus added a subscriber: Magnus. Magnus added projects: Labs-Infrastructure, Wikidata. Herald added subscribers: StudiesWorld, Aklapper. Herald added a project: Labs. TASK DESCRIPTION Wikidata replication, and probably others, has stopped on Labs: MariaDB

[Wikidata-bugs] [Maniphest] [Commented On] T119197: Wikidata Query not working

2015-11-21 Thread Magnus
Magnus added a comment. It is working, but it is apparently stuck in the Succu bot edits. Occasionally, it dies, and resets itself to an old version, then catches up again. I tried to seed it from the latest dump, but the importer segfaults. This hasn't happened before, so I assume some

[Wikidata-bugs] [Maniphest] [Commented On] T65808: Allow cross-site domain access from (tools) Labs via CORS

2015-11-17 Thread Magnus
Magnus added a comment. Update: CORS is working for the pageview API. TASK DETAIL https://phabricator.wikimedia.org/T65808 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: dpatrick, Magnus Cc: Ricordisamoa, Milimetric, Aklapper, csteipp, Matanya

<    1   2   3   >