Page MenuHomePhabricator
Feed Advanced Search

Jan 7 2023

Se4598 changed the status of T323428: Huggle has not had a stable release for over 2 years from Open to In Progress.

In Progress: 3.4.11 was release on 2023-01-04, but hasn't been populated e.g. in the updater as of yet due some emerging issues.

Jan 7 2023, 12:59 PM · Huggle

Jan 17 2022

Se4598 added a comment to T288104: Error "Result returned Aborted NeedToken expected" on edit.

I'm also busy and still setting up my dev env again, but that's my current status:

@@ -152,13 +152,15 @@ bool EditQuery::IsProcessed()
                 {
                     reason = _l("editquery-error-badtoken");
                     hec = HUGGLE_ETOKEN;
                     // we log off the site
                     this->Suspend();
-                    Configuration::Logout(this->Page->GetSite());
+                    //Configuration::Logout(this->Page->GetSite());
                     Syslog::HuggleLogs->ErrorLog(_l("editquery-invalid-token", this->Page->PageName));
                     this->qEdit.Delete();
+                    WikiUtil::RetrieveTokens(this->Page->GetSite());
+                    // error handling in case of failure is bad
                     return false;
                 } else
                 {
                     // We don't want to process failure in case the query was suspended
                     this->Result = new QueryResult(true);
Jan 17 2022, 10:12 PM · Huggle

Jan 16 2022

Se4598 added a comment to T288104: Error "Result returned Aborted NeedToken expected" on edit.

Tried to reproduce it yesterday. Almost every time directly after login (updating huggle userlist) or logout (updating preferences). No really an idea why esp. directly after login the token is bad, looked at request log is the correct one fetched seconds before. And then suddently after trying to debug (as always :D ) or random after dozens of tries it works.

Jan 16 2022, 11:13 PM · Huggle

Jul 12 2021

Se4598 updated Se4598.
Jul 12 2021, 6:37 PM

Oct 7 2018

Se4598 reassigned T27086: Warning alternates between default and specified warning from Se4598 to Daimona.

Since I am not active since a long time ago but this is still assigned to me I reassign it to Daimona, who is more active and has taken over the original patch.
Hope you finish it, @Daimona :)

Oct 7 2018, 2:00 PM · User-notice-archive, MW-1.32-notes (WMF-deploy-2018-10-16 (1.32.0-wmf.26)), AbuseFilter

Sep 21 2018

Se4598 added a comment to T193237: Harmonise Fortnox invoice reference.

For all viewers of this task comming from the announcement of MediaWiki Security release of 1.27.5 / 1.29.3 / 1.30.1 / 1.31.1 (Thu, 20 Sep 2018)

Sep 21 2018, 11:57 AM · Upstream, WMSE-Association-Involvement-2018 (Zynatic)

Dec 1 2017

Se4598 removed a member for BetaFeatures: Se4598.
Dec 1 2017, 10:53 PM
Se4598 removed a watcher for BetaFeatures: Se4598.
Dec 1 2017, 10:53 PM

Nov 30 2017

Se4598 removed a watcher for AbuseFilter: Se4598.
Nov 30 2017, 3:45 PM
Se4598 removed a watcher for Cite: Se4598.
Nov 30 2017, 3:44 PM
Se4598 removed a member for Cite: Se4598.
Nov 30 2017, 3:44 PM
Se4598 removed a member for GlobalUserPage: Se4598.
Nov 30 2017, 3:44 PM
Se4598 removed a watcher for GlobalUserPage: Se4598.
Nov 30 2017, 3:43 PM
Se4598 removed a watcher for MediaWiki-extensions-Newsletter: Se4598.
Nov 30 2017, 3:43 PM
Se4598 removed a watcher for Page-Previews: Se4598.
Nov 30 2017, 3:43 PM

Apr 3 2017

Se4598 created T162003: cmake 3.5.1 warns of deprecated old behavior in CMakeLists.txt.
Apr 3 2017, 12:30 AM · Huggle

Apr 1 2017

Se4598 updated the task description for T161797: Document all site config options.
Apr 1 2017, 10:15 PM · good first task, patch-welcome, Huggle
Se4598 updated the task description for T161797: Document all site config options.
Apr 1 2017, 10:14 PM · good first task, patch-welcome, Huggle

Mar 23 2017

