Moodle Robot [Fri, 12 Nov 2010 00:48:49 +0000 (00:48 +0000)]
Updated the HEAD build version to
20101112
Eloy Lafuente [Thu, 11 Nov 2010 22:57:39 +0000 (22:57 +0000)]
MDL-24924 course/import - delete one more file I missed in my prev commit
Eloy Lafuente [Thu, 11 Nov 2010 22:52:17 +0000 (22:52 +0000)]
MDL-24924 course/import - plugin not available anymore. Killed!
Eloy Lafuente [Thu, 11 Nov 2010 22:17:09 +0000 (22:17 +0000)]
MDL-24718 import - always import adding
Tim Hunt [Thu, 11 Nov 2010 21:54:22 +0000 (21:54 +0000)]
question bank MDL-24995 clean up a lot of deprecated code to do with moving questions around.
This should also fix MDL-25172, MDL-23021 and MDL-23073. In other words, moving questions between categories should now work.
john St [Thu, 11 Nov 2010 20:10:58 +0000 (20:10 +0000)]
fix for brick MDL-25091
Eloy Lafuente [Thu, 11 Nov 2010 19:46:04 +0000 (19:46 +0000)]
MDL-22135 - logs restore, course and activities + cleanup
Tim Hunt [Thu, 11 Nov 2010 18:58:06 +0000 (18:58 +0000)]
forum files MDL-25167 files in the post file area were not moved when the post was moved or deleted.
Also, I refactord some code out of forum_move_post and into a new method file_storage::move_area_files_to_new_context. I hope that is OK.
David Mudrak [Thu, 11 Nov 2010 18:47:57 +0000 (18:47 +0000)]
Text filters can not be applied on the content exported to the portfolio
Filters can replace text with images (smilies, temporary TeX images
etc.), links to glossaries or databases or embedded media players.
Therefore it is important to disable filter processing during portfolio
export.
Tim Hunt [Thu, 11 Nov 2010 18:33:11 +0000 (18:33 +0000)]
formslib editor NOBUG delete unused global file reference.
David Mudrak [Thu, 11 Nov 2010 18:24:49 +0000 (18:24 +0000)]
Portfolio export link displays title plus obsolete code cleanup
David Mudrak [Thu, 11 Nov 2010 18:04:43 +0000 (18:04 +0000)]
Fixed portfolio UI integration in forum thread
There was not enough space to put yet another discussion thread control
widget.
David Mudrak [Thu, 11 Nov 2010 18:04:27 +0000 (18:04 +0000)]
Portfolio strings changed to reflect the heading of the next page
Plus fixed some typos in the portfolio library
Tim Hunt [Thu, 11 Nov 2010 17:32:25 +0000 (17:32 +0000)]
question upgrade MDL-16094 fix up earlier mistakes in the text format upgrade.
There was a mistake in the text format upgrade in the question bank. The wrong conversions were performed, and the wrong arguments were passed to text_to_html in the conversions that were done.
Also, not all the calls to format_text had been updated to use the values in the new format columns.
I think this change fixes everything, but I have only had very limited time to test it. I am committing it anyway, because that seems to me to be the best way to maximise testing. I think that the new code is certainly better than the old code was.
David Mudrak [Thu, 11 Nov 2010 16:46:41 +0000 (16:46 +0000)]
Fixed trivial typo in debugging message text
David Mudrak [Thu, 11 Nov 2010 16:42:53 +0000 (16:42 +0000)]
Incorrect order of content processing during forum post portfolio export
During the portfolio export, portfolio_rewrite_pluginfile_urls() must be
called before format_text(). Otherwise some filters can interfere with
internal raw record syntax. For example, the Algebra Notation uses @@
for its own purposes and it used to break @@PLUGINFILE@@ placeholder.
David Mudrak [Thu, 11 Nov 2010 15:44:34 +0000 (15:44 +0000)]
Fixed undefined variable notice
David Mudrak [Thu, 11 Nov 2010 13:33:37 +0000 (13:33 +0000)]
Box.net portfolio setup instructions updated
David Mudrak [Thu, 11 Nov 2010 13:33:13 +0000 (13:33 +0000)]
MDL-24693 Flickr.com portfolio plugin fixed
David Mudrak [Thu, 11 Nov 2010 13:32:57 +0000 (13:32 +0000)]
Improved portfolio export summary layout
Petr Skoda [Thu, 11 Nov 2010 09:39:41 +0000 (09:39 +0000)]
attempt to fix mnet jumping issue when already logged in as guest
Andrew Davis [Thu, 11 Nov 2010 09:17:47 +0000 (09:17 +0000)]
message MDL-25148 fixed a bug with my popup availability bug fix
Sam Hemelryk [Thu, 11 Nov 2010 08:58:46 +0000 (08:58 +0000)]
navigation MDL-24990 Wrapped link to assign roles in categories within proper capability check.
Petr Skoda [Thu, 11 Nov 2010 07:56:49 +0000 (07:56 +0000)]
MDL-21963 rewritten progress bar internals, hopefully working now properly
Andrew Davis [Thu, 11 Nov 2010 06:11:43 +0000 (06:11 +0000)]
message MDL-25148 using method on $PAGE to allow or disallow popup notifications
Petr Skoda [Thu, 11 Nov 2010 06:11:13 +0000 (06:11 +0000)]
MDL-25152 guest logging can be disabled now
Andrew Davis [Thu, 11 Nov 2010 06:06:11 +0000 (06:06 +0000)]
message MDL-25148 added method to $PAGE to allow or disallow popup notifications
Aparup Banerjee [Thu, 11 Nov 2010 05:53:43 +0000 (05:53 +0000)]
global search MDL-25133 fixes to blog posts search documents so that it will add new posts into the search index successfully
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