42220 Commits

Author SHA1 Message Date
Petr Skoda
e80cfb8438 MDL-22943 fixed enrol upgrade problem, credit goes to Matt Campbell 2010-06-27 09:30:59 +00:00
Dan Marsden
af9059ec4c Forum MDL-18712 fix file storage upgrade code - thanks to Tatsuya Shirai for report/fix 2010-06-27 08:05:35 +00:00
Moodle Robot
9be1be51e1 Updated the HEAD build version to 20100627 2010-06-27 00:44:00 +00:00
Eloy Lafuente
1555681b08 MDL-22922 password validation - complete removal of unicode conversion 2010-06-26 15:38:16 +00:00
Martin Dougiamas
5b7c69d143 MDL-22944 I took out the 80% mform width and it looks fine to me even on big screens 2010-06-26 06:04:38 +00:00
Dan Marsden
c3f791c2dd SCORM AICC MDL-21354 fix get_record call to use correct syntax 2010-06-26 00:48:35 +00:00
Moodle Robot
f936c7eedb Updated the HEAD build version to 20100626 2010-06-26 00:45:05 +00:00
Dan Marsden
9864dc9313 typo MDL-22941 inert_record should be insert_record 2010-06-26 00:42:39 +00:00
Helen Foster
89896f24c8 MDL-21695 adding help and link strings 2010-06-25 20:10:16 +00:00
David Mudrak
5cf5cc9b41 MDL-21695 Removing obsolete strings and renaming legacy config* strings in gradebook
AMOS BEGIN
 MOV [configdisablegradehistory,core_grades],[disablegradehistory_help,core_grades]
 MOV [configenableoutcomes,core_grades],[enableoutcomes_help,core_grades]
 MOV [configfixedstudents,core_grades],[fixedstudents_help,core_grades]
 MOV [configgradehistorylifetime,core_grades],[gradehistorylifetime_help,core_grades]
 MOV [configgradeitemadvanced,core_grades],[gradeitemadvanced_help,core_grades]
 MOV [configgradepublishing,core_grades],[gradepublishing_help,core_grades]
 MOV [confighiddenasdate,core_grades],[hiddenasdate_help,core_grades]
 MOV [confighideforcedsettings,core_grades],[hideforcedsettings_help],[core_grades]
 MOV [configincludescalesinaggregation,core_grades],[includescalesinaggregation_help,core_grades]
 MOV [configprofilereport,core_grades],[profilereport_help,core_grades]
 MOV [configshowuserimage,core_grades],[showuserimage_help,core_grades]
 MOV [configunlimitedgrades,core_grades],[unlimitedgrades_help,core_grades]
AMOS END
2010-06-25 17:21:15 +00:00
David Mudrak
bf03b43f8c MDL-21695 Fixed help string component 2010-06-25 17:20:59 +00:00
David Mudrak
2e98f5ac66 MDL-21695 User key related help
AMOS BEGIN
 MOV [userkeyhelp,core_grades],[userkey_help,core_userkey]
 HLP grade/userkey.html,[userkey_help,core_userkey]
 HLP userkey/keyiprestriction.html,[keyiprestriction_help,core_userkey]
 HLP userkey/keyvaliduntil.html,[keyvaliduntil_help,core_userkey]
AMOS END
2010-06-25 17:20:46 +00:00
David Mudrak
c480b0cc9e MDL-21695 Removing obsolete file 2010-06-25 17:20:18 +00:00
David Mudrak
b1b84d503d MDL-21695 Replaced grade/studentsperpage.html
AMOS BEGIN
 MOV [configstudentsperpage,core_grades],[studentsperpage_help,core_grades]
 HLP grade/studentsperpage.html,[studentsperpage_help,core_grades]
AMOS END
2010-06-25 17:20:03 +00:00
David Mudrak
59a31596d4 MDL-21695 Replaced grade/showuseridnumber.html
AMOS BEGIN
 MOV [configshowuseridnumber,core_grades],[showuseridnumber_help,core_grades]
 HLP grade/showuseridnumber.html,[showuseridnumber_help,core_grades]
AMOS END
2010-06-25 17:19:49 +00:00
David Mudrak
1cc3165e18 MDL-21695 Replaced grade/showrank.html
AMOS BEGIN
 MOV [configshowrank,core_grades],[showrank_help,core_grades]
 HLP grade/showrank.html,[showrank_help,core_grades]
