Page MenuHomePhabricator
Feed Advanced Search

Aug 20 2019

Huji added a comment to T229293: invalid CSRF token error shown with each block.

@Dalba I just ran this simplified bot on fawiki and ran into the same issue (of it asking me to login again):

Aug 20 2019, 2:26 AM · Pywikibot
Huji added a comment to T229293: invalid CSRF token error shown with each block.

I wonder why you're being prompted for typing your password again, maybe your user-config.py/password_file is not configured properly?

I have the following lines in mine:

user-config.py:

usernames['*']['*'] = 'Dalba'
sysopnames['*']['*'] = 'Dalba'
password_file = 'user-password.py'
Aug 20 2019, 2:20 AM · Pywikibot

Aug 19 2019

Huji added a comment to T227843: Deprecate AbuseFilter's support for Zero.

@Daimona I updated these:

Aug 19 2019, 2:34 PM · User-notice-archive, MW-1.34-notes (1.34.0-wmf.21; 2019-09-03), WikimediaMessages, Technical-Debt, AbuseFilter
Huji added a project to T200703: Special:RandomInCategory does not return all pages with equal probability: DBA.

I agree that a DBA review would be necessary.

Aug 19 2019, 2:29 PM · MediaWiki-extensions-RandomInCategory, Platform Team Workboards (Clinic Duty Team), MediaWiki-libs-Rdbms, Patch-For-Review, MediaWiki-Categories
Huji added a comment to T200703: Special:RandomInCategory does not return all pages with equal probability.

Is there a reason we are using cl_timestamp and not page_random here? The code has been using cl_timestamp since 2013 at least. In comparison, Randompage and Randomrootpage both use page_random.

Efficency on large categories. Using page_random means a filesort. This means that the db has to load every page in the category, sort them, and then get the right page. Some categories have millions of pages in them (e.g. license cats on commons) so thats not ok. Order by RAND() would probably be equivalent to page_random here.

Aug 19 2019, 12:07 AM · MediaWiki-extensions-RandomInCategory, Platform Team Workboards (Clinic Duty Team), MediaWiki-libs-Rdbms, Patch-For-Review, MediaWiki-Categories

Aug 18 2019

Huji updated the task description for T200703: Special:RandomInCategory does not return all pages with equal probability.
Aug 18 2019, 8:12 PM · MediaWiki-extensions-RandomInCategory, Platform Team Workboards (Clinic Duty Team), MediaWiki-libs-Rdbms, Patch-For-Review, MediaWiki-Categories
Huji added a comment to T200703: Special:RandomInCategory does not return all pages with equal probability.

Is there a reason we are using cl_timestamp and not page_random here? The code has been using cl_timestamp since 2013 at least. In comparison, Randompage and Randomrootpage both use page_random.

