]> git.mjollnir.org Git - moodle.git/commitdiff
TIME TO CUT THE CORD, GENTLEMEN. THIS IS 1.0.6.
authormoodler <moodler>
Sat, 26 Oct 2002 05:26:06 +0000 (05:26 +0000)
committermoodler <moodler>
Sat, 26 Oct 2002 05:26:06 +0000 (05:26 +0000)
CHANGES
RELEASE.html

diff --git a/CHANGES b/CHANGES
index 76d750cbb9cce1379b87bf5c9c82c72994d35eee..0b351175cfe886837feef690a680adf5470c57a6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,80 @@
+2002-10-26 Saturday 13:17  moodler
+
+       * mod/quiz/lib.php: 
+       
+       Fixed minor bug after creating default category.
+
+2002-10-26 Saturday 12:37  moodler
+
+       * RELEASE.html, version.php: 
+       
+       Updated version numbers in preparation for 1.0.6 release
+
+2002-10-26 Saturday 11:37  moodler
+
+       * mod/forum/lib.php: 
+       
+       Better formatting for the link
+
+2002-10-26 Saturday 11:33  moodler
+
+       * mod/forum/lib.php: 
+       
+       OK, this should be better ...
+
+2002-10-26 Saturday 11:21  moodler
+
+       * mod/forum/lib.php: 
+       
+       A first try at a new shortening algorithm ... checking in to do
+       some tests on various servers
+
+2002-10-26 Saturday 11:13  moodler
+
+       * mod/quiz/: version.php, db/mysql.php, db/mysql.sql: 
+       
+       Changed type of quiz_answers.feedback to TEXT (255 chars was a bit
+       cramped)
+
+2002-10-26 Saturday 10:31  moodler
+
+       * lib/setup.php: 
+       
+       Added some commented-out code that MIGHT help people with string
+       slash problems.
+
+2002-10-25 Friday 23:34  moodler
+
+       * mod/quiz/report.php: 
+       
+       Added quiz max grade in column title, for reference
+
+2002-10-25 Friday 23:27  moodler
+
+       * mod/forum/lib.php: 
+       
+       Added TARGET=_blank to links in HTML email ... apparently these
+       links were causing problems in Hotmail.  Normally I'd say "Good!",
+       but ...  :-)
+
+2002-10-25 Friday 22:46  moodler
+
+       * mod/forum/index.php: 
+       
+       Remove "news" and "social" forums from learning forums.
+
+2002-10-25 Friday 18:18  compuproggy
+
+       * lang/de/merge_translations/merger.php: 
+       
+       [no log message]
+
+2002-10-25 Friday 17:14  moodler
+
+       * CHANGES: 
+       
+       About time
+
 2002-10-25 Friday 17:10  moodler
 
        * mod/forum/lib.php: 
index a5dd1a18fba8c7efe63d31a13e66eb7bfcea4206..a24c1d0b3cca7a7284b0be473a7fd312b2b18d98 100644 (file)
@@ -45,7 +45,7 @@
      If you have any hard-coded URLs pointing to readings that you don't want to break,
      you can add a line like this to your Apache httpd.conf to redirect them:
      <B><CODE>Redirect /mod/reading http://yourserver.com/mod/resource</CODE></B><BR><BR>
-     <FONT COLOR=RED>Note: you may have some "reading" errors in "Recent activity" ... logging
+     <FONT COLOR=RED>Note: if upgrading to 1.0.6 you may have some "reading" errors in "Recent activity" ... logging
      out and then logging in again will fix this</FONT><BR><BR>
 
 <DT> Other additions