[Wikidata-bugs] [Maniphest] T168799: Integrate IANA language registry with language-data and MediaWiki (let MediaWiki "knows" all languages with ISO 639-1/2/3 codes)

2023-07-25 Thread Func
Func updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T168799 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Func Cc: mrephabricator, Winston_Sung, mxn, Tarrow, Lea_Lacroix_WMDE, Liuxinyu970226, Nemo_bis, Nikerabbit

[Wikidata-bugs] [Maniphest] T336931: The link "Edit interlanguage links" on Vector 2022 didn't direct to wikidata

2023-05-31 Thread Func
Func renamed this task from "The link "Edit interlanguage links" didn't direct to wikidata" to "The link "Edit interlanguage links" on Vector 2022 didn't direct to wikidata". TASK DETAIL https://phabricator.wikimedia.org/T336931 EMAIL PREFER

[Wikidata-bugs] [Maniphest] T336931: The link "Edit interlanguage links" didn't direct to wikidata

2023-05-31 Thread Func
Func renamed this task from "The link "Edit interlanguage links" is not working for pages with some interlanguage links" to "The link "Edit interlanguage links" didn't direct to wikidata". Func updated the task description. TASK DETAIL htt

[Wikidata-bugs] [Maniphest] T336931: The link "Edit interlanguage links" is not working for pages with some interlanguage links

2023-05-31 Thread Func
Func added a comment. In T336931#8893212 <https://phabricator.wikimedia.org/T336931#8893212>, @Func wrote: > /Wikibase/client/includes/Hooks/BeforePageDisplayHandler.php#78 <https://gerrit.wikimedia.org/g/mediawiki/extensions/Wikibase/+/f36a123043218b8e4218ae391b4bedf98ee

[Wikidata-bugs] [Maniphest] T336931: The link "Edit interlanguage links" is not working for pages with some interlanguage links

2023-05-31 Thread Func
Func renamed this task from "The link "Edit interlanguage links" is not working on itwiki and frwiki" to "The link "Edit interlanguage links" is not working for pages with some interlanguage links". Func updated the task description. TASK DETAIL h

[Wikidata-bugs] [Maniphest] T336931: The link "Edit interlanguage links" is not working on itwiki and frwiki

2023-05-31 Thread Func
Func added a comment. `mw.loader.getState('wikibase.client.linkitem.init')` returns `registered` instead of `ready`, which means this module was not loaded as expected. /Wikibase/client/includes/Hooks/BeforePageDisplayHandler.php#78 <https://gerrit.wikimedia.org/g/mediawi

[Wikidata-bugs] [Maniphest] T278658: Code break shown when searching "-{" on Wikidata

2021-04-12 Thread Func
Func added a comment. In T278658#6992034 <https://phabricator.wikimedia.org/T278658#6992034>, @matej_suchanek wrote: > Very good idea! It seems not to break, but the form is now prefilled with `-{` (not a big problem)... Maybe the text was escaped by nowiki or unst

[Wikidata-bugs] [Maniphest] T278658: Code break shown when searching "-{" on Wikidata

2021-04-12 Thread Func
Func added a comment. In T278658#6991622 <https://phabricator.wikimedia.org/T278658#6991622>, @Func wrote: > Oh, the problem is that title with big quote isn't a valid title, and unpaired big quotes broke the parsing process. Maybe we can check the title in lu

[Wikidata-bugs] [Maniphest] T278658: Code break shown when searching "-{" on Wikidata

2021-04-12 Thread Func
Func added a comment. Oh, the problem is that title with big quote isn't a valid title, and unpaired big quotes broke the parsing process. Maybe we can check the title in lua module, with `mw.title.new` and check the return value... TASK DETAIL https://phabricator.wikimedia.org/T2

[Wikidata-bugs] [Maniphest] T278658: Code break shown when searching "-{" on Wikidata

2021-04-08 Thread Func
Func added a comment. In T278658#6952684 <https://phabricator.wikimedia.org/T278658#6952684>, @matej_suchanek wrote: > Reopening because I don't know how to solve it locally (other than by reverting T263258 <https://phabricator.wikimedia.org/T263258> or