Aug 18 2019, 8:11 PM · MediaWiki-extensions-RandomInCategory, Platform Team Workboards (Clinic Duty Team), MediaWiki-libs-Rdbms, Patch-For-Review, MediaWiki-Categories
Huji updated the task description for T200703: Special:RandomInCategory does not return all pages with equal probability.
Aug 18 2019, 8:06 PM · MediaWiki-extensions-RandomInCategory, Platform Team Workboards (Clinic Duty Team), MediaWiki-libs-Rdbms, Patch-For-Review, MediaWiki-Categories
Huji updated the task description for T230700: Special:RandomInCategory does not return all pages with equal probability.
Aug 18 2019, 8:01 PM
Huji updated the task description for T200703: Special:RandomInCategory does not return all pages with equal probability.
Aug 18 2019, 7:57 PM · MediaWiki-extensions-RandomInCategory, Platform Team Workboards (Clinic Duty Team), MediaWiki-libs-Rdbms, Patch-For-Review, MediaWiki-Categories
Huji updated the task description for T200703: Special:RandomInCategory does not return all pages with equal probability.
Aug 18 2019, 7:56 PM · MediaWiki-extensions-RandomInCategory, Platform Team Workboards (Clinic Duty Team), MediaWiki-libs-Rdbms, Patch-For-Review, MediaWiki-Categories
Huji renamed T200703: Special:RandomInCategory does not return all pages with equal probability from Special:RandomInCategory doesn't show random results to Special:RandomInCategory does not return all pages with equal probability.
Aug 18 2019, 7:55 PM · MediaWiki-extensions-RandomInCategory, Platform Team Workboards (Clinic Duty Team), MediaWiki-libs-Rdbms, Patch-For-Review, MediaWiki-Categories
Huji updated the task description for T200703: Special:RandomInCategory does not return all pages with equal probability.
Aug 18 2019, 7:54 PM · MediaWiki-extensions-RandomInCategory, Platform Team Workboards (Clinic Duty Team), MediaWiki-libs-Rdbms, Patch-For-Review, MediaWiki-Categories
Huji updated the task description for T200703: Special:RandomInCategory does not return all pages with equal probability.
Aug 18 2019, 7:53 PM · MediaWiki-extensions-RandomInCategory, Platform Team Workboards (Clinic Duty Team), MediaWiki-libs-Rdbms, Patch-For-Review, MediaWiki-Categories
Huji renamed T230700: Special:RandomInCategory does not return all pages with equal probability from Special:RandomInCategory isn't very random to Special:RandomInCategory does not return all pages with equal probability.
Aug 18 2019, 7:44 PM
Huji moved T207560: Carry out the 2018 fawiki elections on votewiki from Backlog to VoteWiki on the Elections board.
Aug 18 2019, 1:07 PM · Elections, Trust-and-Safety, Wikimedia-Site-requests
Huji added a project to T207560: Carry out the 2018 fawiki elections on votewiki: Elections.
Aug 18 2019, 1:06 PM · Elections, Trust-and-Safety, Wikimedia-Site-requests
Huji added a comment to T230615: Create a tag on Phabricator for fawiki elections.

@DannyS712 the Elections tag, which Aklapper pointed out, would serve that purpose.

Aug 18 2019, 1:06 PM · Project-Admins

Aug 17 2019

Huji added a comment to T142303: Two-account workflow is not available with OAuth.

I am not fluent in MW API, so let me ask this: is there a way to ask the API "who am i"? Or "which groups am I a part of"? Because if so, then all Pywikibot has to do is when OAuth is used it should check to make sure it is indeed authenticated using a sysop account before trying each sysop action.

Aug 17 2019, 12:55 PM · User-Huji, Pywikibot, Pywikibot-OAuth

Aug 16 2019

Huji added a comment to T229293: invalid CSRF token error shown with each block.

With BotPasswords, the CSRF error was not shown when the first block was done. When a second block was attempted, I got a Login failed error. Here are some relevant portions of the log:

Aug 16 2019, 7:49 PM · Pywikibot
Huji added a comment to T229293: invalid CSRF token error shown with each block.

Alright, I tried OAuth and when I was creating the consumer on meta, I made sure to check "Block and unblock users". However, when the bot gets to the point that it tries to block an IP I get this error message:

Aug 16 2019, 5:24 PM · Pywikibot
Huji added a comment to T229293: invalid CSRF token error shown with each block.

Sure, I will give OAuth a try. But first, I need someone to add my bot to the "confirmed" group on Meta.

Aug 16 2019, 4:38 PM · Pywikibot
Huji added a comment to T230595: Apparent Bug in Undoing Edits on Articles in enwiki containing Arabic text.

@Sambasoccer27 can you please provide a diff link, not an oldid link? Something like https://en.wikipedia.org/w/index.php?title=Abd_el-Krim&diff=prev&oldid=906255302

