Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for usage in mediawiki 1.39 #16

Closed
wants to merge 12 commits into from

Conversation

Oliver-Tautz
Copy link

I replaced depreciated hooks with new ones and the page edit is now done via the api and the php-curl module.

For API usage, I needed to add a variable to be set in Localsettings.php but set a sane default value.

Also the extension can now write to a logfile, also definable in the Localsettings.php

Still TODO:

  • get mediawiki api url from code without user input
  • test recursion stop
  • add reasonable error handling

@mmarx mmarx self-assigned this Nov 1, 2024
@mmarx
Copy link
Collaborator

mmarx commented Nov 2, 2024

Solved in #17 in a way that avoids going through the Action API, which should be much more robust and doesn't need any additional configuration.

@mmarx mmarx closed this Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants