]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agomerge from 19_STABLE
scyrma [Wed, 6 Feb 2008 05:56:10 +0000 (05:56 +0000)]
merge from 19_STABLE

17 years agoMerge from 19_STABLE
scyrma [Wed, 6 Feb 2008 03:37:30 +0000 (03:37 +0000)]
Merge from 19_STABLE

17 years agoMDL-10132 improved random glossary blocks - now uses modinfo too + fixed some notices...
skodak [Tue, 5 Feb 2008 23:34:20 +0000 (23:34 +0000)]
MDL-10132 improved random glossary blocks - now uses modinfo too + fixed some notices; merged from MOODLE_19_STABLE

17 years agoMDL-11282, MDL-11643 - removing notice() from grade_update() - we can not stop execut...
skodak [Tue, 5 Feb 2008 23:11:02 +0000 (23:11 +0000)]
MDL-11282, MDL-11643 - removing notice() from grade_update() - we can not stop execution there!; merged from MOODLE_19_STABLE

17 years agoMDL-13345 disabled module not present on backup form anymore; merged from MOODLE_19_S...
skodak [Tue, 5 Feb 2008 22:55:50 +0000 (22:55 +0000)]
MDL-13345 disabled module not present on backup form anymore; merged from MOODLE_19_STABLE

17 years agoMDL-13155 once more - reverting mod/xx/index.php to use get_all_instances_in_courses...
skodak [Tue, 5 Feb 2008 21:40:21 +0000 (21:40 +0000)]
MDL-13155 once more - reverting mod/xx/index.php to use get_all_instances_in_courses() again, should be now nearly the same as in 1.8.x ;-) merged from MOODLE_19_STABLE

17 years agoMDL-13155 reworked get_all_instances_in_course() and get_all_instances_in_courses...
skodak [Tue, 5 Feb 2008 21:34:58 +0000 (21:34 +0000)]
MDL-13155 reworked get_all_instances_in_course() and get_all_instances_in_courses(), based on patch by Tim; merged from MOODLE_19_STABLE

17 years agoSome old backups can contain empties in user->picture, fix them before insert. Merged...
stronk7 [Tue, 5 Feb 2008 20:31:06 +0000 (20:31 +0000)]
Some old backups can contain empties in user->picture, fix them before insert. Merged from 19_STABLE

17 years agoMDL-13292 <Vspan> tag on the bottom of the wiki HTML Editor fixed; merged from MOODLE...
skodak [Tue, 5 Feb 2008 19:52:58 +0000 (19:52 +0000)]
MDL-13292 <Vspan> tag on the bottom of the wiki HTML Editor fixed; merged from MOODLE_19_STABLE

17 years agoAdded following classes:
andreabix [Tue, 5 Feb 2008 18:56:08 +0000 (18:56 +0000)]
Added following classes:
.rolecap .inherit.capdefault, .rolecap .allow.capdefault {
  background-color:#E3DFD4;
}

#admin-roles-override .capcurrent {
  background-color:#E3DFD4;
}

17 years agoMDL-10796 fixed wiki deprecated passing by reference; merged from MOODLE_19_STABLE
skodak [Tue, 5 Feb 2008 18:42:37 +0000 (18:42 +0000)]
MDL-10796 fixed wiki deprecated passing by reference; merged from MOODLE_19_STABLE

