mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 03:18:07 +01:00
Not all global search configurations offer the same results as the default course search does. The default course search will return courses that the user can see the details of even if they can see them via a category, even if they are not enrolled and cannot enrol themselves on it. The equivalent global search configuration is: * Global search is enabled * The course indexing is enabled * All the name and summary of all courses are included in the results This patch will only let global search replace the default course search when those criteria are met. It will also display on the global search configuration page if global search will replace the legacy course search.
Moodle Language Packs This directory contains the standard packaged Moodle language files, for making the Moodle interface appear in different interfaces. The default language for Moodle is the English language, under the Unicode scheme (UTF8). To add more languages to Moodle, you can either: 1) use the Moodle languages GUI in the interface to fetch new languages and install them in your 'dataroot' directory. 2) download them and unzip the packs in this directory manually For more information, see the Moodle Documentation: http://docs.moodle.org/en/Translation Cheers, Moodle Development Team