[go: up one dir, main page]

Page MenuHomePhabricator

Find better way for deploying /fonts/ in wmf-config (used for gd rendering / ploticus)
Closed, ResolvedPublic

Description

What it says on the tin. It's untracked. I can't tell if anything uses it.

If it is used, we need to track it and find a better way of deploying it. If not, destroy it.

Event Timeline

When we have lost the deployment servers content back in February (incident report) I did some forensic and it is used for gd rendering:

wmf-config/CommonSettings.php
putenv( "GDFONTPATH=/srv/mediawiki/fonts" );

The primary use is for ploticus which is used by the EasyTimeline extension. So that is quite legacy stuff.

I have dig in that with T39968 . My idea was to get the fonts to be provided by Debian packages BUT gd requires all fonts to be in the same path :-(

Maybe some trick can be found to symlink the fonts.

Aklapper renamed this task from What is /fonts/ in wmf-config and is it important? to Find better way for deploying /fonts/ in wmf-config (used for gd rendering / Platipus).Oct 30 2016, 1:57 PM
demon renamed this task from Find better way for deploying /fonts/ in wmf-config (used for gd rendering / Platipus) to Find better way for deploying /fonts/ in wmf-config (used for gd rendering / ploticus).Nov 7 2016, 9:07 PM

Change 321481 had a related patch set uploaded (by Chad):
Adding fonts to version control

https://gerrit.wikimedia.org/r/321481

Change 321481 merged by Chad:
Adding fonts to version control

https://gerrit.wikimedia.org/r/321481