mirror of
https://github.com/moodle/moodle.git
synced 2025-05-14 20:26:19 +02:00
OK, some big changes here to the front end, particularly in course categories and course display. Course categories can now be nested (to any level). Courses and course categories can now be manually sorted any way required. There is a groovy front end for managing these, and a better range of options for formatting the front page. It all still needs some polishing, which I'll be doing over the next couple of days, including better auto-sorting. I would not use this on production systems just yet.
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