Aug 16 2019, 2:22 PM · VisualEditor, I18n, RTL, MediaWiki-Page-editing
Huji updated the task description for T230614: Carry out the 2019 fawiki elections on votewiki.
Aug 16 2019, 2:17 PM · Wikimedia-Site-requests, Trust-and-Safety, Elections
Huji created T230615: Create a tag on Phabricator for fawiki elections.
Aug 16 2019, 2:10 PM · Project-Admins
Huji created T230614: Carry out the 2019 fawiki elections on votewiki.
Aug 16 2019, 2:07 PM · Wikimedia-Site-requests, Trust-and-Safety, Elections
Huji removed a project from T207560: Carry out the 2018 fawiki elections on votewiki: Patch-For-Review.
Aug 16 2019, 1:58 PM · Elections, Trust-and-Safety, Wikimedia-Site-requests

Aug 14 2019

Huji renamed T229293: invalid CSRF token error shown with each block from invalid CSRF token error shown after each block to invalid CSRF token error shown with each block.
Aug 14 2019, 12:59 AM · Pywikibot
Huji added a comment to T229293: invalid CSRF token error shown with each block.

That is my best guess. Here is an excerpt of the relevant portions of the output of my bot in one of its recent runs:

Aug 14 2019, 12:58 AM · Pywikibot

Aug 11 2019

Huji closed T230163: AbuseFilter: Don't show "export this filter" when importing as Resolved.
Aug 11 2019, 4:42 PM · MW-1.34-notes (1.34.0-wmf.20; 2019-08-27), User-DannyS712, AbuseFilter
Huji closed T229947: Dynamic variable names shouldn't be allowed, a subtask of T230263: Tasks requiring manual edits of existing abuse filters in production (tracking), as Resolved.
Aug 11 2019, 3:53 PM · Tracking-Neverending, AbuseFilter
Huji closed T229947: Dynamic variable names shouldn't be allowed as Resolved.
Aug 11 2019, 3:53 PM · MW-1.34-notes (1.34.0-wmf.20; 2019-08-27), AbuseFilter
Huji renamed T229947: Dynamic variable names shouldn't be allowed from Dynamic variables shouldn't be allowed to Dynamic variable names shouldn't be allowed.
Aug 11 2019, 1:50 AM · MW-1.34-notes (1.34.0-wmf.20; 2019-08-27), AbuseFilter
Huji closed T230281: Allow bots to mark some edits as non-bot as Invalid.

I did not know that if you do not specify the bot parameter it would mean the edit won't be labeled as a bot edit. Since we had both minor and notminor I just assumed we would also need notbot. I just verified that what @Antigng said is actually correct, hence marking the task as invalid.

Aug 11 2019, 1:27 AM · MediaWiki-General, Editing-team

Aug 10 2019

Huji created T230281: Allow bots to mark some edits as non-bot.
Aug 10 2019, 10:17 PM · MediaWiki-General, Editing-team

Aug 8 2019

Huji added a comment to T229947: Dynamic variable names shouldn't be allowed.

I suggest that we try to restart the discussion about the global abusefilter managers group on meta. I was thinking to do that next week, and maybe write on tech news. ATM there are several tasks for which we'd need those rights.

Aug 8 2019, 4:50 PM · MW-1.34-notes (1.34.0-wmf.20; 2019-08-27), AbuseFilter
Huji added a comment to T229947: Dynamic variable names shouldn't be allowed.

Here is the thing tho: if we only want to allow literal strings as the first parameter, then what is the point of having set_var at all? We already can use the variable := value syntax for that.

Aug 8 2019, 12:39 PM · MW-1.34-notes (1.34.0-wmf.20; 2019-08-27), AbuseFilter
Huji renamed T229947: Dynamic variable names shouldn't be allowed from Variable variables shouldn't be allowed to Dynamic variables shouldn't be allowed.
Aug 8 2019, 12:36 PM · MW-1.34-notes (1.34.0-wmf.20; 2019-08-27), AbuseFilter
Huji added a comment to T229947: Dynamic variable names shouldn't be allowed.

