jamiesensei [Thu, 22 May 2008 13:29:19 +0000 (13:29 +0000)]
MDL-14943 "moodle_url : need way to add extra params when outputting params as hidden fields for forms" added new optional param to method hidden_params_out
mchurch [Wed, 21 May 2008 16:19:00 +0000 (16:19 +0000)]
MDL-13860 - Fixed mistyped function call to 'scorm_seq_overall'. This was preventing some SCORM navigation from continuing in our tests - but only if debugging was turned off!
nicolasconnault [Wed, 21 May 2008 14:59:33 +0000 (14:59 +0000)]
MDL-14905 Started on the DDL functional tests. Added an ugly but temporary hack into error() and print_error(), so that they throw an exception instead of dying when UNITTEST is defined.
nicolasconnault [Tue, 20 May 2008 13:49:42 +0000 (13:49 +0000)]
MDL-14905 More tests of database_manager class. Need to replace debugging() with proper exception handling that can be caught and asserted by simpletest.
pichetp [Sun, 18 May 2008 23:08:41 +0000 (23:08 +0000)]
MDL-14054 Display of correct answers in the popup window already use for feedback
and MDL-14625 Make multianswer questions more tolerant if one of the subquestions is missing
messages
iarenaza [Sun, 18 May 2008 21:33:19 +0000 (21:33 +0000)]
MDL-14883 Password expiration check during login doesn't work after NTLM integration
Forward ported from MOODLE_19_STABLE.
As part of the NTLM integration work, we moved some login code from
login/index.php to lib/moodlelib.php (function complete_user_login()). This
broke the password expiration check code, as we moved the $userauth variable to
complete_user_login(), and we also need it in login/index.php later.
Add the missing variable and related code to get a suitable password change url.
Also remove the now inexistant $focus variable from the call to print_header().
jamiesensei [Fri, 16 May 2008 14:56:23 +0000 (14:56 +0000)]
MDL-14844 "Quiz Report: Bar Graph doesn't displayed maximum grade" Now using php ceil function to round up $bands as in some cases it could be a non integer.
skodak [Thu, 15 May 2008 21:40:00 +0000 (21:40 +0000)]
MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs
jamiesensei [Thu, 15 May 2008 13:59:52 +0000 (13:59 +0000)]
MDL-14852 "improve sql in overview report for fetching question grades" moved all querying for question grades into main attempts sql query. AND MDL-14200 "Add group and course averages" some fixes for functionality to display question grades averages. Grade averages are not displayed when grading method is set to Average - as this cannot be done in sql and would be expensive to do in memory.
jamiesensei [Thu, 15 May 2008 12:54:01 +0000 (12:54 +0000)]
MDL-14200 "Add group and course averages" fix for bug introduced in this patch. We are now using a seperate sql command to get the feedback text as we need to get it for the average rows too. Since it is not part of the sql to fetch attempt data we can't sort on Feedback anymore so removed the option from the table. Sorting by feedbacktext is not really useful anyway, users are more likely to want to sort by grade.
jamiesensei [Thu, 15 May 2008 12:27:27 +0000 (12:27 +0000)]
MDL-14200 "Add group and course averages" added extra rows to the end of the table in quiz overview report also MDL-14187 "Improve tablelib - improve api and add functionality to download table contents in a variety of formats - XLS, ODS and CSV" implemented the first of my proposals for improving tablelib. Added a extra method to use keyed arrays to add a row to a table. Seems obvious that this is an improvement to tablelib and it is an addition to the API so won't affect existing code.
agrabs [Wed, 14 May 2008 22:34:00 +0000 (22:34 +0000)]
MDL-14522 - new capability "receivemail" for better control who gets the email after
a response.
New option site_after_submit to define the url of the continue-button after completing
a feedback