MDL-75708 reportbuilder: consider stress tests as requiring longtest.
[moodle.git] / lib / mustache / readme_moodle.txt
blob1c187bd371ddec798513ef8726a141578cae73f8
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
8 e.g.
9 wget https://github.com/bobthecow/mustache.php/archive/v2.13.0.zip
10 unzip 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/
15 Local changes:
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#