You can query public filters like this but (a) you cannot query private filters, and (b) this would require running the query for hundreds of wikis one at a time.

Aug 8 2019, 12:36 PM · MW-1.34-notes (1.34.0-wmf.20; 2019-08-27), AbuseFilter
Huji added a comment to T230086: Expose variable results in examine interface.

Can this be merged with T170504 somehow? As a parent and child task, or some other way?

Aug 8 2019, 2:03 AM · AbuseFilter, User-DannyS712

Aug 7 2019

Huji added a comment to T229947: Dynamic variable names shouldn't be allowed.

@Daimona, I think we should run a query to make sure no WMF wiki already uses this feature, before disabling it. Can you take the lead on that subtask?

Aug 7 2019, 10:53 PM · MW-1.34-notes (1.34.0-wmf.20; 2019-08-27), AbuseFilter
Huji assigned T230066: TagMultiselectWidget: the input field is editable even if the widget is disabled to Daimona.
Aug 7 2019, 10:31 PM · OOUI (OOUI-0.41.3), AbuseFilter, User-DannyS712
Huji updated the task description for T156568: Review and update the Examples extension.
Aug 7 2019, 10:17 PM · User-xSavitar, Wikimedia-Hackathon-2017, MediaWiki-Stakeholders-Group, Developer-Wishlist (2017), MediaWiki-extensions-Examples
Huji added a comment to T230066: TagMultiselectWidget: the input field is editable even if the widget is disabled.

Interesting find!

Aug 7 2019, 8:26 PM · OOUI (OOUI-0.41.3), AbuseFilter, User-DannyS712

Aug 3 2019

Huji added a comment to T212730: Change the syntax for non-decimal numbers.

Obviously, keeping this open despite the merged patch, as the patch only helps with better logging of events and the problem persists.

Aug 3 2019, 8:29 PM · MW-1.35-notes (1.35.0-wmf.22; 2020-03-03), MW-1.34-notes (1.34.0-wmf.21; 2019-09-03), User-Daimona, AbuseFilter
Huji created T229717: Define import sources for fawiki.
Aug 3 2019, 12:59 AM · Wikimedia-Site-requests

Aug 1 2019

Huji closed T229600: Hook name does not match associated namespace name as Declined.

a new hook was created in OATHAuth to address

A new subscriber was created. A new hook was not created

Aug 1 2019, 10:43 PM · MediaWiki-extensions-OATHAuth
Huji updated the task description for T229600: Hook name does not match associated namespace name.
Aug 1 2019, 5:32 PM · MediaWiki-extensions-OATHAuth
Huji created T229600: Hook name does not match associated namespace name.
Aug 1 2019, 5:31 PM · MediaWiki-extensions-OATHAuth

Jul 30 2019

Huji added a comment to T229293: invalid CSRF token error shown with each block.

I did more examinations of this. My bot will issue several blocks each time I run it. The first block never causes the warning to show up; all subsequent blocks will. I will try to investigate more, but thought sharing it here could help others who may also be investigating this.

Jul 30 2019, 5:40 PM · Pywikibot
Huji updated the task description for T229293: invalid CSRF token error shown with each block.
Jul 30 2019, 4:54 PM · Pywikibot
Huji committed rPWBCdca5c1e0200d: Add allowusertalk to the userblock options in pywikibot.
Add allowusertalk to the userblock options in pywikibot
Jul 30 2019, 2:52 PM

Jul 29 2019

Huji created T229293: invalid CSRF token error shown with each block.
Jul 29 2019, 11:30 PM · Pywikibot
Huji created T229288: Add allowusertalk to the userblock options in pywikibot.
Jul 29 2019, 10:19 PM · Pywikibot
Huji closed T228609: OATHAuth: Don't show link to `Manage Two-factor authentication` if user can't do so as Resolved.
Jul 29 2019, 12:40 AM · MW-1.34-notes (1.34.0-wmf.16; 2019-07-30), User-DannyS712, MediaWiki-extensions-OATHAuth

