David Mudrak
104c06ac9d
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.
2010-11-11 16:42:53 +00:00
David Mudrak
2da70c6c30
Fixed undefined variable notice
2010-11-11 15:44:34 +00:00
David Mudrak
eefb011d8a
Box.net portfolio setup instructions updated
2010-11-11 13:33:37 +00:00
David Mudrak
76116d2e16
MDL-24693 Flickr.com portfolio plugin fixed
2010-11-11 13:33:13 +00:00
David Mudrak
bf0fc3c057
Improved portfolio export summary layout
2010-11-11 13:32:57 +00:00
Petr Skoda
4e56afdfb4
attempt to fix mnet jumping issue when already logged in as guest
2010-11-11 09:39:41 +00:00
Andrew Davis
943630292a
message MDL-25148 fixed a bug with my popup availability bug fix
2010-11-11 09:17:47 +00:00
Sam Hemelryk
09ecc227a3
navigation MDL-24990 Wrapped link to assign roles in categories within proper capability check.
2010-11-11 08:58:46 +00:00
Petr Skoda
dfd9f745b1
MDL-21963 rewritten progress bar internals, hopefully working now properly
2010-11-11 07:56:49 +00:00
Andrew Davis
d38755249d
message MDL-25148 using method on $PAGE to allow or disallow popup notifications
2010-11-11 06:11:43 +00:00
Petr Skoda
f11f7b41df
MDL-25152 guest logging can be disabled now
2010-11-11 06:11:13 +00:00
Andrew Davis
e7f93d5cb5
message MDL-25148 added method to $PAGE to allow or disallow popup notifications
2010-11-11 06:06:11 +00:00
Aparup Banerjee
f38da0342f
global search MDL-25133 fixes to blog posts search documents so that it will add new posts into the search index successfully
2010-11-11 05:53:43 +00:00
Petr Skoda
0ed26d1288
MDL-25150 new debugusers setting
2010-11-11 05:27:34 +00:00
Sam Hemelryk
740952e40b
blocks MDL-24999 Fixed up regression in the display of block_list type blocks. Columns now site next to each other rather than below.
2010-11-11 05:15:41 +00:00
Sam Hemelryk
3cf8629554
user-profile-field-datetime MDL-24806 Fixed typo
2010-11-11 05:04:07 +00:00
Sam Hemelryk
41a42c1d02
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
2010-11-11 04:02:37 +00:00
Petr Skoda
80cfa4537c
MDL-24239 scorm upgrade includes handling of extracted archives
2010-11-11 03:43:04 +00:00
Sam Hemelryk
ed1d72ea70
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
2010-11-11 03:37:56 +00:00
Aparup Banerjee
693fc4a29f
global search MDL-25099 setting global search block to 'hidden' when feature is disabled in experimental settings.
2010-11-11 03:37:54 +00:00
jerome mouneyrac
2031735b1b
community block MDL-25141 hub description is now format in FORMAT_PLAIN + xhtml strict code + remove BR tags
2010-11-11 02:41:04 +00:00
Sam Hemelryk
215d7cb84e
NOBUG: Improved docs for concat functions within mysql_native_moodle_database.php
2010-11-11 01:57:35 +00:00
Sam Hemelryk
9fc9de91be
enrol-users MDL-24618 Enrol users search now concats firstname and lastname as requested and searches email.
2010-11-11 01:49:58 +00:00
Sam Hemelryk
33d34b4b77
restore MDL-24757 Fixed up course and category selectors
2010-11-11 01:21:16 +00:00
Moodle Robot
32d535ac4d
Updated the HEAD build version to 20101111
2010-11-11 00:49:30 +00:00
Petr Skoda
ba572e3459
MDL-25145 ignore bogus roles of deleted users in meta enrol sync
2010-11-11 00:46:33 +00:00
AMOS bot
18eaadfae4
Automatic installer lang files (20101111)
2010-11-11 00:40:10 +00:00
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