Petr Skoda [Sun, 27 Jun 2010 09:30:59 +0000 (09:30 +0000)]
MDL-22943 fixed enrol upgrade problem, credit goes to Matt Campbell
Dan Marsden [Sun, 27 Jun 2010 08:05:35 +0000 (08:05 +0000)]
Forum MDL-18712 fix file storage upgrade code - thanks to Tatsuya Shirai for report/fix
Moodle Robot [Sun, 27 Jun 2010 00:44:00 +0000 (00:44 +0000)]
Updated the HEAD build version to
20100627
Eloy Lafuente [Sat, 26 Jun 2010 15:38:16 +0000 (15:38 +0000)]
MDL-22922 password validation - complete removal of unicode conversion
Martin Dougiamas [Sat, 26 Jun 2010 06:04:38 +0000 (06:04 +0000)]
MDL-22944 I took out the 80% mform width and it looks fine to me even on big screens
Dan Marsden [Sat, 26 Jun 2010 00:48:35 +0000 (00:48 +0000)]
SCORM AICC MDL-21354 fix get_record call to use correct syntax
Moodle Robot [Sat, 26 Jun 2010 00:45:05 +0000 (00:45 +0000)]
Updated the HEAD build version to
20100626
Dan Marsden [Sat, 26 Jun 2010 00:42:39 +0000 (00:42 +0000)]
typo MDL-22941 inert_record should be insert_record
Helen Foster [Fri, 25 Jun 2010 20:10:16 +0000 (20:10 +0000)]
MDL-21695 adding help and link strings
David Mudrak [Fri, 25 Jun 2010 17:21:15 +0000 (17:21 +0000)]
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
David Mudrak [Fri, 25 Jun 2010 17:20:59 +0000 (17:20 +0000)]
MDL-21695 Fixed help string component
David Mudrak [Fri, 25 Jun 2010 17:20:46 +0000 (17:20 +0000)]
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
David Mudrak [Fri, 25 Jun 2010 17:20:18 +0000 (17:20 +0000)]
MDL-21695 Removing obsolete file
David Mudrak [Fri, 25 Jun 2010 17:20:03 +0000 (17:20 +0000)]
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
David Mudrak [Fri, 25 Jun 2010 17:19:49 +0000 (17:19 +0000)]
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
David Mudrak [Fri, 25 Jun 2010 17:19:34 +0000 (17:19 +0000)]
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
Tim Hunt [Fri, 25 Jun 2010 16:29:16 +0000 (16:29 +0000)]
question bank: MDL-22710 Quesition preview popup does not have scrollbars
Fix thanks to Adriane Boyd.
David Mudrak [Fri, 25 Jun 2010 13:43:50 +0000 (13:43 +0000)]
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.
jerome mouneyrac [Fri, 25 Jun 2010 11:36:52 +0000 (11:36 +0000)]
unregistration MDL-21936 add site unregistration
Dan Marsden [Fri, 25 Jun 2010 10:12:29 +0000 (10:12 +0000)]
SCORM MDL-21492 don't skip view if user is able to view reports - thanks to valerian for report/patch
David Mudrak [Fri, 25 Jun 2010 09:40:34 +0000 (09:40 +0000)]
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.
Andrew Davis [Fri, 25 Jun 2010 08:37:01 +0000 (08:37 +0000)]
messaging MDL-22320 added a missing call to get_string
Andrew Davis [Fri, 25 Jun 2010 08:27:55 +0000 (08:27 +0000)]
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.
Andrew Davis [Fri, 25 Jun 2010 08:22:00 +0000 (08:22 +0000)]
messaging MDL-22320 themes changes for new messaging UI
Andrew Davis [Fri, 25 Jun 2010 08:20:16 +0000 (08:20 +0000)]
messaging MDL-22320 changes to navigationlib.php for new messaging UI
Andrew Davis [Fri, 25 Jun 2010 08:17:22 +0000 (08:17 +0000)]
messaging MDL-22320 new icons for new messaging UI
Andrew Davis [Fri, 25 Jun 2010 08:16:10 +0000 (08:16 +0000)]
messaging MDL-22320 first commit for new messaging UI
Dan Marsden [Fri, 25 Jun 2010 08:10:13 +0000 (08:10 +0000)]
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
Dan Marsden [Fri, 25 Jun 2010 07:30:55 +0000 (07:30 +0000)]
SCORM MDL-22454 make date selector consistent with other modules
Patrick Malley [Fri, 25 Jun 2010 06:02:48 +0000 (06:02 +0000)]
MDL-22874 - added boilerplate to theme config.php files
Patrick Malley [Fri, 25 Jun 2010 05:51:03 +0000 (05:51 +0000)]
MDL-22875 adding boilerplate to config.php
Patrick Malley [Fri, 25 Jun 2010 05:47:31 +0000 (05:47 +0000)]
MDL-22875 - cleaning config.php
Patrick Malley [Fri, 25 Jun 2010 05:46:02 +0000 (05:46 +0000)]
MDL-22875 - Stylesheet cleanup and refinement
Patrick Malley [Fri, 25 Jun 2010 05:40:50 +0000 (05:40 +0000)]
MDL-22875 - general cleanup of layouts
Patrick Malley [Fri, 25 Jun 2010 05:13:37 +0000 (05:13 +0000)]
Fixing readme MDL-22875
Patrick Malley [Fri, 25 Jun 2010 05:11:50 +0000 (05:11 +0000)]
MDL-22835
Martin Dougiamas [Fri, 25 Jun 2010 03:21:04 +0000 (03:21 +0000)]
MDL-22922 I removed the UTF conversion of passwords ... this seems to be unnecessary in 2.0 and textlib was having some error anyway
Martin Dougiamas [Fri, 25 Jun 2010 03:09:53 +0000 (03:09 +0000)]
MDL-22922 Some hacks to prevent typo3 notices
Piers Harding [Fri, 25 Jun 2010 01:37:24 +0000 (01:37 +0000)]
MDL-22452 - fix styles so that player displays correctly when toc is hidden.
Moodle Robot [Thu, 24 Jun 2010 17:08:52 +0000 (17:08 +0000)]
Updated the HEAD build version to
20100625
Eloy Lafuente [Thu, 24 Jun 2010 16:48:11 +0000 (16:48 +0000)]
MDL-22906 install - allow MS native drivers to be used everywhere
jerome mouneyrac [Thu, 24 Jun 2010 13:18:34 +0000 (13:18 +0000)]
enrolment MDL-21524 fix get_enrolled_users() web service parameter function
Dan Marsden [Thu, 24 Jun 2010 13:14:51 +0000 (13:14 +0000)]
SCORM MDL-21442 add Scorms with due dates to My Moodle page
Dan Marsden [Thu, 24 Jun 2010 11:41:08 +0000 (11:41 +0000)]
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
Helen Foster [Thu, 24 Jun 2010 10:51:22 +0000 (10:51 +0000)]
MDL-16726 polishing help strings thanks to Dan Marsden
Sam Marshall [Thu, 24 Jun 2010 10:17:24 +0000 (10:17 +0000)]
Completion MDL-21687 Resource, Page fail to include completion library (& die)
Eloy Lafuente [Thu, 24 Jun 2010 09:48:31 +0000 (09:48 +0000)]
NOBUG: Instructing Typo3 stuff we are curl-enabled always since 2.0
Dan Marsden [Thu, 24 Jun 2010 09:06:07 +0000 (09:06 +0000)]
SCORM MDL-16726 tidy up help strings
Sam Hemelryk [Thu, 24 Jun 2010 08:31:19 +0000 (08:31 +0000)]
theme MDL-21435 Fixed incorrect number of arguments for store_css with editor css
Dan Marsden [Thu, 24 Jun 2010 08:29:36 +0000 (08:29 +0000)]
SCORM MDL-16726 only show package type if different package types are supported.
Dan Marsden [Thu, 24 Jun 2010 08:06:04 +0000 (08:06 +0000)]
SCORM MDL-21551 fix calculation for when to run auto update everyday - thanks to Phillip Franks for the report/fix
David Mudrak [Thu, 24 Jun 2010 07:51:31 +0000 (07:51 +0000)]
NOBUG: Fixed PHPdoc
Martin Dougiamas [Thu, 24 Jun 2010 05:58:42 +0000 (05:58 +0000)]
Tweaking the display of the course overview block, spacing etc
Martin Dougiamas [Thu, 24 Jun 2010 05:23:43 +0000 (05:23 +0000)]
MDL-22919 Fixing the course summary alignment
Rossiani Wijaya [Thu, 24 Jun 2010 03:38:27 +0000 (03:38 +0000)]
MDL-21687 - include completionlib.php
Martin Dougiamas [Thu, 24 Jun 2010 03:34:04 +0000 (03:34 +0000)]
MDL-22917 Removing links from theme READMEs
Dan Marsden [Thu, 24 Jun 2010 02:25:25 +0000 (02:25 +0000)]
SCORM MDL-17891 fix loss of session data - thanks to Ron and Matteo for report/fixes missed fix for LMSCommit
Dan Marsden [Thu, 24 Jun 2010 02:19:11 +0000 (02:19 +0000)]
SCORM MDL-17891 fix loss of session data - thanks to Ron and Matteo for report/fixes
Rossiani Wijaya [Thu, 24 Jun 2010 01:59:37 +0000 (01:59 +0000)]
MDL-21609 - add form label to search forums function.
Sam Hemelryk [Thu, 24 Jun 2010 01:50:05 +0000 (01:50 +0000)]
theme-standard MDL-19235 Added phpdoc and boilerplate to the standard themes config.php
Dan Marsden [Thu, 24 Jun 2010 01:22:25 +0000 (01:22 +0000)]
SCORM MDL-21333 modify way link appears if popup does not load to prevent SCORM from loading and not being able to communicate with API - thanks to Matteo Scaramuccia for report/fix
Dan Marsden [Thu, 24 Jun 2010 00:48:48 +0000 (00:48 +0000)]
SCORM MDL-22168 fix accidental revert - set start time of SCO correctly
Moodle Robot [Thu, 24 Jun 2010 00:44:07 +0000 (00:44 +0000)]
Updated the HEAD build version to
20100624
Dan Marsden [Wed, 23 Jun 2010 23:27:18 +0000 (23:27 +0000)]
IMSCP MDL-21687 include completionlib.php
msketcham [Wed, 23 Jun 2010 22:40:49 +0000 (22:40 +0000)]
This is the Native SQL*Server adapter for the SQL Server Driver for PHP version 1.1 released by Microsoft.
Prerequisites for installation and usage: Install SQL Server 2005 or later, and the SQL Server Driver for PHP version 1.1 (http://msdn.microsoft.com/en-us/library/
cc296170(v=SQL.90).aspx), and configure the SQL Server installation using SQL Server Management Studio with the following command:
USE MASTER
GO
ALTER DATABASE <your-database-name> SET READ_COMMITTED_SNAPSHOT ON
GO
Tim Hunt [Wed, 23 Jun 2010 20:09:09 +0000 (20:09 +0000)]
quiz reports MDL-22847 Cannot delete quiz attempts when a group is selected.
Patrick Malley [Wed, 23 Jun 2010 15:17:34 +0000 (15:17 +0000)]
MDL-22912 - change screenshot
Patrick Malley [Wed, 23 Jun 2010 15:09:49 +0000 (15:09 +0000)]
MDL-22835 - adding screenshot
Patrick Malley [Wed, 23 Jun 2010 15:07:52 +0000 (15:07 +0000)]
MDL-22834 - adding screenshot
Rossiani Wijaya [Wed, 23 Jun 2010 10:05:48 +0000 (10:05 +0000)]
MDL-20486 - modify button's label when there is no assignment has been submitted.
Rossiani Wijaya [Wed, 23 Jun 2010 09:57:45 +0000 (09:57 +0000)]
MDL-20475 - add skip to 'maincontent' handler.
Martin Dougiamas [Wed, 23 Jun 2010 09:45:25 +0000 (09:45 +0000)]
Fixed a typo
Rossiani Wijaya [Wed, 23 Jun 2010 09:34:10 +0000 (09:34 +0000)]
MDL-20446 - Add a heading 'Page path:' to navigation bar.
Rossiani Wijaya [Wed, 23 Jun 2010 09:28:32 +0000 (09:28 +0000)]
MDL-20451 - remove 'show advanced button' and display all options by default.
Rossiani Wijaya [Wed, 23 Jun 2010 09:24:11 +0000 (09:24 +0000)]
MDL-20448 - Add 'skip' links to create new account on login page.
Martin Dougiamas [Wed, 23 Jun 2010 09:17:55 +0000 (09:17 +0000)]
MDL-22260 Added server-side detection of iPhone/iPad and don't serve TinyMCE at all
Rossiani Wijaya [Wed, 23 Jun 2010 09:16:53 +0000 (09:16 +0000)]
MDL-20447 - bulk upload: add page heading
Rossiani Wijaya [Wed, 23 Jun 2010 09:13:23 +0000 (09:13 +0000)]
MDL-20446 - Add a heading 'Page path:' to navigation bar, hidden from sighted users.
Rossiani Wijaya [Wed, 23 Jun 2010 09:10:53 +0000 (09:10 +0000)]
MDL-21624 - add 'maincontent' handler
Rossiani Wijaya [Wed, 23 Jun 2010 08:54:19 +0000 (08:54 +0000)]
MDL-21615 - add skip link to main column content (front page).
Dongsheng Cai [Wed, 23 Jun 2010 05:17:48 +0000 (05:17 +0000)]
function name typos
Andrew Davis [Wed, 23 Jun 2010 05:11:12 +0000 (05:11 +0000)]
gradebook MDL-22670 Altered grade_edit_tree::format_number() to trim to a minimum of 1 decimal place. Longer numbers are limited to 4 decimal places.
Andrew Davis [Wed, 23 Jun 2010 05:09:24 +0000 (05:09 +0000)]
gradebook MDL-22670 Added some unit tests for grade_edit_tree::format_number()
Dongsheng Cai [Wed, 23 Jun 2010 02:50:13 +0000 (02:50 +0000)]
MDL-22764, added cancel button
Moodle Robot [Wed, 23 Jun 2010 00:45:04 +0000 (00:45 +0000)]
Updated the HEAD build version to
20100623
Patrick Malley [Tue, 22 Jun 2010 17:50:36 +0000 (17:50 +0000)]
MDL-22835 Fixed internal header height
Patrick Malley [Tue, 22 Jun 2010 17:46:35 +0000 (17:46 +0000)]
MDL-22835 First commit
Petr Skoda [Tue, 22 Jun 2010 16:10:23 +0000 (16:10 +0000)]
MDL-22897 fixed problem when no category sync roles defined
Patrick Malley [Tue, 22 Jun 2010 15:00:57 +0000 (15:00 +0000)]
MDL-22834 - added dock support styles
Patrick Malley [Tue, 22 Jun 2010 13:30:42 +0000 (13:30 +0000)]
MDL-22834 - First commit of theme
Eloy Lafuente [Tue, 22 Jun 2010 10:31:37 +0000 (10:31 +0000)]
MDL-21432 move some stuff from base to backup plan classes
Eloy Lafuente [Tue, 22 Jun 2010 09:50:30 +0000 (09:50 +0000)]
MDL-22503 blocks upgrade - avoid problems with orphaned sticky blocks
Dongsheng Cai [Tue, 22 Jun 2010 09:40:10 +0000 (09:40 +0000)]
require completionlib.php
Dongsheng Cai [Tue, 22 Jun 2010 09:04:46 +0000 (09:04 +0000)]
MDL-22805, display section_backup course_backup course_content only, hide empty directory, lock user in course level
Dongsheng Cai [Tue, 22 Jun 2010 07:46:35 +0000 (07:46 +0000)]
MDL-22734, fixed language
Dongsheng Cai [Tue, 22 Jun 2010 07:44:02 +0000 (07:44 +0000)]
MDL-22734, fixed language typos
Dongsheng Cai [Tue, 22 Jun 2010 07:40:30 +0000 (07:40 +0000)]
MDL-22755, create filesystem plugin needs moodle/site:config capability, and a few coding style fixing
Petr Skoda [Tue, 22 Jun 2010 07:05:11 +0000 (07:05 +0000)]
MDL-21782 removing oboslete tabs
Petr Skoda [Tue, 22 Jun 2010 06:26:39 +0000 (06:26 +0000)]
MDL-22884 fixed sloppy userid related bugs in enrol code - big thanks to Andrew for spotting this and making patch
Petr Skoda [Tue, 22 Jun 2010 06:23:04 +0000 (06:23 +0000)]
MDL-22886 fixed crash during enrol upgrade if no enrolments present yet