]> git.mjollnir.org Git - moodle.git/commit
OK, some massive changes with many files removed or changed.
authormartin <martin>
Wed, 31 Jul 2002 14:19:35 +0000 (14:19 +0000)
committermartin <martin>
Wed, 31 Jul 2002 14:19:35 +0000 (14:19 +0000)
commit501cdbd8bb8ef9583b7d19892ef5adc87d7ff536
tree4c2f725af869cc01e255210ba1ab2dc1c2e44279
parent0a786cab750680477a301e83b635a6d5861ce894
OK, some massive changes with many files removed or changed.

Basically the changes are:

 - I've merged the 'discuss' module into the forum module
   which makes the interface MUCH clearer for everyone
 - I've added a new 'single' forum type that replicates
   what the old discuss course modules used to look like.
 - I've got rid of the "discussion" forum type - it will
   still exist in upgraded courses but as a normal forum.
 - the 'discuss' module is completely deleted - gone.
 - the 'chat' module is completely deleted - gone.
 - The upgrading system has been improved, and all code
   is stored in version.php.
 - I've put in upgrading commands to do the best I can
   (right now) to upgrade courses that used the discuss
   module.  It should mostly work, just leaving some
   "orphan" coursemodules on you course front page.  You
   can easily delete these using the little 'x'.
   I may have forgotten something  - I've only tested on
   my testing server and I'm about to test on my production
   server to see how it goes.
 - Forums have a lot of little new features and fixes.  The
   main one is the subscription process.  Teachers can 'force'
   subscriptions on any forum.  This disallows everyone from
   choosing their own mail subscription - it's just on.
 - The assignment module is half-finished and not working yet

I've still some massive changes to do, mostly involving making
all the lib.php function names more standardised, so consider
this is an interim checkin to do some tests.
33 files changed:
admin/index.php
course/lib.php
course/mod.php
course/social.php
course/topics.php
course/view.php
course/weeks.php
doc/install.html
index.php
lib/moodlelib.php
mod/assignment/version.php [moved from mod/assignment/module.php with 100% similarity]
mod/choice/version.php [moved from mod/choice/module.php with 100% similarity]
mod/forum/db/mysql.sql
mod/forum/discuss.php [new file with mode: 0644]
mod/forum/icon.gif
mod/forum/index.php
mod/forum/lib.php
mod/forum/mod.html
mod/forum/mod.php
mod/forum/module.php [deleted file]
mod/forum/post.html [new file with mode: 0644]
mod/forum/post.php [new file with mode: 0644]
mod/forum/rate.php [new file with mode: 0644]
mod/forum/report.php [new file with mode: 0644]
mod/forum/search.php [new file with mode: 0644]
mod/forum/subscribe.php
mod/forum/subscribers.php
mod/forum/version.php [new file with mode: 0644]
mod/forum/view.php
mod/journal/version.php [moved from mod/journal/module.php with 100% similarity]
mod/survey/version.php [moved from mod/survey/module.php with 100% similarity]
user/view.php
version.php