Commit graph

283 commits

Author SHA1 Message Date
Petr Skoda
dd88de0ebd MDL-14679 fixed remaining old style update_record()s 2010-09-03 18:01:25 +00:00
Petr Skoda
fd8a6a7354 MDL-24059 stripslashes TODO notes 2010-09-02 12:57:04 +00:00
Dan Marsden
119d64eef6 SCORM MDL-23947 fix tests 2010-08-31 00:02:10 +00:00
Dan Marsden
2700b2839d SCORM MDL-23947 change name of function 2010-08-30 23:45:53 +00:00
Dan Marsden
ed98c4e98e SCORM MDL-23776 check for attempts that have passed as well as completed status 2010-08-11 23:57:03 +00:00
Dan Marsden
773a746835 SCORM MDL-23492 tidy up grading method display/calculation 2010-07-23 09:33:30 +00:00
Dan Marsden
c4b9eaff6c SCORM MDL-23492 remove debug call 2010-07-23 09:29:54 +00:00
Dan Marsden
b1ca5d31dc SCORM MDL-23492 tidy up grading method display/calculation 2010-07-23 09:23:52 +00:00
Dan Marsden
c0f6b6082d SCORM MDL-23498 remove var from function that is never called - it is always the default (false) as it is never used - seems to date back to commit in 2006 2010-07-23 08:03:08 +00:00
Dan Marsden
8c5516dccb SCORM MDL-23498 remove var from function that is never called - it is always the default (false) as it is never used - seems to date back to commit in 2006 2010-07-23 07:59:11 +00:00
Dan Marsden
5c2aa1574f SCORM MDL-22951 New player for SCORM fixes major regression that prevents some SCORM objects from playing - MDL-23454 - also fixes MDL-19954, MDL-7787, MDL-19618, MDL-23421 - this still has a some issues with the display of objects in IE 7 but these are minor compared to the regression in MDL-23454 and should be resolved very soon. 2010-07-22 00:48:06 +00:00
Dan Marsden
d67eb43486 SCORM MDL-17702 iframe no longer used - rename string and remove old string no longer used. 2010-07-09 08:40:54 +00:00
Dan Marsden
3d00d6ab02 SCORM MDL-23166 IE doesn't like it when we have form fields called "id" - this should be cm anyway. - thanks to Sam for help tracking this! 2010-07-09 04:18:15 +00:00
Piers Harding
0d55dd4d22 MDL-19442 - fix type cast of values for gradebook calculations 2010-07-08 18:22:53 +00:00
Dan Marsden
03751efe8a SCORM MDL-21568 - use correct storing of grading method - remove old references to bad calls. - hope the upgrade script works cross-db - thanks to Bruce Cota for report/patch 2010-07-08 10:40:46 +00:00
Dan Marsden
8d8740e900 SCORM MDL-22423 fix spacing 2010-07-08 09:47:17 +00:00
Dan Marsden
58b44e1ad3 SCORM MDL-22423 don't include empty raw scores from assets when calculating grade 2010-07-08 09:46:20 +00:00
Dan Marsden
4572edaa1c SCORM MDL-22954 fix typo 2010-07-08 09:23:36 +00:00
Piers Harding
e24445c7ce MDL-22954 - fix method of getting list of attempts, and display of grade (fixes regression) 2010-07-06 03:13:48 +00:00
Petr Skoda
64f93798d4 MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
Dan Marsden
489797d979 SCORM MDL-21492 don't skip view if user is able to view reports - thanks to valerian for report/patch 2010-06-25 10:12:29 +00:00
Dan Marsden
86996ffe92 SCORM MDL-22340 use full path for includes. 2010-05-06 00:13:54 +00:00
Dan Marsden
03e9a12279 SCORM MDL-18202 MDL-21379 fix spaces 2010-04-30 05:52:56 +00:00
Dan Marsden
6b635d44e2 SCORM MDL-18202 MDL-21379 use correct Scorm format for 1.3 2010-04-30 05:45:12 +00:00
Dan Marsden
2276208a15 SCORM MDL-22046 - show last completed attempt in gradebook - thanks to Bruce Cota for the report/fix 2010-04-29 09:15:25 +00:00
Dan Marsden
d1818fdc63 SCORM MDL-22168 only set x.start.time when a SCO is started - don't update it. 2010-04-29 08:31:45 +00:00
Dan Marsden
8716cc3552 SCORM Report improvement MDL-21555 - fix for delete_responses - wasn't previously updating a users grade. 2010-04-27 22:08:22 +00:00
Petr Skoda
98da60215e MDL-22033 groupings now enabled unconditionally, groupmembersonly kept as experimental - this simplifies groups code logic a bit, user interface changes should not be significant because the groupings are not visible much until at least one created; hopefully the new description of groupmembersonly will have to preventsome gradebook complaints 2010-04-07 07:37:12 +00:00
Petr Skoda
4aea3cc7cd MDL-20204 the ultimate fix for our frames (theyare not accessbile, but anyway); instead of adding the target to each element when creating html we use yui to set the target from page footer via JS - this fixes the links and forms in all elements in pages with frametop layout 2010-02-11 13:27:02 +00:00
Petr Skoda
edc28287b2 MDL-21577 converting select auto submit code 2010-02-10 16:20:28 +00:00
Piers Harding
c86a91d508 MDL-16184 - revert earlier work for x.start.time, and apply patch from valerian (incidental fix for user_picture) 2010-02-09 18:43:15 +00:00
Piers Harding
9a44a14c63 MDL-18202 - fix incorrect substitutions of '_'. 2010-02-09 18:00:43 +00:00
Dan Marsden
00c1677a99 SCORM MDL-18835 display time periods in "human-readable" format. - mainly for SCORM 2004 objects. - thanks to Vlas Voloshin for patch and unit tests! 2009-12-18 10:10:04 +00:00
Dan Marsden
f6f7efeefb SCORM MDL-18857 allow items with a score of 0 to still display on outline report. 2009-12-18 07:22:50 +00:00
Petr Skoda
4454447d56 MDL-20700 whitespace terror returns 2009-12-16 22:14:17 +00:00
Petr Skoda
b5d0cafc6f MDL-20787 final switch to new $OUTPUT->pix_url() - yay! 2009-12-16 21:50:45 +00:00
Petr Skoda
e5dd8e3bbd MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 15:24:58 +00:00
nicolasconnault
6aff538add MDL-19815 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:16:50 +00:00
nicolasconnault
7b1f2c829f MDL-19756 Renamed moodle_select to html_select for better API consistency 2009-08-10 08:38:45 +00:00
nicolasconnault
49c8c8d27e MDL-19976 Refactored select_menu() into select(), now supporting menu, radio and checkbox rendering. Added radio() and checkbox() functions. 2009-08-04 02:05:32 +00:00
nicolasconnault
4eeec9ac75 MDL-19815 Migrated choose_from_menu to the new $OUTPUT->select_menu() function 2009-07-28 09:32:23 +00:00
tjhunt
f2a1963c43 MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url 2009-07-02 11:09:15 +00:00
tjhunt
830dd6e9cd moodle_page: MDL-12212 reimplement user_is_editing, deprecate isediting 2009-05-06 08:59:29 +00:00
skodak
ac3668bfae MDL-18910 full support for module intro editor with embedded images 2009-04-22 05:10:08 +00:00
skodak
d0bcf735aa MDL-18910 normalised module intro and introformat 2009-04-20 19:57:04 +00:00
piers
e23cc5d2e5 MDL-18148 - AICC compliance fixes. Fixing general new file API problems, and stripslashes_safe(). 2009-02-26 18:19:05 +00:00
piers
898b282355 MDL-18212 - switch to addslashes_js - thanks Tim. 2009-02-25 22:56:59 +00:00
piers
71d0d79931 MDL-17832 - consistent adding and removing of slashes for track data. 2009-02-04 18:56:15 +00:00
piers
67859ce61e MDL-18023 - add type check to check against default to avoid 0 error 2009-02-04 18:37:18 +00:00
piers
51c1c4e193 MDL-16184 - patch to correct the calculation of first, and last access to a SCORM attempt. 2008-12-20 06:20:43 +00:00