1 Description of Mustache library import into moodle.
3 1) Download the latest version of mustache.php from upstream (found
4 at https://github.com/bobthecow/mustache.php/releases)
6 2) Move the src/ and LICENSE file into lib/mustache
9 wget https://github.com/bobthecow/mustache.php/archive/v2.13.0.zip
11 cd mustache.php-2.13.0/
12 mv src /path/to/moodle/lib/mustache/
13 mv LICENSE /path/to/moodle/lib/mustache/
17 Note: All this changes need to be reviewed on every upgrade and, if they have
18 been already applied upstream for the release being used, can be removed
19 from the list. If still not available upstream, they will need to be re-applied.
21 1) If the relevant pull request has not been accepted yet, apply the following commit, so we are able to disable unnecessary rendering:
22 https://github.com/bobthecow/mustache.php/pull/402/commits/db771014c7e346438f68077813ebdda3fdae12df#