Petr Skoda [Thu, 11 Nov 2010 05:27:34 +0000 (05:27 +0000)]
MDL-25150 new debugusers setting
Sam Hemelryk [Thu, 11 Nov 2010 05:15:41 +0000 (05:15 +0000)]
blocks MDL-24999 Fixed up regression in the display of block_list type blocks. Columns now site next to each other rather than below.
Sam Hemelryk [Thu, 11 Nov 2010 05:04:07 +0000 (05:04 +0000)]
user-profile-field-datetime MDL-24806 Fixed typo
Sam Hemelryk [Thu, 11 Nov 2010 04:02:37 +0000 (04:02 +0000)]
mod-wiki MDL-25003 Wiki history diff view now uses divs for layout rather than table which fixes the nasty overflow problems that were occurring
Petr Skoda [Thu, 11 Nov 2010 03:43:04 +0000 (03:43 +0000)]
MDL-24239 scorm upgrade includes handling of extracted archives
Sam Hemelryk [Thu, 11 Nov 2010 03:37:56 +0000 (03:37 +0000)]
navigation MDL-25142 Fixed up differences in navigation between guest and normal user.
As part of this patch I also introduced a new method in accesslib can_access_course that can be used
to check a users access to a course.
I also fixed a minor issue with guest access flag caching in require_login
Aparup Banerjee [Thu, 11 Nov 2010 03:37:54 +0000 (03:37 +0000)]
global search MDL-25099 setting global search block to 'hidden' when feature is disabled in experimental settings.
jerome mouneyrac [Thu, 11 Nov 2010 02:41:04 +0000 (02:41 +0000)]
community block MDL-25141 hub description is now format in FORMAT_PLAIN + xhtml strict code + remove BR tags
Sam Hemelryk [Thu, 11 Nov 2010 01:57:35 +0000 (01:57 +0000)]
NOBUG: Improved docs for concat functions within mysql_native_moodle_database.php
Sam Hemelryk [Thu, 11 Nov 2010 01:49:58 +0000 (01:49 +0000)]
enrol-users MDL-24618 Enrol users search now concats firstname and lastname as requested and searches email.
Sam Hemelryk [Thu, 11 Nov 2010 01:21:16 +0000 (01:21 +0000)]
restore MDL-24757 Fixed up course and category selectors
Moodle Robot [Thu, 11 Nov 2010 00:49:30 +0000 (00:49 +0000)]
Updated the HEAD build version to
20101111
Petr Skoda [Thu, 11 Nov 2010 00:46:33 +0000 (00:46 +0000)]
MDL-25145 ignore bogus roles of deleted users in meta enrol sync
AMOS bot [Thu, 11 Nov 2010 00:40:10 +0000 (00:40 +0000)]
Automatic installer lang files (
20101111)
Petr Skoda [Thu, 11 Nov 2010 00:39:53 +0000 (00:39 +0000)]
no return necessary after exception thrown
Petr Skoda [Thu, 11 Nov 2010 00:34:44 +0000 (00:34 +0000)]
MDL-24806 new time/date profile field
Credit goes to Mark Nelson - Pukunui Technology
Dan Marsden [Thu, 11 Nov 2010 00:24:43 +0000 (00:24 +0000)]
MDL-25147 tidy up readme wording related to cron
Dan Marsden [Wed, 10 Nov 2010 23:40:00 +0000 (23:40 +0000)]
SCORM MDL-25124 report attempts correctly for SCORM 1.2 objects that don't return a score.raw - thanks to Greg Franklin for report and fix!
Dan Marsden [Wed, 10 Nov 2010 23:22:31 +0000 (23:22 +0000)]
SCORM 2004 MDL-18756 - only return previous datamodel elements on re-launch if cmi.exit is set to "suspend"
Dan Marsden [Wed, 10 Nov 2010 21:50:49 +0000 (21:50 +0000)]
SCORM MDL-24579 remove badly formatted debugging code - thanks to Peter Chamberlain for report.
Dan Marsden [Wed, 10 Nov 2010 21:37:47 +0000 (21:37 +0000)]
SCORM MDL-24579 fix CMILongIdentifier regex (SCORM 2004) - thanks to Peter Chamberlain for report/fix
David Mudrak [Wed, 10 Nov 2010 16:02:07 +0000 (16:02 +0000)]
NOMDL workshop more referential integrity checks
As reported by Trudy Koedooder at http://moodle.org/mod/forum/discuss.php?d=161322
there can be some orphaned grade records without the referenced
assessment. It threw upgrade error. Such grades are now just ignored
during the upgrade.
David Mudrak [Wed, 10 Nov 2010 16:01:23 +0000 (16:01 +0000)]
MNet upgrade: missing required not null value
The column description in mnet_service table is set to not null and no
value is set for the insert_record(). We must explicitly provide the
empty string if the description is not defined in db/mnet.php file.
Sam Marshall [Wed, 10 Nov 2010 12:06:24 +0000 (12:06 +0000)]
Unit tests MDL-24993 Disable obsolete portfolio tests until such time as somebody can fix them
Dongsheng Cai [Wed, 10 Nov 2010 09:40:31 +0000 (09:40 +0000)]
MDL-23587 Italicise the names of unedited pages
Dongsheng Cai [Wed, 10 Nov 2010 09:35:45 +0000 (09:35 +0000)]
MDL-25070 fixed Wiki Search results in double breadcrumb node
David Mudrak [Wed, 10 Nov 2010 09:29:13 +0000 (09:29 +0000)]
MDL-22184 Re-execution of the fixed AMOScript from Sam's commit
AMOS BEGIN
MOV [scheduledsettings,core_backup],[automatedsettings,core_backup]
MOV [scheduledstorage,core_backup],[automatedstorage,core_backup]
MOV [scheduledstoragehelp,core_backup],[automatedstoragehelp,core_backup]
MOV [scheduledbackupsinactive,core],[automatedbackupsinactive,core_backup]
MOV [scheduledbackupstatus,core],[automatedbackupstatus,core_backup]
CPY [schedule,core],[automatedbackupschedule,core_backup]
MOV [backupschedulehelp,core],[automatedbackupschedulehelp,core_backup]
AMOS END
Aparup Banerjee [Wed, 10 Nov 2010 09:27:47 +0000 (09:27 +0000)]
global search MDL-25099 undoing fix - bad for performance! - will re-implement later.
Dongsheng Cai [Wed, 10 Nov 2010 09:24:57 +0000 (09:24 +0000)]
MDL-23636, fixed text when deleting or editing wiki comments
Dongsheng Cai [Wed, 10 Nov 2010 09:09:14 +0000 (09:09 +0000)]
MDL-23677, fixed commenting on creole format wiki page
Aparup Banerjee [Wed, 10 Nov 2010 09:06:46 +0000 (09:06 +0000)]
global search MDL-25099 locking the global search block to 'hidden' when feature is disabled in experimental settings.
AMOS bot [Wed, 10 Nov 2010 08:58:10 +0000 (08:58 +0000)]
New installer files
Dongsheng Cai [Wed, 10 Nov 2010 08:22:16 +0000 (08:22 +0000)]
MDL-24491, removed print_object in wiki upgrade code
Dongsheng Cai [Wed, 10 Nov 2010 06:37:11 +0000 (06:37 +0000)]
MDL-25138 tag_get_correlated should return unique records
Sam Hemelryk [Wed, 10 Nov 2010 06:07:43 +0000 (06:07 +0000)]
backup MDL-22184 Scheduled backups are now possible again through cron.
AMOS BEGIN
MOV [move scheduledsetup,core_backup],[automatedsetup,core_backup]
MOV [scheduledsettings,core_backup],[automatedsettings,core_backup]
MOV [scheduledstorage,core_backup],[automatedstorage,core_backup]
MOV [scheduledstoragehelp,core_backup],[automatedstoragehelp,core_backup]
MOV [scheduledbackupsinactive,core],[automatedbackupsinactive,core_backup]
MOV [scheduledbackupstatus,core],[automatedbackupstatus,core_backup]
CPY [schedule,core],[automatedbackupschedule,core_backup]
MOV [backupschedulehelp,core],[automatedbackupschedulehelp,core_backup]
AMOS END
jerome mouneyrac [Wed, 10 Nov 2010 03:50:03 +0000 (03:50 +0000)]
registration MDL-25135 fix registration when private hub url has a trailing "/" character
jerome mouneyrac [Wed, 10 Nov 2010 03:35:40 +0000 (03:35 +0000)]
registration MDL-25135 fix registration when private hub url has a trailing "/" character
Petr Skoda [Wed, 10 Nov 2010 02:49:00 +0000 (02:49 +0000)]
MDL-24955 improved add discussion logic for users that are not enrolled yet
Petr Skoda [Wed, 10 Nov 2010 02:43:56 +0000 (02:43 +0000)]
MDL-24955 improved reply link logic for users that are not enrolled yet
Andrew Davis [Wed, 10 Nov 2010 02:42:57 +0000 (02:42 +0000)]
course MDL-25101 made course description popup actually set its layout to popup
Petr Skoda [Wed, 10 Nov 2010 02:14:27 +0000 (02:14 +0000)]
MDL-24955 improved detection of available self enrol plugins
Dan Marsden [Wed, 10 Nov 2010 01:05:10 +0000 (01:05 +0000)]
Global Search MDL-25131 fix typo
Moodle Robot [Wed, 10 Nov 2010 00:47:17 +0000 (00:47 +0000)]
Updated the HEAD build version to
20101110
AMOS bot [Wed, 10 Nov 2010 00:40:09 +0000 (00:40 +0000)]
Automatic installer lang files (
20101110)
Dan Marsden [Tue, 9 Nov 2010 22:55:58 +0000 (22:55 +0000)]
SCORM MDL-25985 wrong key to check $usertracks array - thanks to Valerian for report/fix
Sam Marshall [Tue, 9 Nov 2010 17:10:34 +0000 (17:10 +0000)]
Unit tests MDL-24980 Disable obsolete portfolio tests until such time as somebody can fix them
Sam Marshall [Tue, 9 Nov 2010 17:09:13 +0000 (17:09 +0000)]
Unit tests MDL-24993 Disable obsolete portfolio tests until such time as somebody can fix them
David Mudrak [Tue, 9 Nov 2010 15:39:07 +0000 (15:39 +0000)]
MDL-25052 Do not display 'All hosts' as the identity provider at login form
David Mudrak [Tue, 9 Nov 2010 15:38:50 +0000 (15:38 +0000)]
NOMDL MNet: fixed incorrect usage of get_record() in permission_to_call()
When $CFG->mnet_all_hosts_id was set, the get_record() returned multiply
records and produced warnings. Also, get_record_sql() == true was just
ugly.
David Mudrak [Tue, 9 Nov 2010 13:11:28 +0000 (13:11 +0000)]
MDL-25111 MNet: fixed typo in the callback function name
Credit goes to Hubert Chathi.
Sam Marshall [Tue, 9 Nov 2010 12:41:29 +0000 (12:41 +0000)]
Roles MDL-23986 Added help to role archetype
David Mudrak [Tue, 9 Nov 2010 12:40:56 +0000 (12:40 +0000)]
MDL-24625 Dropped $CFG->block_search_text and $CFG->block_search_button
We should never store strings in the database, use get_string()
whenever possible. Also, I removed legacy config_global.html even though
I know Apu kept it intentionally for regressions test. The file can
always be searched in the repository history, no need to keep it.
David Mudrak [Tue, 9 Nov 2010 11:55:37 +0000 (11:55 +0000)]
MDL-25072 reverted theme's disablecourseajax to enablecourseajax property
David Mudrak [Tue, 9 Nov 2010 11:55:26 +0000 (11:55 +0000)]
MDL-14790 ajax delete confirmation box now uses the same wording as the non-ajax confirmation page
David Mudrak [Tue, 9 Nov 2010 11:55:11 +0000 (11:55 +0000)]
MDL-25072 convert $CFG->disablecourseajax to $CFG->enablecourseajax
David Mudrak [Tue, 9 Nov 2010 11:54:58 +0000 (11:54 +0000)]
MDL-25072 Stop abusing $CFG->ajaxcapable and $CFG->ajaxtestedbrowsers
Dongsheng Cai [Tue, 9 Nov 2010 09:11:28 +0000 (09:11 +0000)]
MDL-19168, dropbox plugin now have full access
Sam Hemelryk [Tue, 9 Nov 2010 08:59:53 +0000 (08:59 +0000)]
mod-forum MDL-25113 Fixed up navigation for forum when browsing a discussion.
Andrew Davis [Tue, 9 Nov 2010 08:34:30 +0000 (08:34 +0000)]
forum MDL-24850 added ratings to mod/forum/user.php
Sam Hemelryk [Tue, 9 Nov 2010 08:25:52 +0000 (08:25 +0000)]
block-recent_activity MDLSITE-1118 Tweaking styles for recent activity block
Sam Hemelryk [Tue, 9 Nov 2010 08:16:43 +0000 (08:16 +0000)]
block-recent_activity MDLSITE-1118 Added spacing below each item
jerome mouneyrac [Tue, 9 Nov 2010 07:58:54 +0000 (07:58 +0000)]
registration MDL-25116 change some wording on the main registration page
Sam Hemelryk [Tue, 9 Nov 2010 06:58:12 +0000 (06:58 +0000)]
theme-formal_white MDL-25090 Removed setting that was no longer used.
Andrew Davis [Tue, 9 Nov 2010 06:47:53 +0000 (06:47 +0000)]
message MDL-25114 corrected some code doc
Andrew Davis [Tue, 9 Nov 2010 06:12:04 +0000 (06:12 +0000)]
message MDL-25114 tried to make the message provider not found error info more helpful
Andrew Davis [Tue, 9 Nov 2010 06:01:20 +0000 (06:01 +0000)]
message MDL-25114 tried to provide a more helpful error message for when code sending a message supplied an unknown component or event name
Pierre Pichet [Tue, 9 Nov 2010 04:07:37 +0000 (04:07 +0000)]
MDL-25104 Fixing cloze import and export
Sam Hemelryk [Tue, 9 Nov 2010 03:43:40 +0000 (03:43 +0000)]
mod-forum MDL-25113 Fixed up navbar display for forum threads
Andrew Davis [Tue, 9 Nov 2010 03:24:09 +0000 (03:24 +0000)]
gradebook MDL-25112 made /grade/edit/outcome/edit.php set page context before trying to initialize an mform
jerome mouneyrac [Tue, 9 Nov 2010 02:35:36 +0000 (02:35 +0000)]
community block/publication MDL-23056 use required_param instead of optional_param when possible
Petr Skoda [Tue, 9 Nov 2010 01:53:28 +0000 (01:53 +0000)]
MDL-24955 prevent infinite redirect loop when not enrolled and self enrol not available
Petr Skoda [Tue, 9 Nov 2010 01:28:43 +0000 (01:28 +0000)]
MDL-25072 themes may disable ajax course edit
Moodle Robot [Tue, 9 Nov 2010 00:49:40 +0000 (00:49 +0000)]
Updated the HEAD build version to
20101109
AMOS bot [Tue, 9 Nov 2010 00:40:10 +0000 (00:40 +0000)]
Automatic installer lang files (
20101109)
Pierre Pichet [Tue, 9 Nov 2010 00:02:57 +0000 (00:02 +0000)]
MDL-25104 Fixing some other error about $files in $instructions param of numerical
Pierre Pichet [Mon, 8 Nov 2010 20:58:32 +0000 (20:58 +0000)]
MDL-25104 Fixing some litle errors about $instructions param of numerical
Tim Hunt [Mon, 8 Nov 2010 17:25:53 +0000 (17:25 +0000)]
question XML import MDL-25104 fix a whole bunch of minor errors.
Sam Marshall [Mon, 8 Nov 2010 17:12:03 +0000 (17:12 +0000)]
Admin MDL-23244 Portfolio/repo admin pages use nested forms, which are illegal HTML and cause first dropdown on page to break
Tim Hunt [Mon, 8 Nov 2010 15:55:45 +0000 (15:55 +0000)]
question bank MDL-24312 problem when deleting a course with orphaned categories.
When there was a question category whose parent had somehow been deleted from the question bank, while the child category was still there, then that gave an error because a DB query was still referring to the question_categories.courese coloumn, that was changed to contextid in moodle 1.9.
Fix thanks to Mahmoud Kassaei.
Tim Hunt [Mon, 8 Nov 2010 15:51:10 +0000 (15:51 +0000)]
xml import/export MDL-25103 was not working due to out-of-memory errors when calling xmltidy, which broke XML wellformedness.
The solution is to not tidy the XML. The XML generated is already quite well laid out, and if we want it better, we should fix that, rather than trying to load the whole file into memory to reformat it.
Also, while investigating this, I found that we were not handling the mime-type of the exported file very elegantly, so I added a new mime_type method (defaults to getting the mime type of the file extension).
Tim Hunt [Mon, 8 Nov 2010 14:06:28 +0000 (14:06 +0000)]
canvas theme MDL-23664 get rid of ugly black borders round questions.
Tim Hunt [Mon, 8 Nov 2010 13:42:01 +0000 (13:42 +0000)]
admin purge caches MDL-24591 (part) make the redirect go somewhere sensible.
Tim Hunt [Mon, 8 Nov 2010 13:33:08 +0000 (13:33 +0000)]
weblib NOBUG Add a comment to clarify that moodle_url deals with $CFG->admin for you.
Sam Marshall [Mon, 8 Nov 2010 11:51:19 +0000 (11:51 +0000)]
Activity completion MDL-24746 If you turn on autocompletion for an activity after users have already done things that should complete it, it didn't mark them complete
Sam Marshall [Mon, 8 Nov 2010 11:07:09 +0000 (11:07 +0000)]
Unit tests MDL-24980 Initial fix (no fully working yet) for portfolioaddbutton test
Andrew Davis [Mon, 8 Nov 2010 08:23:24 +0000 (08:23 +0000)]
gradebook MDL-24867 now hiding some items from the gradebook nav box if youre not within a course
Dongsheng Cai [Mon, 8 Nov 2010 08:16:26 +0000 (08:16 +0000)]
MDL-23138 WIKI removed standard_head_html, use standard $OUTPUT->header()
Dongsheng Cai [Mon, 8 Nov 2010 08:05:15 +0000 (08:05 +0000)]
MDL-23134, use foreach to read recordset instead of valid(), next()
Dongsheng Cai [Mon, 8 Nov 2010 07:59:55 +0000 (07:59 +0000)]
MDL-25097, fixed CSRF in chat_ajax.php
Dongsheng Cai [Mon, 8 Nov 2010 07:52:54 +0000 (07:52 +0000)]
MDL-23135, added defined('MOODLE_INTERNAL') || die; to old ewiki code
Dongsheng Cai [Mon, 8 Nov 2010 07:43:18 +0000 (07:43 +0000)]
MDL-23139, fixed CSRF in wiki editing page
Andrew Davis [Mon, 8 Nov 2010 06:50:20 +0000 (06:50 +0000)]
message MDL-24788 added brackets around the automatically appended part of the jabber notification
Dongsheng Cai [Mon, 8 Nov 2010 06:33:00 +0000 (06:33 +0000)]
MDL-23395, go straight to page editing page when title is not empyt and forceformat is set
Dongsheng Cai [Mon, 8 Nov 2010 06:03:00 +0000 (06:03 +0000)]
MDL-25069 CHAT added events definition file
Andrew Davis [Mon, 8 Nov 2010 05:45:21 +0000 (05:45 +0000)]
gradebook MDL-25083 contents of user idnumber column wasnt being set correctly
Andrew Davis [Mon, 8 Nov 2010 05:27:04 +0000 (05:27 +0000)]
blocks MDL-25093 fixed an error that meant that the course limit wasnt being applied in the course overview
Petr Skoda [Mon, 8 Nov 2010 03:28:54 +0000 (03:28 +0000)]
MDL-25031 ignore invalid block instances
pagetypepattern can not be null, so we ignore these until we find a way to fix them properly, sorry
Andrew Davis [Mon, 8 Nov 2010 03:10:30 +0000 (03:10 +0000)]
message MDL-25095 increased the size of the message fragment displayed in the message search
Andrew Davis [Mon, 8 Nov 2010 02:55:05 +0000 (02:55 +0000)]
user MDL-25094 adding message link to the user course profile page
Dongsheng Cai [Mon, 8 Nov 2010 02:54:42 +0000 (02:54 +0000)]
MDL-25069 CHAT added event handler to handler user logout event.