moodle.git
14 years agoMDL-25150 new debugusers setting
Petr Skoda [Thu, 11 Nov 2010 05:27:34 +0000 (05:27 +0000)]
MDL-25150 new debugusers setting

14 years agoblocks MDL-24999 Fixed up regression in the display of block_list type blocks. Column...
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.

14 years agouser-profile-field-datetime MDL-24806 Fixed typo
Sam Hemelryk [Thu, 11 Nov 2010 05:04:07 +0000 (05:04 +0000)]
user-profile-field-datetime MDL-24806 Fixed typo

14 years agomod-wiki MDL-25003 Wiki history diff view now uses divs for layout rather than table...
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

14 years agoMDL-24239 scorm upgrade includes handling of extracted archives
Petr Skoda [Thu, 11 Nov 2010 03:43:04 +0000 (03:43 +0000)]
MDL-24239 scorm upgrade includes handling of extracted archives

14 years agonavigation MDL-25142 Fixed up differences in navigation between guest and normal...
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

14 years agoglobal search MDL-25099 setting global search block to 'hidden' when feature is disab...
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.

14 years agocommunity block MDL-25141 hub description is now format in FORMAT_PLAIN + xhtml stric...
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

14 years agoNOBUG: Improved docs for concat functions within mysql_native_moodle_database.php
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

14 years agoenrol-users MDL-24618 Enrol users search now concats firstname and lastname as reques...
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.

14 years agorestore MDL-24757 Fixed up course and category selectors
Sam Hemelryk [Thu, 11 Nov 2010 01:21:16 +0000 (01:21 +0000)]
restore MDL-24757 Fixed up course and category selectors

14 years agoUpdated the HEAD build version to 20101111
Moodle Robot [Thu, 11 Nov 2010 00:49:30 +0000 (00:49 +0000)]
Updated the HEAD build version to 20101111

14 years agoMDL-25145 ignore bogus roles of deleted users in meta enrol sync
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

14 years agoAutomatic installer lang files (20101111)
AMOS bot [Thu, 11 Nov 2010 00:40:10 +0000 (00:40 +0000)]
Automatic installer lang files (20101111)

14 years agono return necessary after exception thrown
Petr Skoda [Thu, 11 Nov 2010 00:39:53 +0000 (00:39 +0000)]
no return necessary after exception thrown

14 years agoMDL-24806 new time/date profile field
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

14 years agoMDL-25147 tidy up readme wording related to cron
Dan Marsden [Thu, 11 Nov 2010 00:24:43 +0000 (00:24 +0000)]
MDL-25147 tidy up readme wording related to cron

14 years agoSCORM MDL-25124 report attempts correctly for SCORM 1.2 objects that don't return...
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!

14 years agoSCORM 2004 MDL-18756 - only return previous datamodel elements on re-launch if cmi...
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"

14 years agoSCORM MDL-24579 remove badly formatted debugging code - thanks to Peter Chamberlain...
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.

14 years agoSCORM MDL-24579 fix CMILongIdentifier regex (SCORM 2004) - thanks to Peter Chamberlai...
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

14 years agoNOMDL workshop more referential integrity checks
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.

14 years agoMNet upgrade: missing required not null value
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.

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

14 years agoMDL-23587 Italicise the names of unedited pages
Dongsheng Cai [Wed, 10 Nov 2010 09:40:31 +0000 (09:40 +0000)]
MDL-23587  Italicise the names of unedited pages

14 years agoMDL-25070 fixed Wiki Search results in double breadcrumb node
Dongsheng Cai [Wed, 10 Nov 2010 09:35:45 +0000 (09:35 +0000)]
MDL-25070 fixed Wiki Search results in double breadcrumb node

14 years agoMDL-22184 Re-execution of the fixed AMOScript from Sam's commit
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

14 years agoglobal search MDL-25099 undoing fix - bad for performance! - will re-implement later.
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.

14 years agoMDL-23636, fixed text when deleting or editing wiki comments
Dongsheng Cai [Wed, 10 Nov 2010 09:24:57 +0000 (09:24 +0000)]
MDL-23636, fixed text when deleting or editing wiki comments

14 years agoMDL-23677, fixed commenting on creole format wiki page
Dongsheng Cai [Wed, 10 Nov 2010 09:09:14 +0000 (09:09 +0000)]
MDL-23677, fixed commenting on creole format wiki page

14 years agoglobal search MDL-25099 locking the global search block to 'hidden' when feature...
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.

14 years agoNew installer files
AMOS bot [Wed, 10 Nov 2010 08:58:10 +0000 (08:58 +0000)]
New installer files

14 years agoMDL-24491, removed print_object in wiki upgrade code
Dongsheng Cai [Wed, 10 Nov 2010 08:22:16 +0000 (08:22 +0000)]
MDL-24491, removed print_object in wiki upgrade code

14 years agoMDL-25138 tag_get_correlated should return unique records
Dongsheng Cai [Wed, 10 Nov 2010 06:37:11 +0000 (06:37 +0000)]
MDL-25138 tag_get_correlated should return unique records

14 years agobackup MDL-22184 Scheduled backups are now possible again through cron.
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

14 years agoregistration MDL-25135 fix registration when private hub url has a trailing "/" character
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

14 years agoregistration 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

14 years agoMDL-24955 improved add discussion logic for users that are not enrolled yet
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

14 years agoMDL-24955 improved reply link 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

14 years agocourse MDL-25101 made course description popup actually set its layout to popup
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

14 years agoMDL-24955 improved detection of available self enrol plugins
Petr Skoda [Wed, 10 Nov 2010 02:14:27 +0000 (02:14 +0000)]
MDL-24955 improved detection of available self enrol plugins

14 years agoGlobal Search MDL-25131 fix typo
Dan Marsden [Wed, 10 Nov 2010 01:05:10 +0000 (01:05 +0000)]
Global Search MDL-25131 fix typo

14 years agoUpdated the HEAD build version to 20101110
Moodle Robot [Wed, 10 Nov 2010 00:47:17 +0000 (00:47 +0000)]
Updated the HEAD build version to 20101110

14 years agoAutomatic installer lang files (20101110)
AMOS bot [Wed, 10 Nov 2010 00:40:09 +0000 (00:40 +0000)]
Automatic installer lang files (20101110)

14 years agoSCORM MDL-25985 wrong key to check $usertracks array - thanks to Valerian for report/fix
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

14 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

14 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

14 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

14 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.

14 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.

14 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

14 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.

14 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

14 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

14 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

14 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

14 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

14 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.

14 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

14 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

14 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

14 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

14 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.

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

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

14 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

14 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

14 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.

14 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

14 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.

14 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).

14 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.

14 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.

14 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.

14 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

14 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

14 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

14 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()

14 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()

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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.