]> git.mjollnir.org Git - moodle.git/commit
This is the first check-in of support for groups.
authormoodler <moodler>
Tue, 30 Dec 2003 17:18:06 +0000 (17:18 +0000)
committermoodler <moodler>
Tue, 30 Dec 2003 17:18:06 +0000 (17:18 +0000)
commitf374fb1006b955a85bb4fd98b34ab6812f15bfc7
tree1fcecb2c16e672d54d13f99dbf96a6f61362ff96
parentee39bbe0ee5ae664da87780cc11147c853b182df
This is the first check-in of support for groups.

It's very early (it doesn't actually do anything yet!) but you can
define groups and get an idea of how the interface is shaping up.
I also wanted to show that I have actually done something on this! :-)

From here my plan is to add group support to the modules, one by one
(forums first), then go back and clean up some of the central interfaces,
graphics etc.

Finally, test, test, test and get 1.2 out well before the end of February.
22 files changed:
course/category.php
course/edit.html
course/edit.php
course/format/social/format.php
course/format/topics/format.php
course/format/weeks/format.php
course/group.php [new file with mode: 0644]
course/groups-edit.html [new file with mode: 0755]
course/groups-summary.html [new file with mode: 0644]
course/groups.php [new file with mode: 0644]
course/index.php
lib/datalib.php
lib/db/mysql.php
lib/db/mysql.sql
lib/db/postgres7.php
lib/db/postgres7.sql
lib/moodlelib.php
lib/weblib.php
pix/g/f1.png [new file with mode: 0755]
pix/g/f2.png [new file with mode: 0755]
user/pixgroup.php [new file with mode: 0644]
version.php