Page MenuHomePhabricator

Enable image rotation on beta for testing purposes
Closed, DeclinedPublic

Description

We should enable image rotation on beta for testing...

Event Timeline

Reedy raised the priority of this task from to High.
Reedy updated the task description. (Show Details)
Reedy added subscribers: Jianhui67, Revent, Josve05a and 20 others.
hashar claimed this task.
hashar subscribed.

There is no image rotation API I know of, so I don't see how we could enable it on beta cluster :(

There is no image rotation API I know of, so I don't see how we could enable it on beta cluster :(

https://en.wikipedia.org/w/api.php?action=help&modules=imagerotate

Disabled on enwiki currently...

See T35186, brion is overhauling it for WMF usage in https://gerrit.wikimedia.org/r/#/c/225097/

Bah I should have read the code :D CommonSettings.php has:

// T35186: turn off incomplete feature action=imagerotate
$wgAPIModules['imagerotate'] = 'ApiDisabled';

Disabled because of T35186: Provide a well-performing API to rotate an image.

So I guess it is all about restoring it in a -labs.php file.

hashar moved this task from To Triage to Backlog on the Beta-Cluster-Infrastructure board.
hashar claimed this task.

I am poking a message on T105877 to hint about enabling the image rotation API on beta cluster.

Closing this task since there is apparently no need for the image rotation right now and it is trivial enough to do when it is actually needed by someone.