65da6840f8
Adds a new 'Gradual reindex' link to the search areas page for each area. When clicked, this takes you to a confirm prompt, and then adds each context from that search area to the indexing queue. The search areas page now displays the 'Additional indexing queue' (if it is non-empty). The table shows the first 10 items in the queue, and it also indicates the total number in case there are more. (I don't think people really need to see the entire contents of it, so I didn't implement paging.)
Compiling LESS -------------- If you want to make changes to the .css generated from these .less files then you need to use a less compiler to build your changes. The supported way to achieve this is using grunt. See https://docs.moodle.org/dev/Grunt for details of how to install grunt. Once grunt is installed run the 'css' task: $ grunt css And the css files will be compiled. For further info see: https://docs.moodle.org/dev/LESS