Page MenuHomePhabricator

Silent (Roger Pestana)
User

Projects

User is not a member of any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Wednesday

  • No visible events.

User Details

User Since
Mar 27 2015, 7:22 PM (585 w, 2 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
!Silent [ Global Accounts ]

Recent Activity

May 6 2025

Silent added a comment to T392756: Search bar on subpages leading to wrong result.

I think this is due to the <input type="hidden" name="title" value="Username"> right after the button.

Due to this part of your code: https://github.com/Nevallem/mw-gadget-requestForAdminship/blob/main/src/core.js#L429.

By input[name="title"], you probably meant to select one of the two fields at https://pt.wikipedia.org/wiki/Wikip%C3%A9dia:Administradores/Pedidos_de_aprova%C3%A7%C3%A3o. But there are also hidden inputs that the search button uses.

So get a better, more specific selector.

Also keep in mind: selecting elements with [prop=abc] is a bad idea, precisely due to risks like this. Use a class, or better yet, an ID, that's sure to not be ambiguous.

May 6 2025, 3:14 PM · Local-Wiki-Template-And-Gadget-Issues

Apr 26 2025

Silent updated the task description for T392756: Search bar on subpages leading to wrong result.
Apr 26 2025, 1:23 PM · Local-Wiki-Template-And-Gadget-Issues
Silent created T392756: Search bar on subpages leading to wrong result.
Apr 26 2025, 1:22 PM · Local-Wiki-Template-And-Gadget-Issues

Mar 21 2022

Silent added a comment to T304095: ptwiki: Re-deploy add an image.

I think this change should solve the problem.

Indeed, thank you for changing the filter.

Would it be possible for you to exempt Add a link edits from the filter as well (by adding growthexperiments-addlink-summary-summary)? Add a link is not deployed at pt.wikipedia as of today, but we'd like to have it allowed by the filter regardless, as if/once deployed, they'd face the same problem. Doing it now will help us avoid the same issue re-occuring in the future.

Mar 21 2022, 9:14 AM · GrowthExperiments-NewcomerTasks, Image-Suggestions, Growth-Team (Sprint 0 (Growth Team)), Growth-Structured-Tasks

Mar 20 2022

Silent updated Silent.
Mar 20 2022, 10:21 PM
Silent added a comment to T304095: ptwiki: Re-deploy add an image.

I think this change should solve the problem.

Mar 20 2022, 10:13 PM · GrowthExperiments-NewcomerTasks, Image-Suggestions, Growth-Team (Sprint 0 (Growth Team)), Growth-Structured-Tasks

Apr 5 2019

Silent added a comment to T178010: missing character equivalencies: ÈÉÊẼÌÍÏÓÒÔÕ∅Q̃ÚŰÜŨ.

Some prevision to solve this task?

Apr 5 2019, 12:36 AM · Security, Equivset, AntiSpoof

Dec 26 2018

Silent added a comment to T176291: Variables constantly don't appear in abuse filter log.

@He7d3r Yeah, I'm well aware of the problem, I also constantly face it when I need to examine AbuseLog entries in order to tune filters. The patch above would fix the problem, but unfortunately it's not optimal - actually, it's pretty hacky. A nicer solution will need more thought, but I'll hopefully get on it after holidays.

Dec 26 2018, 9:59 PM · MW-1.33-notes (1.33.0-wmf.16; 2019-02-05), User-Daimona, AbuseFilter

Nov 6 2017

Silent added a comment to T178010: missing character equivalencies: ÈÉÊẼÌÍÏÓÒÔÕ∅Q̃ÚŰÜŨ.

What happened with the chars "ÁÀÂÃ@ê" etc? They were already being normalized, so i remove from the filters on ptwiki. Now, they back to be unnormalized again and things like "FILHA DA PUT@ DE QUATRO" (son of a bitch [...]) passed...

Nov 6 2017, 4:30 PM · Security, Equivset, AntiSpoof

Oct 31 2017

Silent added a comment to T178010: missing character equivalencies: ÈÉÊẼÌÍÏÓÒÔÕ∅Q̃ÚŰÜŨ.

Some news of this task? That problem is very complicated in ptwiki, that makes the filters very complex.
Besides, the normalization of the character "|" difficults further.

Oct 31 2017, 2:27 PM · Security, Equivset, AntiSpoof

Oct 12 2017

Silent added a comment to T178010: missing character equivalencies: ÈÉÊẼÌÍÏÓÒÔÕ∅Q̃ÚŰÜŨ.

I don't suggest € -> G. I put ĘĒĔĖĚ€ = EEEEEE and ĜĢ = GG.

Oct 12 2017, 6:56 PM · Security, Equivset, AntiSpoof
Silent added a comment to T178010: missing character equivalencies: ÈÉÊẼÌÍÏÓÒÔÕ∅Q̃ÚŰÜŨ.

More chars to the list:

Oct 12 2017, 12:42 AM · Security, Equivset, AntiSpoof

Sep 29 2017

Silent added a comment to T176045: Special:AbuseFilter/test doesn't work well with IPv6.

I identified that this problem occours when the IPv6 is in lowercase, like "2804:7f3:85:df17:f0b1:fc6c:8772:8cb0". When they are in uppercase, like "2804:7F3:85:DF17:F0B1:FC6C:8772:8CB0", works fine.

Sep 29 2017, 3:27 PM · MW-1.31-release-notes (WMF-deploy-2017-10-24 (1.31.0-wmf.5)), IPv6, AbuseFilter

Sep 21 2017

Silent added a comment to T176045: Special:AbuseFilter/test doesn't work well with IPv6.

Yes, this occurs with all filters. The problem is with the field "wpTestUser" which don't leads very well with IPv6.

Sep 21 2017, 1:29 AM · MW-1.31-release-notes (WMF-deploy-2017-10-24 (1.31.0-wmf.5)), IPv6, AbuseFilter
Silent added a comment to T176045: Special:AbuseFilter/test doesn't work well with IPv6.

I'm sorry, i don't explained very well.
The problem is with the field "wpTestUser" in Special:AbuseFilter/test. Put a IPv6 into this field, generally, return zero response, even when the IPv6 had a edit recently. With IPv4 this not occurs. With a IPv6 only works always if you place the prefix "User:" berfore, like "User:2804:1b1:2103:7689:f8a1:22cb:4add:87f5". This was the problem which i was trying describes.

Sep 21 2017, 12:32 AM · MW-1.31-release-notes (WMF-deploy-2017-10-24 (1.31.0-wmf.5)), IPv6, AbuseFilter

Sep 20 2017

Silent added a comment to T176045: Special:AbuseFilter/test doesn't work well with IPv6.

Isn't a big problem turn that filter in public, so i did. You already can see the code now.

Sep 20 2017, 10:49 PM · MW-1.31-release-notes (WMF-deploy-2017-10-24 (1.31.0-wmf.5)), IPv6, AbuseFilter
Silent added a comment to T176291: Variables constantly don't appear in abuse filter log.

Mean which don't appears in "Action parameters" table. That table in abuse filter logs page that shows the variables and the respective values.

Sep 20 2017, 1:13 PM · MW-1.33-notes (1.33.0-wmf.16; 2019-02-05), User-Daimona, AbuseFilter
Silent updated the task description for T176291: Variables constantly don't appear in abuse filter log.
Sep 20 2017, 1:10 AM · MW-1.33-notes (1.33.0-wmf.16; 2019-02-05), User-Daimona, AbuseFilter
Silent updated the task description for T176291: Variables constantly don't appear in abuse filter log.
Sep 20 2017, 1:10 AM · MW-1.33-notes (1.33.0-wmf.16; 2019-02-05), User-Daimona, AbuseFilter
Silent updated the task description for T176291: Variables constantly don't appear in abuse filter log.
Sep 20 2017, 1:09 AM · MW-1.33-notes (1.33.0-wmf.16; 2019-02-05), User-Daimona, AbuseFilter
Silent updated the task description for T176291: Variables constantly don't appear in abuse filter log.
Sep 20 2017, 1:07 AM · MW-1.33-notes (1.33.0-wmf.16; 2019-02-05), User-Daimona, AbuseFilter
Silent created T176291: Variables constantly don't appear in abuse filter log.
Sep 20 2017, 1:07 AM · MW-1.33-notes (1.33.0-wmf.16; 2019-02-05), User-Daimona, AbuseFilter

Sep 16 2017

Silent updated the task description for T176045: Special:AbuseFilter/test doesn't work well with IPv6.
Sep 16 2017, 4:19 PM · MW-1.31-release-notes (WMF-deploy-2017-10-24 (1.31.0-wmf.5)), IPv6, AbuseFilter
Silent created T176045: Special:AbuseFilter/test doesn't work well with IPv6.
Sep 16 2017, 4:17 PM · MW-1.31-release-notes (WMF-deploy-2017-10-24 (1.31.0-wmf.5)), IPv6, AbuseFilter