moodle.git
12 years agoUnit tests MDL-24980 Disable obsolete portfolio tests until such time as somebody...
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

12 years agoUnit tests MDL-24993 Disable obsolete portfolio tests until such time as somebody...
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

12 years agoMDL-25052 Do not display 'All hosts' as the identity provider at login form
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

12 years agoNOMDL MNet: fixed incorrect usage of get_record() in permission_to_call()
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.

12 years agoMDL-25111 MNet: fixed typo in the callback function name
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.

12 years agoRoles MDL-23986 Added help to role archetype
Sam Marshall [Tue, 9 Nov 2010 12:41:29 +0000 (12:41 +0000)]
Roles MDL-23986 Added help to role archetype

12 years agoMDL-24625 Dropped $CFG->block_search_text and $CFG->block_search_button
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.

12 years agoMDL-25072 reverted theme's disablecourseajax to enablecourseajax property
David Mudrak [Tue, 9 Nov 2010 11:55:37 +0000 (11:55 +0000)]
MDL-25072 reverted theme's disablecourseajax to enablecourseajax property

12 years agoMDL-14790 ajax delete confirmation box now uses the same wording as the non-ajax...
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

12 years agoMDL-25072 convert $CFG->disablecourseajax to $CFG->enablecourseajax
David Mudrak [Tue, 9 Nov 2010 11:55:11 +0000 (11:55 +0000)]
MDL-25072 convert $CFG->disablecourseajax to $CFG->enablecourseajax

12 years agoMDL-25072 Stop abusing $CFG->ajaxcapable and $CFG->ajaxtestedbrowsers
David Mudrak [Tue, 9 Nov 2010 11:54:58 +0000 (11:54 +0000)]
MDL-25072 Stop abusing $CFG->ajaxcapable and $CFG->ajaxtestedbrowsers

12 years agoMDL-19168, dropbox plugin now have full access
Dongsheng Cai [Tue, 9 Nov 2010 09:11:28 +0000 (09:11 +0000)]
MDL-19168, dropbox plugin now have full access

12 years agomod-forum MDL-25113 Fixed up navigation for forum when browsing a discussion.
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.

12 years agoforum MDL-24850 added ratings to mod/forum/user.php
Andrew Davis [Tue, 9 Nov 2010 08:34:30 +0000 (08:34 +0000)]
forum MDL-24850 added ratings to mod/forum/user.php

12 years agoblock-recent_activity MDLSITE-1118 Tweaking styles for recent activity block
Sam Hemelryk [Tue, 9 Nov 2010 08:25:52 +0000 (08:25 +0000)]
block-recent_activity MDLSITE-1118 Tweaking styles for recent activity block

12 years agoblock-recent_activity MDLSITE-1118 Added spacing below each item
Sam Hemelryk [Tue, 9 Nov 2010 08:16:43 +0000 (08:16 +0000)]
block-recent_activity MDLSITE-1118 Added spacing below each item

12 years agoregistration MDL-25116 change some wording on the main registration page
jerome mouneyrac [Tue, 9 Nov 2010 07:58:54 +0000 (07:58 +0000)]
registration MDL-25116 change some wording on the main registration page

12 years agotheme-formal_white MDL-25090 Removed setting that was no longer used.
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.

12 years agomessage MDL-25114 corrected some code doc
Andrew Davis [Tue, 9 Nov 2010 06:47:53 +0000 (06:47 +0000)]
message MDL-25114 corrected some code doc

12 years agomessage MDL-25114 tried to make the message provider not found error info more helpful
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

12 years agomessage MDL-25114 tried to provide a more helpful error message for when code sending...
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

12 years agoMDL-25104 Fixing cloze import and export
Pierre Pichet [Tue, 9 Nov 2010 04:07:37 +0000 (04:07 +0000)]
MDL-25104 Fixing cloze import and export

