mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
Added a new reading type "html text". It's similar to "plain text"
except none of the auto-formatting is done, and all HTML code is accepted.
This commit is contained in:
parent
ddd9a8969b
commit
73761dc9be
@ -168,6 +168,7 @@ $string[guestsyes] = "Allow guests without the key";
|
||||
$string[guestuser] = "Guest User";
|
||||
$string[guestuserinfo] = "This user is a special user that allows read-only access to some courses.";
|
||||
$string[help] = "Help";
|
||||
$string[helphtml] = "How to write html";
|
||||
$string[helppicture] = "How to upload a picture";
|
||||
$string[helptext] = "How to write text";
|
||||
$string[helpquestions] = "How to ask questions";
|
||||
|
@ -12,6 +12,7 @@ $string[examplereference] = "Tobin, K. & Tippins, D (1993) Constructivism as a R
|
||||
$string[exampleurl] = "http://www.example.com/somedirectory/somefile.html";
|
||||
$string[filename] = "File name";
|
||||
$string[fulltext] = "Full text";
|
||||
$string[htmlfragment] = "HTML fragment";
|
||||
$string[neverread] = "Never read";
|
||||
$string[note] = "Note";
|
||||
$string[notefile] = "To upload more files into the course (so they appear in this list) use the
|
||||
@ -23,5 +24,6 @@ $string[readingtype2] = "Web Page";
|
||||
$string[readingtype3] = "Uploaded File";
|
||||
$string[readingtype4] = "Plain text";
|
||||
$string[readingtype5] = "Web Link";
|
||||
$string[readingtype6] = "HTML text";
|
||||
|
||||
?>
|
||||
|
@ -18,10 +18,10 @@
|
||||
// If there's something it cannot do itself, it
|
||||
// will tell you what you need to do.
|
||||
|
||||
$version = 2002091000; // The current version is a date (YYYYMMDDXX) where
|
||||
$version = 2002091300; // The current version is a date (YYYYMMDDXX) where
|
||||
// XX is a number that increments during the day
|
||||
|
||||
$release = "1.0.4"; // For humans only, not used for the upgrade process
|
||||
$release = "1.0.5 dev"; // For humans only, not used for the upgrade process
|
||||
|
||||
function upgrade_moodle($oldversion=0) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user