17 years ago*** empty log message ***
ethem [Tue, 5 Feb 2008 17:34:36 +0000 (17:34 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
ethem [Tue, 5 Feb 2008 17:27:35 +0000 (17:27 +0000)]
*** empty log message ***

17 years agoMDL-13314 count_role_users was showing different count to those returned from
poltawski [Tue, 5 Feb 2008 17:19:41 +0000 (17:19 +0000)]
MDL-13314 count_role_users was showing different count to those returned from
get_role_users(), based on patch from Patrick Pollett
merged from MOODLE_19_STABLE

17 years ago*** empty log message ***
ethem [Tue, 5 Feb 2008 17:05:29 +0000 (17:05 +0000)]
*** empty log message ***

17 years agoMDL-13235 - bulk user action removing users etc was buggy,
poltawski [Tue, 5 Feb 2008 15:24:11 +0000 (15:24 +0000)]
MDL-13235 - bulk user action removing users etc was buggy,
merged from MOODLE_19_STABLE

17 years agoMDL-12518 fixed restore of grade calculations; merged from MOODLE_19_STABLE
skodak [Tue, 5 Feb 2008 13:11:48 +0000 (13:11 +0000)]
MDL-12518 fixed restore of grade calculations; merged from MOODLE_19_STABLE

17 years agoMDL-12938, MDL-12937 - unenrol fixes - can not unenrol if can not unassign all users...
skodak [Tue, 5 Feb 2008 12:59:28 +0000 (12:59 +0000)]
MDL-12938, MDL-12937 - unenrol fixes - can not unenrol if can not unassign all users roles in course, do not show self unenrol if enrolment comes from parent context, fixed rturn value from get_user_roles; based on patch by Eric Merrill; merged from MOODLE_19_STABLE

17 years agoMDL-13298 "Question bank displays always page 1 after adding new question" this was...
jamiesensei [Tue, 5 Feb 2008 12:14:46 +0000 (12:14 +0000)]
MDL-13298 "Question bank displays always page 1 after adding new question" this was caused because the question creation page was redirecting back to the question back edit page and telling it to change to the category of the question that was just saved. This was causing the edit page to go back to page 0 of the new category. Now we only go back to page 0 if the category has actually changed. Merged from MOODLE_19_STABLE

17 years agoMDL-3942 fixed warnings; merged from MOODEL_19_STABLE
skodak [Tue, 5 Feb 2008 11:49:39 +0000 (11:49 +0000)]
MDL-3942 fixed warnings; merged from MOODEL_19_STABLE

17 years agoMDL-12795 length specification in configtext constructor instead of css; merged from...
skodak [Tue, 5 Feb 2008 11:45:05 +0000 (11:45 +0000)]
MDL-12795 length specification in configtext constructor instead of css; merged from MOODLE_19_STABLE

17 years agoMDL-13005 When trying to restore a course when you have more then one quiz and you...
jamiesensei [Tue, 5 Feb 2008 11:27:02 +0000 (11:27 +0000)]
MDL-13005 When trying to restore a course when you have more then one quiz and you choose only one quiz, the restore fails when trying to create categories and questions. Fixed this by ignoring module context level  q categories in backup when the course module has not already been restored. merged from MOODLE_19_STABLE

17 years agoMDL-3942 - various forum scoring types - patch by Anthony Borrow; merged from MOODLE_...
skodak [Tue, 5 Feb 2008 11:22:13 +0000 (11:22 +0000)]
MDL-3942 - various forum scoring types - patch by Anthony Borrow; merged from MOODLE_19_STABLE

17 years agoMDL-13335 rewritten caching in forum cron; merged from MOODLE_19_STABLE
skodak [Tue, 5 Feb 2008 10:52:20 +0000 (10:52 +0000)]
MDL-13335 rewritten caching in forum cron; merged from MOODLE_19_STABLE

17 years agoMDL-13334 get_role_access() static cache in cron only; merged from MOODLE_19_STABLE
skodak [Tue, 5 Feb 2008 10:41:05 +0000 (10:41 +0000)]
MDL-13334 get_role_access() static cache in cron only; merged from MOODLE_19_STABLE

17 years agoMDL-12158 Applied Matt's patch, merging from 1.9
nicolasconnault [Tue, 5 Feb 2008 10:39:56 +0000 (10:39 +0000)]
MDL-12158 Applied Matt's patch, merging from 1.9

17 years agoMDL-12888 Removing redundant form
nicolasconnault [Tue, 5 Feb 2008 10:30:27 +0000 (10:30 +0000)]
MDL-12888 Removing redundant form

17 years agoMDL-12497 Disabled the "override site defaults" checkbox for admin page, and removed...
nicolasconnault [Tue, 5 Feb 2008 10:26:57 +0000 (10:26 +0000)]
MDL-12497 Disabled the "override site defaults" checkbox for admin page, and removed redundant help buttons, merging from 1.9

17 years agoMDL-10451 Fixed HTML errors, merging from 1.9
nicolasconnault [Tue, 5 Feb 2008 09:58:05 +0000 (09:58 +0000)]
MDL-10451 Fixed HTML errors, merging from 1.9

17 years agothis function should work for all modules but forgot to remove 'quiz' from sql.
jamiesensei [Tue, 5 Feb 2008 09:23:51 +0000 (09:23 +0000)]
this function should work for all modules but forgot to remove 'quiz' from sql.

17 years agoUpdated config.php for theme oceanblue.
mits [Tue, 5 Feb 2008 09:16:28 +0000 (09:16 +0000)]
Updated config.php for theme oceanblue.

17 years agoMerge from 19_STABLE for MDL-10639.
scyrma [Tue, 5 Feb 2008 08:42:34 +0000 (08:42 +0000)]
Merge from 19_STABLE for MDL-10639.

17 years agoMDL-10451 remove extraneous closing </b> tag from lang/en_utf8/help/hotpot/outputform...
gbateson [Tue, 5 Feb 2008 04:25:19 +0000 (04:25 +0000)]
MDL-10451 remove extraneous closing </b> tag from lang/en_utf8/help/hotpot/outputformat.html

17 years agoMDL-13048 fix indefined course id when importing a Hot Potatoes quiz into the Lesson...
gbateson [Tue, 5 Feb 2008 04:13:51 +0000 (04:13 +0000)]
MDL-13048 fix indefined course id when importing a Hot Potatoes quiz into the Lesson module

17 years agoCleaning up logic from MDL-6826
moodler [Tue, 5 Feb 2008 03:16:07 +0000 (03:16 +0000)]
Cleaning up logic from MDL-6826

17 years agoMDL-13038 update_record now works with boolean false; merged from MOODLE_19_STABLE
skodak [Mon, 4 Feb 2008 23:53:26 +0000 (23:53 +0000)]
MDL-13038 update_record now works with boolean false; merged from MOODLE_19_STABLE

17 years agoMDL-6373 add MyMoodle support for Choice module. - thanks to Stephen Bourget for...
danmarsden [Mon, 4 Feb 2008 22:13:01 +0000 (22:13 +0000)]
MDL-6373 add MyMoodle support for Choice module. - thanks to Stephen Bourget for partial code.

17 years agomerged from 1.9 :: MDL-13329 :: Buttons in the sidblocks looked quite different in...
urs_hunkler [Mon, 4 Feb 2008 21:02:08 +0000 (21:02 +0000)]
merged from 1.9 :: MDL-13329 :: Buttons in the sidblocks looked quite different in the different browsers. Changed several CSS aspects to make them look more similar, specially added IE "hacks".

17 years agoMDL-13087 merging from 1.9
nicolasconnault [Mon, 4 Feb 2008 14:29:45 +0000 (14:29 +0000)]
MDL-13087 merging from 1.9

17 years agoMDL-13050 merging from 1.9
nicolasconnault [Mon, 4 Feb 2008 13:57:36 +0000 (13:57 +0000)]
MDL-13050 merging from 1.9

17 years agoMDL-6826 merging from 1.9
nicolasconnault [Mon, 4 Feb 2008 13:02:07 +0000 (13:02 +0000)]
MDL-6826 merging from 1.9

17 years agoMDL-13103 merging from 1.9
nicolasconnault [Mon, 4 Feb 2008 12:18:23 +0000 (12:18 +0000)]
MDL-13103 merging from 1.9

17 years agoMDL-13103 merging from 1.9
nicolasconnault [Mon, 4 Feb 2008 11:03:29 +0000 (11:03 +0000)]
MDL-13103 merging from 1.9

17 years agoMDL-13103 merging from 1.9
nicolasconnault [Mon, 4 Feb 2008 10:08:40 +0000 (10:08 +0000)]
MDL-13103 merging from 1.9

17 years agomerge from 19_STABLE
scyrma [Mon, 4 Feb 2008 06:45:56 +0000 (06:45 +0000)]
merge from 19_STABLE

17 years agoMDL-13060 - removing old entries fro VA and CD
scyrma [Mon, 4 Feb 2008 00:48:41 +0000 (00:48 +0000)]
MDL-13060 - removing old entries fro VA and CD

17 years agoSave one extra query per user being restored. $newid contains the user id along all...
stronk7 [Mon, 4 Feb 2008 00:05:20 +0000 (00:05 +0000)]
Save one extra query per user being restored. $newid contains the user id along all the iteration.

Merged from MOODLE_19_STABLE

17 years agoNow custom profile fields and user tags are restored. MDL-6856 ; merged from 19_STABLE
stronk7 [Sun, 3 Feb 2008 23:53:01 +0000 (23:53 +0000)]
Now custom profile fields and user tags are restored. MDL-6856 ; merged from 19_STABLE

17 years agoOnly insert outcome_course if it doesn't exist. MDL-13308 ; merged from 19_STABLE
stronk7 [Sun, 3 Feb 2008 18:44:14 +0000 (18:44 +0000)]
Only insert outcome_course if it doesn't exist. MDL-13308 ; merged from 19_STABLE

17 years agoAdd some outcomes missing strings. MDL-13318 ; merged from 19_STABLE
stronk7 [Sun, 3 Feb 2008 18:33:09 +0000 (18:33 +0000)]
Add some outcomes missing strings. MDL-13318 ; merged from 19_STABLE

17 years agoFix restore of outcomes, reusing them when possible. MDL-13309 ; merged from 19_STABLE
stronk7 [Sun, 3 Feb 2008 18:26:58 +0000 (18:26 +0000)]
Fix restore of outcomes, reusing them when possible. MDL-13309 ; merged from 19_STABLE

17 years agoMDL-13320 typo in lang/en_utf8/forum.php, found by Mitsuhiro Yoshida; merged from...
skodak [Sun, 3 Feb 2008 17:57:50 +0000 (17:57 +0000)]
MDL-13320 typo in lang/en_utf8/forum.php, found by Mitsuhiro Yoshida; merged from MOODLE_19_STABLE

17 years agoMDL-13319 skip disabled modules and blocks in cron; merged from MOODLE_19_STABLE
skodak [Sun, 3 Feb 2008 17:28:25 +0000 (17:28 +0000)]
MDL-13319 skip disabled modules and blocks in cron; merged from MOODLE_19_STABLE

17 years agoMerged from 1.9 :: Chameleon restrictions info added.
urs_hunkler [Sun, 3 Feb 2008 17:07:59 +0000 (17:07 +0000)]
Merged from 1.9 :: Chameleon restrictions info added.

17 years agoMerged from 1.9 :: MDL-13268 :: CSS cleanup and moved from the end of the file to...
urs_hunkler [Sun, 3 Feb 2008 17:01:18 +0000 (17:01 +0000)]
Merged from 1.9 :: MDL-13268 :: CSS cleanup and moved from the end of the file to the other admin CSS definitions

17 years agoMerged from 1.9 :: MDL-13268 :: CSS added
urs_hunkler [Sun, 3 Feb 2008 16:55:32 +0000 (16:55 +0000)]
Merged from 1.9 :: MDL-13268 :: CSS added

17 years agoDetect used scales in course outcomes too. MDL-13307 ; merged from 19_STABLE
stronk7 [Sun, 3 Feb 2008 16:40:34 +0000 (16:40 +0000)]
Detect used scales in course outcomes too. MDL-13307 ; merged from 19_STABLE

17 years agoMDL-13317 use cached system context in get_user_access_sitewide and when rebuilding...
skodak [Sun, 3 Feb 2008 16:23:54 +0000 (16:23 +0000)]
MDL-13317 use cached system context in get_user_access_sitewide and when rebuilding paths; merged from MOODLE_19_STABLE

17 years agoMDL-13316 added static cache for time zone info; merged from MOODLE_19_STABLE
skodak [Sun, 3 Feb 2008 16:01:33 +0000 (16:01 +0000)]
MDL-13316 added static cache for time zone info; merged from MOODLE_19_STABLE

17 years agomerged from 1.9 :: MDL-13181 :: added to handle changed xhtml
urs_hunkler [Sun, 3 Feb 2008 15:57:35 +0000 (15:57 +0000)]
merged from 1.9 :: MDL-13181 :: added to handle changed xhtml
.glossarypost div.concept h3,
.glossarypost.continuous .concept {
  display: inline;
}

17 years agoMDL-13312 fixed notices caused by previous commit, patch by Gary Anderson; merged...
skodak [Sun, 3 Feb 2008 12:53:33 +0000 (12:53 +0000)]
MDL-13312 fixed notices caused by previous commit, patch by Gary Anderson; merged from MOODLE_19_STABLE

17 years agoMDL-13310 added static cron cache into format_text() to prevent some db access; merge...
skodak [Sun, 3 Feb 2008 10:57:07 +0000 (10:57 +0000)]
MDL-13310 added static cron cache into format_text() to prevent some db access; merged from MOODLE_19_STABLE

17 years agoMDL-13306 option to skip logging of blocked emails in forum cron; merged from MOODLE_...
skodak [Sun, 3 Feb 2008 10:37:03 +0000 (10:37 +0000)]
MDL-13306 option to skip logging of blocked emails in forum cron; merged from MOODLE_19_STABLE

17 years agoAdd missing description to grade_outcomes backup. Merged from 19_STABLE
stronk7 [Sun, 3 Feb 2008 10:33:15 +0000 (10:33 +0000)]
Add missing description to grade_outcomes backup. Merged from 19_STABLE

17 years agoMDL-13305 , MDL-13304 - fixed memory leak in forum cron and saved 10% of queries...
skodak [Sun, 3 Feb 2008 10:21:27 +0000 (10:21 +0000)]
MDL-13305 , MDL-13304 - fixed memory leak in forum cron and saved 10% of queries when printing user pictures in mails; merged from MOODLE_19_STABLE

17 years agoAutomatic installer.php lang files by installer_builder (20080203)
moodler [Sun, 3 Feb 2008 03:20:44 +0000 (03:20 +0000)]
Automatic installer.php lang files by installer_builder (20080203)

17 years agoAdd some browser output when restoring a lot of users. Merged from 19_STABLE
stronk7 [Sun, 3 Feb 2008 00:48:32 +0000 (00:48 +0000)]
Add some browser output when restoring a lot of users. Merged from 19_STABLE

17 years agoNow we are reading user_profile_fields and user_tags + some small fixes on roles...
stronk7 [Sat, 2 Feb 2008 23:59:48 +0000 (23:59 +0000)]
Now we are reading user_profile_fields and user_tags + some small fixes on roles. MDL-6856 ; merged from 19_STABLE

17 years agoMDL-12901 undo weird IE6 hack on bulk and manage users filter form; merged from MOODL...
skodak [Sat, 2 Feb 2008 23:00:19 +0000 (23:00 +0000)]
MDL-12901 undo weird IE6 hack on bulk and manage users filter form; merged from MOODLE_19_STABLE

17 years agoMDL-12710 no wrapping of user selection columns in user bulk form; merged from MOODLE...
skodak [Sat, 2 Feb 2008 21:53:28 +0000 (21:53 +0000)]
MDL-12710 no wrapping of user selection columns in user bulk form; merged from MOODLE_19_STABLE

17 years agoMDL-12900 prevent fatal errors when incorrect scale id specified in grade_item; merge...
skodak [Sat, 2 Feb 2008 21:34:08 +0000 (21:34 +0000)]
MDL-12900 prevent fatal errors when incorrect scale id specified in grade_item; mergedfrom MOODLE_19_STABLE

17 years agoMDL-13147 fixing undefined ungraded array and its indexes; merged from MOODLE_19_STABLE
skodak [Sat, 2 Feb 2008 21:23:41 +0000 (21:23 +0000)]
MDL-13147 fixing undefined ungraded array and its indexes; merged from MOODLE_19_STABLE

17 years agoRespect $showfeedback when deleting groups and groupings. Merged from 19_STABLE
stronk7 [Sat, 2 Feb 2008 20:43:18 +0000 (20:43 +0000)]
Respect $showfeedback when deleting groups and groupings. Merged from 19_STABLE

17 years agoMDL-13257 fixed problems when section 0 does not exist yet; merged from MOODLE_19_STABLE
skodak [Sat, 2 Feb 2008 18:56:28 +0000 (18:56 +0000)]
MDL-13257 fixed problems when section 0 does not exist yet; merged from MOODLE_19_STABLE

17 years agoMDL-13239 improved smtp bulk setting based on feedback from Gary; merged from MOODLE_...
skodak [Sat, 2 Feb 2008 16:22:47 +0000 (16:22 +0000)]
MDL-13239 improved smtp bulk setting based on feedback from Gary; merged from MOODLE_19_STABLE

17 years agoAutomatic installer.php lang files by installer_builder (20080202)
moodler [Sat, 2 Feb 2008 03:28:31 +0000 (03:28 +0000)]
Automatic installer.php lang files by installer_builder (20080202)

17 years agoChange some conditions to properly check if the custom-profile-field really is using...
stronk7 [Fri, 1 Feb 2008 17:19:33 +0000 (17:19 +0000)]
Change some conditions to properly check if the custom-profile-field really is using a duplicate shortname. MDL-13288 ; merged from 19_STABLE

17 years agoMDL-12945 changing get_fast_modinfo() section property to sectionnum to prevent confl...
skodak [Fri, 1 Feb 2008 14:10:49 +0000 (14:10 +0000)]
MDL-12945 changing get_fast_modinfo() section property to sectionnum to prevent conflicts with real cm->section; full recent activity speedup when printing user pictures in forum; merged from MOODLE_19_STABLE

17 years agoMerged typo corrections from STABLE
exe-cutor [Fri, 1 Feb 2008 13:40:06 +0000 (13:40 +0000)]
Merged typo corrections from STABLE

17 years agoMerged Shibboleth integrated WAYF service from 19_STABLE
exe-cutor [Fri, 1 Feb 2008 12:48:27 +0000 (12:48 +0000)]
Merged Shibboleth integrated WAYF service from 19_STABLE

17 years agoMerged Shibboleth integrated WAYF service from 18_STABLE
exe-cutor [Fri, 1 Feb 2008 12:45:24 +0000 (12:45 +0000)]
Merged Shibboleth integrated WAYF service from 18_STABLE

17 years agoMDL-12945 modfullnames typo; merged from MOODLE_19_STABLE
skodak [Fri, 1 Feb 2008 09:12:33 +0000 (09:12 +0000)]
MDL-12945 modfullnames typo; merged from MOODLE_19_STABLE

17 years agoMDL-12945 fixing mod indexes broken by previous commit; merged from MOODLE_19_STABLE
skodak [Fri, 1 Feb 2008 09:09:04 +0000 (09:09 +0000)]
MDL-12945 fixing mod indexes broken by previous commit; merged from MOODLE_19_STABLE

17 years agoAdded integrated Shibboleth WAYF service on alternative login page
exe-cutor [Fri, 1 Feb 2008 08:30:17 +0000 (08:30 +0000)]
Added integrated Shibboleth WAYF service on alternative login page
Updated README

17 years agoMDL-13220 rebuild course cache after ajax edits - patch by Myles Carrick; merged...
skodak [Fri, 1 Feb 2008 08:23:11 +0000 (08:23 +0000)]
MDL-13220 rebuild course cache after ajax edits - patch by Myles Carrick; merged from MOODLE_19_STABLE

17 years agoMDL-7547 yet more speed improvements in rebuild_course_cache() ; merged from MOODLE_1...
skodak [Fri, 1 Feb 2008 08:15:38 +0000 (08:15 +0000)]
MDL-7547 yet more speed improvements in rebuild_course_cache() ; merged from MOODLE_19_STABLE

17 years agoMDL-13214 rebuild_course_cache fixes and speed improvements; merged from MOODLE_19_STABLE
skodak [Fri, 1 Feb 2008 07:48:26 +0000 (07:48 +0000)]
MDL-13214 rebuild_course_cache fixes and speed improvements; merged from MOODLE_19_STABLE

17 years agoMDL-12945 disabled mods are not returned from get_course_mods() anymore, the results...
skodak [Fri, 1 Feb 2008 07:33:37 +0000 (07:33 +0000)]
MDL-12945 disabled mods are not returned from get_course_mods() anymore, the results are used in scheduled backup and other parts that do not expect disabled mods; merged from MOODLE_19_STABLE

17 years agoMDL-13239 smtp bulk sending; merged from MOODLE_19_MERGED
skodak [Fri, 1 Feb 2008 07:05:58 +0000 (07:05 +0000)]
MDL-13239 smtp bulk sending; merged from MOODLE_19_MERGED

17 years agoMerged better error page from stable 19
moodler [Fri, 1 Feb 2008 05:49:15 +0000 (05:49 +0000)]
Merged better error page from stable 19

17 years agoAutomatic installer.php lang files by installer_builder (20080201)
moodler [Fri, 1 Feb 2008 03:22:46 +0000 (03:22 +0000)]
Automatic installer.php lang files by installer_builder (20080201)

17 years agoMerged fix for notice when feed dies
moodler [Fri, 1 Feb 2008 03:06:11 +0000 (03:06 +0000)]
Merged fix for notice when feed dies

17 years agoMerged from MOODLE_19_STABLE: MDL-13244 - weblib - Add 'summary' attribute to print_t...
fmarier [Thu, 31 Jan 2008 22:24:45 +0000 (22:24 +0000)]
Merged from MOODLE_19_STABLE: MDL-13244 - weblib - Add 'summary' attribute to print_table()

17 years agoMerged from MOODLE_19_STABLE: MDL-12440: take out auth title and description into...
mjollnir_ [Thu, 31 Jan 2008 22:02:44 +0000 (22:02 +0000)]
Merged from  MOODLE_19_STABLE: MDL-12440: take out auth title and description into base class, plugins can override.  updated places that use get_string to call these methods. Credit: Luke Hudson <luke@catalyst.net.nz>

17 years agofix for MDL-13174 ' replace calls to html_entity_decode() with hotpot_charcode_to_utf...
gbateson [Thu, 31 Jan 2008 07:28:30 +0000 (07:28 +0000)]
fix for MDL-13174 ' replace calls to html_entity_decode() with hotpot_charcode_to_utf8() because html_entity_decode is broken in PHP4

17 years agoMDL-13260 Fixing misplaced variable (notice)
moodler [Thu, 31 Jan 2008 07:04:23 +0000 (07:04 +0000)]
MDL-13260 Fixing misplaced variable (notice)

17 years agoMDL-13263 Merged nopostforum string from stable
moodler [Thu, 31 Jan 2008 05:52:04 +0000 (05:52 +0000)]
MDL-13263 Merged nopostforum string from stable

17 years agoAutomatic installer.php lang files by installer_builder (20080131)
moodler [Thu, 31 Jan 2008 03:28:00 +0000 (03:28 +0000)]
Automatic installer.php lang files by installer_builder (20080131)

17 years agoMDL-13245 Merged viewallfix from stable 1.9
moodler [Thu, 31 Jan 2008 01:30:43 +0000 (01:30 +0000)]
MDL-13245  Merged viewallfix from stable 1.9

17 years agoMDL-11594 - Changes in image location broke chameleon
scyrma [Thu, 31 Jan 2008 00:39:02 +0000 (00:39 +0000)]
MDL-11594 - Changes in image location broke chameleon