octfx / mediawiki-extension-WebP

Convert image files on upload to WebP
https://mediawiki.org/wiki/Extension:WebP
GNU General Public License v2.0
6 stars 4 forks source link

Handle uploading of new file versions #13

Closed octfx closed 2 years ago

octfx commented 2 years ago

When uploading a new version of an image, the backend does not create a new WebP version.

The base hooks for listening to new uploads are implemented, but there seems to be a break in the chain for handling the creation of the new WebP file.

octfx commented 2 years ago

Current state seems to work in local MW1.39 RC0 installation