]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agoPrevent excess of unenolments by enrol_database_sync.php. MDL-8550 ; merged from...
stronk7 [Sun, 11 May 2008 23:55:50 +0000 (23:55 +0000)]
Prevent excess of unenolments by enrol_database_sync.php. MDL-8550 ; merged from 19_STABLE

17 years agoPrevent some notices and process if $CFG->emoticons is not set or empty. MDL-12414...
stronk7 [Sun, 11 May 2008 23:34:29 +0000 (23:34 +0000)]
Prevent some notices and process if $CFG->emoticons is not set or empty. MDL-12414 ; merged from 19_STABLE

17 years agoMDL-14451 removed pre 1.9 upgrade code - question upgrade related
skodak [Sun, 11 May 2008 19:03:24 +0000 (19:03 +0000)]
MDL-14451 removed pre 1.9 upgrade code - question upgrade related

17 years agoMDL-14451 removed pre 1.9 upgrade code - question upgrade related
skodak [Sun, 11 May 2008 18:57:53 +0000 (18:57 +0000)]
MDL-14451 removed pre 1.9 upgrade code - question upgrade related

17 years agoMDL-14451 removed pre 1.9 upgrade code - question upgrade related
skodak [Sun, 11 May 2008 18:57:17 +0000 (18:57 +0000)]
MDL-14451 removed pre 1.9 upgrade code - question upgrade related

17 years agoMDL-14451 removed pre 1.9 upgrade code
skodak [Sun, 11 May 2008 18:55:00 +0000 (18:55 +0000)]
MDL-14451 removed pre 1.9 upgrade code

17 years agoMDL-14451 removed pre 1.9 upgrade code
skodak [Sun, 11 May 2008 18:40:39 +0000 (18:40 +0000)]
MDL-14451 removed pre 1.9 upgrade code

17 years agoUpdated the HEAD build version to 20080511
moodlerobot [Sun, 11 May 2008 01:48:29 +0000 (01:48 +0000)]
Updated the HEAD build version to 20080511

17 years agocvs tag -F MOODLE_19_MERGED -j MOODLE_19_STABLE ; merged from 19_STABLE
stronk7 [Sat, 10 May 2008 22:07:54 +0000 (22:07 +0000)]
cvs tag -F MOODLE_19_MERGED -j MOODLE_19_STABLE ; merged from 19_STABLE

17 years agofixes \ / issue (Win/Linux)
diml [Sat, 10 May 2008 18:32:07 +0000 (18:32 +0000)]
fixes \ / issue (Win/Linux)

17 years agofixes MDL-14774 and MDL-14777
diml [Sat, 10 May 2008 14:11:10 +0000 (14:11 +0000)]
fixes MDL-14774 and MDL-14777

Exception issues should find a solution here. Fixes inclusion path
problems relative to Zend baseroot.

17 years agofixes MDL-14775
diml [Sat, 10 May 2008 14:01:20 +0000 (14:01 +0000)]
fixes MDL-14775

17 years agofixes MDL-14776
diml [Sat, 10 May 2008 14:00:56 +0000 (14:00 +0000)]
fixes MDL-14776

17 years agoNew uz installer lang
moodlerobot [Sat, 10 May 2008 02:59:58 +0000 (02:59 +0000)]
New uz installer lang

17 years agoUpdated the HEAD build version to 20080510
moodlerobot [Sat, 10 May 2008 01:54:12 +0000 (01:54 +0000)]
Updated the HEAD build version to 20080510

17 years agofixes MDL-14770, $course_id error
diml [Fri, 9 May 2008 21:49:31 +0000 (21:49 +0000)]
fixes MDL-14770, $course_id error

17 years agoFollowing the fixes for MDL-14750 and MDL-10899, do a database upgrade that fixes...
tjhunt [Fri, 9 May 2008 15:50:44 +0000 (15:50 +0000)]
Following the fixes for MDL-14750 and MDL-10899, do a database upgrade that fixes any bogus values in the parent or category columns of multianswer questions' subquestions.

17 years agoMDL-14750 - Multianswer questions get broken by backup and restore becuase question...
tjhunt [Fri, 9 May 2008 15:10:39 +0000 (15:10 +0000)]
MDL-14750 - Multianswer questions get broken by backup and restore becuase question->parent is not recoded properly in the database. This commit also fixes a regression introduced by the fix for MDL-5482.

