]>
git.mjollnir.org Git - moodle.git/log
stronk7 [Wed, 4 Mar 2009 15:03:00 +0000 (15:03 +0000)]
MDL-18440 email_to_user() - avoid some notices ; merged from 19_STABLE
nicolasconnault [Wed, 4 Mar 2009 14:20:45 +0000 (14:20 +0000)]
MDL-18228 Fixed the language issue and removed the grader report preference
skodak [Wed, 4 Mar 2009 13:36:06 +0000 (13:36 +0000)]
MDL-16852 fixed left join trouble; merged from MOODLE_19_STABLE
sam_marshall [Wed, 4 Mar 2009 11:55:08 +0000 (11:55 +0000)]
MDL-15913: Smartpix fails if themes or images have upper-case names
tjhunt [Wed, 4 Mar 2009 08:35:05 +0000 (08:35 +0000)]
quiz lib: MDL-17579 should call delete_attempt from questionlib.php rather than trying to do the job itself.
dongsheng [Wed, 4 Mar 2009 07:15:18 +0000 (07:15 +0000)]
"CHAT/MDL-14651, move down DOCTYPE declaration"
jerome [Wed, 4 Mar 2009 03:18:14 +0000 (03:18 +0000)]
web service MDL-12886 better looking documentation, use a lower integer for the mock token
tjhunt [Wed, 4 Mar 2009 02:46:48 +0000 (02:46 +0000)]
roles admin: Fix notice when creating a role with no legacy type.
danmarsden [Wed, 4 Mar 2009 02:44:05 +0000 (02:44 +0000)]
MDL-15276 add check for RESTORE_SILENTLY
moodlerobot [Tue, 3 Mar 2009 23:34:38 +0000 (23:34 +0000)]
Updated the HEAD build version to
20090304
moodlerobot [Tue, 3 Mar 2009 23:24:52 +0000 (23:24 +0000)]
Automatic installer.php lang files by installer_builder (
20090304 )
sam_marshall [Tue, 3 Mar 2009 17:28:05 +0000 (17:28 +0000)]
MDL-18430: Completion progress report CSV download should be whole report not one page
sam_marshall [Tue, 3 Mar 2009 17:04:49 +0000 (17:04 +0000)]
MDL-18427: Completion system does not require_once gradelib when used
thepurpleblob [Tue, 3 Mar 2009 15:36:17 +0000 (15:36 +0000)]
MDL-18390:
Correctly report unhandled question types and get string from language pack.
tjhunt [Tue, 3 Mar 2009 07:47:32 +0000 (07:47 +0000)]
qtype admin: MDL-18425 also related to MDL-18355.
Allow question types to be displayed in order that is better than random or alphabetical. Since we don't know all the qtypes there may be:
1. Store the order in the DB (config plugins).
2. Set up a good default order for the standard types. (Unknown types go at the end by default.)
3. Allow admins to edit the order on the qtype admin screen.
tjhunt [Tue, 3 Mar 2009 07:44:30 +0000 (07:44 +0000)]
Fix unit tests.
dongsheng [Tue, 3 Mar 2009 06:48:03 +0000 (06:48 +0000)]
"FORUM/MDL-15968, respect mod/forum:viewqandawithoutposting in forum_search_posts, merged from 1.9"
tjhunt [Tue, 3 Mar 2009 05:13:53 +0000 (05:13 +0000)]
quiz editing: MDL-18355 further refinements to the UI.
tjhunt [Tue, 3 Mar 2009 05:11:55 +0000 (05:11 +0000)]
Aiken question import: MDL-18423 Greater robustness when parsing.
danmarsden [Tue, 3 Mar 2009 01:18:16 +0000 (01:18 +0000)]
MDL-14736 Backup/Restore don't halt backup if can't delete temp files - just display notification and save error to log table
dongsheng [Tue, 3 Mar 2009 01:03:56 +0000 (01:03 +0000)]
"FORUM/MDL-14860, declare subtext varible before use it, merged from 1.9"
danmarsden [Tue, 3 Mar 2009 00:53:23 +0000 (00:53 +0000)]
MDL-12037 Backup Log - improve reporting of errors during backup_execute - espeically for silent backups
danmarsden [Tue, 3 Mar 2009 00:06:08 +0000 (00:06 +0000)]
MDL-12037 Backup Log - add new field to backup_log table to allow other backup related functions to save log data
stronk7 [Mon, 2 Mar 2009 23:41:55 +0000 (23:41 +0000)]
MDL-17934 flv player in resources - allow full screen. Credit goes to Darren Jones. Merged from 19_STABLE
moodlerobot [Mon, 2 Mar 2009 23:32:59 +0000 (23:32 +0000)]
Updated the HEAD build version to
20090303
piers [Mon, 2 Mar 2009 23:16:47 +0000 (23:16 +0000)]
MDL-18412 - fixed incorrect config var name. thanks Anthony.
piers [Mon, 2 Mar 2009 23:07:44 +0000 (23:07 +0000)]
MDL-18148 - AICC compliance fixes from Martin Holden.
mudrd8mz [Mon, 2 Mar 2009 21:51:25 +0000 (21:51 +0000)]
MDL-17492 Do not try to access the first key of an empty array in case of no tag exists yet. Merged from 1.9 stable
mudrd8mz [Mon, 2 Mar 2009 21:45:08 +0000 (21:45 +0000)]
MDL-17492 Reset flag did not work in PostgreSQL. Merged from 1.9
Postgres does not seem to support table alias in UPDATE statement.
Therefore the SQL like
UPDATE mdl_tag tg SET tg.flag = 0, tg.timemodified =
1236027984 WHERE tg.id IN (4)
ends with an ERROR: column "tg" of relation "mdl_tag" does not exist
The fix is quite easy - just do not use table alias as it makes no sense
here anyway.
piers [Mon, 2 Mar 2009 19:36:12 +0000 (19:36 +0000)]
MDL-18148 - AICC compliance fixes from Martin Holden.
stronk7 [Mon, 2 Mar 2009 19:20:47 +0000 (19:20 +0000)]
MDL-18420 reserved words - lowercase sqlite reserved words
stronk7 [Mon, 2 Mar 2009 19:09:29 +0000 (19:09 +0000)]
MDL-18420 reserved words - adding 2 new PG reserved words. Merged from 19_STABLE
stronk7 [Mon, 2 Mar 2009 18:53:59 +0000 (18:53 +0000)]
MDL-18420 reserved words - adding MySQL 5.1 and 6.0 new reserved words ; merged from 19_STABLE
mudrd8mz [Mon, 2 Mar 2009 14:14:19 +0000 (14:14 +0000)]
MDL-14743 offer a link to the English help file. Merged from 1.9 stable
moodlerobot [Sun, 1 Mar 2009 23:33:32 +0000 (23:33 +0000)]
Updated the HEAD build version to
20090302
skodak [Sun, 1 Mar 2009 21:03:38 +0000 (21:03 +0000)]
MDL-18407 fixed dml regression
mjollnir_ [Sun, 1 Mar 2009 11:01:57 +0000 (11:01 +0000)]
MDL-16520 portfolio: when an exception happens, kill the active export
moodlerobot [Sat, 28 Feb 2009 23:37:27 +0000 (23:37 +0000)]
Updated the HEAD build version to
20090301
skodak [Sat, 28 Feb 2009 09:09:09 +0000 (09:09 +0000)]
MDL-18407 fixed wrong select
moodlerobot [Fri, 27 Feb 2009 23:32:40 +0000 (23:32 +0000)]
Updated the HEAD build version to
20090228
nicolasconnault [Fri, 27 Feb 2009 15:38:34 +0000 (15:38 +0000)]
MDL-18004 Fixed problem of duplicate entries in the drop-down
nicolasconnault [Fri, 27 Feb 2009 15:32:03 +0000 (15:32 +0000)]
MDL-18004 Fixed problem of duplicate entries in the drop-down
nicolasconnault [Fri, 27 Feb 2009 15:25:05 +0000 (15:25 +0000)]
MDL-18004 Fixed problem of duplicate entries in the drop-down
sam_marshall [Fri, 27 Feb 2009 14:35:05 +0000 (14:35 +0000)]
MDL-18403: Completion system can cause problems if grade completion is somehow enabled when completion is set to manual
nicolasconnault [Fri, 27 Feb 2009 14:19:25 +0000 (14:19 +0000)]
MDL-18004 Adding keymanagers for when grade publishing is enabled, plus a few improvements in the tabs and breadcrumbs
nicolasconnault [Fri, 27 Feb 2009 13:43:52 +0000 (13:43 +0000)]
MDL-16913 Enabled Weight and Extra credit inputs for grade items, but not for category items
sam_marshall [Fri, 27 Feb 2009 12:58:23 +0000 (12:58 +0000)]
MDL-18401: Glossary page bar should highlight current page
tjhunt [Fri, 27 Feb 2009 08:45:05 +0000 (08:45 +0000)]
quiz editing: Refactor the editing actions to make functions in editlib.php for most of them.
In the process, do MDL-17456, move/delete questions by question id rather than position, for greater robustness.
tjhunt [Fri, 27 Feb 2009 08:43:28 +0000 (08:43 +0000)]
quiz: Fix unit tests.
dongsheng [Fri, 27 Feb 2009 06:38:06 +0000 (06:38 +0000)]
"REPOSITORY/MDL-13766, repaint filepicker when hide/show it"
dongsheng [Fri, 27 Feb 2009 06:25:56 +0000 (06:25 +0000)]
"REPOSITORY/MDL-13766, should not use abstract function in repository base class, inproperly use of parameters can break moodle page"
dongsheng [Fri, 27 Feb 2009 04:29:21 +0000 (04:29 +0000)]
"REPOSITORY/MDL-13766, 1. support help option 2. make breadcrumb clickable"
jerome [Fri, 27 Feb 2009 01:05:51 +0000 (01:05 +0000)]
web service MDL-12886 documentation
jerome [Fri, 27 Feb 2009 01:01:34 +0000 (01:01 +0000)]
web service MDL-12886 documentation: check if "Display debug messages" is set Off
jerome [Fri, 27 Feb 2009 00:48:26 +0000 (00:48 +0000)]
web service MDL-12886 documentation: complete description of the return type
moodlerobot [Thu, 26 Feb 2009 23:32:21 +0000 (23:32 +0000)]
Updated the HEAD build version to
20090227
piers [Thu, 26 Feb 2009 18:19:05 +0000 (18:19 +0000)]
MDL-18148 - AICC compliance fixes. Fixing general new file API problems, and stripslashes_safe().
piers [Thu, 26 Feb 2009 16:31:23 +0000 (16:31 +0000)]
MDL-18148 - AICC compliance fixes from Martin Holden.
tjhunt [Thu, 26 Feb 2009 08:30:45 +0000 (08:30 +0000)]
quiz editing: MDL-17284 Major coding style cleanup.
This is a mixture of stuff in the coding guildelines and personal preference.
jerome [Thu, 26 Feb 2009 08:18:28 +0000 (08:18 +0000)]
web service MDL-12886 documentation: better display, test if web services are enable, display return type
tjhunt [Thu, 26 Feb 2009 07:07:40 +0000 (07:07 +0000)]
qtypes help: MDL-5106 Create questiontype help file dynamically
tjhunt [Thu, 26 Feb 2009 06:51:35 +0000 (06:51 +0000)]
quiz editing: MDL-18376 Since there is no grading for description, we can show more question text. Thanks Olli.
tjhunt [Thu, 26 Feb 2009 06:33:18 +0000 (06:33 +0000)]
quiz editing: MDL-18355 Try to improve the discoverability of Description again.
tjhunt [Thu, 26 Feb 2009 06:06:18 +0000 (06:06 +0000)]
qtype admin: MDL-16412 Enforce the allowed question types when a user tries to create a question.
tjhunt [Thu, 26 Feb 2009 05:53:31 +0000 (05:53 +0000)]
quiz editing: MDL-18355 further refinements to the UI. Thanks Olli.
jerome [Thu, 26 Feb 2009 04:22:26 +0000 (04:22 +0000)]
web service MDL-12886 add lang strings for web services
dongsheng [Thu, 26 Feb 2009 02:33:04 +0000 (02:33 +0000)]
"LANG/MDL-17620, add language string, merged from 1.9"
jerome [Thu, 26 Feb 2009 02:27:18 +0000 (02:27 +0000)]
web service MDL-12886 comment the web service description array generation (too much complex, need refactoring)
jerome [Thu, 26 Feb 2009 02:23:31 +0000 (02:23 +0000)]
web service MDL-12886 comment the web service description array generation (too much complex, need refactoring)
moodlerobot [Wed, 25 Feb 2009 23:34:21 +0000 (23:34 +0000)]
Updated the HEAD build version to
20090226
moodlerobot [Wed, 25 Feb 2009 23:24:40 +0000 (23:24 +0000)]
Automatic installer.php lang files by installer_builder (
20090226 )
piers [Wed, 25 Feb 2009 22:56:59 +0000 (22:56 +0000)]
MDL-18212 - switch to addslashes_js - thanks Tim.
nicolasconnault [Wed, 25 Feb 2009 11:09:07 +0000 (11:09 +0000)]
MDL-18228 Added a grader report preference for using the new fixed student column, and made it always off if $USER->screenreader is set.
tjhunt [Wed, 25 Feb 2009 09:31:49 +0000 (09:31 +0000)]
question bank: MDL-16412 Allow admins to enable/disable of each question type
nicolasconnault [Wed, 25 Feb 2009 09:18:24 +0000 (09:18 +0000)]
MDL-18161 Merged from MOODLE_19_STABLE
nicolasconnault [Wed, 25 Feb 2009 09:17:48 +0000 (09:17 +0000)]
MDL-17991 Fixed a bug with the user selector
nicolasconnault [Wed, 25 Feb 2009 08:59:50 +0000 (08:59 +0000)]
MDL-10476 Removed duplicated average row
nicolasconnault [Wed, 25 Feb 2009 08:50:52 +0000 (08:50 +0000)]
MDL-10476 Fixed ajax
tjhunt [Wed, 25 Feb 2009 08:07:19 +0000 (08:07 +0000)]
tablelib: MDL-18372 Let people specify a CSS class name to add to the <tr> element.
nicolasconnault [Wed, 25 Feb 2009 08:03:50 +0000 (08:03 +0000)]
MDL-18228 Making sure excludedfloater floats left
nicolasconnault [Wed, 25 Feb 2009 07:56:11 +0000 (07:56 +0000)]
MDL-17991 Implementing user report improvements
tjhunt [Wed, 25 Feb 2009 07:27:02 +0000 (07:27 +0000)]
quiz editing: MDL-18173 tidy up wording and add cursor: help.
tjhunt [Wed, 25 Feb 2009 07:16:57 +0000 (07:16 +0000)]
question types: MDL-18350 oops missed a bit.
tjhunt [Wed, 25 Feb 2009 07:14:03 +0000 (07:14 +0000)]
quiz editing / question bank: MDL-18355 Convert the add question drop-down to be a button that pops up a YUI dialogue.
That allows us to have a few sentences explanation of each question type, and is also easier to fit into a tight layout.
This commit should also fix MDL-18214 Layout screwed in Safari with long category names.
nicolasconnault [Wed, 25 Feb 2009 07:03:58 +0000 (07:03 +0000)]
MDL-18321 Merged from MOODLE_19_STABLE
tjhunt [Wed, 25 Feb 2009 07:01:57 +0000 (07:01 +0000)]
question types: API cleanup.
MDL-18350 remove backwards compatibility support for question types having their lang strings in the quiz language module.
MDL-16407 settings.php support for question types. Remove the old get_config_options from question types. I don't think anyone was using it.
tjhunt [Wed, 25 Feb 2009 06:53:10 +0000 (06:53 +0000)]
quiz editing: tidy up quotes.
tjhunt [Wed, 25 Feb 2009 06:12:55 +0000 (06:12 +0000)]
questionlib: fix typo.
dongsheng [Wed, 25 Feb 2009 05:27:21 +0000 (05:27 +0000)]
"FORUM/MDL-14860, hide unsubscribe link if users are not allowed to unsubscribe from this forum, merged from 1.9"
jerome [Wed, 25 Feb 2009 04:52:17 +0000 (04:52 +0000)]
web service MDL-12886 return value fix for REST server
dongsheng [Wed, 25 Feb 2009 03:46:49 +0000 (03:46 +0000)]
"REPOSITORY/MDL-18357, make search respect mimetype restrictions"
dongsheng [Wed, 25 Feb 2009 02:06:06 +0000 (02:06 +0000)]
"REPOSITORY/MDL-18356, append extenstions to file names smartly"
jerome [Wed, 25 Feb 2009 00:50:47 +0000 (00:50 +0000)]
web service MDL-12886 fix empty optional description for REST server
moodlerobot [Tue, 24 Feb 2009 23:32:53 +0000 (23:32 +0000)]
Updated the HEAD build version to
20090225
moodlerobot [Tue, 24 Feb 2009 23:23:04 +0000 (23:23 +0000)]
Automatic installer.php lang files by installer_builder (
20090225 )
jerome [Tue, 24 Feb 2009 08:27:07 +0000 (08:27 +0000)]
web service MDL-12886 remove moodleexternal.php from the lib folder
jerome [Tue, 24 Feb 2009 08:26:25 +0000 (08:26 +0000)]
web service MDL-12886 modify phpdoc for group_external class
dongsheng [Tue, 24 Feb 2009 08:24:58 +0000 (08:24 +0000)]
"REPOSITORY/MDL-13766, check varible before setting style"
moodler [Tue, 24 Feb 2009 08:00:01 +0000 (08:00 +0000)]
repository MDL-16543 Tidying up some lang strings
jerome [Tue, 24 Feb 2009 07:54:33 +0000 (07:54 +0000)]
web service MDL-12886 fix capability name