Jul 27 2019

Huji claimed T176553: Add rollback, autopatrol, extended confirmed, patroller and uploader to eliminators in fawiki.
Jul 27 2019, 12:15 AM · User-Urbanecm, Patch-For-Review, User-Ladsgroup, Wikimedia-Site-requests
Huji added a comment to T176553: Add rollback, autopatrol, extended confirmed, patroller and uploader to eliminators in fawiki.

@Urbanecm yes; sorry I did not see your message due to poor inbox management.

Jul 27 2019, 12:14 AM · User-Urbanecm, Patch-For-Review, User-Ladsgroup, Wikimedia-Site-requests
Huji placed T210642: Disallow eliminators to block sysops on fawiki up for grabs.
Jul 27 2019, 12:13 AM · MediaWiki-User-management, Wikimedia-Site-requests

Jul 23 2019

Huji closed T174277: CheckUser API is case-sensitive to the first character of the username as Resolved.
Jul 23 2019, 2:14 AM · MW-1.34-notes (1.34.0-wmf.15; 2019-07-23), User-DannyS712, CheckUser

Jul 21 2019

Huji claimed T174277: CheckUser API is case-sensitive to the first character of the username.
Jul 21 2019, 8:01 PM · MW-1.34-notes (1.34.0-wmf.15; 2019-07-23), User-DannyS712, CheckUser
Huji updated subscribers of T174277: CheckUser API is case-sensitive to the first character of the username.

Hmmm. The only case for using cuc_user_text would be if we were thinking that a user maybe renamed but CU data might not have been synced yet. But I don't think that should be the case ever since the onRenameUserSQL hook exists (since rECHU7b16c55a4a0def59a910d4bb4bead07706a23028 implemented in 2016).

Jul 21 2019, 12:16 AM · MW-1.34-notes (1.34.0-wmf.15; 2019-07-23), User-DannyS712, CheckUser

Jul 20 2019

Huji added a comment to T174277: CheckUser API is case-sensitive to the first character of the username.

No, I don't. Here is what I get for running a check for "admin":

Jul 20 2019, 8:43 PM · MW-1.34-notes (1.34.0-wmf.15; 2019-07-23), User-DannyS712, CheckUser
Huji added a comment to T174277: CheckUser API is case-sensitive to the first character of the username.

That was a typo (I updated the task). The issue persists.

Jul 20 2019, 2:24 AM · MW-1.34-notes (1.34.0-wmf.15; 2019-07-23), User-DannyS712, CheckUser
Huji updated the task description for T174277: CheckUser API is case-sensitive to the first character of the username.
Jul 20 2019, 2:24 AM · MW-1.34-notes (1.34.0-wmf.15; 2019-07-23), User-DannyS712, CheckUser

Jul 17 2019

Huji awarded T87781: Split mediawiki tests into unit and integration tests a Love token.
Jul 17 2019, 6:22 PM · MW-1.34-notes (1.34.0-wmf.22; 2019-09-10), Code-Health, Patch-For-Review, User-kostajh, Wikimedia-Hackathon-2019, Code-Health-Metrics, Epic, MediaWiki-Core-Tests

Jul 13 2019

Huji added a comment to T227705: Add "help" link to Special:BlankPage.

I still think someone else with more experience should give this some consideration; I continue to think that the help message should be wiki-specific, and therefore it should not be handled through the code base.

Jul 13 2019, 8:12 PM · User-DannyS712, MediaWiki-Special-pages
Huji added a comment to T227705: Add "help" link to Special:BlankPage.

https://www.mediawiki.org/wiki/Manual:Special_pages#Custom_special_pages does not provide the relevant information (for one thing, it never even mentions Special:BlankPage so for a non-technical user that help page is completely useless).

Jul 13 2019, 4:39 PM · User-DannyS712, MediaWiki-Special-pages

