[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread Marostegui
Marostegui closed subtask T365352: Stop referencing rev_id as signed int in revtag table to counter revision id overflow in wikidatawiki as Resolved. TASK DETAIL https://phabricator.wikimedia.org/T364681 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/

[Wikidata-bugs] [Maniphest] T364882: Wikidata guided tour doesn't work on mobile, throws production error

2024-05-20 Thread Jdlrobson
Jdlrobson closed this task as "Resolved". Jdlrobson added a project: Verified. Jdlrobson claimed this task. Jdlrobson added a comment. Temporary fix added: https://www.wikidata.org/w/index.php?title=MediaWiki%3AGuidedtour-lib.js=2157177549=1116872164 Seems to have done the job. Thanks

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread Reedy
Reedy updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T364681 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: abi_, Reedy Cc: Reedy, Zabe, Ameisenigel, Nikerabbit, Pppery, Aklapper, Tacsipacsi, GLima-WMF,

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread Reedy
Reedy added a comment. MariaDB [wikidatawiki]> select distinct rt_type from revtag where rt_revision = 2147483647; +-+ | rt_type | +-+ | fuzzy | | tp:mark | | tp:tag | | tp:transver | +-+ 4 rows in

[Wikidata-bugs] [Maniphest] T363070: Simplified Wikibase data editing interface

2024-05-20 Thread Techwizzie
Techwizzie added a comment. [WIP] Codex - https://www.wikidata.org/wiki/User:Techwizzie/simplyedit.js TASK DETAIL https://phabricator.wikimedia.org/T363070 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Techwizzie Cc: GreenReaper, Olea,

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread Reedy
Reedy added a comment. MariaDB [wikidatawiki]> select page_namespace, count(page_id) from page INNER JOIN revtag ON (page_id = rt_page) where rt_revision = 2147483647 group by page_namespace; +++ | page_namespace | count(page_id) |

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread Reedy
Reedy added a comment. In T364681#9812609 , @Ameisenigel wrote: > Is this weird diff related to this issue: https://www.wikidata.org/wiki/Special:Diff/2147483647/2154896250?title=Q82991796 ? > It is a mixture of

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread Ameisenigel
Ameisenigel added a comment. Is this weird diff related to this issue: https://www.wikidata.org/wiki/Special:Diff/2147483647/2154896250?title=Q82991796 ? It is a mixture of https://www.wikidata.org/wiki/Q82991796 and https://www.wikidata.org/wiki/Help:QuickStatements TASK DETAIL

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T364681 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: abi_, Maintenance_bot Cc: Reedy, Zabe, Ameisenigel, Nikerabbit, Pppery, Aklapper, Tacsipacsi,

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread abi_
abi_ moved this task from In Review to Check after deployment on the Language-Team (Language-2024-April-June) board. abi_ claimed this task. abi_ updated Other Assignee, added: Zabe. TASK DETAIL https://phabricator.wikimedia.org/T364681 WORKBOARD

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread Zabe
Zabe added a comment. Schema change got deployed to wikidatawiki. MariaDB [wikidatawiki_p]> desc revtag; +-+-+--+-+-+---+ | Field | Type| Null | Key | Default | Extra |

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread Zabe
Zabe added a subtask: T365352: Stop referencing rev_id as signed int in revtag table to counter revision id overflow in wikidatawiki. TASK DETAIL https://phabricator.wikimedia.org/T364681 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Zabe Cc:

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread gerritbot
gerritbot added a comment. Change #1034055 **merged** by jenkins-bot: [mediawiki/extensions/Translate@master] SchemaHookHandler: Add unsinged bigint schema change for revtag table https://gerrit.wikimedia.org/r/1034055 TASK DETAIL https://phabricator.wikimedia.org/T364681 EMAIL

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread Reedy
Reedy added a parent task: T63111: Convert primary key integers and references thereto from int to bigint (unsigned). TASK DETAIL https://phabricator.wikimedia.org/T364681 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Reedy Cc: Reedy, Zabe,

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread Reedy
Reedy added a comment. Needs a task creating for WMF prod for the schema change to be applied as per https://wikitech.wikimedia.org/wiki/Schema_changes TASK DETAIL https://phabricator.wikimedia.org/T364681 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread Reedy
Reedy added a project: Wikimedia-production-error. TASK DETAIL https://phabricator.wikimedia.org/T364681 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Reedy Cc: Ameisenigel, Nikerabbit, Pppery, Aklapper, Tacsipacsi, GLima-WMF,

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T364681 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: Ameisenigel, Nikerabbit, Pppery, Aklapper, Tacsipacsi, GLima-WMF, Danny_Benjafield_WMDE,

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread gerritbot
gerritbot added a comment. Change #1034055 had a related patch set uploaded (by Abijeet Patro; author: Abijeet Patro): [mediawiki/extensions/Translate@master] SchemaHookHandler: Add unsinged bigint schema change for revtag table https://gerrit.wikimedia.org/r/1034055 TASK DETAIL

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.43-notes (1.43.0-wmf.6; 2024-05-21). TASK DETAIL https://phabricator.wikimedia.org/T364681 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ReleaseTaggerBot Cc: Ameisenigel, Nikerabbit, Pppery, Aklapper,

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T364681 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Maintenance_bot Cc: Ameisenigel, Nikerabbit, Pppery, Aklapper, Tacsipacsi, GLima-WMF,

[Wikidata-bugs] [Maniphest] T364681: Issues with translatable pages on Wikidata due to revision id overflow

2024-05-20 Thread gerritbot
gerritbot added a comment. Change #1032721 **merged** by jenkins-bot: [mediawiki/extensions/Translate@master] schema: Convert revtag integer columns to unsigned bigint columns https://gerrit.wikimedia.org/r/1032721 TASK DETAIL https://phabricator.wikimedia.org/T364681 EMAIL

[Wikidata-bugs] [Maniphest] T147821: No property suggestions when item only has an identifier statement

2024-05-20 Thread TuukkaH
TuukkaH added a comment. Would this be a low-hanging fruit / papercut bug worth a triage? TASK DETAIL https://phabricator.wikimedia.org/T147821 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: TuukkaH Cc: TuukkaH, Lydia_Pintscher, Martaannaj,

[Wikidata-bugs] [Maniphest] T334792: [Vector 2022] Move In other projects links to page header

2024-05-20 Thread ovasileva
ovasileva added a comment. Marking as stalled as the proposed approach needs review from a product perspective. TASK DETAIL https://phabricator.wikimedia.org/T334792 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ovasileva Cc: Michael,

[Wikidata-bugs] [Maniphest] T334792: [Vector 2022] Move In other projects links to page header

2024-05-20 Thread ovasileva
ovasileva changed the task status from "Open" to "Stalled". TASK DETAIL https://phabricator.wikimedia.org/T334792 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ovasileva Cc: Michael, Ericliu1912, Patafisik, Iniquity, Winston_Sung, Aklapper,