17 years agoMDL-10899 - There is some data associated with some questons that needs to be udpated...
tjhunt [Fri, 9 May 2008 15:05:36 +0000 (15:05 +0000)]
MDL-10899 - There is some data associated with some questons that needs to be udpated when moving questions between categories. This commit deals with subquestions, and lays the foundation for fixing the other problem - datasets - which is files as bug 14767.

17 years agoProblem when editing calculated questions when installed on Postgres.
tjhunt [Fri, 9 May 2008 15:02:24 +0000 (15:02 +0000)]
Problem when editing calculated questions when installed on Postgres.

17 years agoMDL-14223 "Add a column for the user's idnumber, controllable by a site-wide setting...
jamiesensei [Fri, 9 May 2008 13:59:36 +0000 (13:59 +0000)]
MDL-14223 "Add a column for the user's idnumber, controllable by a site-wide setting" and MDL-14224 "Add a site-wide setting to hide the user profile image from quiz reports"

The quiz overview report now respect the settings for the gradebook - whether to display idnumbers and user pictures.

Also re-factored the code to build table / download content a little to reduce code duplication.

17 years agoMDL-14762 - find and update links to files in answer->feedback when moving questions...
tjhunt [Fri, 9 May 2008 13:13:43 +0000 (13:13 +0000)]
MDL-14762 - find and update links to files in answer->feedback when moving questions between contexts.

17 years agoMDL-14739: TinyMCE 3.0.8, along with Moodle-specific Modules, as included by Mauno...
scyrma [Fri, 9 May 2008 09:29:20 +0000 (09:29 +0000)]
MDL-14739: TinyMCE 3.0.8, along with Moodle-specific Modules, as included by Mauno Korpelainen.

17 years agoMDL-14739: Removing old version, before adding new one
scyrma [Fri, 9 May 2008 08:21:11 +0000 (08:21 +0000)]
MDL-14739: Removing old version, before adding new one

17 years agoMDL-14637 "allow activity modules to add sub menus of settings pages to admin menu...
jamiesensei [Fri, 9 May 2008 06:12:57 +0000 (06:12 +0000)]
MDL-14637 "allow activity modules to add sub menus of settings pages to admin menu" and MDL-14565 "allow quiz reports to add configuration settings to the admin tree" added a mechanism to admin/settings/plugins.php to allow modules to include a file settingstree.php instead of settings.php which will allow for more flexibility of what a module can add to the admin settings menu.

Merged from 1.9

Added a comment to the if branch that includes config.html that this branch needs to be deleted as soon as quiz/config.html has been migrated to settingstree.php which is MDL-7010

17 years agoUpdated the HEAD build version to 20080509
moodlerobot [Fri, 9 May 2008 01:55:29 +0000 (01:55 +0000)]
Updated the HEAD build version to 20080509

17 years agoAutomatic installer.php lang files by installer_builder (20080509)
moodlerobot [Fri, 9 May 2008 01:22:21 +0000 (01:22 +0000)]
Automatic installer.php lang files by installer_builder (20080509)

17 years agoMDL-14736 this doesn't need to be an error call, as the backup should still succeed...
danmarsden [Thu, 8 May 2008 22:28:06 +0000 (22:28 +0000)]
MDL-14736 this doesn't need to be an error call, as the backup should still succeed - changing to use notify() instead.

17 years agoMDL-14518 - changed $SESSION->feedback->current_tab to $current_tab
agrabs [Thu, 8 May 2008 12:09:59 +0000 (12:09 +0000)]
MDL-14518 - changed $SESSION->feedback->current_tab to $current_tab

17 years agoremoved a call print_box_end(). It was not needed.
agrabs [Thu, 8 May 2008 11:49:48 +0000 (11:49 +0000)]
removed a call print_box_end(). It was not needed.

17 years agoFor the overview report : MDL-14199 "Option to only show / export final grade" small...
jamiesensei [Thu, 8 May 2008 10:11:06 +0000 (10:11 +0000)]
For the overview report : MDL-14199 "Option to only show / export final grade" small improvement to UI. Include highlighted message in the form about what the current grading method is. Some changes to lang strings for overview report settings form to indicate that options affect downloaded data as well as data shown on the screen.

Merged from 1.9 branch.

17 years agoFor the overview report : MDL-14199 "Option to only show / export final grade" small...
jamiesensei [Thu, 8 May 2008 09:53:31 +0000 (09:53 +0000)]
For the overview report : MDL-14199 "Option to only show / export final grade" small improvement to UI. Include highlighted message in the form about what the current grading method is.

