CSSMin: remove dot segments in relative local URLs
authorOri Livneh <ori@wikimedia.org>
Sun, 16 Aug 2015 17:32:13 +0000 (10:32 -0700)
committerOri Livneh <ori@wikimedia.org>
Sun, 16 Aug 2015 17:41:45 +0000 (10:41 -0700)
commit5844ebcd93c8f40761b6307bc24fc7865e9cd396
treee31f3e43b36fdbb2d33a394d8de495e30bb5e3ae
parent5c09ef0d6a59b645c34f8bf4735df1bbbb8cf2ce
CSSMin: remove dot segments in relative local URLs

Call wfRemoveDotSegments() (if available) on relative local URLs, so that
relative dot segments are collapsed.

Change-Id: Icc1c23a2a7d96c869412965bd8c3730d3c3b3a53
includes/libs/CSSMin.php
tests/phpunit/includes/libs/CSSMinTest.php