Jul 11 2019

Huji added a comment to T224861: Special:UrlShortener should have a "help" link.

On it

Jul 11 2019, 11:39 PM · MW-1.34-notes (1.34.0-wmf.14; 2019-07-16), User-DannyS712, MediaWiki-extensions-UrlShortener
Huji closed T224816: Add help link for PageCuration UI, a subtask of T226350: Special pages help links [Tracking], as Resolved.
Jul 11 2019, 11:18 PM · Google-Code-in-2019, MediaWiki-General, Epic, User-DannyS712
Huji closed T224816: Add help link for PageCuration UI as Resolved.
Jul 11 2019, 11:18 PM · MW-1.34-notes (1.34.0-wmf.14; 2019-07-16), User-DannyS712, Growth-Team, PageTriage
Huji closed T224861: Special:UrlShortener should have a "help" link, a subtask of T226350: Special pages help links [Tracking], as Resolved.
Jul 11 2019, 11:17 PM · Google-Code-in-2019, MediaWiki-General, Epic, User-DannyS712
Huji closed T224861: Special:UrlShortener should have a "help" link as Resolved.
Jul 11 2019, 11:17 PM · MW-1.34-notes (1.34.0-wmf.14; 2019-07-16), User-DannyS712, MediaWiki-extensions-UrlShortener
Huji closed T226445: Add "help" link to redirect-related special pages as Resolved.
Jul 11 2019, 10:03 PM · MW-1.34-notes (1.34.0-wmf.14; 2019-07-16), MediaWiki-Special-pages, User-DannyS712
Huji closed T226445: Add "help" link to redirect-related special pages, a subtask of T226350: Special pages help links [Tracking], as Resolved.
Jul 11 2019, 10:03 PM · Google-Code-in-2019, MediaWiki-General, Epic, User-DannyS712
Huji closed T225583: Special:GlobalRenameRequest is missing a "help" link, a subtask of T226350: Special pages help links [Tracking], as Resolved.
Jul 11 2019, 10:02 PM · Google-Code-in-2019, MediaWiki-General, Epic, User-DannyS712
Huji closed T225583: Special:GlobalRenameRequest is missing a "help" link as Resolved.
Jul 11 2019, 10:02 PM · MW-1.34-notes (1.34.0-wmf.14; 2019-07-16), GlobalRename, User-DannyS712, MediaWiki-extensions-CentralAuth
Huji closed T226938: Add "help" links to special pages added by extensions, a subtask of T226350: Special pages help links [Tracking], as Resolved.
Jul 11 2019, 7:49 PM · Google-Code-in-2019, MediaWiki-General, Epic, User-DannyS712
Huji closed T226938: Add "help" links to special pages added by extensions as Resolved.
Jul 11 2019, 7:49 PM · MW-1.34-notes (1.34.0-wmf.14; 2019-07-16), MediaWiki-extensions-General, WikiHiero, TimedMediaHandler, MediaWiki-extensions-TemplateSandbox, MediaWiki-extensions-ORES, MassMessage, MediaWiki-extensions-Graph, MediaWiki-extensions-FlaggedRevs, MediaWiki-extensions-Disambiguator, AbuseFilter, User-DannyS712, Machine-Learning-Team
Huji updated the task description for T226938: Add "help" links to special pages added by extensions.
Jul 11 2019, 7:49 PM · MW-1.34-notes (1.34.0-wmf.14; 2019-07-16), MediaWiki-extensions-General, WikiHiero, TimedMediaHandler, MediaWiki-extensions-TemplateSandbox, MediaWiki-extensions-ORES, MassMessage, MediaWiki-extensions-Graph, MediaWiki-extensions-FlaggedRevs, MediaWiki-extensions-Disambiguator, AbuseFilter, User-DannyS712, Machine-Learning-Team
Huji removed a project from T226938: Add "help" links to special pages added by extensions: Patch-For-Review.
Jul 11 2019, 7:48 PM · MW-1.34-notes (1.34.0-wmf.14; 2019-07-16), MediaWiki-extensions-General, WikiHiero, TimedMediaHandler, MediaWiki-extensions-TemplateSandbox, MediaWiki-extensions-ORES, MassMessage, MediaWiki-extensions-Graph, MediaWiki-extensions-FlaggedRevs, MediaWiki-extensions-Disambiguator, AbuseFilter, User-DannyS712, Machine-Learning-Team
Huji closed T227534: Add "help" links to special pages in mediawiki core, a subtask of T226350: Special pages help links [Tracking], as Resolved.
Jul 11 2019, 7:47 PM · Google-Code-in-2019, MediaWiki-General, Epic, User-DannyS712
Huji closed T227534: Add "help" links to special pages in mediawiki core as Resolved.
Jul 11 2019, 7:47 PM · MW-1.34-notes (1.34.0-wmf.14; 2019-07-16), MediaWiki-General, User-DannyS712
Huji updated the task description for T226938: Add "help" links to special pages added by extensions.
Jul 11 2019, 7:47 PM · MW-1.34-notes (1.34.0-wmf.14; 2019-07-16), MediaWiki-extensions-General, WikiHiero, TimedMediaHandler, MediaWiki-extensions-TemplateSandbox, MediaWiki-extensions-ORES, MassMessage, MediaWiki-extensions-Graph, MediaWiki-extensions-FlaggedRevs, MediaWiki-extensions-Disambiguator, AbuseFilter, User-DannyS712, Machine-Learning-Team
Huji updated the task description for T226938: Add "help" links to special pages added by extensions.
Jul 11 2019, 7:33 PM · MW-1.34-notes (1.34.0-wmf.14; 2019-07-16), MediaWiki-extensions-General, WikiHiero, TimedMediaHandler, MediaWiki-extensions-TemplateSandbox, MediaWiki-extensions-ORES, MassMessage, MediaWiki-extensions-Graph, MediaWiki-extensions-FlaggedRevs, MediaWiki-extensions-Disambiguator, AbuseFilter, User-DannyS712, Machine-Learning-Team
Huji updated the task description for T226938: Add "help" links to special pages added by extensions.
Jul 11 2019, 7:32 PM · MW-1.34-notes (1.34.0-wmf.14; 2019-07-16), MediaWiki-extensions-General, WikiHiero, TimedMediaHandler, MediaWiki-extensions-TemplateSandbox, MediaWiki-extensions-ORES, MassMessage, MediaWiki-extensions-Graph, MediaWiki-extensions-FlaggedRevs, MediaWiki-extensions-Disambiguator, AbuseFilter, User-DannyS712, Machine-Learning-Team
Huji updated the task description for T226938: Add "help" links to special pages added by extensions.
Jul 11 2019, 6:54 PM · MW-1.34-notes (1.34.0-wmf.14; 2019-07-16), MediaWiki-extensions-General, WikiHiero, TimedMediaHandler, MediaWiki-extensions-TemplateSandbox, MediaWiki-extensions-ORES, MassMessage, MediaWiki-extensions-Graph, MediaWiki-extensions-FlaggedRevs, MediaWiki-extensions-Disambiguator, AbuseFilter, User-DannyS712, Machine-Learning-Team
Huji added a comment to T226938: Add "help" links to special pages added by extensions.

