User Details
- User Since
- Dec 8 2014, 3:29 PM (575 w, 1 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Zache [ Global Accounts ]
Thu, Dec 11
Apertus is under OSI-compatible licence (Apache 2.0), multilingual and training process should be reproducible. It should be also reasonable good.
Thu, Nov 27
Nov 11 2025
@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 8 2025
Nov 5 2025
Thank you very much !
I triaged this high as this is still going on and impacts to multiple tools.
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 3 2025
Nov 2 2025
Nov 1 2025
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.
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.
Oct 31 2025
@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 30 2025
Oct 29 2025
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.
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?
@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 28 2025
@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 27 2025
@Xqt Is the pywikibot/site/_apisite.py correct place for adding flaggedrevs review() and stabilize() functons?
Pull request successfully merged and closed in github
Pull request successfully merged and closed in github
successfully merged and closed in github
Succesfully merged and closed in github
Succesfully merged and closed in github
Succesfully merged and closed in github
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 25 2025
@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 )
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 21 2025
Oct 14 2025
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 13 2025
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 12 2025
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.
Thanks for notifying, found your email and sent invitation
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?
@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.
@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 11 2025
Thank you for notifying!
@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 10 2025
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.
I can write also followup task for broken wikicode test
Thanks, now it got through and invite was successful :)
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 9 2025
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.
Yes, changes. It is totally possible that the error was already in older version so we are interested only when there is new errors.