This sets the default value for on-the-fly forum subscription.
Defaults to on = subscribe.
(Also fixed a bug in postgres7.sql - a missing field for htmleditor!)
There is something wrong with this SQL still though ... it mostly works
but I'm still getting wierd behaviour with small numbers of users.
Need some help here ... for example just look at get_site_users()
on your test site.
It's supposed to return a list of users who are admins, creators,
teachers or students
can be used all over the place.
Also, related fixes to "add admin" (MUCH better performance) and the user listings
More to come for "add teacher" and "add creator"
I did some heavy thinking about this, and I think this is
best for the community. I had wanted to drive some traffic
past moodle.com (the moodle.com will feature very prominent
links to moodle.org). What I'll do now, I think, is put a
advertisements on http://moodle.org pointing to moodle.com.
Also some lowercasing of HTML.
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.
to use persistent connections or not. The default is to use them (for
speed/efficiency) but now they can be switched off with:
$CFG->dbpersist = false;
into the form using Javascript!
Also rationalised and patched some of the other help about text formats.
LANGUAGE EDITORS MAY WANT TO RE-CHECK:
lang/en/help/textformat.html
confirmation step required before the password is changed and sent.
Also, many of the email texts have been cleaned up.
TRANSLATORS: check your texts in moodle.php starting with "email.."