mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 20:36:42 +01:00
This means for places in Moodle that are going to write a file, like a CSV file, they can set the intended mimetype of the generated file. Previously you had to use a stored_file object. This also gets rid of portfolio_fake_add_url function and replaces the data module implementation with a button. I also refactored portfolio_add_button::to_html to use moodle_url so it's easy to return the same parameters to hidden form fields, an escaped url (for a link), and a non escaped url (to redirect to, which is what the data module does)
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