]> git.mjollnir.org Git - moodle.git/commit
WARNING: BIG CHANGES!
authormoodler <moodler>
Fri, 15 Aug 2003 13:59:24 +0000 (13:59 +0000)
committermoodler <moodler>
Fri, 15 Aug 2003 13:59:24 +0000 (13:59 +0000)
commit02ebf404c8ce01916ad158d24b41e25e7cd3b492
treeb0aac1ef219df313970836e626d15afa1ede3859
parent655f2aaf2fd84ccd1e2c9911e01f10b408ea1438
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.
21 files changed:
admin/config.html
course/category.php
course/edit.php
course/lib.php
course/teacher.php [moved from admin/teacher.php with 52% similarity]
course/teachers.php [deleted file]
lib/datalib.php
lib/db/mysql.php
lib/defaults.php
lib/moodlelib.php
lib/weblib.php
mod/forum/db/mysql.php
mod/forum/db/mysql.sql
mod/forum/db/postgres7.php
mod/forum/db/postgres7.sql
mod/forum/discuss.php
mod/forum/lib.php
mod/forum/mod.html
mod/forum/rate.php
mod/forum/report.php
mod/forum/version.php