moodle/mod/forum
moodler 02ebf404c8 WARNING: BIG CHANGES!
OK, this is a big check-in with some big changes, and needs work still.

It seems relatively stable, but I need help identifying the rough patches.

1) First grading scales support.  There is a now a new table called "scale"
   that contains grading scales.  There can be site scales (course=0) and
   custom course scales.  These can be used in modules - I've only done
   forums for now but that was the hard one.  Scales can be edited via
   the new item in the course admin menu.

   There is one default scale - the connected/separate knowing one that used
   to be in forum.  To build this I pull data from the language packs
   to create one during the upgrade, or anytime a scales menu is called
   and no scales are found.

2) New roles for course creator and teachers.  I've fixed up the course
   menus and some other things but there's a lot left to do on this to
   make it all smooth.  The idea is that teachers no longer can edit courses
   unless they are also course creators.  The interface for this needs to
   be smoothed out a fair bit and I need help with this.

   The upgrade will upgrade all teachers to be creators, but will default
   the new site config "creatornewcourses" to "no", so that effectively
   these new teachers have the same privileges.

3) Simplified teacher management.  There is no longer an "assign teachers"
   and a "teacher roles" page - it's all on one page in course/teacher.html.


Phew ... time for a shower and then back into it.
2003-08-15 13:59:24 +00:00
..
db WARNING: BIG CHANGES! 2003-08-15 13:59:24 +00:00
backuplib.php Whoops forgot to check these babies in 2003-07-10 08:12:18 +00:00
delete.php Clean sweep through all the important changing all include(), include_once() 2003-01-05 14:19:20 +00:00
discuss.php WARNING: BIG CHANGES! 2003-08-15 13:59:24 +00:00
icon.gif OK, some massive changes with many files removed or changed. 2002-07-31 14:19:35 +00:00
index.php When displaying index lists of a particular module's activities, 2003-07-12 05:19:18 +00:00
lib.php WARNING: BIG CHANGES! 2003-08-15 13:59:24 +00:00
mod.html WARNING: BIG CHANGES! 2003-08-15 13:59:24 +00:00
post.html Slightly larger posting window 2003-06-13 16:07:13 +00:00
post.php Seems to be working pretty good - removing old lines no longer needed 2003-06-20 06:58:42 +00:00
rate.php WARNING: BIG CHANGES! 2003-08-15 13:59:24 +00:00
report.php WARNING: BIG CHANGES! 2003-08-15 13:59:24 +00:00
restorelib.php Fixed important bug when recovering assignments or forums 2003-07-28 22:31:23 +00:00
search.php Looks better when nothing is found 2003-08-09 07:59:39 +00:00
subscribe.php Clean sweep through all the important changing all include(), include_once() 2003-01-05 14:19:20 +00:00
subscribers.php Removed save_session() - no longer necessary 2003-02-27 02:49:18 +00:00
version.php WARNING: BIG CHANGES! 2003-08-15 13:59:24 +00:00
view.php Some refinements to the display of forums 2003-08-12 16:37:52 +00:00