]> git.mjollnir.org Git - moodle.git/commit
New feature to manage installed code modules!
authormoodler <moodler>
Fri, 9 May 2003 17:24:17 +0000 (17:24 +0000)
committermoodler <moodler>
Fri, 9 May 2003 17:24:17 +0000 (17:24 +0000)
commit5867bfb50ea62f18bd3608cd5195a647cf5f48af
treee2de90bedec93ef9cdba22c8b3eb5622d1c36d06
parentcfb9c52577a54d859a7acfc9cf3c9a60f173bb22
New feature to manage installed code modules!

You can now hide/show individual activity modules and even delete them completely!

For example, if you hide the "choice" module, then all choice activities
will be hidden throughout the whole site, and "Choice" will not
appear on any "Add..." menu.

Deleting a module is a complete deletion of all data from the database.

If you want to try out the deletion on a real module, I suggest the
pgassignment module, since it will soon be deleted from CVS anyway
(because it's being replaced with workshop).

Look for "Manage modules" on the admin menu.
admin/index.php
admin/modules.php [new file with mode: 0644]
course/lib.php
course/mod.php
lang/en/moodle.php
lib/db/mysql.php
lib/db/postgres7.php
lib/weblib.php
version.php