defacer 86f092d25e New "Calendar" section in Admin -> Configuration.
Includes preliminary support for DST!
Includes "admin sees all events or only own?" setting (bug 1972)

WARNING: Modified moodlelib.php to explicitly specify NOT-DST when
calling mktime() and gmmktime(). This is essential since we don't want
PHP to second-guess us for the DST matters, but... it may affect existing
code?
2004-12-15 07:14:41 +00:00
..
2004-01-17 12:41:54 +00:00
2004-01-17 12:44:50 +00:00
2004-01-02 17:55:09 +00:00
2004-01-17 12:44:50 +00:00
2004-01-02 18:08:06 +00:00
2004-01-17 12:44:50 +00:00
2004-09-16 17:13:57 +00:00
2004-01-17 13:02:24 +00:00
2004-01-17 12:52:42 +00:00
2004-01-02 18:08:06 +00:00
2004-01-02 18:08:06 +00:00
2004-01-02 18:08:06 +00:00
2004-01-02 18:08:06 +00:00
2004-01-02 18:08:06 +00:00

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