12 years agomod-forum MDL-25113 Fixed up navbar display for forum threads
Sam Hemelryk [Tue, 9 Nov 2010 03:43:40 +0000 (03:43 +0000)]
mod-forum MDL-25113 Fixed up navbar display for forum threads

12 years agogradebook MDL-25112 made /grade/edit/outcome/edit.php set page context before trying...
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

12 years agocommunity block/publication MDL-23056 use required_param instead of optional_param...
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

12 years agoMDL-24955 prevent infinite redirect loop when not enrolled and self enrol not available
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

12 years agoMDL-25072 themes may disable ajax course edit
Petr Skoda [Tue, 9 Nov 2010 01:28:43 +0000 (01:28 +0000)]
MDL-25072 themes may disable ajax course edit

12 years agoUpdated the HEAD build version to 20101109
Moodle Robot [Tue, 9 Nov 2010 00:49:40 +0000 (00:49 +0000)]
Updated the HEAD build version to 20101109

12 years agoAutomatic installer lang files (20101109)
AMOS bot [Tue, 9 Nov 2010 00:40:10 +0000 (00:40 +0000)]
Automatic installer lang files (20101109)

12 years agoMDL-25104 Fixing some other error about $files in $instructions param of numerical
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

12 years agoMDL-25104 Fixing some litle errors about $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

12 years agoquestion XML import MDL-25104 fix a whole bunch of minor errors.
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.

12 years agoAdmin MDL-23244 Portfolio/repo admin pages use nested forms, which are illegal HTML...
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

12 years agoquestion bank MDL-24312 problem when deleting a course with orphaned categories.
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.

12 years agoxml import/export MDL-25103 was not working due to out-of-memory errors when calling...
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).

12 years agocanvas theme MDL-23664 get rid of ugly black borders round questions.
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.

12 years agoadmin purge caches MDL-24591 (part) make the redirect go somewhere sensible.
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.

12 years agoweblib NOBUG Add a comment to clarify that moodle_url deals with $CFG->admin for...
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.

12 years agoActivity completion MDL-24746 If you turn on autocompletion for an activity after...
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

12 years agoUnit tests MDL-24980 Initial fix (no fully working yet) for portfolioaddbutton test
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

12 years agogradebook MDL-24867 now hiding some items from the gradebook nav box if youre not...
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

12 years agoMDL-23138 WIKI removed standard_head_html, use standard $OUTPUT->header()
Dongsheng Cai [Mon, 8 Nov 2010 08:16:26 +0000 (08:16 +0000)]
MDL-23138 WIKI  removed standard_head_html, use standard $OUTPUT->header()

12 years agoMDL-23134, use foreach to read recordset instead of valid(), next()
Dongsheng Cai [Mon, 8 Nov 2010 08:05:15 +0000 (08:05 +0000)]
MDL-23134, use foreach to read recordset instead of valid(), next()

12 years agoMDL-25097, fixed CSRF in chat_ajax.php
Dongsheng Cai [Mon, 8 Nov 2010 07:59:55 +0000 (07:59 +0000)]
MDL-25097, fixed CSRF in chat_ajax.php

12 years agoMDL-23135, added defined('MOODLE_INTERNAL') || die; to old ewiki code
Dongsheng Cai [Mon, 8 Nov 2010 07:52:54 +0000 (07:52 +0000)]
MDL-23135, added defined('MOODLE_INTERNAL') || die; to old ewiki code

12 years agoMDL-23139, fixed CSRF in wiki editing page
Dongsheng Cai [Mon, 8 Nov 2010 07:43:18 +0000 (07:43 +0000)]
MDL-23139, fixed CSRF in wiki editing page

12 years agomessage MDL-24788 added brackets around the automatically appended part of the jabber...
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

12 years agoMDL-23395, go straight to page editing page when title is not empyt and forceformat...
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

12 years agoMDL-25069 CHAT added events definition file
Dongsheng Cai [Mon, 8 Nov 2010 06:03:00 +0000 (06:03 +0000)]
MDL-25069 CHAT added events definition file

