User Details
- User Since
- Oct 25 2014, 1:21 PM (598 w, 5 d)
- Availability
- Available
- IRC Nick
- Huji
- LDAP User
- Huji
- MediaWiki User
- Huji [ Global Accounts ]
Feb 19 2026
Feb 18 2026
Looks similar to T380141
Feb 16 2026
Feb 15 2026
Feb 6 2026
Feb 5 2026
I created https://meta.wikimedia.org/wiki/Community_Wishlist/W509 accordingly
Jan 21 2026
Jan 20 2026
Great catch. Updating project tags accordingly.
Not able to identify the root cause yet, but it seems to have to do with Template:Void or other empty pages being transcluded in the table.
Per wikitech documentation as this is a major loss of UI elements.
Jan 18 2026
@Nirmos note that even if a filter is not activated often (meaning not all of its conditions are met often), it will still be run every time up to the point where its logic doesn't match the action, therefore there can indeed be a performance issue.
Jan 11 2026
Jan 9 2026
Jan 4 2026
Jan 3 2026
The Cloud-Services project tag is not intended to have any tasks. Please check the list on https://phabricator.wikimedia.org/project/profile/832/ and replace it with a more specific project tag to this task. Thanks!
Dec 31 2025
Dec 30 2025
Alternatively, either when store.resetForm() is called an update to mw.config should also be performed, or the resetForm() method of the block store should be modified to update mw.config when invoked.
I don't have much familiarity with Codex but I suspect it is either UserLookup.vue lines 285-289 that need to be updated, or the associated methods in Codex itself have to be updated to force an update to mw.config properties. Adding @MusikAnimal since he was the last to touch those lines and hopefully can provide some guidance.
Dec 26 2025
Dec 7 2025
Since our goal is simply for fawiki to match the behavior of enwiki (so that the templates and modules we import work similarly), this can wait for T346052 to be resolved. If that resolution reverts enwiki's behavior to one in which subpages are not enabled in the Category namespace, then this task can be closed. If in the end it is decided that since some templates and modules on enwiki already assume this as enabled, it is better to leave it as "enabled", then this task will need to proceed too.
Nov 29 2025
@Chuiimuii_ofc consensus was achieved.
Nov 28 2025
Nov 26 2025
Same.
@IKhitron as for the placement of ~, I wonder if using dir=ltr is the right solution. Specifically, I wonder if wrapping the element in <bdi> would be sufficient (and preferred).
Nov 25 2025
Nov 23 2025
Reopening this task, as the issue (of sometimes not being able to proceed with an action (of marking edits as reviewed) even if having the right continues. Latest case is fawiki user Fotrus. I had to grant him "reviewer" right as a workaround,
Nov 22 2025
Nov 21 2025
Nov 8 2025
@Chuiimuii_ofc I cannot understand where this is enabled for enwiki. The config file doesn't show it being enabled for Category namespace (14) for enwiki.
@Chuiimuii_ofc yes, and @Jeeputer is already soliciting consensus on that (link)
Sep 1 2025
@STran I had also scheduled it for today, in an earlier time slot. It was just merged.
Aug 27 2025
Gotcha. I can try to help with that.
It would be nice if we could get a code review on the patch, to hopefully be able to restore the September-ish timeline for next annual election at fawp
Aug 15 2025
Local consensus has been achieved to move forward
Aug 3 2025
Awesome!
Jun 30 2025
@Xqt This would be a great chance to fix an old problem in constant names and documentation of pywikibot: 1, 2, 3 and so forth are not Latin digits, they are Arabic numerals. Latin numerls would be like X and I and D.
Jun 28 2025
Persian (fa) is all set
Jun 16 2025
Jun 12 2025
Already works
The change has been drafted. Discussion is ongoing on fawiki about the specifics, but so far it seems like the community is in agreement with using the same config as enwiki. I will mark the change as active for review once local consensus has been achieved.
Jun 9 2025
Jun 3 2025
May 30 2025
I keep occasionally getting pinged about this general topic on fawiki. Various users there are envisioning a lot of value from having LLMs helped with translation, template editing, etc. Has there been any progress here? Has the OSI certified any of the open models?
May 17 2025
Should this be closed given T194697 in core?
May 6 2025
The Cloud-Services project tag is not intended to have any tasks. Please check the list on https://phabricator.wikimedia.org/project/profile/832/ and replace it with a more specific project tag to this task. Thanks!
Apr 28 2025
Apr 27 2025
Apr 18 2025
Thanks for your followed up. I would argue that the phrase "The provided authentication token is either expired or invalid." does not mean "something went wrong with the redirect back to the local wiki" and so a separate message should be created and displayed in such circumstances.
Apr 15 2025
The part I didn't know and Bugreporter educated me on was that deletion happens automatically after 40 days from archiving. So yes, all set here.
Thanks. Definitely reassuring.
Apr 14 2025
There is a flaw with this proposal. Specifically, the part that says "if there's no edit conflict" cannot be asserted done in an automatic way.
Apr 4 2025
I added myself to help with Persian. I also think the wrong Matej was tagged by @ppelberg above; @matej_suchanek is the on who should have been tagged.
Apr 3 2025
That would still be an issue for larger pages. I ran a bunch of quick tests using a JS implementation and it can take several seconds to several minutes to simply compare two consecutive versions of some of our larger pages (I took some featured articles as examples). It is possibly that a PHP implementation running on Wikimedia cluster would be faster the running the JS implementation on my modern laptop, but even if it were to be 10 times faster, it would still be in the many seconds range which is not acceptable. Recall that AbuseFilters need to run completely before the page can be saved.
Mar 30 2025
If someone decides to implement these (either Dice-Sørensen coefficient, or Levenstein distance, or something else) and is in need of some test cases, I have an idea for that: on Persian Wikipedia, we reglurly create redirects to articles where the redirect is only different in the use of certain characters. Specifically, the Persian standard keyboard uses ی yet non-standard keyboards may use the Arabic ي instead, and same goes for standard ک and non-standard ك so for a page with title یاک (مجارستان) you will also find a redirect titled ياك (مجارستان) created. If one runs edit distance or string similarity algorithms on fawiki article titles and main namespace redirects, they should be able to find those redirects quickly. One could even calculate performance metrics (sensitivity and specificity) for the implementation of the algorithm by assessing how many of the redirects it found, and how many other titles/redirects did it find and score highly that were not a correct redirect.
Mar 29 2025
This is the second time I have seen issues related to deprecating mw.Uri and replacing it with the native URL(). May I propose that someone writes a guidance for it?
Temporarily elevating the priority, because many users across many wikis use that gadget and lost the functionality today. Please reduce priority once the issue I just reported is fixed.
@WikiBayer in this edit you broke a widely used gadget. Specifically, your edit on line 517 which changed var url = new mw.Uri(); to var url = new URL(); is causing an error, because the native URL API requires at least one parameter to be passed to its constructor.
Mar 25 2025
The most extreme version of it happened today, when I made an edit and literally 10 minutes later, the wiki forced me to log in again. All I did was refresh the page in the tab that was open since my edits.
Mar 24 2025
FYI it keeps happening every few days, at random times.
Mar 23 2025
Mar 17 2025
No. Thanks!
Mar 11 2025
Mar 6 2025
It happened again. And similar to last time, it resulted in me having to log in again. Duration of inactivity was around somewhere between 12 and 13 hours in both of these cases.
