Petr Skoda
090b958641
no return necessary after exception thrown
2010-11-11 00:39:53 +00:00
Petr Skoda
68f94e2418
MDL-24806 new time/date profile field
...
Credit goes to Mark Nelson - Pukunui Technology
2010-11-11 00:34:44 +00:00
Dan Marsden
69a00d09d0
MDL-25147 tidy up readme wording related to cron
2010-11-11 00:24:43 +00:00
Dan Marsden
78b203ca3c
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!
2010-11-10 23:40:00 +00:00
Dan Marsden
c557816312
SCORM 2004 MDL-18756 - only return previous datamodel elements on re-launch if cmi.exit is set to "suspend"
2010-11-10 23:22:31 +00:00
Dan Marsden
564938629d
SCORM MDL-24579 remove badly formatted debugging code - thanks to Peter Chamberlain for report.
2010-11-10 21:50:49 +00:00
Dan Marsden
ba1959f8cf
SCORM MDL-24579 fix CMILongIdentifier regex (SCORM 2004) - thanks to Peter Chamberlain for report/fix
2010-11-10 21:37:47 +00:00
David Mudrak
cdff9eead3
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.
2010-11-10 16:02:07 +00:00
David Mudrak
f4a2817ac5
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.
2010-11-10 16:01:23 +00:00
Sam Marshall
2380ac57d6
Unit tests MDL-24993 Disable obsolete portfolio tests until such time as somebody can fix them
2010-11-10 12:06:24 +00:00
Dongsheng Cai
9bb0a9e7d8
MDL-23587 Italicise the names of unedited pages
2010-11-10 09:40:31 +00:00
Dongsheng Cai
86cfd27314
MDL-25070 fixed Wiki Search results in double breadcrumb node
2010-11-10 09:35:45 +00:00
David Mudrak
ac7ad71fb7
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
2010-11-10 09:29:13 +00:00
Aparup Banerjee
777b5992c2
global search MDL-25099 undoing fix - bad for performance! - will re-implement later.
2010-11-10 09:27:47 +00:00
Dongsheng Cai
d6887efca0
MDL-23636, fixed text when deleting or editing wiki comments
2010-11-10 09:24:57 +00:00
Dongsheng Cai
e0f0c304fc
MDL-23677, fixed commenting on creole format wiki page
2010-11-10 09:09:14 +00:00
Aparup Banerjee
a6f4018954
global search MDL-25099 locking the global search block to 'hidden' when feature is disabled in experimental settings.
2010-11-10 09:06:46 +00:00
AMOS bot
cff76c3c6e
New installer files
2010-11-10 08:58:10 +00:00
Dongsheng Cai
b9ec7dd288
MDL-24491, removed print_object in wiki upgrade code
2010-11-10 08:22:16 +00:00
Dongsheng Cai
725c9404e4
MDL-25138 tag_get_correlated should return unique records
2010-11-10 06:37:11 +00:00
Sam Hemelryk
bac233d326
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
2010-11-10 06:07:43 +00:00
jerome mouneyrac
8714216819
registration MDL-25135 fix registration when private hub url has a trailing "/" character
2010-11-10 03:50:03 +00:00
jerome mouneyrac
b11837c97e
registration MDL-25135 fix registration when private hub url has a trailing "/" character
2010-11-10 03:35:40 +00:00
Petr Skoda
72ea011706
MDL-24955 improved add discussion logic for users that are not enrolled yet
2010-11-10 02:49:00 +00:00
Petr Skoda
8e18e1ecdc
MDL-24955 improved reply link logic for users that are not enrolled yet
2010-11-10 02:43:56 +00:00
Andrew Davis
c91f29e5f9
course MDL-25101 made course description popup actually set its layout to popup
2010-11-10 02:42:57 +00:00
Petr Skoda
45ff8a80d3
MDL-24955 improved detection of available self enrol plugins
2010-11-10 02:14:27 +00:00
Dan Marsden
5882506d53
Global Search MDL-25131 fix typo
2010-11-10 01:05:10 +00:00
Moodle Robot
c9cc88ffef
Updated the HEAD build version to 20101110
2010-11-10 00:47:17 +00:00
AMOS bot
30d0e53b0a
Automatic installer lang files (20101110)
2010-11-10 00:40:09 +00:00
Dan Marsden
79ef247aa3
SCORM MDL-25985 wrong key to check $usertracks array - thanks to Valerian for report/fix
2010-11-09 22:55:58 +00:00
Sam Marshall
3dfe69c927
Unit tests MDL-24980 Disable obsolete portfolio tests until such time as somebody can fix them
2010-11-09 17:10:34 +00:00
Sam Marshall
702a206cd3
Unit tests MDL-24993 Disable obsolete portfolio tests until such time as somebody can fix them
2010-11-09 17:09:13 +00:00
David Mudrak
4d0552e8ea
MDL-25052 Do not display 'All hosts' as the identity provider at login form
2010-11-09 15:39:07 +00:00
David Mudrak
d82d272037
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.
2010-11-09 15:38:50 +00:00
David Mudrak
9dbc2e7b4a
MDL-25111 MNet: fixed typo in the callback function name
...
Credit goes to Hubert Chathi.
2010-11-09 13:11:28 +00:00
Sam Marshall
6397deaec8
Roles MDL-23986 Added help to role archetype
2010-11-09 12:41:29 +00:00
David Mudrak
5741fd4ba5
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.
2010-11-09 12:40:56 +00:00
David Mudrak
03276af682
MDL-25072 reverted theme's disablecourseajax to enablecourseajax property
2010-11-09 11:55:37 +00:00
David Mudrak
b31b2d842d
MDL-14790 ajax delete confirmation box now uses the same wording as the non-ajax confirmation page
2010-11-09 11:55:26 +00:00
David Mudrak
8b2918a425
MDL-25072 convert $CFG->disablecourseajax to $CFG->enablecourseajax
2010-11-09 11:55:11 +00:00
David Mudrak
c0b5d9252b
MDL-25072 Stop abusing $CFG->ajaxcapable and $CFG->ajaxtestedbrowsers
2010-11-09 11:54:58 +00:00
Dongsheng Cai
0e61528d31
MDL-19168, dropbox plugin now have full access
2010-11-09 09:11:28 +00:00
Sam Hemelryk
01d0aceb64
mod-forum MDL-25113 Fixed up navigation for forum when browsing a discussion.
2010-11-09 08:59:53 +00:00
Andrew Davis
99fa98899b
forum MDL-24850 added ratings to mod/forum/user.php
2010-11-09 08:34:30 +00:00
Sam Hemelryk
3079c5283a
block-recent_activity MDLSITE-1118 Tweaking styles for recent activity block
2010-11-09 08:25:52 +00:00
Sam Hemelryk
12c6bb6f66
block-recent_activity MDLSITE-1118 Added spacing below each item
2010-11-09 08:16:43 +00:00
jerome mouneyrac
29ca816c1b
registration MDL-25116 change some wording on the main registration page
2010-11-09 07:58:54 +00:00
Sam Hemelryk
5fd9e28505
theme-formal_white MDL-25090 Removed setting that was no longer used.
2010-11-09 06:58:12 +00:00
Andrew Davis
305adb1023
message MDL-25114 corrected some code doc
2010-11-09 06:47:53 +00:00