mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
![]() that is much better than the proposal to change the role of course creators. There is a new field in user_teachers called "editall", which is ON BY DEFAULT, and allows teachers to edit courses. It can be modified on the teacher editing screen (formerly assign teachers). The value is cached in the session. To test for it, there is a new function isteacheredit($course->id) which works much like isteacher did. I'm going through now and applying this new function wherever it is needed. |
||
---|---|---|
.. | ||
mysql.php | ||
mysql.sql | ||
oci8po.sql | ||
postgres7.php | ||
postgres7.sql | ||
README |
Once databases exist, Moodle should support a wide variety of databases (because it uses the ADODB library). Unfortunately, database differences still means that the *creation* of the databases is very different. This directory (and the db directory in each module) contains SQL code for creating Moodle databases on each type of database. mysql.sql - the main database Moodle is developed with postgres7.sql - the PostgreSQL schema is still alpha, your feedback is encouraged