Page MenuHomePhorge

Cleanup legacy image pathing
Closed, ResolvedPublic

Description

We moved our images around in some maintenance, moving from *.shoutwiki.com/images/yourwiki to images.shoutwiki.com/yourwiki.

This has created some broken paths in various bits of code due to hardcoded paths (see T40) and this should be corrected.

Event Timeline

lewiscawte mentioned this in T29: Fix DeleteWiki.

Examples - the bot that creates the info pages on hub, and the previous hub pages.

In T41#439, @lewiscawte wrote:

Examples - the bot that creates the info pages on hub, and the previous hub pages.

This is controlled by MediaWiki:Createwiki-desc-page on Hub, which we've customized from the painfully plain default text.

Besides that, the only other thing related to this ticket that I can come up with right now is somehow going through all of our wikis (or at least the ones with more content than the starter stuff) and their .css/.js pages and checking & updating those...but as far as actual (CreateWiki PHP) code goes, there's nothing else to be done here. T40: Remove hardcoded paths from CreateWiki is a different beast on the other hand.

jack assigned this task to lewiscawte.

Pretty sure this got done ages ago as well.