From cddcfccc36a18eec7092bb17667fd0b0367015d7 Mon Sep 17 00:00:00 2001 From: Mathew May Date: Fri, 24 May 2019 12:04:15 +0800 Subject: [PATCH] MDL-64998 libraries: Remove references to lessphpc --- .eslintignore | 1 - .stylelintignore | 1 - lib/thirdpartylibs.xml | 7 ------- theme/upgrade.txt | 5 +++++ 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.eslintignore b/.eslintignore index 5e12643cf81..b512e29ef62 100644 --- a/.eslintignore +++ b/.eslintignore @@ -20,7 +20,6 @@ lib/mlbackend/php/phpml/ lib/adodb/ lib/bennu/ lib/evalmath/ -lib/lessphp/ lib/phpexcel/ lib/google/ lib/htmlpurifier/ diff --git a/.stylelintignore b/.stylelintignore index a22b9cce9fc..da80cf568f4 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -21,7 +21,6 @@ lib/mlbackend/php/phpml/ lib/adodb/ lib/bennu/ lib/evalmath/ -lib/lessphp/ lib/phpexcel/ lib/google/ lib/htmlpurifier/ diff --git a/lib/thirdpartylibs.xml b/lib/thirdpartylibs.xml index 505ae73694f..8f8bf1f8cde 100644 --- a/lib/thirdpartylibs.xml +++ b/lib/thirdpartylibs.xml @@ -21,13 +21,6 @@ - - lessphp - less.php - Apache - 1.7.0.10 - 2.0 - phpexcel PHPExcel diff --git a/theme/upgrade.txt b/theme/upgrade.txt index 924f4ec1e26..3f281b66f04 100644 --- a/theme/upgrade.txt +++ b/theme/upgrade.txt @@ -1,6 +1,11 @@ This files describes API changes in /theme/* themes, information provided here is intended especially for theme designer. +=== 3.8 === + +* The PHP Less compilier has now been removed from the core library. + Please consider migrating your theme to use SCSS. + === 3.7 === * The core/form_autocompelte_input template now has a `data-tags` attribute. * Boost theme renderer overrides have now been migrated to core.