Merged from 1.9 branch.

17 years agoMDL-14198 "Make it clear which student attempt gives the final grade, if the scoring...
jamiesensei [Thu, 8 May 2008 09:35:08 +0000 (09:35 +0000)]
MDL-14198 "Make it clear which student attempt gives the final grade, if the scoring method is first, last or highest score" adding a message about the highlighting above the table.

Merged from 1.9 branch.

17 years ago"MDL-14129, fix print_error"
dongsheng [Thu, 8 May 2008 08:49:02 +0000 (08:49 +0000)]
"MDL-14129, fix print_error"

17 years ago"MDL-14129, fix print_error"
dongsheng [Thu, 8 May 2008 08:43:17 +0000 (08:43 +0000)]
"MDL-14129, fix print_error"

17 years ago"MDL-14129, fix print_error"
dongsheng [Thu, 8 May 2008 07:06:41 +0000 (07:06 +0000)]
"MDL-14129, fix print_error"

17 years ago"MDL-14129, fix print_error"
dongsheng [Thu, 8 May 2008 06:27:28 +0000 (06:27 +0000)]
"MDL-14129, fix print_error"

17 years agoMDL-12300 message window does show date now, merged from 19
jerome [Thu, 8 May 2008 03:49:51 +0000 (03:49 +0000)]
MDL-12300 message window does show date now, merged from 19

17 years agoMDL-14716 Install script: icon image are now displayed on the Server Checks page...
jerome [Thu, 8 May 2008 03:08:13 +0000 (03:08 +0000)]
MDL-14716 Install script: icon image are now displayed on the Server Checks page, merged from19

17 years agoMDL-14697 Participants page OK button hidden if javascript is enabled, merged from 19
jerome [Thu, 8 May 2008 02:44:50 +0000 (02:44 +0000)]
MDL-14697 Participants page OK button hidden if javascript is enabled, merged from 19

17 years agoMDL-11113: re-add function to deprecatedlib.php, and use it in old version of the...
scyrma [Thu, 8 May 2008 02:38:47 +0000 (02:38 +0000)]
MDL-11113: re-add function to deprecatedlib.php, and use it in old version of the help file.

17 years agoMDL-12648 Undefined property: stdClass::$wwwroot on popup screen during installation...
jerome [Thu, 8 May 2008 02:38:38 +0000 (02:38 +0000)]
MDL-12648 Undefined property: stdClass::$wwwroot on popup screen during installation, merged from 19

17 years agoMDL-14656 Make install.php XHTML compliant, merged from 19
jerome [Thu, 8 May 2008 02:21:53 +0000 (02:21 +0000)]
MDL-14656 Make install.php XHTML compliant, merged from 19

17 years agoUpdated the HEAD build version to 20080508
moodlerobot [Thu, 8 May 2008 01:53:35 +0000 (01:53 +0000)]
Updated the HEAD build version to 20080508

17 years agoAutomatic installer.php lang files by installer_builder (20080508)
moodlerobot [Thu, 8 May 2008 01:19:41 +0000 (01:19 +0000)]
Automatic installer.php lang files by installer_builder (20080508)

17 years agoReverting to previous revision. MDL-14668 ; merged from 19_STABLE
stronk7 [Wed, 7 May 2008 18:28:59 +0000 (18:28 +0000)]
Reverting to previous revision. MDL-14668 ; merged from 19_STABLE

17 years agoMDL-14734 "improve interface for deleting attempts"
jamiesensei [Wed, 7 May 2008 16:00:56 +0000 (16:00 +0000)]
MDL-14734 "improve interface for deleting attempts"

* The control for deleting attempts is a drop down box with onchange javascript to submit the form, you cannot see the label to say what the drop down box does. Better to use a button. The button label is visible so you can see what it does.
* Checkboxes should be displayed when there is no attempt to delete.
* The whole column for checkboxes should be removed when no attempts are displayed ie. when showing students with no attempts.

17 years agoMDL-14201 "Summary graph" included a summary graph at the bottom of overview report...
jamiesensei [Wed, 7 May 2008 14:38:18 +0000 (14:38 +0000)]
MDL-14201 "Summary graph" included a summary graph at the bottom of overview report page. Shows the distribution of grades achieved by students. If a group is selected the grades from the group are compared with the grades for all participants.