Se4598 renamed T158700: Enable Huggle for hr.wiki, bs.wiki, sr.wiki and sh.wiki from Huggle for Wikis to Enable Huggle for hr.wiki, bs.wiki, sr.wiki and sh.wiki.
Mar 23 2017, 8:54 PM · Croatian-Sites, Serbian-Sites, Huggle
Se4598 triaged T126357: Huggle 2 fails on HTTP used when HTTPS expected as Lowest priority.
Mar 23 2017, 8:52 PM · Huggle

Aug 1 2016

Se4598 added a comment to T141766: hovercards don't show equations correctly.

similar to T99793. where I currently can't reproduce that bug, but instead got this output behavior.

Aug 1 2016, 3:01 PM · Page-Previews, Design, Web-Team-Backlog

Apr 20 2016

Se4598 added a comment to T133148: Beta-Cluster shows randomly white pages.

A quick test by repeating the request suggests that deployment-mediawiki01.deployment-prep.eqiad.wmflabs delivers for Special:Radom a blank page and deployment-mediawiki02.deployment-prep.eqiad.wmflabs correctly redirects.

Apr 20 2016, 2:27 PM · Beta-Cluster-Infrastructure

Feb 19 2016

Se4598 lowered the priority of T127557: Huggle 3.1.19 can't login all the time from High to Medium.

