[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2022-02-07 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.38-notes (1.38.0-wmf.22; 2022-02-14); removed MW-1.38-notes (1.38.0-wmf.21; 2022-02-07). TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To:

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2022-02-07 Thread gerritbot
gerritbot added a comment. Change 684059 **merged** by jenkins-bot: [mediawiki/core@master] mediawiki.page.gallery: Replace use of deprecated $.debounce() https://gerrit.wikimedia.org/r/684059 TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2022-02-07 Thread gerritbot
gerritbot added a comment. Change 760584 **merged** by jenkins-bot: [mediawiki/core@master] mediawiki.util: Add throttle function, ported from OOUI https://gerrit.wikimedia.org/r/760584 TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2022-02-07 Thread gerritbot
gerritbot added a comment. Change 760584 had a related patch set uploaded (by Esanders; author: Esanders): [mediawiki/core@master] mw.util: Add throttle function, ported from OOUI https://gerrit.wikimedia.org/r/760584 TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2022-02-05 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.38-notes (1.38.0-wmf.21; 2022-02-07); removed MW-1.38-notes (1.38.0-wmf.19; 2022-01-24). TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To:

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2022-02-05 Thread gerritbot
gerritbot added a comment. Change 759748 **merged** by jenkins-bot: [mediawiki/core@master] mediawik.util: Use same debounce implementation as OO.ui.debounce https://gerrit.wikimedia.org/r/759748 TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2022-02-04 Thread gerritbot
gerritbot added a comment. Change 759748 had a related patch set uploaded (by Esanders; author: Esanders): [mediawiki/core@master] mw.util.debounce: Use same implementation as OO.ui.debounce https://gerrit.wikimedia.org/r/759748 TASK DETAIL

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2022-02-04 Thread Esanders
Esanders added a comment. It would've been nice to use the same function signature as OOUI, now we have OO.ui.debounce( callback, wait [, immediate] ); //and mw.util.debounce( wait, callback ); (ContentTranslation's utils also uses `callback, wait, immedate` as ported from

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2022-01-22 Thread Krinkle
Krinkle removed projects: MW-1.37-notes (1.37.0-wmf.4; 2021-05-04), MW-1.36-notes (1.36.0-wmf.32; 2021-02-23), MW-1.35-notes (1.35.0-wmf.24; 2020-03-17), MW-1.34-notes (1.34.0-wmf.23; 2019-09-17), MediaWiki-extensions-InputBox, MediaWiki-extensions-Graph. Krinkle updated the task description.

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2022-01-22 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.38-notes (1.38.0-wmf.19; 2022-01-24). TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ReleaseTaggerBot Cc: Seb35, Ladsgroup, BEANS-X2, Xover, Woolvia,

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2022-01-22 Thread gerritbot
gerritbot added a comment. Change 756128 **merged** by jenkins-bot: [mediawiki/extensions/Graph@master] Replace jquery.debounce with OO.ui.debounce https://gerrit.wikimedia.org/r/756128 TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2022-01-22 Thread gerritbot
gerritbot added a comment. Change 756128 had a related patch set uploaded (by TheDJ; author: TheDJ): [mediawiki/extensions/Graph@master] Replace jquery.debounce with OO.ui.debounce https://gerrit.wikimedia.org/r/756128 TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-12-09 Thread Jdlrobson
Jdlrobson changed the status of subtask T236427: Dev: MobileFrontend should not use deprecated jquery.throttle-debounce inside ImageCarousel.js and ScrollEndEventEmitter.js from Stalled to Open. TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-11-17 Thread AndyRussG
AndyRussG added a project: Fundraising-Backlog. TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: AndyRussG Cc: Seb35, Ladsgroup, BEANS-X2, Xover, Woolvia, Esanders, Krinkle, Aklapper, gerritbot,

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-09-21 Thread Addshore
Addshore added a project: wdwb-tech. TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Seb35, Ladsgroup, BEANS-X2, Xover, Woolvia, Esanders, Krinkle, Aklapper, gerritbot,

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-05-02 Thread Seb35
Seb35 added a comment. I’ve done a few patches, and I find OOUI is quite heavy if used only for the function throttle or “debounce with immediate execution” (mw.util.debounce executes after the delay, not before). The “immediate debounce” is needed in mediawiki.page.gallery and the

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-05-02 Thread Seb35
Seb35 updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Seb35 Cc: Ladsgroup, BEANS-X2, Xover, Woolvia, Esanders, Krinkle, Aklapper, gerritbot, Jdforrester-WMF,

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-05-02 Thread gerritbot
gerritbot added a comment. Change 684059 had a related patch set uploaded (by Seb35; author: Seb35): [mediawiki/core@master] Replace use of deprecated $.debounce() https://gerrit.wikimedia.org/r/684059 TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-04-30 Thread Seb35
Seb35 updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Seb35 Cc: Ladsgroup, BEANS-X2, Xover, Woolvia, Esanders, Krinkle, Aklapper, gerritbot, Jdforrester-WMF,

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-04-29 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.37-notes (1.37.0-wmf.4; 2021-05-04). TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ReleaseTaggerBot Cc: Ladsgroup, BEANS-X2, Xover, Woolvia, Esanders,

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-04-29 Thread gerritbot
gerritbot added a comment. Change 683034 **merged** by jenkins-bot: [mediawiki/extensions/InputBox@master] Replace use of deprecated $.debounce() https://gerrit.wikimedia.org/r/683034 TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-04-27 Thread Seb35
Seb35 updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Seb35 Cc: Ladsgroup, BEANS-X2, Xover, Woolvia, Esanders, Krinkle, Aklapper, gerritbot, Jdforrester-WMF,

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-04-27 Thread gerritbot
gerritbot added a comment. Change 683039 had a related patch set uploaded (by Seb35; author: Seb35): [mediawiki/extensions/MultimediaViewer@master] Replace deprecated jQuery.throttle/debounce https://gerrit.wikimedia.org/r/683039 TASK DETAIL

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-04-27 Thread Seb35
Seb35 updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Seb35 Cc: Ladsgroup, BEANS-X2, Xover, Woolvia, Esanders, Krinkle, Aklapper, gerritbot, Jdforrester-WMF,

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-04-27 Thread gerritbot
gerritbot added a comment. Change 683034 had a related patch set uploaded (by Seb35; author: Seb35): [mediawiki/extensions/InputBox@master] Replace deprecated jQuery.debounce https://gerrit.wikimedia.org/r/683034 TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-04-27 Thread Seb35
Seb35 updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Seb35 Cc: Ladsgroup, BEANS-X2, Xover, Woolvia, Esanders, Krinkle, Aklapper, gerritbot, Jdforrester-WMF,

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-04-27 Thread gerritbot
gerritbot added a comment. Change 682998 had a related patch set uploaded (by Seb35; author: Seb35): [mediawiki/extensions/Translate@master] Replace deprecated jQuery.throttle/debounce https://gerrit.wikimedia.org/r/682998 TASK DETAIL https://phabricator.wikimedia.org/T213426

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-02-15 Thread gerritbot
gerritbot added a comment. Change 664228 **merged** by jenkins-bot: [mediawiki/extensions/Wikibase@master] Use ooui debounce and throttle instead of deprecated jquery one https://gerrit.wikimedia.org/r/664228 TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-02-15 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.36-notes (1.36.0-wmf.32; 2021-02-23). TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ReleaseTaggerBot Cc: Ladsgroup, BEANS-X2, Xover, Od1n, Woolvia,

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-02-15 Thread Ladsgroup
Ladsgroup updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ladsgroup Cc: Ladsgroup, BEANS-X2, Xover, Od1n, Woolvia, Esanders, Krinkle, Aklapper, gerritbot,

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-02-15 Thread gerritbot
gerritbot added a comment. Change 664229 **merged** by jenkins-bot: [mediawiki/extensions/WikidataPageBanner@master] Remove usage of deprecated jquery.throttle-debounce module https://gerrit.wikimedia.org/r/664229 TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-02-15 Thread Ladsgroup
Ladsgroup added a comment. In T213426#6830557 , @Od1n wrote: > So, with https://gerrit.wikimedia.org/r/664228 the simple EventSingletonManager utility gets a dependency on the heavy and unrelated OOUI… The whole RL module is

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-02-15 Thread Od1n
Od1n added a comment. So, with https://gerrit.wikimedia.org/r/664228 the simple EventSingletonManager jQuery plugin gets a dependency on OOUI… As more, this dependency isn't enforced, i.e. all codes that require()

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-02-15 Thread gerritbot
gerritbot added a comment. Change 664229 had a related patch set uploaded (by Ladsgroup; owner: Ladsgroup): [mediawiki/extensions/WikidataPageBanner@master] Remove usage of deprecated jquery.throttle-debounce module https://gerrit.wikimedia.org/r/664229 TASK DETAIL

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2021-02-15 Thread gerritbot
gerritbot added a comment. Change 664228 had a related patch set uploaded (by Ladsgroup; owner: Ladsgroup): [mediawiki/extensions/Wikibase@master] Use ooui debounce and throttle instead of deprecated jquery one https://gerrit.wikimedia.org/r/664228 TASK DETAIL

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2020-07-12 Thread Jdforrester-WMF
Jdforrester-WMF removed a project: MW-1.35-release. Jdforrester-WMF added a comment. Agreed, sadly. TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Jdforrester-WMF Cc: TheDJ, Xover, Od1n,

[Wikidata-bugs] [Maniphest] T213426: Deprecate jquery.throttle-debounce in favour of mw.util.debounce or OO.ui.debounce/throttle

2020-07-10 Thread Jdlrobson
Jdlrobson added a comment. It doesn't seem like this is going to be done by 1.35? Should the hash tag be released or are we planning to backport those changes? TASK DETAIL https://phabricator.wikimedia.org/T213426 EMAIL PREFERENCES