]>
git.mjollnir.org Git - moodle.git/log
dongsheng [Wed, 27 Aug 2008 02:21:11 +0000 (02:21 +0000)]
"MDL-13413, chat transcripts donot include instructor when using separate groups"
moodlerobot [Wed, 27 Aug 2008 01:42:10 +0000 (01:42 +0000)]
Updated the HEAD build version to
20080827
tjhunt [Wed, 27 Aug 2008 01:03:41 +0000 (01:03 +0000)]
MDL-16218 - Typo in lang file. Thanks to Mitsuhiro Yoshida for spotting it.
stronk7 [Tue, 26 Aug 2008 23:02:58 +0000 (23:02 +0000)]
Prevent SQL error when forcing download. MDL-15921 ; merged from 19_STABLE
skodak [Tue, 26 Aug 2008 19:49:54 +0000 (19:49 +0000)]
MDL-13766 rerunning latest repo upgrade block, the
2008082600 was not correct in upgrade.php, should have been
2008082601
skodak [Tue, 26 Aug 2008 19:44:04 +0000 (19:44 +0000)]
MDL-13766 optimised upgrade - no need to create & modify repository table and delete it afterwards
sam_marshall [Tue, 26 Aug 2008 09:42:16 +0000 (09:42 +0000)]
MDL-16190: Completion icons don't show on IE6
jamiesensei [Tue, 26 Aug 2008 09:01:41 +0000 (09:01 +0000)]
MDL-16132 "'Dry run' should be two separate words (OED)."
nicolasconnault [Tue, 26 Aug 2008 08:21:52 +0000 (08:21 +0000)]
MDL-16176
dongsheng [Tue, 26 Aug 2008 08:00:47 +0000 (08:00 +0000)]
MDL-13766, add a cancel button on file picker, fix bugs in repository administration panel
dongsheng [Tue, 26 Aug 2008 07:20:56 +0000 (07:20 +0000)]
MDL-13766
1. Chanage database, create 2 more tables for repository
2. One-step download in file picker
moodler [Tue, 26 Aug 2008 06:58:22 +0000 (06:58 +0000)]
thumbnails -> icons
moodler [Tue, 26 Aug 2008 06:57:04 +0000 (06:57 +0000)]
Small updates
skodak [Tue, 26 Aug 2008 06:54:43 +0000 (06:54 +0000)]
MDL-16208 fixed deleting of orphaned module tables
skodak [Tue, 26 Aug 2008 06:41:37 +0000 (06:41 +0000)]
MDL-16115 strict fixes for admin settings unmask field too
tjhunt [Tue, 26 Aug 2008 05:58:32 +0000 (05:58 +0000)]
MDL-7010 - followup - delete file that is no longer required.
skodak [Tue, 26 Aug 2008 05:45:07 +0000 (05:45 +0000)]
MDL-16166 centralised enabling of subsystems, fixed some warnings and general cleanup
moodler [Tue, 26 Aug 2008 05:13:35 +0000 (05:13 +0000)]
Some improvements to strings - translators should probably wait because there
will be more changes
moodlerobot [Tue, 26 Aug 2008 01:47:45 +0000 (01:47 +0000)]
Updated the HEAD build version to
20080826
tjhunt [Tue, 26 Aug 2008 01:09:23 +0000 (01:09 +0000)]
MDL-16200 question/type/datasetdependent/ missing version.php. This was a mistake made when fixing MDL-6095.
tjhunt [Tue, 26 Aug 2008 01:05:01 +0000 (01:05 +0000)]
MDL-7010 Convert mod\quiz\config.html to mod/quiz/settingstree.php using the new admin tree system.
iarenaza [Mon, 25 Aug 2008 22:44:45 +0000 (22:44 +0000)]
MDL-16061 Revert incorrect fix for "Remove 'username' from the $moodleattributes array"
Merged from MOODLE_18_STABLE.
The fix is wrong, as it breaks auth_db_sync_users.php and
auth_ldap_sync_users.php at least. No new users are added to Moodle, as the
username is missing from the new user info record.
The fix needs to go into update_user_record() in lib/moodlelib.php to make it
skip the 'username' key, as we really need get_userinfo() to return the
username as part of the user info array.
skodak [Mon, 25 Aug 2008 22:02:49 +0000 (22:02 +0000)]
MDL-15669 Check db schema vs install.xml - code by Andrei Bautu, with minor changes only (more strict checking)
skodak [Mon, 25 Aug 2008 21:10:11 +0000 (21:10 +0000)]
MDL-15668 XML schema for XML db image file - credit goes to Andrei Bautu
skodak [Mon, 25 Aug 2008 21:00:47 +0000 (21:00 +0000)]
MDL-15671, MDL-15717 DB->import_record() support - code based on patch by Andrei Bautu; added new param to raw insert; unit tests included
skodak [Mon, 25 Aug 2008 13:19:22 +0000 (13:19 +0000)]
removing TODO: yes we want public raw insert methods, they are already used for log inserts ;-)
skodak [Mon, 25 Aug 2008 12:52:49 +0000 (12:52 +0000)]
MDL-15671 support for table sequence resetting - code by Andrei Bautu (with minor modifications)
jamiesensei [Mon, 25 Aug 2008 07:44:20 +0000 (07:44 +0000)]
MDL-16121 "Manual Grading Doesn't Work" grades where not getting saved. Fixed that now.
moodlerobot [Mon, 25 Aug 2008 01:36:29 +0000 (01:36 +0000)]
Updated the HEAD build version to
20080825
moodlerobot [Mon, 25 Aug 2008 01:18:06 +0000 (01:18 +0000)]
Automatic installer.php lang files by installer_builder (
20080825 )
piers [Sun, 24 Aug 2008 23:02:09 +0000 (23:02 +0000)]
MDL-15881 - Probable bug: Not able to update SCORM.
piers [Sun, 24 Aug 2008 21:10:09 +0000 (21:10 +0000)]
MDL-16111 - SCORM grade not updated in Grader Report. Include grading by learning objects if status is complete.
iarenaza [Sun, 24 Aug 2008 20:46:49 +0000 (20:46 +0000)]
MDL-15799 LDAP - user data mapping doesn't work. Merged from MOODLE_18_STABLE
The Right Way(tm) to write a LDAP filter is enclosing it in parentheses (see
RFC 4515/2254).
stronk7 [Sun, 24 Aug 2008 16:39:06 +0000 (16:39 +0000)]
Remove hack not needed anymore. Now enviroment check handles this properly. MDL-16008 & MDL-16188
stronk7 [Sun, 24 Aug 2008 16:33:26 +0000 (16:33 +0000)]
Prevent some notices at install. MDL-16188 ; merged from 19_STABLE
moodlerobot [Sun, 24 Aug 2008 01:34:51 +0000 (01:34 +0000)]
Updated the HEAD build version to
20080824
moodlerobot [Sun, 24 Aug 2008 01:16:53 +0000 (01:16 +0000)]
Automatic installer.php lang files by installer_builder (
20080824 )
nicolasconnault [Sat, 23 Aug 2008 07:01:44 +0000 (07:01 +0000)]
MDL-16182 Loosening the api a bit, solves the issue.
nicolasconnault [Sat, 23 Aug 2008 06:58:00 +0000 (06:58 +0000)]
MDL-16177 Moving to admin folder
moodlerobot [Sat, 23 Aug 2008 01:36:19 +0000 (01:36 +0000)]
Updated the HEAD build version to
20080823
moodlerobot [Sat, 23 Aug 2008 01:18:21 +0000 (01:18 +0000)]
Automatic installer.php lang files by installer_builder (
20080823 )
nicolasconnault [Fri, 22 Aug 2008 19:40:41 +0000 (19:40 +0000)]
MDL-16177 Added generation of forum discussions and posts, with multiple users and nesting of replies.
mjollnir_ [Fri, 22 Aug 2008 16:35:26 +0000 (16:35 +0000)]
MDL-15768 - set userobject in the caller before checking permissions.
mjollnir_ [Fri, 22 Aug 2008 16:34:44 +0000 (16:34 +0000)]
MDL-15768 - fix forum permission checking for portfolio export
mjollnir_ [Fri, 22 Aug 2008 16:17:30 +0000 (16:17 +0000)]
MDL-15865 - fixing search for portfolio settings page
sam_marshall [Fri, 22 Aug 2008 15:46:30 +0000 (15:46 +0000)]
MDL-15498: Completion system, help buttons aren't supposed to show when editing
nicolasconnault [Fri, 22 Aug 2008 14:53:46 +0000 (14:53 +0000)]
MDL-16178 Fixed
nicolasconnault [Fri, 22 Aug 2008 14:05:52 +0000 (14:05 +0000)]
MDL-16177 Brought generator script from contrib to HEAD so it can be used and maintained by core developers.
mjollnir_ [Fri, 22 Aug 2008 13:47:51 +0000 (13:47 +0000)]
MDL-14591 - added support for portfolio plugins to force queueing and fixed a couple bugs.
mjollnir_ [Fri, 22 Aug 2008 13:25:53 +0000 (13:25 +0000)]
MDL-14591 - fixups related to cancelling requests and reawakening them
mjollnir_ [Fri, 22 Aug 2008 12:31:16 +0000 (12:31 +0000)]
fixing error caused by $DB migration
sam_marshall [Fri, 22 Aug 2008 11:51:24 +0000 (11:51 +0000)]
MDL-15498: Completion system, added help button to explain the tickboxes
scyrma [Fri, 22 Aug 2008 07:36:11 +0000 (07:36 +0000)]
MDL-15351: first working version of the local browser
dongsheng [Fri, 22 Aug 2008 07:29:08 +0000 (07:29 +0000)]
"MDL-13766, make folder in treeview looks different from the files"
tjhunt [Fri, 22 Aug 2008 07:12:27 +0000 (07:12 +0000)]
* Fix where quiz report lang strings are searched for. The correct prefix for this type of plugin is quiz_.
* Fix a misleading comment.
* Improve a bit of code in get_config by using get_records_menu.
tjhunt [Fri, 22 Aug 2008 06:38:54 +0000 (06:38 +0000)]
MDL-16171 - Allow mdd/xxx/defaults.php to load data into the config_plugins table.
scyrma [Fri, 22 Aug 2008 06:24:25 +0000 (06:24 +0000)]
MDL-13766 better documentation (forgot one field, re-ordered fields)
dongsheng [Fri, 22 Aug 2008 06:10:37 +0000 (06:10 +0000)]
"MDL-13766, browse subfolder in thumbview"
scyrma [Fri, 22 Aug 2008 06:06:02 +0000 (06:06 +0000)]
MDL-13766: improve documentation
scyrma [Fri, 22 Aug 2008 05:59:08 +0000 (05:59 +0000)]
MDL-13766: adding some documentation for the file listing sent back by a repository plugin
tjhunt [Fri, 22 Aug 2008 03:32:49 +0000 (03:32 +0000)]
MDL-16170 - Improve naming of the plugins category in the admin menu.
Yes, I know I changed an existing language string, which is supposed to be wrong, but I changed it so that the string 'plugin' is now 'Plugin'. I just cannot see that as a wrong change.
tjhunt [Fri, 22 Aug 2008 02:46:54 +0000 (02:46 +0000)]
MDL-6353 Also make the repagination UI better by making it always visible, and convert the show/hide page breaks and reordering tool check boxes to be buttons.
tjhunt [Fri, 22 Aug 2008 02:13:00 +0000 (02:13 +0000)]
MDL-6353 Quiz questions per page setting is confusing. People expect that changing this setting will repaginate the quiz, which is not the case, so change the wording of this setting and its choices.
moodlerobot [Fri, 22 Aug 2008 01:41:47 +0000 (01:41 +0000)]
Updated the HEAD build version to
20080822
piers [Fri, 22 Aug 2008 01:35:26 +0000 (01:35 +0000)]
MDL-13431 - SCORM results not transferring to Gradebook. SCORM API debugging tool - add reference to SCORM, and SCO identifier.
piers [Fri, 22 Aug 2008 01:30:28 +0000 (01:30 +0000)]
MDL-16111 - SCORM grade not updated in Grader Report. Make sure that lastattempt does not exceed maxattempts.
moodlerobot [Fri, 22 Aug 2008 01:22:24 +0000 (01:22 +0000)]
Automatic installer.php lang files by installer_builder (
20080822 )
skodak [Thu, 21 Aug 2008 21:40:29 +0000 (21:40 +0000)]
MDL-16164 improved use of forms in notes code and some other minor cleanup
piers [Thu, 21 Aug 2008 21:22:23 +0000 (21:22 +0000)]
MDL-15859 - [PATCH] Fixes for tests of '' on Oracle.$DB->sql_empty() changes.
skodak [Thu, 21 Aug 2008 20:43:25 +0000 (20:43 +0000)]
MDL-16163 disable mnet scripts properly if mnet not enabled
skodak [Thu, 21 Aug 2008 20:29:42 +0000 (20:29 +0000)]
MDL-16159 implemented missing access control and security code in course tags
sam_marshall [Thu, 21 Aug 2008 16:43:33 +0000 (16:43 +0000)]
MDL-15498: Completion system: progress report had problems with HTML code in activity names causing invalid/broken html output
sam_marshall [Thu, 21 Aug 2008 16:35:12 +0000 (16:35 +0000)]
MDL-15498: Completion system: progress report had issues with long label names
sam_marshall [Thu, 21 Aug 2008 16:03:13 +0000 (16:03 +0000)]
MDL-15498: Completion system: tweak so that AJAX version correctly updates alt, title of manual completion icons
skodak [Thu, 21 Aug 2008 15:29:42 +0000 (15:29 +0000)]
MDL-15716 Tightened dataroot security checks and and 'loud' administrator warning
mjollnir_ [Thu, 21 Aug 2008 15:10:02 +0000 (15:10 +0000)]
adding missing global $DB in mnet functions
mjollnir_ [Thu, 21 Aug 2008 14:45:28 +0000 (14:45 +0000)]
MDL-16157 - fixing arguments to mnet_get_public_key
sam_marshall [Thu, 21 Aug 2008 13:54:45 +0000 (13:54 +0000)]
MDL-15498: Minor tweaks to completion system (fixing bug with formatting if you have a tick against a multi-paragraph label; allowing use of tick icons on other pages than course/view if required)
mudrd8mz [Thu, 21 Aug 2008 12:05:34 +0000 (12:05 +0000)]
MDL-14326 Remove all course_modules that remained empty (i.e. with instance==0) after the particular restore process. Merged from MOODLE_19_STABLE
dongsheng [Thu, 21 Aug 2008 09:27:39 +0000 (09:27 +0000)]
MDL-13766, boxnet files show as a tree now!
piers [Thu, 21 Aug 2008 09:09:44 +0000 (09:09 +0000)]
MDL-13431 - SCORM results not transferring to Gradebook. remove add_to_log.
mjollnir_ [Thu, 21 Aug 2008 09:07:00 +0000 (09:07 +0000)]
MDL-16134 - fixing up exception throws.
dongsheng [Thu, 21 Aug 2008 08:07:08 +0000 (08:07 +0000)]
MDL-13766, fix javascript error and improve css.
skodak [Thu, 21 Aug 2008 08:00:51 +0000 (08:00 +0000)]
MDL-16115 Password unmask form fields do not work with XHTML strict headers
bobopinna [Thu, 21 Aug 2008 07:32:19 +0000 (07:32 +0000)]
MDL-14967 Upgrade all code using DML - fixed missing changes in scorm_get_scoes
dongsheng [Thu, 21 Aug 2008 06:13:27 +0000 (06:13 +0000)]
"MDL-13766, small fix for repository"
piers [Thu, 21 Aug 2008 03:12:08 +0000 (03:12 +0000)]
MDL-16111 - SCORM grade not updated in Grader Report. Thanks John Macklin.
dongsheng [Thu, 21 Aug 2008 02:46:22 +0000 (02:46 +0000)]
"MDL-13766, beautify source code"
danmarsden [Thu, 21 Aug 2008 02:12:01 +0000 (02:12 +0000)]
MDL-14620 - fix link to repository and tidy up using $CFG vars - missed a bit
dongsheng [Thu, 21 Aug 2008 02:05:02 +0000 (02:05 +0000)]
"MDL-13766, ws.php should not be cached"
danmarsden [Thu, 21 Aug 2008 01:47:30 +0000 (01:47 +0000)]
MDL-14620 - fix link to repository and tidy up using $CFG vars
moodlerobot [Thu, 21 Aug 2008 01:41:48 +0000 (01:41 +0000)]
Updated the HEAD build version to
20080821
moodlerobot [Thu, 21 Aug 2008 01:22:18 +0000 (01:22 +0000)]
Automatic installer.php lang files by installer_builder (
20080821 )
piers [Thu, 21 Aug 2008 00:36:12 +0000 (00:36 +0000)]
MDL-13431 - SCORM results not transferring to Gradebook. SCORM API debugging tool.
piers [Wed, 20 Aug 2008 23:30:26 +0000 (23:30 +0000)]
MDL-13431 - SCORM results not transferring to Gradebook. Add logging mechanism so that launched URI can be traced.
piers [Wed, 20 Aug 2008 22:26:10 +0000 (22:26 +0000)]
MDL-13431 - SCORM results not transferring to Gradebook. Use the correct method for getting the course object.
piers [Wed, 20 Aug 2008 22:23:08 +0000 (22:23 +0000)]
MDL-13431 - SCORM results not transferring to Gradebook. Add logging mechanism so that SCORM API interaction with Moodle can be traced.
danmarsden [Wed, 20 Aug 2008 21:59:21 +0000 (21:59 +0000)]
MDL-14620 - need to check vars are set before using. - adding check so I can include this form type in SCORM
skodak [Wed, 20 Aug 2008 20:33:51 +0000 (20:33 +0000)]
MDL-16146 repository client javascript not xhtml strict - missing script type
skodak [Wed, 20 Aug 2008 20:07:01 +0000 (20:07 +0000)]
MDL-16146 repository client javascript not xhtml strict - missing CDATA