Commit Graph

22745 Commits

Author SHA1 Message Date
stronk7
29bbfb339a One malformed XML was preventing wiki_logs to be properly UTF8-ised. MDL-6854 2006-10-06 15:26:13 +00:00
stronk7
b695b9106b Typo recently introduced. MDL-6336
(merged from MOODLE_16_STABLE)
2006-10-06 15:03:46 +00:00
skodak
e96f2a77db Code cleanup in blog.
MDL-6805  Fixed redirects in blog; MDL-6807  partially fixed use of capabilitites - it needs more testing and possibly minor fixing, the commit contains other blog bugfixes too. In general it should work exactly the same. The introduction of roles makes proper setup more difficult :-(

Expect some more fixes soon, no other bigger changes...
2006-10-06 10:11:52 +00:00
gbateson
bd9c7e8473 fix undefined variable $context on line 135 2006-10-06 09:36:40 +00:00
toyomoyo
837bde0cc0 fix for MDL-6336 2006-10-06 08:26:37 +00:00
gbateson
a81468432a allow display and deletion of attempts by "All users" including unenrolled students 2006-10-06 08:02:07 +00:00
vyshane
64e5a68d91 Some fixes for MDL-6674. This should fix moving activities (resources).
Thanks to Dan Poltawski for suggestions.
2006-10-06 07:56:37 +00:00
gbateson
8e6461f749 fix typo on line 89: get_context_instance(CONTEXT_COURSE, $course) ... should be ... get_context_instance(CONTEXT_COURSE, $course->id) 2006-10-06 07:09:27 +00:00
moodler
83ea392ee1 Drop the user_xxx tables after Roles install 2006-10-06 06:47:12 +00:00
moodler
47545d4161 Removed some references to user_teachers that will probably cause a bug 2006-10-06 06:42:33 +00:00
moodler
f0c9f676db Remove user_students references 2006-10-06 06:39:29 +00:00
moodler
cf85513250 Added missing cap strings 2006-10-06 06:37:58 +00:00
moodler
99938ae7b6 Added some defaults to make sure Exercise is off by default 2006-10-06 06:34:08 +00:00
moodler
95056a03f9 Fix some doc links 2006-10-06 06:26:06 +00:00
gbateson
259bcf0c8b added "format_string" and "stripslashes" when print HotPot name to browser 2006-10-06 06:22:15 +00:00
moodler
e27a943788 Disable the exercise module as it's not maintained or upgraded for roles 2006-10-06 06:15:57 +00:00
toyomoyo
1b19e8107e fix for MDL-6859, MDL-6860 2006-10-06 06:04:32 +00:00
moodler
010b211f51 Fixes for naming of forms to make them XHTML compatible 2006-10-06 06:02:17 +00:00
moodler
e32fb9a4f7 Fixed a misplaced form tag MDL-6861 2006-10-06 05:57:07 +00:00
gbateson
2398e835a8 renamed all $hp to $hotpot; added/update/delete calendar events when adding/updating/deleting hotpots; add functions required for participation report; 2006-10-06 05:56:53 +00:00
moodler
76b41407ea Made alt tags translatable MDL-6861 2006-10-06 05:53:28 +00:00
moodler
46f8bacfc8 Fixed some unencoded & in urls 2006-10-06 05:44:05 +00:00
moodler
670fc5123a MOre fixes to remove erros due to JS 2006-10-06 05:28:57 +00:00
moodler
4418a1125a FIxed some incorrect backslashes MDL-6861 2006-10-06 05:06:25 +00:00
gbateson
bf4665c362 In "Selecting Users" section, added "All users" and modified "All participants" and "Existing students" 2006-10-06 04:03:39 +00:00
toyomoyo
0c40e390ad adding utf8 support for new fields 2006-10-06 04:03:02 +00:00
gbateson
7676e965b9 added $string['allusers'] = 'All users'; for "hotpot/report.php" 2006-10-06 03:46:46 +00:00
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