[Wikidata-bugs] [Maniphest] T266493: Wikibase Exception for wbformatvalue API call with type=unknown

2020-12-01 Thread WMDE-leszek
WMDE-leszek closed this task as "Resolved". WMDE-leszek moved this task from Test (Verification) to Done on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. WMDE-leszek added a comment. Looks good, thanks! TASK DETAIL https://phabricator.wikimedia.org/T266493 WORKBOARD

[Wikidata-bugs] [Maniphest] T266493: Wikibase Exception for wbformatvalue API call with type=unknown

2020-12-01 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.36-notes (1.36.0-wmf.21; 2020-12-08). TASK DETAIL https://phabricator.wikimedia.org/T266493 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Rosalie_WMDE, ReleaseTaggerBot Cc: Lucas_Werkmeister_WMDE, Addshore,

[Wikidata-bugs] [Maniphest] T266493: Wikibase Exception for wbformatvalue API call with type=unknown

2020-12-01 Thread gerritbot
gerritbot added a comment. Change 643735 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] Catch FormattingException in FormatSnakValue https://gerrit.wikimedia.org/r/643735 TASK DETAIL https://phabricator.wikimedia.org/T266493 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T266493: Wikibase Exception for wbformatvalue API call with type=unknown

2020-12-01 Thread gerritbot
gerritbot added a comment. Change 643248 **abandoned** by Rosalie Perside (WMDE): [mediawiki/extensions/Wikibase@master] Fix exception error message for wbformatvalue API call with type=unknown Reason: better approach https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/

[Wikidata-bugs] [Maniphest] T266493: Wikibase Exception for wbformatvalue API call with type=unknown

2020-11-26 Thread gerritbot
gerritbot added a comment. Change 643735 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)): [mediawiki/extensions/Wikibase@master] WIP: Catch FormattingException in FormatSnakValue https://gerrit.wikimedia.org/r/643735 TASK DETAIL

[Wikidata-bugs] [Maniphest] T266493: Wikibase Exception for wbformatvalue API call with type=unknown

2020-11-24 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T266493 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Rosalie_WMDE, gerritbot Cc: Lucas_Werkmeister_WMDE, Addshore, Aklapper, Michael, Alter-paule,

[Wikidata-bugs] [Maniphest] T266493: Wikibase Exception for wbformatvalue API call with type=unknown

2020-11-24 Thread gerritbot
gerritbot added a comment. Change 643248 had a related patch set uploaded (by Rosalie Perside (WMDE); owner: Rosalie Perside (WMDE)): [mediawiki/extensions/Wikibase@master] [WIP] Fix exception error message for wbformatvalue API call with type=unknown

[Wikidata-bugs] [Maniphest] T266493: Wikibase Exception for wbformatvalue API call with type=unknown

2020-11-20 Thread Rosalie_WMDE
Rosalie_WMDE claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T266493 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Rosalie_WMDE Cc: Lucas_Werkmeister_WMDE, Addshore, Aklapper, Michael, Akuckartz, Iflorez, alaa_wmde, Nandana, Lahi,

[Wikidata-bugs] [Maniphest] T266493: Wikibase Exception for wbformatvalue API call with type=unknown

2020-11-20 Thread WMDE-leszek
WMDE-leszek moved this task from Prioritized Tech (prioritised from top to bottom) to Wikidata-Campsite-Iteration-∞ on the Wikidata-Campsite board. WMDE-leszek edited projects, added Wikidata-Campsite (Wikidata-Campsite-Iteration-∞); removed Wikidata-Campsite. TASK DETAIL

[Wikidata-bugs] [Maniphest] T266493: Wikibase Exception for wbformatvalue API call with type=unknown

2020-11-20 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. `WikibaseRepo::getDataValueDeserializer()` looks relevant, that defines `'unknown' => UnknownValue::class` as, seemingly, a deserializable data type. TASK DETAIL https://phabricator.wikimedia.org/T266493 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T266493: Wikibase Exception for wbformatvalue API call with type=unknown

2020-11-20 Thread WMDE-leszek
WMDE-leszek set the point value for this task to "5". TASK DETAIL https://phabricator.wikimedia.org/T266493 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: WMDE-leszek Cc: Addshore, Aklapper, Michael, Akuckartz, Nandana, Lahi, Gq86,

[Wikidata-bugs] [Maniphest] T266493: Wikibase Exception for wbformatvalue API call with type=unknown

2020-11-20 Thread WMDE-leszek
WMDE-leszek updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T266493 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: WMDE-leszek Cc: Addshore, Aklapper, Michael, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden,

[Wikidata-bugs] [Maniphest] T266493: Wikibase Exception for wbformatvalue API call with type=unknown

2020-11-10 Thread Michael
Michael updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T266493 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Michael Cc: Addshore, Aklapper, Michael, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden,

[Wikidata-bugs] [Maniphest] T266493: Wikibase Exception for wbformatvalue API call with type=unknown

2020-10-26 Thread Michael
Michael created this task. Michael added projects: Wikidata, Wikidata-Campsite. TASK DESCRIPTION If the `wbformatvalue` api is called with the string `unknwon` for the type, then an Exception is thrown and an internal server error is logged. See the parent ticket for more information. -