@DannyS712 feel free to add me as a reviewer for the remaining patches.

Jul 11 2019, 5:25 PM · MW-1.34-notes (1.34.0-wmf.14; 2019-07-16), MediaWiki-extensions-General, WikiHiero, TimedMediaHandler, MediaWiki-extensions-TemplateSandbox, MediaWiki-extensions-ORES, MassMessage, MediaWiki-extensions-Graph, MediaWiki-extensions-FlaggedRevs, MediaWiki-extensions-Disambiguator, AbuseFilter, User-DannyS712, Machine-Learning-Team
Huji updated the task description for T226938: Add "help" links to special pages added by extensions.
Jul 11 2019, 5:23 PM · MW-1.34-notes (1.34.0-wmf.14; 2019-07-16), MediaWiki-extensions-General, WikiHiero, TimedMediaHandler, MediaWiki-extensions-TemplateSandbox, MediaWiki-extensions-ORES, MassMessage, MediaWiki-extensions-Graph, MediaWiki-extensions-FlaggedRevs, MediaWiki-extensions-Disambiguator, AbuseFilter, User-DannyS712, Machine-Learning-Team
Huji updated the task description for T226938: Add "help" links to special pages added by extensions.
Jul 11 2019, 5:22 PM · MW-1.34-notes (1.34.0-wmf.14; 2019-07-16), MediaWiki-extensions-General, WikiHiero, TimedMediaHandler, MediaWiki-extensions-TemplateSandbox, MediaWiki-extensions-ORES, MassMessage, MediaWiki-extensions-Graph, MediaWiki-extensions-FlaggedRevs, MediaWiki-extensions-Disambiguator, AbuseFilter, User-DannyS712, Machine-Learning-Team