12 years agogradebook MDL-25083 contents of user idnumber column wasnt being set correctly
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

12 years agoblocks MDL-25093 fixed an error that meant that the course limit wasnt being applied...
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

12 years agoMDL-25031 ignore invalid block instances
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

12 years agomessage MDL-25095 increased the size of the message fragment displayed in the message...
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

12 years agouser MDL-25094 adding message link to the user course profile page
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

12 years agoMDL-25069 CHAT added event handler to handler user logout event.
Dongsheng Cai [Mon, 8 Nov 2010 02:54:42 +0000 (02:54 +0000)]
MDL-25069 CHAT added event handler to handler user logout event.

12 years agoMDL-24781, repository, force context-type to text/html
Dongsheng Cai [Mon, 8 Nov 2010 02:42:28 +0000 (02:42 +0000)]
MDL-24781, repository, force context-type to text/html

12 years agoglobal search MDL-25056 fixed some incorrect PARAM types.
Aparup Banerjee [Mon, 8 Nov 2010 02:08:18 +0000 (02:08 +0000)]
global search MDL-25056 fixed some incorrect PARAM types.

12 years agotheme-anomaly MDL-22914 Fixed up minor rounded corner alignment issues in anomaly.
Sam Hemelryk [Mon, 8 Nov 2010 01:44:40 +0000 (01:44 +0000)]
theme-anomaly MDL-22914 Fixed up minor rounded corner alignment issues in anomaly.

12 years agotheme-formal_white MDL-25090 Fixed region width problem. Thanks Daniele for the solution.
Sam Hemelryk [Mon, 8 Nov 2010 01:27:02 +0000 (01:27 +0000)]
theme-formal_white MDL-25090 Fixed region width problem. Thanks Daniele for the solution.

12 years agoUpdated the HEAD build version to 20101108
Moodle Robot [Mon, 8 Nov 2010 00:49:51 +0000 (00:49 +0000)]
Updated the HEAD build version to 20101108

12 years agoMDL-22498 - removed padding from all .content areas
Patrick Malley [Sun, 7 Nov 2010 19:39:10 +0000 (19:39 +0000)]
MDL-22498 - removed padding from all .content areas

12 years agoAdded z-index to helppopupbox
Patrick Malley [Sun, 7 Nov 2010 19:32:27 +0000 (19:32 +0000)]
Added z-index to helppopupbox

12 years agoUpdated the HEAD build version to 20101107
Moodle Robot [Sun, 7 Nov 2010 00:48:58 +0000 (00:48 +0000)]
Updated the HEAD build version to 20101107

12 years agoFixing drift between CVS and git
Moodle HQ git importer [Sat, 6 Nov 2010 15:38:36 +0000 (15:38 +0000)]
Fixing drift between CVS and git

12 years agoMDL-25086 numerical options for numerical questions, calculated and 1,9 import withou...
Pierre Pichet [Sat, 6 Nov 2010 15:38:36 +0000 (15:38 +0000)]
MDL-25086 numerical options for numerical questions, calculated and 1,9 import without images...

12 years agoMDL-25086 first modifications, numerical options for numerical questions
Pierre Pichet [Sat, 6 Nov 2010 02:16:07 +0000 (02:16 +0000)]
MDL-25086 first modifications, numerical options for numerical questions

12 years agoUpdated the HEAD build version to 20101106
Moodle Robot [Sat, 6 Nov 2010 00:48:08 +0000 (00:48 +0000)]
Updated the HEAD build version to 20101106

12 years agoAutomatic installer lang files (20101106)
AMOS bot [Sat, 6 Nov 2010 00:40:10 +0000 (00:40 +0000)]
Automatic installer lang files (20101106)

12 years agoglobal search MDL-25056 fixed refering to $CFG->var when it isn't set yet.
Aparup Banerjee [Fri, 5 Nov 2010 09:55:25 +0000 (09:55 +0000)]
global search MDL-25056 fixed refering to $CFG->var when it isn't set yet.

