]> git.mjollnir.org Git - moodle.git/commitdiff
Added a new reading type "html text". It's similar to "plain text"
authormartin <martin>
Fri, 13 Sep 2002 10:21:03 +0000 (10:21 +0000)
committermartin <martin>
Fri, 13 Sep 2002 10:21:03 +0000 (10:21 +0000)
except none of the auto-formatting is done, and all HTML code is
accepted.

lang/en/moodle.php
lang/en/reading.php
version.php

index d39a966a4417dcc4d1b82d6ddf1eecb37c90c75b..e28878098204bfabd72ec65aee62b46e19cf862f 100644 (file)
@@ -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";
index 840a95fab0ccf39fdde7595db59029ba7be5be58..93a332ced2586b12015a607340d0b450003df14a 100644 (file)
@@ -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";
 
 ?>
index 7d81ae923005becc4615fa7cc0a59eea735841a1..08390b89ad96c2f97f25a5e39b74e13edc9a066b 100644 (file)
 // 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) {