22718 Commits

Author SHA1 Message Date
moodler
86a8eb5841 Automatic installer.php lang files by installer_builder (20061006) 2006-10-06 02:56:20 +00:00
gbateson
85b05f3784 removed all references to obsolete indexes on "hotpot_questions.name" and "hotpot_strings.string" 2006-10-06 02:03:43 +00:00
gbateson
cd49109677 reset version number in HotPot v1 with over-advanced version number 2006-10-06 01:25:56 +00:00
gustav_delius
6ac0909983 Incomplete user record (the one where the username is still 'changeme') should not be included in user listing. See bug 4570. For some reason this script is not using get_users() but is instead constructing its own sql, so the change to get_users() had to be duplicated here. 2006-10-05 22:45:01 +00:00
gustav_delius
6bff0453f5 Incomplete user record (the one where the username is still 'changeme') should not be included in user listing. See bug 4570 2006-10-05 22:21:09 +00:00
stronk7
1db1336bd4 Avoid some notices. Part of MDL-6854 2006-10-05 19:51:47 +00:00
stronk7
10f36d68e8 Avoid some notices. Part of MDL-6854 2006-10-05 19:29:39 +00:00
tjhunt
ec467c6929 MDL-6837 - move warning about pupup blockers into the lang file. Merged from MOODLE_16_STABLE. 2006-10-05 15:58:08 +00:00
andreabix
446b52f908 overlapping fix 2006-10-05 09:52:38 +00:00
toyomoyo
1e248b442c fixed a bug with user listing where user_lastaccess entries are not set, e.g. after a resotre 2006-10-05 08:54:35 +00:00
vyshane
35b974dae6 Some small formatting changes.
Added some missing semi-colons in js code.
2006-10-05 08:47:13 +00:00
moodler
881a77bfcf Fix to ignore hidden courses when using switchrole in a course MDL-6841 2006-10-05 08:41:06 +00:00
vyshane
191acd5964 Fix for MDL-6682. Removed duplicate string quiz:grade 2006-10-05 08:05:55 +00:00
vyshane
d8947f95dc Merged fix for MDL-6819 2006-10-05 07:22:48 +00:00
moodler
04338f9ea1 Removed user_students, user_teachers, user_coursecreators and user_admins
as they are now irrelevant   MDL-6830
2006-10-05 07:05:06 +00:00
moodler
36832f4d41 Moved sticky blocks to Appearance section 2006-10-05 07:01:28 +00:00
bobopinna
04231a9547 Fixed comments_from_learner data element to fit ADL requirements 2006-10-05 06:48:30 +00:00
toyomoyo
cfa7cdb958 droppinf utf8 support for user_* tables 2006-10-05 06:05:02 +00:00
toyomoyo
013b90ed92 a few fixes, for MDL-6836, MDL-6835, and MDL-6765 2006-10-05 04:05:07 +00:00
toyomoyo
b1e68bff0e removing some debugging statements 2006-10-05 03:26:22 +00:00
vyshane
1a7cdb11b4 Merged fixes for MDL-2583 2006-10-05 03:18:29 +00:00
koenr
edb14e52fc closing MDL-5510 2006-10-04 21:40:18 +00:00
skodak
f47f4659de fixed nocache option in format_text() 2006-10-04 21:22:57 +00:00
mits
0a1361f61f Soften the color of currently selected admin menu. 2006-10-04 20:42:57 +00:00
urs_hunkler
37e7b362bb 'MDL-6790 Grab handle icon is missing from blocks. Added property to show the move curser for a simmilar signal as for the crosses' 2006-10-04 16:23:44 +00:00
urs_hunkler
57d13c2468 'merged from 1.6 - MDL-6824, redundant declaration: .categorybox .category' 2006-10-04 15:51:48 +00:00
urs_hunkler
eef90b805f 'MDL-6824, redundant declaration: .categorybox .category' 2006-10-04 15:51:00 +00:00
moodler
7e6add3eab Was this checked in by accident? 2006-10-04 15:49:54 +00:00
urs_hunkler
9596181286 merged from 1.6 - MDL-6824 2006-10-04 15:49:41 +00:00
moodler
acc26e71bd Reverted my changes to ddlib 2006-10-04 15:35:27 +00:00
moodler
a9b1f143d2 Undoing my hacks to try and keep this code clean as possible. 2006-10-04 15:30:54 +00:00
thompson697
eb87ac71c5 Change creation of restorelog file location to protected backupdata folder.
Reassign style and language links
2006-10-04 14:50:50 +00:00
moodler
57bdc37ddb Committed a fix for streaming chat from Dan Polawski, MDL-6791
Seems to help!
2006-10-04 12:58:09 +00:00
tjhunt
ed586fb863 Typo. 2006-10-04 11:45:48 +00:00
tjhunt
834e58a9d2 Fix indent. 2006-10-04 10:39:42 +00:00
tjhunt
b22fc90182 MDL-6814 - Can't change "maximum grade" value on a quiz. Now you can. 2006-10-04 10:21:23 +00:00
sam_marshall
b9f67bd23d [MDL-6701] Added closing </form> tags in wiki admin pages (the pages are still not xhtml, but...) 2006-10-04 10:20:21 +00:00
sam_marshall
bdbed68baf Wiki: list of pages to strip in the 'are you sure' message was incorrectly URL-encoded on display to user, this fix removes url encoding and html-encodes it instead 2006-10-04 10:11:15 +00:00
sam_marshall
1e4c8535ef Wiki - fixed 'Strip versions' that didn't work in postgres because of GROUP BY a select alias not being allowed. (Even tested in mysql this time...) 2006-10-04 10:03:02 +00:00
moodler
4e423cbf5d Bye-bye to old database upgrade files and hellow to upgrade.php!
First order of business:  drop all the extraneous user_xxx tables.
2006-10-04 09:47:05 +00:00
moodler
eb437bd351 Some changes to ddllib.php to make some functions a bit easier to call.
May not be final ... see MDL-6817 for details.
2006-10-04 09:44:38 +00:00
toyomoyo
c0c98c7c78 fixing roles support for backup/restore 2006-10-04 09:01:50 +00:00
vyshane
e0539647aa Added $restore->mods[$mod->type]->granular to restore_create_sections() and to restore_create_modules(). This defines whether we are doing a granular restore where we care about the individual module instances to be restored, or whether we are not doing a granular restore, in which case we just restore all course module instances. 2006-10-04 08:35:00 +00:00
moodler
3a4c750bcc FIxed up some more references to user tables 2006-10-04 07:36:58 +00:00
moodler
7b37cb9a01 Added new function
function user_has_role_assignment($userid, $roleid, $contextid=0)
2006-10-04 07:07:57 +00:00
bobopinna
acba841b09 Fixed a bad error code choose
Rewritten the GetErrorString function to fix bad error code call
2006-10-04 06:22:18 +00:00
bobopinna
e743389667 Added API property version required from ADL Test Suite 2006-10-04 06:18:49 +00:00
moodler
3ede4ecbcb Fixes to remove access to user_coursecreators and use roles instead MDL-6800 2006-10-04 05:36:17 +00:00
moodler
7dfa686dbd Added button to turn editing off again ... ugly but ... 2006-10-04 04:49:44 +00:00
moodler
c9f8e57f4a FIxed category editing button 2006-10-04 04:45:58 +00:00