12 years agotypo fix
Helen Foster [Fri, 5 Nov 2010 09:48:36 +0000 (09:48 +0000)]
typo fix

12 years agoMDL-21559: fixed force password change for internal and external authentication in...
Rossiani Wijaya [Fri, 5 Nov 2010 09:26:05 +0000 (09:26 +0000)]
MDL-21559: fixed force password change for internal and external authentication in user upload.
additional note: initialize user object for required fields (columns)

12 years agoglobal search MDL-25056 added a port of the global_config.html to settings.php. Leavi...
Aparup Banerjee [Fri, 5 Nov 2010 08:53:57 +0000 (08:53 +0000)]
global search MDL-25056 added a port of the global_config.html to settings.php. Leaving the html file behind for regression checks.

12 years agoNOBUG fixed infinite loop when zlib compression enabled revisited
Petr Skoda [Fri, 5 Nov 2010 08:44:51 +0000 (08:44 +0000)]
NOBUG fixed infinite loop when zlib compression enabled revisited

12 years agoMDL-21559: fixed force password change for internal and external authentication in...
Rossiani Wijaya [Fri, 5 Nov 2010 08:41:53 +0000 (08:41 +0000)]
MDL-21559: fixed force password change for internal and external authentication in user upload.

12 years agoNOBUG: Fixed minor navigation issue
Sam Hemelryk [Fri, 5 Nov 2010 08:40:45 +0000 (08:40 +0000)]
NOBUG: Fixed minor navigation issue

12 years agoNOBUG fixed infinite loop when zlib compression enabled
Petr Skoda [Fri, 5 Nov 2010 08:32:36 +0000 (08:32 +0000)]
NOBUG fixed infinite loop when zlib compression enabled

12 years agomessage MDL-24694 removed references to user->emailstop. the column itself will be...
Andrew Davis [Fri, 5 Nov 2010 08:04:40 +0000 (08:04 +0000)]
message MDL-24694 removed references to user->emailstop. the column itself will be removed in a later version

12 years agomod-forum MDL-24895 Fixed up CSS classes in forum posts
Sam Hemelryk [Fri, 5 Nov 2010 07:53:08 +0000 (07:53 +0000)]
mod-forum MDL-24895 Fixed up CSS classes in forum posts

12 years agoMDL-25053 invalid SQL syntax
Petr Skoda [Fri, 5 Nov 2010 07:29:24 +0000 (07:29 +0000)]
MDL-25053 invalid SQL syntax
postgresql requires AS when defining column aliases, credit goes to Alan Peter Carter

12 years agoNOBUG: Turned off zlib compression when serving javascript files.
Sam Hemelryk [Fri, 5 Nov 2010 07:03:05 +0000 (07:03 +0000)]
NOBUG: Turned off zlib compression when serving javascript files.

12 years agowebservice MDL-18655 add new capability moodle/user:viewalldetails allowing to see...
jerome mouneyrac [Fri, 5 Nov 2010 06:55:43 +0000 (06:55 +0000)]
webservice MDL-18655 add new capability moodle/user:viewalldetails allowing to see all user information. This capability is set up copying the current moodle/user:update assignations

12 years agothemes MDL-24895 Fixed phantom scroll bar bug that was occurring on OSX Firefox,...
Sam Hemelryk [Fri, 5 Nov 2010 06:37:06 +0000 (06:37 +0000)]
themes MDL-24895 Fixed phantom scroll bar bug that was occurring on OSX Firefox, Chrome, and Safari

12 years agoMDL-15573, question export rewrite
Dongsheng Cai [Fri, 5 Nov 2010 06:34:00 +0000 (06:34 +0000)]
MDL-15573, question export rewrite

12 years agorss MDL-25076 made forum rss feeds that are displaying discussions instead of posts...
Andrew Davis [Fri, 5 Nov 2010 06:13:31 +0000 (06:13 +0000)]
rss MDL-25076 made forum rss feeds that are displaying discussions instead of posts correctly set the item titles