AMOS END
2010-06-25 17:19:34 +00:00
Tim Hunt
8942639bae question bank: MDL-22710 Quesition preview popup does not have scrollbars
Fix thanks to Adriane Boyd.
2010-06-25 16:29:16 +00:00
David Mudrak
e330b3a1a9 MDL-22052 Reverted - string_exists uses caches again
I added the third parameter in the previous commit without exploring the
consequences. Now I see that string_exists is called too many often and
it must not rebuild caches again and again.
2010-06-25 13:43:50 +00:00
jerome mouneyrac
f57c4047b1 unregistration MDL-21936 add site unregistration 2010-06-25 11:36:52 +00:00
Dan Marsden
489797d979 SCORM MDL-21492 don't skip view if user is able to view reports - thanks to valerian for report/patch 2010-06-25 10:12:29 +00:00
David Mudrak
477912aec1 MDL-22052 Improved get_string caching - dirty on-disk cache detection
If the string is not found, core_string_manager tries to re-fetch master
sources. This prevents false debugging messages in case when the on-disk
cache is dirty. Thanks to Eloy, Tim and Petr for the ideas.
2010-06-25 09:40:34 +00:00
Andrew Davis
43240ea13f messaging MDL-22320 added a missing call to get_string 2010-06-25 08:37:01 +00:00
Andrew Davis
6e574679aa messaging MDL-22320 new strings for new messaging UI. According to the amos doco I apparently don't have to do any amos for new strings. 2010-06-25 08:27:55 +00:00
Andrew Davis
b541612539 messaging MDL-22320 themes changes for new messaging UI 2010-06-25 08:22:00 +00:00
Andrew Davis
c81b9f69c6 messaging MDL-22320 changes to navigationlib.php for new messaging UI 2010-06-25 08:20:16 +00:00
Andrew Davis
323428ff58 messaging MDL-22320 new icons for new messaging UI 2010-06-25 08:17:22 +00:00
Andrew Davis
c8621a0280 messaging MDL-22320 first commit for new messaging UI 2010-06-25 08:16:10 +00:00
Dan Marsden
ed11e19b4a SCORM MDL-22741 add missing restore code - added to HEAD to keep consistency even though restore in HEAD will be managed using new code - (checked with Eloy before committing) - thanks to Michael Avelar for patch 2010-06-25 08:10:13 +00:00
Dan Marsden
413900b4ac SCORM MDL-22454 make date selector consistent with other modules 2010-06-25 07:30:55 +00:00
Patrick Malley
9c476042ec MDL-22874 - added boilerplate to theme config.php files 2010-06-25 06:02:48 +00:00
Patrick Malley
374c0cca55 MDL-22875 adding boilerplate to config.php 2010-06-25 05:51:03 +00:00
Patrick Malley
bc9ceb413c MDL-22875 - cleaning config.php 2010-06-25 05:47:31 +00:00
Patrick Malley
8affa0e269 MDL-22875 - Stylesheet cleanup and refinement 2010-06-25 05:46:02 +00:00
Patrick Malley
ac6b6a481c MDL-22875 - general cleanup of layouts 2010-06-25 05:40:50 +00:00
Patrick Malley
298053d58d Fixing readme MDL-22875 2010-06-25 05:13:37 +00:00
Patrick Malley
3e2a8606de MDL-22835 2010-06-25 05:11:50 +00:00
Martin Dougiamas
af4a245f27 MDL-22922 I removed the UTF conversion of passwords ... this seems to be unnecessary in 2.0 and textlib was having some error anyway 2010-06-25 03:21:04 +00:00
Martin Dougiamas
ab995c6cb9 MDL-22922 Some hacks to prevent typo3 notices 2010-06-25 03:09:53 +00:00
Piers Harding
f233784d03 MDL-22452 - fix styles so that player displays correctly when toc is hidden. 2010-06-25 01:37:24 +00:00
Moodle Robot
cc9f74b1cf Updated the HEAD build version to 20100625 2010-06-24 17:08:52 +00:00
Eloy Lafuente
7e60d0d6d7 MDL-22906 install - allow MS native drivers to be used everywhere 2010-06-24 16:48:11 +00:00
jerome mouneyrac
c2d81ff458 enrolment MDL-21524 fix get_enrolled_users() web service parameter function 2010-06-24 13:18:34 +00:00
Dan Marsden
d860e4f8e6 SCORM MDL-21442 add Scorms with due dates to My Moodle page 2010-06-24 13:14:51 +00:00
Dan Marsden
169a204c08 SCORM MDL-21354 Add log to file option for AICC objects as we can't use the normal SCORM debugger. - thanks to Matteo Scaramuccia for help with the patch 2010-06-24 11:41:08 +00:00
Helen Foster
88b8f04eb9 MDL-16726 polishing help strings thanks to Dan Marsden 2010-06-24 10:51:22 +00:00
Sam Marshall
518f7d924c Completion MDL-21687 Resource, Page fail to include completion library (& die) 2010-06-24 10:17:24 +00:00
Eloy Lafuente
850ea1eea9 NOBUG: Instructing Typo3 stuff we are curl-enabled always since 2.0 2010-06-24 09:48:31 +00:00
Dan Marsden
427bcd4d98 SCORM MDL-16726 tidy up help strings 2010-06-24 09:06:07 +00:00
Sam Hemelryk
2b8f39c473 theme MDL-21435 Fixed incorrect number of arguments for store_css with editor css 2010-06-24 08:31:19 +00:00
Dan Marsden
e73d555739 SCORM MDL-16726 only show package type if different package types are supported. 2010-06-24 08:29:36 +00:00