]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agomerge from 1.9
scyrma [Tue, 12 Feb 2008 08:01:00 +0000 (08:01 +0000)]
merge from 1.9

17 years agoFixo
ethem [Mon, 11 Feb 2008 13:54:28 +0000 (13:54 +0000)]
Fixo

17 years agoFixo
ethem [Mon, 11 Feb 2008 13:52:47 +0000 (13:52 +0000)]
Fixo

17 years agoAccesbility Improvements. Strings added: orderdetails, cclastfour, isbusinesschecking...
ethem [Mon, 11 Feb 2008 10:44:09 +0000 (10:44 +0000)]
Accesbility Improvements. Strings added: orderdetails, cclastfour, isbusinesschecking, shopper

17 years agoAccesbility Improvements: -New search option, cc last four; -Paging options
ethem [Mon, 11 Feb 2008 10:05:06 +0000 (10:05 +0000)]
Accesbility Improvements: -New search option, cc last four; -Paging options

17 years agoMerge from 19_STABLE (MDL-10639)
scyrma [Mon, 11 Feb 2008 02:22:48 +0000 (02:22 +0000)]
Merge from 19_STABLE (MDL-10639)

17 years agoAutomatic installer.php lang files by installer_builder (20080209)
moodlerobot [Sat, 9 Feb 2008 03:15:51 +0000 (03:15 +0000)]
Automatic installer.php lang files by installer_builder (20080209)

17 years agoMDL-13262 - role related user filters were assuming roleids because array_merge
poltawski [Fri, 8 Feb 2008 12:16:00 +0000 (12:16 +0000)]
MDL-13262 - role related user filters were assuming roleids because array_merge
was stomping on keys. Patch by Dennis Rochford

merged from MOODLE_19_STABLE

17 years agoMDL-13354 - wrong capability checked for view report link
poltawski [Fri, 8 Feb 2008 10:00:13 +0000 (10:00 +0000)]
MDL-13354 - wrong capability checked for view report link
merged from MOODLE_19_STABLE

17 years agoFixed context in has_capability call MDL-13378 (merged)
moodler [Fri, 8 Feb 2008 03:59:38 +0000 (03:59 +0000)]
Fixed context in has_capability call  MDL-13378  (merged)

17 years agoAutomatic installer.php lang files by installer_builder (20080208)
moodlerobot [Fri, 8 Feb 2008 03:13:23 +0000 (03:13 +0000)]
Automatic installer.php lang files by installer_builder (20080208)

17 years agoMDL-13339 - ensure we don't continue the restore process if there is
poltawski [Thu, 7 Feb 2008 18:52:51 +0000 (18:52 +0000)]
MDL-13339 - ensure we don't continue the restore process if there is
no course header in the backup file. This bug was causing blank course
records to be created when users tried to restore a non-moodle backup file
such as a scorm file.
merged from MOODLE_19_STABLE

17 years agoZend Studio Warning: Assignment in condition (line XX), Solved, one more ()
ethem [Thu, 7 Feb 2008 16:33:58 +0000 (16:33 +0000)]
Zend Studio Warning: Assignment in condition (line XX), Solved, one more ()

Merged from MOODLE_19_STABLE

17 years agoFix subject lines and corrupted emails from messages MDL-13364
moodler [Thu, 7 Feb 2008 05:21:58 +0000 (05:21 +0000)]
Fix subject lines and corrupted emails from messages  MDL-13364

17 years agoMDL-13328 correct the counting of attempts when clickreporting has been enabled
gbateson [Thu, 7 Feb 2008 04:17:55 +0000 (04:17 +0000)]
MDL-13328 correct the counting of attempts when clickreporting has been enabled

17 years agoAdded new lang
moodlerobot [Thu, 7 Feb 2008 03:32:35 +0000 (03:32 +0000)]
Added new lang

17 years agoAutomatic installer.php lang files by installer_builder (20080207)
moodlerobot [Thu, 7 Feb 2008 03:11:01 +0000 (03:11 +0000)]
Automatic installer.php lang files by installer_builder (20080207)

17 years agoMDL-6826 Removed the optional_param lines at the top, and set the submit buttons...
nicolasconnault [Wed, 6 Feb 2008 10:25:45 +0000 (10:25 +0000)]
MDL-6826 Removed the optional_param lines at the top, and set the submit buttons to PARAM_RAW. Also changed !empty() to isset(); Merging from 1.9

17 years agoMDL-10181 User Management Improvements: Cron unenrolment of manual should takes place...
ethem [Wed, 6 Feb 2008 08:13:20 +0000 (08:13 +0000)]
MDL-10181 User Management Improvements: Cron unenrolment of manual should takes place in the main cron.
It is time to use own enrolment method when calling funcs enrol_into_course, role_assign, role_unassign.

Zend Studio Warning: Assignment in condition (line XX), Solved, one more ()
Assignments in a conditional statement are sometimes the result of a typo.
In many cases, instead of the assignment operator =, the equality operator ==
should be used. When comparing a variable and a non-variable expression,
it is common practice to put the variable on the right-hand side of the equality
operator, so that if the equality operator is erroneously replaced with the
assignment operator, PHP will report a parse error immediately.
This helps you avoid a big subset of this class of bugs.

Merged from MOODLE_19_STABLE

17 years agomerge from 19_STABLE
scyrma [Wed, 6 Feb 2008 06:18:06 +0000 (06:18 +0000)]
merge from 19_STABLE

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