If he tries to login in repeatedly in a short period of time, then even if the password is correct the api can return "throttled".
By default this is 5 logins within 300 seconds (5 minutes). (from https://www.mediawiki.org/wiki/API:Login#Throttling ).

Feb 19 2016, 9:25 PM · Huggle

Feb 9 2016

Se4598 added a comment to T126357: Huggle 2 fails on HTTP used when HTTPS expected.

Wasn't https forced already long before "28/29 Jan 2016"? Nevermind, there are locations in the vb-sourcecode where http is hardcoded. Also even if there were https, afaik there would be per default no cert validation.
This must be fixed in the old visual basic code. but the devs/Petr don't support HG2 any more.

Feb 9 2016, 9:41 PM · Huggle

Jan 18 2016

Se4598 updated the task description for T123985: Inconsistencies between labs replicas.
Jan 18 2016, 11:46 PM · Cloud-VPS, Cloud-Services, DBA

Jan 12 2016

Se4598 added a comment to T123435: [Bug] Every other abusive edit request succeeds for rule 94.

@Niedzielski could you clarify if you mean the test in the app should be fixed?
Or can I assume that you are wondering why the edit goes through? This is as intended (see before) and the text in the warning message. ( "Prevent the user from performing the action in question" unchecked, "Trigger these actions after giving the user a warning" checked in the filter). Please close as invalid if resolved for you.

Jan 12 2016, 11:50 PM · Wikipedia-Android-App-Backlog, AbuseFilter
Se4598 added a comment to T123435: [Bug] Every other abusive edit request succeeds for rule 94.

This isn't a issue of AbuseFilter, is it? The filter is only set to warn, not prevent any edit. So after the warning, if you resubmit it (or something for the same pagename) in the same php session again, it will go through. Doing as intended from AbuseFilter side.

Jan 12 2016, 11:43 PM · Wikipedia-Android-App-Backlog, AbuseFilter

Oct 19 2015

Se4598 placed T115909: mw.popups.render.article is undefined up for grabs.
Oct 19 2015, 7:02 PM · Wikidata-Sprint-2015-10-13, Wikidata-Gadgets, Wikidata
Se4598 closed T115909: mw.popups.render.article is undefined as Invalid.

This is a problem with a local gadget https://www.wikidata.org/wiki/MediaWiki:Gadget-PopupsFix.js, not with popups itself.
Please raise this issue on Wikidata.org village pump or gadget talkpage.

Oct 19 2015, 6:59 PM · Wikidata-Sprint-2015-10-13, Wikidata-Gadgets, Wikidata

Oct 13 2015

Se4598 added a comment to T102921: [Task] Make hover cards work on property links.

PS: A thing where I'm not sure about if this is the right thing is the argument supplied to the matcher-function. Currently it is the href-part of a link, e.g. "/wiki/Mainpage".
But the gadget works/inspects on the title-attribute of the link. Theoretically that could be modified to work on the url, but maybe there are edge cases, which require addition infos.

Oct 13 2015, 1:36 AM · Web-Team-Backlog (Tracking), MW-1.27-release (WMF-deploy-2015-10-27_(1.27.0-wmf.4)), Blocked-on-Wikidata, MediaWiki-extensions-WikibaseRepository, patch-welcome, Wikidata, Page-Previews
Se4598 added a comment to T102921: [Task] Make hover cards work on property links.

Ok, I try to explain what this patch aims at.
The patch in question solves the problem that previously it wasn't possible to add new renderer without overwriting popups javascript functions with own customized ones, which are prone to break if the original function changes. Also obviously this only works easy with one external party.
You can see that approach taken at the wikidata gadget by bene* at https://www.wikidata.org/wiki/MediaWiki:Gadget-PopupsFix.js who overwrites mw.popups.render.article.init.

Oct 13 2015, 1:19 AM · Web-Team-Backlog (Tracking), MW-1.27-release (WMF-deploy-2015-10-27_(1.27.0-wmf.4)), Blocked-on-Wikidata, MediaWiki-extensions-WikibaseRepository, patch-welcome, Wikidata, Page-Previews
Se4598 added a comment to T102921: [Task] Make hover cards work on property links.

I understand what you are trying to achieve and what the desired outcome is.
I just want to know whether https://gerrit.wikimedia.org/r/232236 helps you do that.
This requires you building something.

To be clear I expect the Wikidata team to make use of https://gerrit.wikimedia.org/r/232236 to make this happen. Once I see working code I'll merge https://gerrit.wikimedia.org/r/232236 otherwise it will not happen.

Oct 13 2015, 12:00 AM · Web-Team-Backlog (Tracking), MW-1.27-release (WMF-deploy-2015-10-27_(1.27.0-wmf.4)), Blocked-on-Wikidata, MediaWiki-extensions-WikibaseRepository, patch-welcome, Wikidata, Page-Previews

Oct 12 2015

Se4598 updated subscribers of T115261: Crosswatch 404s / webservice down.
Oct 12 2015, 3:10 PM · crosswatch
Se4598 merged task T115263: Four hundred and four! into T115261: Crosswatch 404s / webservice down.
Oct 12 2015, 3:10 PM · crosswatch

Oct 7 2015

Se4598 added a comment to T114710: Huggle antivandalism network should make a tone, when someone writes something.

another option would be QApplication::beep()

Oct 7 2015, 7:01 PM · Google-Code-In-2015, good first task, OKR-Work, Huggle

Sep 27 2015

Se4598 committed rOMWCd2b2ad806e2c: Restore previous custom AbuseFilter IP Block durations.
Restore previous custom AbuseFilter IP Block durations
Sep 27 2015, 3:51 PM

Sep 26 2015

Se4598 added a project to T113848: AbuseFilter in ukwiki: Wikimedia-Site-requests.

Which filter triggers the block? Google translate mentions it could be filter 41?
I can't see it because its private, but from the list entry it tags atm. I suppose blocking has been disabled.

Sep 26 2015, 6:27 PM · Patch-For-Review, Wikimedia-Site-requests, AbuseFilter

Sep 21 2015

Se4598 added a comment to T99793: Hovercard ignores math formulae.

Note: <math> formulars on pages doesn't have to be rendered as a plain png, Extension:Math also supports MathML (browser rendering) with SVG/PNG-fallback or (removed) via MathJax (JS-library) and other modes by itself.
Extension:Math even has a user setting for that on wikimedia-wikis (I won't judge if that makes sense in context for hovercards).

Sep 21 2015, 7:29 PM · Web-Team-Backlog, TextExtracts, Page-Previews

Sep 20 2015

Se4598 added a comment to T99793: Hovercard ignores math formulae.

As @Prtksxna points out this is an image. We could take the value of the text in the alt tag although this would have more serious impacts on other text extracts where the image is not a crucial part of the information. Could the article be rewritten to us one of the many maths extensions we have?

Sep 20 2015, 12:28 AM · Web-Team-Backlog, TextExtracts, Page-Previews

Sep 13 2015

Se4598 closed T86523: Project icons missing in Firefox 34 on some tasklists in "Activity" dashboard as Resolved.

@Se4598: I cannot reproduce this anymore in Firefox 40. Can you?

Sep 13 2015, 1:19 PM · Upstream, Browser-Support-Firefox, Phabricator (Upstream)

Sep 11 2015

Se4598 added a comment to T112155: Implement filter for edit tags.

ok, to summarise the features requested here are:

  1. create edit queues based on selected tags (user config)
  2. take specific tags into score calculation (per project/user config)
  3. show edit tags under the edit summary at the top of each edit
Sep 11 2015, 12:35 PM · OKR-Work, Huggle

Aug 20 2015

Se4598 added a comment to T96185: Security review of Mobile Apps service.
Aug 20 2015, 5:47 PM · Security-Team
Se4598 renamed T109023: Security review of the MobileApps service from Security review of the MoblieApps service to Security review of the MobileApps service.
Aug 20 2015, 5:46 PM · Product-Infrastructure-Team-Backlog-Deprecated, Patch-For-Review, Security-Team, Mobile-Content-Service, Services

Aug 16 2015

Se4598 added a comment to T102945: Make Extension:Newsletter strings translatable in translatewiki.net.

See notes on changeset. (hm, somehow my annotations are off by one line)

Aug 16 2015, 12:24 PM · Patch-For-Review, MediaWiki-extensions-Newsletter

Aug 15 2015

Se4598 added a comment to T102945: Make Extension:Newsletter strings translatable in translatewiki.net.

@Tinaj1234 This patch doesn't cover all the strings that need to be translated in the extension, right?

Aug 15 2015, 11:18 AM · Patch-For-Review, MediaWiki-extensions-Newsletter

Aug 6 2015

Se4598 added a watcher for crosswatch: Se4598.
Aug 6 2015, 5:01 PM
Se4598 added a member for crosswatch: Se4598.
Aug 6 2015, 5:01 PM

Jul 15 2015

Se4598 updated subscribers of T85386: Show an error if a named <ref> is defined multiple times with different content.
Jul 15 2015, 5:19 PM · User-notice-archive, MediaWiki-TrackingCategories, MW-1.27-release (WMF-deploy-2015-10-06_(1.27.0-wmf.2)), Parsoid, Cite
Se4598 merged task T105914: Add new ref error for different references with the same name into T85386: Show an error if a named <ref> is defined multiple times with different content.
Jul 15 2015, 5:19 PM · Cite

Jul 14 2015

Se4598 committed rMREL616b9fb34c92: Add license name to credits and add minor config code comment.
Add license name to credits and add minor config code comment
Jul 14 2015, 6:11 PM
Se4598 committed rMREL323848c2f39c: parse AF error message on action delete.
parse AF error message on action delete
Jul 14 2015, 6:11 PM
Se4598 committed rMREL30fbaf50122f: code cleanup: $warnMsg is always set before.
code cleanup: $warnMsg is always set before
Jul 14 2015, 6:11 PM
Se4598 committed rMREL8125decd66ce: fix "JQMIGRATE: jQuery.fn.toggle(handler, handler...) is deprecated".
fix "JQMIGRATE: jQuery.fn.toggle(handler, handler...) is deprecated"
Jul 14 2015, 6:11 PM
Se4598 committed rMREL2c30df42c58a: Add triggered filter id as parameter to messages.
Add triggered filter id as parameter to messages
Jul 14 2015, 6:11 PM

Jul 2 2015

Se4598 placed T87876: Convert AbuseFilter to use extension registration up for grabs.
Jul 2 2015, 10:11 AM · MW-1.28-release (WMF-deploy-2016-06-14_(1.28.0-wmf.6)), MW-1.28-release (WMF-deploy-2016-06-07_(1.28.0-wmf.5)), Patch-For-Review, AbuseFilter

Jun 28 2015

Se4598 closed T104128: Login-needed text isn't displayed for all newsletter-pages as Resolved.
Jun 28 2015, 12:10 PM · Patch-For-Review, MediaWiki-extensions-Newsletter
Se4598 created T104128: Login-needed text isn't displayed for all newsletter-pages.
Jun 28 2015, 10:34 AM · Patch-For-Review, MediaWiki-extensions-Newsletter

May 27 2015

Se4598 merged task T100499: added_lines and removed_lines now incorrectly start with a space into T100069: added_lines include whitespace at the beginning.
May 27 2015, 10:29 AM · AbuseFilter
Se4598 updated subscribers of T100069: added_lines include whitespace at the beginning.
May 27 2015, 10:29 AM · WMF-deploy-2015-05-20_(1.26wmf7), MW-1.26-release, WMF-deploy-2015-05-27_(1.26wmf8), Patch-For-Review, AbuseFilter
Se4598 reopened T100069: added_lines include whitespace at the beginning as "Open".
May 27 2015, 10:29 AM · WMF-deploy-2015-05-20_(1.26wmf7), MW-1.26-release, WMF-deploy-2015-05-27_(1.26wmf8), Patch-For-Review, AbuseFilter

May 25 2015

Se4598 added a comment to T99999: Incorrect prior block durations reported .

I've never attached backup like screenshots to a Phabricator report and , looking around here as I''m entering this comment, it's not obvious to me how to attach screenshots to a report while entering a comment.

May 25 2015, 12:37 PM · Essential-Work, Huggle

May 24 2015

Se4598 updated subscribers of T99518: Meeting : Newsletter extension at Wikimedia Hackathon, Lyon.
May 24 2015, 11:09 AM · MediaWiki-extensions-Newsletter, Wikimedia-Hackathon-2015

May 13 2015

Se4598 added a project to T73947: Edits via API (e.g. through VisualEditor) cause AbuseFilter to work on pre-automerged edit: VisualEditor.

readding VisualEditor: was removed without explanation and the correlation seems obvious.

May 13 2015, 8:22 PM · MW-1.27-release (WMF-deploy-2016-04-12_(1.27.0-wmf.21)), MediaWiki-Action-API, MediaWiki-Page-editing, AbuseFilter
Se4598 updated subscribers of T99000: Abuse Filter works on pre-automerged edit from Visual Editor.

Quoting from another bug, maybe dupe of (T73947: Edits via API (e.g. through VisualEditor) cause AbuseFilter to work on pre-automerged edit):

May 13 2015, 8:11 PM · AbuseFilter

May 1 2015

Se4598 added a comment to T97261: Create raw lists of users that trigger a given abusefilter.

This sounds like a simple JS-userscript to execute on a log page, and the API is there. Hasn't noone this idea yet or am I missing something? There is no need for a regex to clean up when it can be interpreted as json.

May 1 2015, 5:03 PM · Stewards-and-global-tools, AbuseFilter

Apr 8 2015

Se4598 added a comment to T94368: Additional page protection level on dewiki for "editor".

OK, whats the next step now?

Apr 8 2015, 10:55 PM · Wikimedia-Site-requests
Se4598 added a project to T95382: Investigate 1AM enwiki slave lag spikes: AbuseFilter.
Apr 8 2015, 7:08 AM · AbuseFilter, Sustainability, Patch-For-Review

Apr 6 2015

Se4598 added a comment to T95215: Popups calls mw.Uri on javascript: links, causing "bad constructor arguments" error.

old bugs reintroduced. I'm not innocent on this one.
Are try-catch in JS code nice?

Apr 6 2015, 10:31 PM · StructuredDiscussions, JavaScript, Collaboration-Team-Triage, Page-Previews
Se4598 added a comment to T21565: Add more variables to AbuseFilter file uploading evaluation.

The underlying technical problem is that uploads proceed in two steps. First the file is uploaded to the server and then the text is processed and saved to the database. We have a hook into the upload process, but at that point in software the uploaded text is not yet available.

After poking around the code a bit, my instinct is that the best approach probably to add a new hook in UploadBase/performUpload prior to calling LocalFile->upload. Call it something like, UploadBeforeSaveText and send it the file info as well as the $comment, $page_text, and $user. And then move all AbuseFilter processing of uploads to that hook. The biggest potential pitfall is probably making sure the code aborts correctly and doesn't leave dangling stuff on the file system (the code is complicated enough that I'm not currently sure what cleaning might be necessary in response to a late abort).

The only other sensible alternative that I see would be to make page_text, etc. properties of UploadBase and associate it with the file much earlier in the upload process, before verifyUpload gets called. In some ways this might be preferable conceptually, as it would enforce a tighter integration of file description text and file content (and doesn't require a new hook), but doing that seems like it would require many more dependency changes since one would be modifying the parameters sent to performUpload among other things.

Does anyone else have suggestions about how to proceed here?

Apr 6 2015, 7:34 PM · AbuseFilter

Mar 27 2015

Se4598 committed rEPOP946b4f4926f2: Do API queries after API_DELAY.
Do API queries after API_DELAY
Mar 27 2015, 7:55 AM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT2ce8804159c0: Updated mediawiki/extensions Project: mediawiki/extensions/Popups… (authored by Se4598).
Updated mediawiki/extensions Project: mediawiki/extensions/Popups…
Mar 27 2015, 7:53 AM

Mar 26 2015

Se4598 updated subscribers of T93720: In Hovercards, HTML is sometimes showing, e.g. apostrophes are shown as &#039;.
Mar 26 2015, 12:57 PM · Page-Previews
Se4598 merged task T94021: Hover cards shows entities in final result instead of ' or " characters. into T93720: In Hovercards, HTML is sometimes showing, e.g. apostrophes are shown as &#039;.
Mar 26 2015, 12:57 PM · Page-Previews

Mar 24 2015

Se4598 added a comment to T93746: Style for print is not applied at printable version.

related: T93319: IE9 does not show reference backlinks around the same lines of CSS.

Mar 24 2015, 11:44 PM · WMF-deploy-2015-06-09_(1.26wmf9), Patch-For-Review, Cite, MediaWiki-General
Se4598 merged task T93341: an apostrophe is escaped unnecessarily in a hovercard into T93720: In Hovercards, HTML is sometimes showing, e.g. apostrophes are shown as &#039;.
Mar 24 2015, 10:41 AM · Page-Previews
Se4598 updated subscribers of T93720: In Hovercards, HTML is sometimes showing, e.g. apostrophes are shown as &#039;.
Mar 24 2015, 10:41 AM · Page-Previews

Mar 21 2015

Se4598 updated subscribers of T92932: Hover card often gets stuck in "open" state.

stuck open hovercard at https://en.wikipedia.org/wiki/Blackadder (1.25wmf21 (rMWdd2e66f6e20d)) @Prtksxna
FF's own Web Console shows (with grey cross):

"[Popups] Missing property "action"" load.php:39:408
"[Popups] Value null is the wrong type for property "duration" (integer expected)" load.php:39:408
Mar 21 2015, 7:47 PM · Page-Previews (2016-17-Q3-Goal), Web-Team-Backlog

Mar 20 2015

Se4598 added a project to T93319: IE9 does not show reference backlinks: Browser-Support-Internet-Explorer.
Mar 20 2015, 3:03 AM · Patch-For-Review, Browser-Support-Internet-Explorer, Cite
Se4598 added a comment to T91707: L10n-bot should not force-merge / override Jenkins (breaks the build).

Related to this task: Since the change I get emails from watched gerrit projects about submitted l10n changes. This wasn't before (except changes manually approved).
Is there a way to ignore L10n-bot again (particularly changes owned by l10n and submitted by jenkins)?

Mar 20 2015, 12:36 AM · Continuous-Integration-Infrastructure, translatewiki.net

Mar 17 2015

Se4598 added a comment to T92932: Hover card often gets stuck in "open" state.

I assume there was a javascript error. I also had this infrequent lately but sadly forgot to save the message.

Mar 17 2015, 1:50 PM · Page-Previews (2016-17-Q3-Goal), Web-Team-Backlog

Mar 13 2015

Se4598 added a project to T92376: Set $wgRateLimits['badcaptcha'] to counter bots: User-notice.
Mar 13 2015, 10:16 PM · User-notice-archive, Stewards-and-global-tools, Wikimedia-Site-requests

Mar 12 2015

Se4598 added a project to T92529: http://commons.wikimedia.org/wiki/File:Trie_example.svg causes 503 Service Unavailable: Incident-20150312-whitespace.
Mar 12 2015, 7:11 PM · SRE, Incident-20150312-whitespace, Commons, MediaWiki-File-management, Multimedia
Se4598 added a comment to T38939: User name blacklist should be managed globally to avoid SUL fragmentation.

I will post a notice about this on dewiki's blacklist. It contains a lot of common german insults and also variants of local sysops usernames, which are affected by stalking trolls.
Also enwiki has similiar cases.
So before the switch gets flipped, Glaisher's questions (which would be mine too, from above link), should be answered.

So since this is going to happen, we need a process for migrating reasonable rules from local blacklists to this one (also abusefilters which prevents usernames needs to be disabled and imported here). [...] Glaisher (talk) 12:57, 11 March 2015 (UTC)

Mar 12 2015, 6:47 PM · User-notice-archive, Stewards-and-global-tools, Patch-For-Review, SUL-Finalization, TitleBlacklist, Wikimedia-Site-requests
Se4598 added a comment to T85790: LocalisationUpdate broken since 2014-12-16.

any update here? I suspect it is still not working.

Mar 12 2015, 11:29 AM · Patch-For-Review, Deployments
Se4598 added a comment to T77054: Popup Guide for Beta Features.

The code (module "ext.betaFeatures.popup") is there, but it isn't loaded for me for an unknown reason. Option "betafeatures-popup-disable" is unset for me.

Mar 12 2015, 1:01 AM · MW-1.28-release (WMF-deploy-2016-08-16_(1.28.0-wmf.15)), BetaFeatures

Mar 11 2015

Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT7e9392966f02: Updated mediawiki/extensions Project: mediawiki/extensions/GlobalCssJs… (authored by Se4598).
Updated mediawiki/extensions Project: mediawiki/extensions/GlobalCssJs…
Mar 11 2015, 6:29 AM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT7e7bcf052e85: Updated mediawiki/extensions Project… (authored by Se4598).
Updated mediawiki/extensions Project…
Mar 11 2015, 6:27 AM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT196242d73bd7: Updated mediawiki/extensions Project: mediawiki/extensions/Popups… (authored by Se4598).
Updated mediawiki/extensions Project: mediawiki/extensions/Popups…
Mar 11 2015, 6:27 AM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT1a1126a18b72: Updated mediawiki/extensions Project… (authored by Se4598).
Updated mediawiki/extensions Project…
Mar 11 2015, 6:27 AM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXTc2e460e3e5ad: Updated mediawiki/extensions Project: mediawiki/extensions/Popups… (authored by Se4598).
Updated mediawiki/extensions Project: mediawiki/extensions/Popups…
Mar 11 2015, 6:27 AM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT1e684dbd07fa: Updated mediawiki/extensions Project: mediawiki/extensions/AbuseFilter… (authored by Se4598).
Updated mediawiki/extensions Project: mediawiki/extensions/AbuseFilter…
Mar 11 2015, 6:26 AM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT378bcc4165a2: Updated mediawiki/extensions Project: mediawiki/extensions/AbuseFilter… (authored by Se4598).
Updated mediawiki/extensions Project: mediawiki/extensions/AbuseFilter…
Mar 11 2015, 6:23 AM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT660515bc244d: Updated mediawiki/extensions Project: mediawiki/extensions/AbuseFilter… (authored by Se4598).
Updated mediawiki/extensions Project: mediawiki/extensions/AbuseFilter…
Mar 11 2015, 6:23 AM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT7a561b0d21b0: Updated mediawiki/extensions Project: mediawiki/extensions/GlobalCssJs… (authored by Se4598).
Updated mediawiki/extensions Project: mediawiki/extensions/GlobalCssJs…
Mar 11 2015, 6:08 AM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT3bafc8a0825d: Updated mediawiki/extensions Project: mediawiki/extensions/AbuseFilter… (authored by Se4598).
Updated mediawiki/extensions Project: mediawiki/extensions/AbuseFilter…
Mar 11 2015, 6:07 AM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXTb373603f4894: Updated mediawiki/extensions Project: mediawiki/extensions/AbuseFilter… (authored by Se4598).
Updated mediawiki/extensions Project: mediawiki/extensions/AbuseFilter…
Mar 11 2015, 5:59 AM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT4a3e4b421254: Updated mediawiki/extensions Project: mediawiki/extensions/ArticleFeedbackv5… (authored by Se4598).
Updated mediawiki/extensions Project: mediawiki/extensions/ArticleFeedbackv5…
Mar 11 2015, 5:30 AM

Mar 4 2015

Se4598 added a comment to T21288: Gadget usage statistics.

@yuvipanda: I don't know which infos are all on stat*, but relative easy queries can already be made together with Extension:AccountAudit like

SELECT up_property, up_value, COUNT(*) AS count FROM user_properties INNER JOIN accountaudit_login ON aa_user = up_user WHERE up_property LIKE "%gadget%" AND aa_lastlogin > '201404' GROUP BY up_property, up_value ORDER BY count;

(the query run in August 2014 and needed 1 min 32 sec for dewiki)

Mar 4 2015, 5:22 PM · Community-Tech-fixes, Community-Tech, Tracking-Neverending, MediaWiki-extensions-Gadgets

Mar 3 2015

Se4598 committed rOMWC984be416d887: fix noc.wikimedia.org/db.php.
fix noc.wikimedia.org/db.php
Mar 3 2015, 9:00 PM
Se4598 committed rOMWC42d079419c14: beta.labs: logo and favicon change for dewiki.
beta.labs: logo and favicon change for dewiki
Mar 3 2015, 8:58 PM