Jul 2 2019

whym awarded T22892: Add ability to detect deleted revisions and page creation a Haypence token.
Jul 2 2019, 11:40 AM · Patch-Needs-Improvement, User-notice, AbuseFilter

Jun 28 2019

Huji closed T214592: afl_log_id is never written to, a subtask of T226851: Drop abuse_filter_log.afl_log_id in production, as Resolved.
Jun 28 2019, 7:27 PM · AbuseFilter, DBA
Huji closed T214592: afl_log_id is never written to as Resolved.
Jun 28 2019, 7:27 PM · MW-1.34-notes (1.34.0-wmf.13; 2019-07-09), User-Daimona, AbuseFilter
Huji added a parent task for T214592: afl_log_id is never written to: T226851: Drop abuse_filter_log.afl_log_id in production.
Jun 28 2019, 7:26 PM · MW-1.34-notes (1.34.0-wmf.13; 2019-07-09), User-Daimona, AbuseFilter
Huji added a subtask for T226851: Drop abuse_filter_log.afl_log_id in production: T214592: afl_log_id is never written to.
Jun 28 2019, 7:26 PM · AbuseFilter, DBA
Huji removed a parent task for T226851: Drop abuse_filter_log.afl_log_id in production: T214592: afl_log_id is never written to.
Jun 28 2019, 7:26 PM · AbuseFilter, DBA
Huji removed a subtask for T214592: afl_log_id is never written to: T226851: Drop abuse_filter_log.afl_log_id in production.
Jun 28 2019, 7:26 PM · MW-1.34-notes (1.34.0-wmf.13; 2019-07-09), User-Daimona, AbuseFilter

Jun 25 2019

Huji added a comment to T217713: Checkuser throws exception if looking up user with invalid name.

It is. I just created a log for you on fawiki :)

Jun 25 2019, 12:49 AM · MW-1.36-notes (1.36.0-wmf.14; 2020-10-20), Patch-For-Review, Wikimedia-production-error, CheckUser

Jun 19 2019

Huji merged T226065: rsync: failed to set times on "/cache/." into T226064: mwext-php70-phan-seccheck-docker blocking merges.
Jun 19 2019, 12:39 AM · Patch-For-Review, Release-Engineering-Team (Kanban), Continuous-Integration-Config
Huji merged task T226065: rsync: failed to set times on "/cache/." into T226064: mwext-php70-phan-seccheck-docker blocking merges.
Jun 19 2019, 12:39 AM · Continuous-Integration-Config

Jun 18 2019

Huji created T226065: rsync: failed to set times on "/cache/.".
Jun 18 2019, 11:14 PM · Continuous-Integration-Config