12 years agooutput MDL-24895 Removed debugging notice when setting an unchangeable pagelayout
Sam Hemelryk [Fri, 5 Nov 2010 04:19:08 +0000 (04:19 +0000)]
output MDL-24895 Removed debugging notice when setting an unchangeable pagelayout

12 years agoblocks MDL-25074 When adding pretend blocks if the requested region doesn't exist...
Sam Hemelryk [Fri, 5 Nov 2010 03:45:32 +0000 (03:45 +0000)]
blocks MDL-25074 When adding pretend blocks if the requested region doesn't exist it now uses the default region.

12 years agothemes lib MDL-24895 Multiple fixes to better handle overflow.
Sam Hemelryk [Fri, 5 Nov 2010 02:53:47 +0000 (02:53 +0000)]
themes lib MDL-24895 Multiple fixes to better handle overflow.
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.

12 years agoMDL-25069, chat, check if user loggedin
Dongsheng Cai [Fri, 5 Nov 2010 02:41:16 +0000 (02:41 +0000)]
MDL-25069, chat, check if user loggedin

12 years agoblock-blog_recent MDL-22942 Fixed up block config function, blog_recent doesn't have...
Sam Hemelryk [Fri, 5 Nov 2010 01:55:51 +0000 (01:55 +0000)]
block-blog_recent MDL-22942 Fixed up block config function, blog_recent doesn't have global settings

12 years agoUpdated the HEAD build version to 20101105
Moodle Robot [Fri, 5 Nov 2010 00:47:33 +0000 (00:47 +0000)]
Updated the HEAD build version to 20101105

12 years agoMDL-21395 rewording help string
Helen Foster [Thu, 4 Nov 2010 17:48:43 +0000 (17:48 +0000)]
MDL-21395 rewording help string

12 years agoMDL-21395 deleting unused string
Helen Foster [Thu, 4 Nov 2010 17:04:50 +0000 (17:04 +0000)]
MDL-21395 deleting unused string

12 years agocap rewording
Helen Foster [Thu, 4 Nov 2010 15:11:47 +0000 (15:11 +0000)]
cap rewording

12 years agoWorkshop aggregation is not expected to produce any output, just redirects back to...
David Mudrak [Thu, 4 Nov 2010 14:45:03 +0000 (14:45 +0000)]
Workshop aggregation is not expected to produce any output, just redirects back to the workshop main page

12 years agoquestion type upgrade MDL-24863 Fix broken upgrade on MSSQL.
Tim Hunt [Thu, 4 Nov 2010 09:49:00 +0000 (09:49 +0000)]
question type upgrade MDL-24863 Fix broken upgrade on MSSQL.
Thanks to mark williams for the report.

12 years agomessage MDL-24763 altered a debugging() call to have a unique message
Andrew Davis [Thu, 4 Nov 2010 06:36:56 +0000 (06:36 +0000)]
message MDL-24763 altered a debugging() call to have a unique message

12 years agomessage MDL-24763 prevented notifications from appearing in the messages block
Andrew Davis [Thu, 4 Nov 2010 06:04:40 +0000 (06:04 +0000)]
message MDL-24763 prevented notifications from appearing in the messages block

12 years agoNOBUG: Fixed syntax error
Sam Hemelryk [Thu, 4 Nov 2010 05:20:09 +0000 (05:20 +0000)]
NOBUG: Fixed syntax error

12 years agoMDL-22663, fixed webdav type option
Dongsheng Cai [Thu, 4 Nov 2010 03:46:41 +0000 (03:46 +0000)]
MDL-22663, fixed webdav type option

12 years agoUpdated the HEAD build version to 20101104
Moodle Robot [Thu, 4 Nov 2010 00:48:47 +0000 (00:48 +0000)]
Updated the HEAD build version to 20101104