17 years agoFor the overview report : MDL-14199 "Option to only show / export final grade" fixing...
jamiesensei [Wed, 7 May 2008 14:01:04 +0000 (14:01 +0000)]
For the overview report : MDL-14199 "Option to only show / export final grade" fixing a notice warning from the form definition

17 years agoMDL-14727 - Do a database update to fix random questions with the wrong parent (there...
tjhunt [Wed, 7 May 2008 13:34:54 +0000 (13:34 +0000)]
MDL-14727 - Do a database update to fix random questions with the wrong parent (there may be some of these floating around in people's databases becuase of MDL-5482.)

17 years agoMDL-14726 - rcache bit wrong in set_field
tjhunt [Wed, 7 May 2008 13:04:43 +0000 (13:04 +0000)]
MDL-14726 - rcache bit wrong in set_field

17 years agoMDL-5482 - Backup and restore problems for match, random and truefalse question types.
tjhunt [Wed, 7 May 2008 12:32:03 +0000 (12:32 +0000)]
MDL-5482 - Backup and restore problems for match, random and truefalse question types.

All the credit goes to Paulo Matos who carefully worked out and tested this fix, and updated the patch several times over more than a year while I very slowly got around to reviewing it and checking it in.

17 years agoMDL-14724 Students cannot see discussions in forums made by teachers if timedposts...
skodak [Wed, 7 May 2008 11:32:06 +0000 (11:32 +0000)]
MDL-14724 Students cannot see discussions in forums made by teachers if timedposts enabled; merged from MOODLE_19_STABLE

17 years agoMDL-11113: prepare for support for more browsers
scyrma [Wed, 7 May 2008 08:33:09 +0000 (08:33 +0000)]
MDL-11113: prepare for support for more browsers

17 years agoMDL-11113: simplify the code - use only one function to check for html editor availab...
scyrma [Wed, 7 May 2008 07:40:50 +0000 (07:40 +0000)]
MDL-11113: simplify the code - use only one function to check for html editor availability

17 years agoThis is a bit outdated, make this obvious.
scyrma [Wed, 7 May 2008 07:27:11 +0000 (07:27 +0000)]
This is a bit outdated, make this obvious.

17 years ago"MDL-14129, fix print_error calls"
dongsheng [Wed, 7 May 2008 06:19:59 +0000 (06:19 +0000)]
"MDL-14129, fix print_error calls"

17 years ago"MDL-14129, fix print_error call under course/, see tracker"
dongsheng [Wed, 7 May 2008 06:02:51 +0000 (06:02 +0000)]
"MDL-14129, fix print_error call under course/, see tracker"

17 years agoPrinting ADODB error to the web server error log (MDL-14628)
fmarier [Wed, 7 May 2008 04:40:18 +0000 (04:40 +0000)]
Printing ADODB error to the web server error log (MDL-14628)

Merged from MOODLE_18_STABLE and MOODLE_19_STABLE

17 years ago"MDL-13233, replace the uses of old files to new ones, see tracker"
dongsheng [Wed, 7 May 2008 03:08:44 +0000 (03:08 +0000)]
"MDL-13233, replace the uses of old files to new ones, see tracker"

17 years ago"MDL-14668, fix course full name in activity reports, see tracker"
dongsheng [Wed, 7 May 2008 02:59:36 +0000 (02:59 +0000)]
"MDL-14668, fix course full name in activity reports, see tracker"

17 years agoUpdated the HEAD build version to 20080507
moodlerobot [Wed, 7 May 2008 01:49:59 +0000 (01:49 +0000)]
Updated the HEAD build version to 20080507

17 years agoMDL-14711 - added a class feedback_item_pagebreak in feedback_item_class.php
agrabs [Tue, 6 May 2008 19:27:04 +0000 (19:27 +0000)]
MDL-14711 - added a class feedback_item_pagebreak in feedback_item_class.php

17 years agoMDL-14686 remove get_and_set_current_group()
mudrd8mz [Tue, 6 May 2008 18:39:15 +0000 (18:39 +0000)]
MDL-14686 remove get_and_set_current_group()

17 years agoMDL-14685 remove print_group_menu()
mudrd8mz [Tue, 6 May 2008 18:36:42 +0000 (18:36 +0000)]
MDL-14685 remove print_group_menu()

17 years agoMDL-14684 Remove setup_and_print_groups()
mudrd8mz [Tue, 6 May 2008 18:29:32 +0000 (18:29 +0000)]
MDL-14684 Remove setup_and_print_groups()

17 years agoMDL-14712 Remove function hotpot_get_report_users()
mudrd8mz [Tue, 6 May 2008 18:25:47 +0000 (18:25 +0000)]
MDL-14712 Remove function hotpot_get_report_users()

17 years agoMDL-14683 remove document_file()
mudrd8mz [Tue, 6 May 2008 18:23:05 +0000 (18:23 +0000)]
MDL-14683 remove document_file()

17 years agoFor the overview report : MDL-14199 "Option to only show / export final grade" and...
jamiesensei [Tue, 6 May 2008 18:04:03 +0000 (18:04 +0000)]
For the overview report : MDL-14199 "Option to only show / export final grade" and MDL-14198 "Make it clear which student attempt gives the final grade, if the scoring method is first, last or highest score" fixed a small problem I noticed in this patch.

17 years agoFor the overview report : MDL-14199 "Option to only show / export final grade" and...
jamiesensei [Tue, 6 May 2008 17:34:39 +0000 (17:34 +0000)]
For the overview report : MDL-14199 "Option to only show / export final grade" and MDL-14198 "Make it clear which student attempt gives the final grade, if the scoring method is first, last or highest score"

17 years agoMDL-14659
thepurpleblob [Tue, 6 May 2008 14:59:39 +0000 (14:59 +0000)]
MDL-14659
Add bypass list for proxy usage.

17 years agoMDL-14659
thepurpleblob [Tue, 6 May 2008 14:51:30 +0000 (14:51 +0000)]
MDL-14659
Add bypass list for proxy usage.

17 years agoMDL-14681 - Fix package name of question/update.php.
tjhunt [Tue, 6 May 2008 07:34:46 +0000 (07:34 +0000)]
MDL-14681 - Fix package name of question/update.php.

17 years agoMDL-14654: False is a problem, zero is fine. (merge from 1.9)
scyrma [Tue, 6 May 2008 05:00:47 +0000 (05:00 +0000)]
MDL-14654: False is a problem, zero is fine. (merge from 1.9)

17 years agoUpdated the HEAD build version to 20080506
moodlerobot [Tue, 6 May 2008 01:53:56 +0000 (01:53 +0000)]
Updated the HEAD build version to 20080506

17 years ago"MDL-13233, create files, see tracker"
dongsheng [Mon, 5 May 2008 13:31:11 +0000 (13:31 +0000)]
"MDL-13233, create files, see tracker"

17 years ago"MDL-13233, revert to old version, see tracker"
dongsheng [Mon, 5 May 2008 13:28:50 +0000 (13:28 +0000)]
"MDL-13233, revert to old version, see tracker"

17 years agoFor overview report - MDL-14185 "Switch to using formslib and improve the interface...
jamiesensei [Mon, 5 May 2008 13:12:11 +0000 (13:12 +0000)]
For overview report  - MDL-14185 "Switch to using formslib and improve the interface" and MDL-14186 "Switch to using moodle_url and eliminate the use of $SESSION global"

17 years agoesthetic typo fix (merge from 1.9)
scyrma [Mon, 5 May 2008 07:13:58 +0000 (07:13 +0000)]
esthetic typo fix (merge from 1.9)

17 years agoUpdated the HEAD build version to 20080505
moodlerobot [Mon, 5 May 2008 01:48:40 +0000 (01:48 +0000)]
Updated the HEAD build version to 20080505

17 years agoFixing query to be cross-db. Credit goes to David Mudrak. MDL-14583 ; merged from...
stronk7 [Mon, 5 May 2008 00:28:45 +0000 (00:28 +0000)]
Fixing query to be cross-db. Credit goes to David Mudrak. MDL-14583 ; merged from 19_STABLE

17 years agoGlossary concepts must support multilang filter (all filters, in fact).
stronk7 [Mon, 5 May 2008 00:09:58 +0000 (00:09 +0000)]
Glossary concepts must support multilang filter (all filters, in fact).
And accesible alt texts for action buttons too. MDL-14687 ; merged from 19_STABLE

17 years agoRemoving obsolete admin/langdoc.php
mudrd8mz [Sun, 4 May 2008 20:03:18 +0000 (20:03 +0000)]
Removing obsolete admin/langdoc.php

Help files can be translated by admin/lang.php since 1.9.

17 years agoUpdated the HEAD build version to 20080504
moodlerobot [Sun, 4 May 2008 01:59:53 +0000 (01:59 +0000)]
Updated the HEAD build version to 20080504

17 years agoAutomatic installer.php lang files by installer_builder (20080504)
moodlerobot [Sun, 4 May 2008 01:22:00 +0000 (01:22 +0000)]
Automatic installer.php lang files by installer_builder (20080504)

17 years agoNew lang supported by installer: cy_utf8
moodlerobot [Sun, 4 May 2008 00:48:57 +0000 (00:48 +0000)]
New lang supported by installer: cy_utf8

17 years agoMDL-14678 syntax problems
skodak [Sat, 3 May 2008 21:43:36 +0000 (21:43 +0000)]
MDL-14678 syntax problems

17 years agoMDL-14657 - additional check if instance-id is numeric for better compatibility to
agrabs [Sat, 3 May 2008 21:41:53 +0000 (21:41 +0000)]
MDL-14657 - additional check if instance-id is numeric for better compatibility to
 postgres

17 years agonon consequential, little typo.
jamiesensei [Sat, 3 May 2008 13:56:32 +0000 (13:56 +0000)]
non consequential, little typo.

17 years agoMDL-14677 "should rescale the grades displayed for each question in the detailed...
jamiesensei [Sat, 3 May 2008 13:06:49 +0000 (13:06 +0000)]
MDL-14677 "should rescale the grades displayed for each question in the detailed marks view of the overview report so that all grades add up to the sum total grade" used quiz_rescale_grades function to rescale the grade properly before displaying it. Also this patch includes some general clean up and refactoring of overview report.

17 years agoUpdated the HEAD build version to 20080503
moodlerobot [Sat, 3 May 2008 01:47:56 +0000 (01:47 +0000)]
Updated the HEAD build version to 20080503

17 years agoAutomatic installer.php lang files by installer_builder (20080503)
moodlerobot [Sat, 3 May 2008 01:16:29 +0000 (01:16 +0000)]
Automatic installer.php lang files by installer_builder (20080503)

17 years agoMDL-14672 adodb PHP5 only version V5.04a import - yay!
skodak [Fri, 2 May 2008 22:50:22 +0000 (22:50 +0000)]
MDL-14672 adodb PHP5 only version V5.04a import - yay!

17 years agoMDL-14663 "link_to_popup_window displays 'Click here....' as the link text if you...
jamiesensei [Fri, 2 May 2008 16:11:30 +0000 (16:11 +0000)]
MDL-14663 "link_to_popup_window displays 'Click here....' as the link text if you pass in 0 as the link text."
Also fixing the problem in link_to_popup_window function. Test for null instead of empty.

17 years agoMDL-14666 "overview report is very inefficient when view detailed marks is selected...
jamiesensei [Fri, 2 May 2008 15:26:47 +0000 (15:26 +0000)]
MDL-14666 "overview report is very inefficient when view detailed marks is selected. There are several sql queries per row."

17 years agoCommiting all changes reported in MDL-14646 - fixes stat report that could not show...
diml [Fri, 2 May 2008 15:23:13 +0000 (15:23 +0000)]
Commiting all changes reported in MDL-14646 - fixes stat report that could not show any third-party related result.

17 years agoMDL-14666 "overview report is very inefficient when view detailed marks is selected...
jamiesensei [Fri, 2 May 2008 15:11:59 +0000 (15:11 +0000)]
MDL-14666 "overview report is very inefficient when view detailed marks is selected. There are several sql queries per row." Made a new query outside the loop for adding rows.

17 years agoMDL-14664 "sorting by question mark when viewing detailled mark in overview quiz...
jamiesensei [Fri, 2 May 2008 14:21:33 +0000 (14:21 +0000)]
MDL-14664 "sorting by question mark when viewing detailled mark in overview quiz report not working" Found that the problem ocurred when attempt.id != attempt.uniqueid as the sql was using the wrong field to join the question records.

17 years agoMDL-14663 "link_to_popup_window displays 'Click here....' as the link text if you...
jamiesensei [Fri, 2 May 2008 13:27:49 +0000 (13:27 +0000)]
MDL-14663 "link_to_popup_window displays 'Click here....' as the link text if you pass in 0 as the link text."
Solved this by formatting the grade using number_format to display the grade with a number of decimal places. So for 0 we display something like 0.00 and this displays OK in link_to_popup_window.

17 years agoCommiting all changes reported in MDL-14646
diml [Fri, 2 May 2008 12:22:06 +0000 (12:22 +0000)]
Commiting all changes reported in MDL-14646