Page MenuHomePhabricator

Zache (Zache)
User

Projects (15)

Today

  • No visible events.

Tomorrow

  • No visible events.

Friday

  • No visible events.

User Details

User Since
Dec 8 2014, 3:29 PM (575 w, 1 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Zache [ Global Accounts ]

Recent Activity

Thu, Dec 11

Zache added a comment to T336905: Supporting AI, LLM, and data models on WMCS.

Apertus is under OSI-compatible licence (Apache 2.0), multilingual and training process should be reproducible. It should be also reasonable good.

Thu, Dec 11, 4:08 PM · artificial-intelligence, User-aborrero, cloud-services-team

Thu, Nov 27

Zache created T411179: Visual editor inwiki image upload fails with "TypeError".
Thu, Nov 27, 1:08 PM · VisualEditor, Commons, VisualEditor-MediaWiki-Media

Nov 11 2025

Zache added a comment to T408995: Improve usability of FlaggedRevs Action API modules.

@Tacsipacsi One solution could be also that level and unapprove are mutually exclusive as parameters and user could not define them at same time.

Nov 11 2025, 1:18 PM · FlaggedRevs

Nov 8 2025

Zache updated the task description for T408286: Pywikibot OAuth/BotPassword authentication fails when login to third-party Wikimedia sites (Superset, Commons Query).
Nov 8 2025, 10:49 AM · PendingChangesBot, Pywikibot

Nov 5 2025

Zache added a comment to T409244: Toolforge outage: toolsdb out of space.

Thank you very much !

Nov 5 2025, 10:00 AM · cloud-services-team, Toolforge
Zache added a comment to T409244: Toolforge outage: toolsdb out of space.

I triaged this high as this is still going on and impacts to multiple tools.

Nov 5 2025, 6:57 AM · cloud-services-team, Toolforge
Zache triaged T409244: Toolforge outage: toolsdb out of space as High priority.
Nov 5 2025, 6:56 AM · cloud-services-team, Toolforge
Zache added a comment to T409244: Toolforge outage: toolsdb out of space.

It seems that toolsdb is generally down. Here is ticket for montage db connection [https://github.com/hatnote/montage/issues/353#issuecomment-3488646411 timeouting].

Nov 5 2025, 1:19 AM · cloud-services-team, Toolforge

Nov 3 2025

Zache added a comment to T408995: Improve usability of FlaggedRevs Action API modules.

When using binary flagging, the level is already automatically set to zero when unapproving. So why not extend this and avoid conflicting parameter values by simply dropping one of the parameters? Another solution would be no longer accepting level=0, but that’d leave the question what the difference between level=1&unapprove= and level=2&unapprove= is. (Nothing.)

Nov 3 2025, 7:21 AM · FlaggedRevs

Nov 2 2025

Zache added a comment to T408995: Improve usability of FlaggedRevs Action API modules.

that stabilize doesn’t take exactly these levels, as it also accepts none, which is not in the array; if you want to get the exact values accepted by an API module, you can use data.api.ParamInfo in Pywikibot (and the underlying API endpoint elsewhere):

>>> import pywikibot
>>> pi = pywikibot.data.api.ParamInfo(pywikibot.Site('wikipedia:fi'))
>>> params = {p['name']: p for p in pi['stabilize']['parameters']}
>>> params['autoreview']
{'index': 2, 'name': 'autoreview', 'type': ['none', 'sysop'], 'default': 'none'}

However, if you still think the raw value of the configuration variable is useful, it can be included.

Nov 2 2025, 2:27 PM · FlaggedRevs

Nov 1 2025

Zache added a comment to T372340: Add all remaining languages to WikiWho.

Following wikis are running FlaggedRevs extension without Wikiwho. I think that WikiWho data could be used in pending reviewing so it could be nice to have these enabled at some point.

Nov 1 2025, 3:00 AM · WikiWho, Community-Tech
Zache added a comment to T372340: Add all remaining languages to WikiWho.

Thank you! Also, follow-up question: how much disk space does one language version take? (for example enwiki, dewiki, huwiki) Note: I don't really need this information but would like to get some understanding of the sizes.

Nov 1 2025, 2:19 AM · WikiWho, Community-Tech

Oct 31 2025

Zache added a comment to T372340: Add all remaining languages to WikiWho.

@MusikAnimal is there documentation on how wikiwho imports are done and would it help if someone would preprocess data locally for adding them? (I suppose that processing dumps take some time)

Oct 31 2025, 4:48 PM · WikiWho, Community-Tech

Oct 30 2025

Zache updated the task description for T408726: Add FlaggedRevs support to Pywikibot (Outreachy 31).
Oct 30 2025, 3:13 AM · FlaggedRevs, Pywikibot, PendingChangesBot
Zache added a comment to T408726: Add FlaggedRevs support to Pywikibot (Outreachy 31).
  1. _apisite.flagconfig()

I think this API endpoint should be deprecated:

Oct 30 2025, 3:04 AM · FlaggedRevs, Pywikibot, PendingChangesBot
Zache added a comment to T57081: Implement support for Flagged Revisions in Pywikibot.

The ticket T57081 is place where you can comment about Pywikibot part.

T57081: Implement support for Flagged Revisions in Pywikibot is the present task. You mean T408726: Add FlaggedRevs support to Pywikibot (Outreachy 31), don’t you?

Oct 30 2025, 2:12 AM · Hungarian-Sites, User-Tgr, FlaggedRevs, Pywikibot

Oct 29 2025

Zache added a parent task for T407052: Documentation of start, end, and reverse parameters in Site.logevents(): T408726: Add FlaggedRevs support to Pywikibot (Outreachy 31).
Oct 29 2025, 7:03 PM · Patch-For-Review, Pywikibot, PendingChangesBot
Zache added a subtask for T408726: Add FlaggedRevs support to Pywikibot (Outreachy 31): T407052: Documentation of start, end, and reverse parameters in Site.logevents().
Oct 29 2025, 7:03 PM · FlaggedRevs, Pywikibot, PendingChangesBot
Zache added a subtask for T408726: Add FlaggedRevs support to Pywikibot (Outreachy 31): T408389: Add FlaggedRevs API:Review support to Pywikibot.
Oct 29 2025, 7:02 PM · FlaggedRevs, Pywikibot, PendingChangesBot
Zache added a parent task for T408389: Add FlaggedRevs API:Review support to Pywikibot: T408726: Add FlaggedRevs support to Pywikibot (Outreachy 31).
Oct 29 2025, 7:02 PM · Patch-For-Review, PendingChangesBot
Zache added a subtask for T57081: Implement support for Flagged Revisions in Pywikibot: T408726: Add FlaggedRevs support to Pywikibot (Outreachy 31).
Oct 29 2025, 7:02 PM · Hungarian-Sites, User-Tgr, FlaggedRevs, Pywikibot
Zache added a parent task for T408726: Add FlaggedRevs support to Pywikibot (Outreachy 31): T57081: Implement support for Flagged Revisions in Pywikibot.
Oct 29 2025, 7:02 PM · FlaggedRevs, Pywikibot, PendingChangesBot
Zache added a comment to T57081: Implement support for Flagged Revisions in Pywikibot.

Just FYI, I am planning that we are adding the FlaggedRevs support to Pywikibot and using it as API instead of coding these directly to PendingChangesBot. Please comment about the functions and places where they would be added. The ticket T57081 is place where you can comment about Pywikibot part.

Oct 29 2025, 7:00 PM · Hungarian-Sites, User-Tgr, FlaggedRevs, Pywikibot
Zache updated the task description for T408726: Add FlaggedRevs support to Pywikibot (Outreachy 31).
Oct 29 2025, 6:55 PM · FlaggedRevs, Pywikibot, PendingChangesBot
Zache renamed T408726: Add FlaggedRevs support to Pywikibot (Outreachy 31) from Add FlaggedRews support to Pywikibot (Outreachy round 31) to Add FlaggedRews support to Pywikibot (Outreachy 31).
Oct 29 2025, 6:47 PM · FlaggedRevs, Pywikibot, PendingChangesBot
Zache added projects to T408726: Add FlaggedRevs support to Pywikibot (Outreachy 31): Pywikibot, FlaggedRevs.
Oct 29 2025, 6:46 PM · FlaggedRevs, Pywikibot, PendingChangesBot
Zache updated the task description for T408726: Add FlaggedRevs support to Pywikibot (Outreachy 31).
Oct 29 2025, 6:41 PM · FlaggedRevs, Pywikibot, PendingChangesBot
Zache updated the task description for T408726: Add FlaggedRevs support to Pywikibot (Outreachy 31).
Oct 29 2025, 6:00 PM · FlaggedRevs, Pywikibot, PendingChangesBot
Zache created T408726: Add FlaggedRevs support to Pywikibot (Outreachy 31).
Oct 29 2025, 5:45 PM · FlaggedRevs, Pywikibot, PendingChangesBot
Zache added a comment to T156083: Consider how to best inform anonymous users that their edit has been actively deferred.

Question: Is there in mainline FlaggedRevs currently a possibility in protection-like configurations to make some edits pending afterwards, or will the stabilization affect only future edits in protection mode?

Oct 29 2025, 2:06 AM · FlaggedRevs
Zache added a comment to T156083: Consider how to best inform anonymous users that their edit has been actively deferred.

@Tacsipacsi : I think that DeferredChanges branch never got mainlined and all the related code are for version before T277883 so they branches are deprecated as well. So it is unlikely that it would be implemented any more and it would be ok to close the ticket.

Oct 29 2025, 1:44 AM · FlaggedRevs

Oct 28 2025

Zache added a comment to T408286: Pywikibot OAuth/BotPassword authentication fails when login to third-party Wikimedia sites (Superset, Commons Query).

@taavi Adding Superset support to Pywikibot was pretty one of the first use cases for Superset when it published the replica access, and the point of it is that it doesn't require a Toolforge account as because managing the new Toolforge accounts doesn't scale. For example, there are security reasons not to create Toolforge accounts for random workshop participants or, in our current case, for Outreachy contribution period volunteers, if nothing else. Using OAuth login and HTTP API will scale to that usecase.

Oct 28 2025, 11:56 AM · PendingChangesBot, Pywikibot

Oct 27 2025

Zache renamed T408389: Add FlaggedRevs API:Review support to Pywikibot from Add FlaggedRevs review API support to Pywikibot to Add FlaggedRevs API:Review support to Pywikibot.
Oct 27 2025, 1:02 PM · Patch-For-Review, PendingChangesBot
Zache updated the task description for T408389: Add FlaggedRevs API:Review support to Pywikibot.
Oct 27 2025, 12:52 PM · Patch-For-Review, PendingChangesBot
Zache updated the task description for T408389: Add FlaggedRevs API:Review support to Pywikibot.
Oct 27 2025, 12:50 PM · Patch-For-Review, PendingChangesBot
Zache updated the task description for T408389: Add FlaggedRevs API:Review support to Pywikibot.
Oct 27 2025, 12:49 PM · Patch-For-Review, PendingChangesBot
Zache updated the task description for T408389: Add FlaggedRevs API:Review support to Pywikibot.
Oct 27 2025, 12:48 PM · Patch-For-Review, PendingChangesBot
Zache updated the task description for T408389: Add FlaggedRevs API:Review support to Pywikibot.
Oct 27 2025, 12:47 PM · Patch-For-Review, PendingChangesBot
Zache updated the task description for T408389: Add FlaggedRevs API:Review support to Pywikibot.
Oct 27 2025, 12:43 PM · Patch-For-Review, PendingChangesBot
Zache updated the task description for T408389: Add FlaggedRevs API:Review support to Pywikibot.
Oct 27 2025, 12:34 PM · Patch-For-Review, PendingChangesBot
Zache updated the task description for T408389: Add FlaggedRevs API:Review support to Pywikibot.
Oct 27 2025, 12:32 PM · Patch-For-Review, PendingChangesBot
Zache updated the task description for T408389: Add FlaggedRevs API:Review support to Pywikibot.
Oct 27 2025, 12:31 PM · Patch-For-Review, PendingChangesBot
Zache updated subscribers of T408389: Add FlaggedRevs API:Review support to Pywikibot.

@Xqt Is the pywikibot/site/_apisite.py correct place for adding flaggedrevs review() and stabilize() functons?

Oct 27 2025, 12:30 PM · Patch-For-Review, PendingChangesBot
Zache updated the task description for T408389: Add FlaggedRevs API:Review support to Pywikibot.
Oct 27 2025, 12:26 PM · Patch-For-Review, PendingChangesBot
Zache updated the task description for T408389: Add FlaggedRevs API:Review support to Pywikibot.
Oct 27 2025, 12:17 PM · Patch-For-Review, PendingChangesBot
Zache created T408389: Add FlaggedRevs API:Review support to Pywikibot.
Oct 27 2025, 12:10 PM · Patch-For-Review, PendingChangesBot
Zache closed T406442: PendingChangesBot: prevent auto-approval after approval removal as Resolved.
Oct 27 2025, 10:29 AM · PendingChangesBot
Zache added a comment to T406442: PendingChangesBot: prevent auto-approval after approval removal.

Pull request successfully merged and closed in github

Oct 27 2025, 10:21 AM · PendingChangesBot
Zache closed T406445: PendingChangesBot: Add former bot detection to SQL query and bot checks as Resolved.

Pull request successfully merged and closed in github

Oct 27 2025, 10:20 AM · PendingChangesBot
Zache added a comment to T408286: Pywikibot OAuth/BotPassword authentication fails when login to third-party Wikimedia sites (Superset, Commons Query).

@Zache: I have checked the cookie files. I think BotPassword accounts may not work for web or OAuth logins because they do not receive a central OAuth session (centralauth_Session). Can you (or someone) confirm?

Oct 27 2025, 10:15 AM · PendingChangesBot, Pywikibot
Zache closed T406336: Add redirect test to PendingChangesBot as Resolved.

successfully merged and closed in github

Oct 27 2025, 10:08 AM · PendingChangesBot
Zache closed T406295: Add all wikipedias which are using FlaggedRevisions to PendingChanges UI as Resolved.

Succesfully merged and closed in github

Oct 27 2025, 10:07 AM · PendingChangesBot
Zache closed T406294: Add FlaggedRevisions info links to the UI as Resolved.

Succesfully merged and closed in github

Oct 27 2025, 10:06 AM · PendingChangesBot
Zache closed T406329: Add blocked user test to PendingChangesBot as Resolved.

Succesfully merged and closed in github

Oct 27 2025, 10:06 AM · PendingChangesBot
Zache added a comment to T406300: PendingChangesBot has two issue trackers.

We moved most Outreachy tasks to using PendingChangesBot-ng/issues to reduce duplicate work on tickets. So, most, if not all, microtasks are in GitHub, and I think that I could start to close these. However, there are still tickets which I will keep on Phabricator as they are related to other projects which are using Phab. Most notably, Pywikibot + Gerrit, which will require Phab tickets.

Oct 27 2025, 9:57 AM · PendingChangesBot, Project-Admins

Oct 25 2025

Zache added a comment to T408286: Pywikibot OAuth/BotPassword authentication fails when login to third-party Wikimedia sites (Superset, Commons Query).

@Xqt If you have time i would you like to write step-by-step guide how you got the Oauth working? ( I am trying to figure out what i am doing differently )

Oct 25 2025, 4:10 PM · PendingChangesBot, Pywikibot
Zache updated the task description for T408286: Pywikibot OAuth/BotPassword authentication fails when login to third-party Wikimedia sites (Superset, Commons Query).
Oct 25 2025, 9:34 AM · PendingChangesBot, Pywikibot
Zache updated the task description for T408286: Pywikibot OAuth/BotPassword authentication fails when login to third-party Wikimedia sites (Superset, Commons Query).
Oct 25 2025, 9:32 AM · PendingChangesBot, Pywikibot
Zache added a comment to T408286: Pywikibot OAuth/BotPassword authentication fails when login to third-party Wikimedia sites (Superset, Commons Query).

Yes, it is afaik same. Do you have any idea if it would be possible to get the Oauth/Botpassword working for third part oauth logins?

Oct 25 2025, 9:29 AM · PendingChangesBot, Pywikibot
Zache created T408287: Pywikibot: Handle OAuth/BotPassword errors in Superset authentication.
Oct 25 2025, 8:29 AM · Patch-For-Review, PendingChangesBot, Pywikibot
Zache updated the task description for T408286: Pywikibot OAuth/BotPassword authentication fails when login to third-party Wikimedia sites (Superset, Commons Query).
Oct 25 2025, 8:05 AM · PendingChangesBot, Pywikibot
Zache updated the task description for T408286: Pywikibot OAuth/BotPassword authentication fails when login to third-party Wikimedia sites (Superset, Commons Query).
Oct 25 2025, 8:04 AM · PendingChangesBot, Pywikibot
Zache updated the task description for T408286: Pywikibot OAuth/BotPassword authentication fails when login to third-party Wikimedia sites (Superset, Commons Query).
Oct 25 2025, 8:02 AM · PendingChangesBot, Pywikibot
Zache created T408286: Pywikibot OAuth/BotPassword authentication fails when login to third-party Wikimedia sites (Superset, Commons Query).
Oct 25 2025, 8:00 AM · PendingChangesBot, Pywikibot

Oct 21 2025

Zache updated the task description for T406837: PendingChangesBot: Pull requests howto.
Oct 21 2025, 4:08 PM · PendingChangesBot
Zache updated the task description for T406837: PendingChangesBot: Pull requests howto.
Oct 21 2025, 4:07 PM · PendingChangesBot

Oct 14 2025

Zache added a comment to T407051: Provide tooling to track event date for new pages.

Yeah, i still think that you should do much clearer explanation about the feature what you would need and how it should work so other people understand what you would like to accomplish. Currently you wont get any useful answers because people wont understand you.

Oct 14 2025, 8:57 AM · Wikinews-Developer-Group

Oct 13 2025

Zache added a comment to T407051: Provide tooling to track event date for new pages.

I think the main problem with this task is that people (at least I have) have a hard time following what the end result is and what @Gryllida is trying to accomplish. What I was able to understand from the message was that this sounds like a problem that could be solved with DynamicPageList and templates already. DPL is installed on Wikinews and widely used.

Oct 13 2025, 5:52 PM · Wikinews-Developer-Group

Oct 12 2025

Zache added a comment to T406813: PendingChangesBot: Investigate methods to detect if pending change additions still exist in current article version.

Open ticket on github and make pull request to it. I will keep this ticket open if somebody else would like to take answer to it and take alternative paths.

Oct 12 2025, 4:07 PM · PendingChangesBot
Zache added a comment to T405726: Outreachy 31: Rewriting PendingChangesBot from PHP to Python.

Thanks for notifying, found your email and sent invitation

Oct 12 2025, 3:58 PM · PendingChangesBot, Outreachy (Round 31)
Zache added a comment to T406813: PendingChangesBot: Investigate methods to detect if pending change additions still exist in current article version.

Thank you. In practical point of view the LLM:s are bad because it is slow and unrealiable and result was somewhat worse than i expected. In any case would you like to implement proposal B:s first phase?

Oct 12 2025, 1:09 PM · PendingChangesBot
Zache added a comment to T407052: Documentation of start, end, and reverse parameters in Site.logevents().

@matej_suchanek It would at least require mentioning that the meaning of start and end is switched depending on the reverse = True / False value, as you cannot know this based on the documentation and it needs to be learned by trial and error.

Oct 12 2025, 9:07 AM · Patch-For-Review, Pywikibot, PendingChangesBot
Zache added a comment to T407052: Documentation of start, end, and reverse parameters in Site.logevents().

@Zache Please let me know if any change required

Oct 12 2025, 8:40 AM · Patch-For-Review, Pywikibot, PendingChangesBot
Zache updated the task description for T407052: Documentation of start, end, and reverse parameters in Site.logevents().
Oct 12 2025, 8:39 AM · Patch-For-Review, Pywikibot, PendingChangesBot
Zache updated subscribers of T407052: Documentation of start, end, and reverse parameters in Site.logevents().

@Xqt , @matej_suchanek , I was thinking to propose some PendingChangesBot (T405726) needed features to be implemented directly to Pywikibot (T57081). Namely doing FlaggedRevs review API support to Pywikibot. This documentation update ticket would for seeing if my documentation is good enough and also generally seeing how it goes. Would you check that this particular task is OK and comment on if the doing gerrit requests as part of Outreachy contribution period is ok? (we try not to flood anything with too many review requests)

Oct 12 2025, 8:38 AM · Patch-For-Review, Pywikibot, PendingChangesBot
Zache added a project to T407052: Documentation of start, end, and reverse parameters in Site.logevents(): Pywikibot.
Oct 12 2025, 8:22 AM · Patch-For-Review, Pywikibot, PendingChangesBot
Zache updated the task description for T407052: Documentation of start, end, and reverse parameters in Site.logevents().
Oct 12 2025, 8:14 AM · Patch-For-Review, Pywikibot, PendingChangesBot
Zache updated the task description for T407059: Pywikibot contribution howto.
Oct 12 2025, 8:11 AM · PendingChangesBot
Zache updated the task description for T407052: Documentation of start, end, and reverse parameters in Site.logevents().
Oct 12 2025, 8:02 AM · Patch-For-Review, Pywikibot, PendingChangesBot
Zache updated the task description for T407052: Documentation of start, end, and reverse parameters in Site.logevents().
Oct 12 2025, 8:00 AM · Patch-For-Review, Pywikibot, PendingChangesBot

Oct 11 2025

Zache created T407059: Pywikibot contribution howto.
Oct 11 2025, 3:57 PM · PendingChangesBot
Zache added a comment to T405726: Outreachy 31: Rewriting PendingChangesBot from PHP to Python.

Thank you for notifying!

Oct 11 2025, 9:03 AM · PendingChangesBot, Outreachy (Round 31)
Zache added a comment to T405726: Outreachy 31: Rewriting PendingChangesBot from PHP to Python.

@System625 : based on the username and name in Phabricator still not through in gmail. Based on last Outreachy round there is delay on when it delivers the messages for some reason what only google know.

Oct 11 2025, 8:40 AM · PendingChangesBot, Outreachy (Round 31)
Zache updated the task description for T406837: PendingChangesBot: Pull requests howto.
Oct 11 2025, 6:45 AM · PendingChangesBot

Oct 10 2025

Zache added a comment to T406440: PendingChangesBot: test for broken wikicode.

I added new github ticket as followup task. I think that biggest problem would be the false positive handling as some of these indicators are used in normal text also. For example "==" is used in math.

Oct 10 2025, 4:13 PM · PendingChangesBot
Zache added a comment to T406440: PendingChangesBot: test for broken wikicode.

I can write also followup task for broken wikicode test

Oct 10 2025, 3:23 PM · PendingChangesBot
Zache updated the task description for T406837: PendingChangesBot: Pull requests howto.
Oct 10 2025, 1:36 PM · PendingChangesBot
Zache added a comment to T405726: Outreachy 31: Rewriting PendingChangesBot from PHP to Python.

Thanks, now it got through and invite was successful :)

Oct 10 2025, 7:45 AM · PendingChangesBot, Outreachy (Round 31)
Zache added a comment to T405726: Outreachy 31: Rewriting PendingChangesBot from PHP to Python.

Hello Every one My name is Agaba Derrick I'm new, I request to be added to the slack channel I kindly sent an email and I haven't been added

Oct 10 2025, 7:22 AM · PendingChangesBot, Outreachy (Round 31)
Zache updated the task description for T405726: Outreachy 31: Rewriting PendingChangesBot from PHP to Python.
Oct 10 2025, 6:59 AM · PendingChangesBot, Outreachy (Round 31)
Zache added a comment to T406837: PendingChangesBot: Pull requests howto.

The current guide expects that one creates a new clean directory for each pull request. It technically is not needed and the user could do everything in the same directory, but as you would anyway may need to clean up the database as there may be migrations, it is easier to track these when the whole thing is in separate directories.

Oct 10 2025, 1:21 AM · PendingChangesBot
Zache updated the task description for T406837: PendingChangesBot: Pull requests howto.
Oct 10 2025, 1:16 AM · PendingChangesBot
Zache updated the task description for T406837: PendingChangesBot: Pull requests howto.
Oct 10 2025, 12:51 AM · PendingChangesBot
Zache updated the task description for T406837: PendingChangesBot: Pull requests howto.
Oct 10 2025, 12:41 AM · PendingChangesBot
Zache updated the task description for T406837: PendingChangesBot: Pull requests howto.
Oct 10 2025, 12:32 AM · PendingChangesBot

Oct 9 2025

Zache updated the task description for T406837: PendingChangesBot: Pull requests howto.
Oct 9 2025, 6:59 PM · PendingChangesBot
Zache updated the task description for T406837: PendingChangesBot: Pull requests howto.
Oct 9 2025, 6:58 PM · PendingChangesBot
Zache updated the task description for T406837: PendingChangesBot: Pull requests howto.
Oct 9 2025, 6:11 PM · PendingChangesBot
Zache added a comment to T406440: PendingChangesBot: test for broken wikicode.

Also test doesn't need to be anything fancy, it is enough that just counts number of error css class counts in the rendered html code. However, it would be good idea to store the result to local db so if the test is runned again for some reason it can use the cached result for that revision.

Oct 9 2025, 3:08 PM · PendingChangesBot
Zache added a comment to T406440: PendingChangesBot: test for broken wikicode.

Yes, changes. It is totally possible that the error was already in older version so we are interested only when there is new errors.

Oct 9 2025, 1:52 PM · PendingChangesBot