]>
git.mjollnir.org Git - moodle.git/log
moodlerobot [Sat, 9 Feb 2008 03:15:51 +0000 (03:15 +0000)]
Automatic installer.php lang files by installer_builder (
20080209 )
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
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
moodler [Fri, 8 Feb 2008 03:59:38 +0000 (03:59 +0000)]
Fixed context in has_capability call MDL-13378 (merged)
moodlerobot [Fri, 8 Feb 2008 03:13:23 +0000 (03:13 +0000)]
Automatic installer.php lang files by installer_builder (
20080208 )
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
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
moodler [Thu, 7 Feb 2008 05:21:58 +0000 (05:21 +0000)]
Fix subject lines and corrupted emails from messages MDL-13364
gbateson [Thu, 7 Feb 2008 04:17:55 +0000 (04:17 +0000)]
MDL-13328 correct the counting of attempts when clickreporting has been enabled
moodlerobot [Thu, 7 Feb 2008 03:32:35 +0000 (03:32 +0000)]
Added new lang
moodlerobot [Thu, 7 Feb 2008 03:11:01 +0000 (03:11 +0000)]
Automatic installer.php lang files by installer_builder (
20080207 )
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
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
scyrma [Wed, 6 Feb 2008 06:18:06 +0000 (06:18 +0000)]
merge from 19_STABLE
scyrma [Wed, 6 Feb 2008 05:56:10 +0000 (05:56 +0000)]
merge from 19_STABLE
scyrma [Wed, 6 Feb 2008 03:37:30 +0000 (03:37 +0000)]
Merge from 19_STABLE
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
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
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
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
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
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
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
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;
}
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
ethem [Tue, 5 Feb 2008 17:34:36 +0000 (17:34 +0000)]
*** empty log message ***
ethem [Tue, 5 Feb 2008 17:27:35 +0000 (17:27 +0000)]
*** empty log message ***
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
ethem [Tue, 5 Feb 2008 17:05:29 +0000 (17:05 +0000)]
*** empty log message ***
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
skodak [Tue, 5 Feb 2008 13:11:48 +0000 (13:11 +0000)]
MDL-12518 fixed restore of grade calculations; merged from MOODLE_19_STABLE
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
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
skodak [Tue, 5 Feb 2008 11:49:39 +0000 (11:49 +0000)]
MDL-3942 fixed warnings; merged from MOODEL_19_STABLE
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
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
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
skodak [Tue, 5 Feb 2008 10:52:20 +0000 (10:52 +0000)]
MDL-13335 rewritten caching in forum cron; 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
nicolasconnault [Tue, 5 Feb 2008 10:39:56 +0000 (10:39 +0000)]
MDL-12158 Applied Matt's patch, merging from 1.9
nicolasconnault [Tue, 5 Feb 2008 10:30:27 +0000 (10:30 +0000)]
MDL-12888 Removing redundant form
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
nicolasconnault [Tue, 5 Feb 2008 09:58:05 +0000 (09:58 +0000)]
MDL-10451 Fixed HTML errors, merging from 1.9
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.
mits [Tue, 5 Feb 2008 09:16:28 +0000 (09:16 +0000)]
Updated config.php for theme oceanblue.
scyrma [Tue, 5 Feb 2008 08:42:34 +0000 (08:42 +0000)]
Merge from 19_STABLE for MDL-10639.
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
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
moodler [Tue, 5 Feb 2008 03:16:07 +0000 (03:16 +0000)]
Cleaning up logic from MDL-6826
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
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.
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".
nicolasconnault [Mon, 4 Feb 2008 14:29:45 +0000 (14:29 +0000)]
MDL-13087 merging from 1.9
nicolasconnault [Mon, 4 Feb 2008 13:57:36 +0000 (13:57 +0000)]
MDL-13050 merging from 1.9
nicolasconnault [Mon, 4 Feb 2008 13:02:07 +0000 (13:02 +0000)]
MDL-6826 merging from 1.9
nicolasconnault [Mon, 4 Feb 2008 12:18:23 +0000 (12:18 +0000)]
MDL-13103 merging from 1.9
nicolasconnault [Mon, 4 Feb 2008 11:03:29 +0000 (11:03 +0000)]
MDL-13103 merging from 1.9
nicolasconnault [Mon, 4 Feb 2008 10:08:40 +0000 (10:08 +0000)]
MDL-13103 merging from 1.9
scyrma [Mon, 4 Feb 2008 06:45:56 +0000 (06:45 +0000)]
merge from 19_STABLE
scyrma [Mon, 4 Feb 2008 00:48:41 +0000 (00:48 +0000)]
MDL-13060 - removing old entries fro VA and CD
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
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
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
stronk7 [Sun, 3 Feb 2008 18:33:09 +0000 (18:33 +0000)]
Add some outcomes missing strings. MDL-13318 ; 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
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
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
urs_hunkler [Sun, 3 Feb 2008 17:07:59 +0000 (17:07 +0000)]
Merged from 1.9 :: Chameleon restrictions info added.
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
urs_hunkler [Sun, 3 Feb 2008 16:55:32 +0000 (16:55 +0000)]
Merged from 1.9 :: MDL-13268 :: CSS added
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
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
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
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;
}
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
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
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
stronk7 [Sun, 3 Feb 2008 10:33:15 +0000 (10:33 +0000)]
Add missing description to grade_outcomes backup. Merged from 19_STABLE
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
moodler [Sun, 3 Feb 2008 03:20:44 +0000 (03:20 +0000)]
Automatic installer.php lang files by installer_builder (
20080203 )
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
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
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
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
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
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
stronk7 [Sat, 2 Feb 2008 20:43:18 +0000 (20:43 +0000)]
Respect $showfeedback when deleting groups and groupings. Merged from 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
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
moodler [Sat, 2 Feb 2008 03:28:31 +0000 (03:28 +0000)]
Automatic installer.php lang files by installer_builder (
20080202 )
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
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
exe-cutor [Fri, 1 Feb 2008 13:40:06 +0000 (13:40 +0000)]
Merged typo corrections from STABLE
exe-cutor [Fri, 1 Feb 2008 12:48:27 +0000 (12:48 +0000)]
Merged Shibboleth integrated WAYF service from 19_STABLE
exe-cutor [Fri, 1 Feb 2008 12:45:24 +0000 (12:45 +0000)]
Merged Shibboleth integrated WAYF service from 18_STABLE
skodak [Fri, 1 Feb 2008 09:12:33 +0000 (09:12 +0000)]
MDL-12945 modfullnames typo; 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
exe-cutor [Fri, 1 Feb 2008 08:30:17 +0000 (08:30 +0000)]
Added integrated Shibboleth WAYF service on alternative login page
Updated README
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
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