859 Commits

Author SHA1 Message Date
Dan Marsden
58b57e2844 AICC MDL-21305 mastery score should be set even when lessonstatus <> "completed" - thanks to Matteo Scaramuccia for report and fix. 2010-03-12 07:24:26 +00:00
Dan Marsden
1bd51a6c7c SCORM MDL-19899 field not long enough to store data - according to ADL spec this field needs to store up to 2000 characters 2010-03-12 07:06:55 +00:00
Dan Marsden
449aa07bee SCORM MDL-21584 detect SCORM 2004 4th edition correctly. thanks to Valerian for the report and patch. 2010-02-22 01:31:45 +00:00
Petr Skoda
26acc814eb MDL-20204 fixed html-writer::tag() parameter order to match the rest of the api 2010-02-18 18:15:56 +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
18300e6b50 MDL-21577 fixed typos 2010-02-10 16:21:49 +00:00
Petr Skoda
edc28287b2 MDL-21577 converting select auto submit code 2010-02-10 16:20:28 +00:00
Petr Skoda
f8dab96615 MDL-20204 a lot more steps away from html_select 2010-02-10 09:37:50 +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
Petr Skoda
60409fe103 MDL-21532 ->in_head() now really exceptional (after overrlib removal there will be just a few of them) 2010-02-06 14:09:33 +00:00
Petr Skoda
cd9729e405 MDL-21400 ->in_head() from deprecated data_for_js(), this actually also fixes order of loading of libs+init code 2010-02-06 13:30:15 +00:00
Petr Skoda
25b6fe050c MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead 2010-01-26 10:17:41 +00:00
Petr Skoda
6c772bcbf2 MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead 2010-01-26 09:36:00 +00:00
Petr Skoda
2d65597b6c MDL-21403 removing ->asap() used for flicker-lessremoval of go button, no use .hiddenifjs class instead 2010-01-26 09:32:21 +00:00
Petr Skoda
e333d9dd1a MDL-21400 fixed requires 2010-01-26 08:54:37 +00:00
Petr Skoda
9598d578bb MDL-21420 modole_cfg converted to M.cfg 2010-01-21 22:19:46 +00:00
Petr Skoda
9dec75dbcc MDL-21240 shortened urls now start with / everywhere 2010-01-18 20:57:32 +00:00
Petr Skoda
a685593466 MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
Dan Marsden
f3f58e0b93 SCORM AICC MDL-21332 issue with returning to correct location when loading an AICC object for the 2nd time. - Thanks to Matteo Scaramuccia for the report and fix. 2010-01-13 22:58:03 +00:00
Dan Marsden
5eaf56b8c3 SCORM AICC MDL-21330 fix php notice - thanks to Matteo Scaramuccia for report and fix. 2010-01-13 22:40:39 +00:00
Dan Marsden
f1483df16a remove whitespace added in last commit 2010-01-13 22:06:54 +00:00
Dan Marsden
43001f4af0 SCORM AICC MDL-19392 add some missing params to querystring 2010-01-13 22:05:15 +00:00
Piers Harding
983befaf54 MDL-21096 - fixed inconsistency in mod/scorm attempts counting. Also added in exception for unlimited attempts (0) 2010-01-13 20:47:12 +00:00
Dan Marsden
d5ce5c22e8 SCORM AICC MDL-19392 MDL-13716 cast result as a String in AICC (already done in Scorm 1.2 and 1.3 2010-01-13 02:00:17 +00:00
Dan Marsden
6006e06df0 SCORM AICC MDL-21304 typo when referring to SCORM session var in AICC files - thanks to Matteo Scaramuccia for the report and fix. 2010-01-11 21:04:39 +00:00
Petr Skoda
812dbaf7d5 MDL-21198 improved/simplified $OUTPUT->user_picture() + regression fixes, performance fixes and detected performance problems when printing user avatars 2009-12-27 19:47:21 +00:00
Petr Skoda
191b267bcd MDL-20790 more page layouts -see base theme for full list; also added new css body class for describing current layout; base layout is now default for beter BC; require_login() now sets 'incourse' layout automatically 2009-12-27 12:02:04 +00:00
Sam Hemelryk
56115eea49 navigation MDL-21177 Removed erroneous DB queries from module extension calls 2009-12-24 02:06:05 +00:00
Sam Hemelryk
0a1f8f8ffe mod-scorm MDL-20261 Added functions to extend navigation and removed update this module buttons 2009-12-23 01:47:57 +00:00
Dan Marsden
67f941099a SCORM MDL-17891 pass back correct state if storeData fails in LMSFinish - thanks to Peter Chamberlin for the report. 2009-12-18 10:34:59 +00:00
Dan Marsden
25d18a5288 SCORM MDL-18835 remove old comment 2009-12-18 10:12:12 +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
8be1ab6b98 SCORM MDL-20122 badly formatted restore values - thanks to Michael Avelar for the fix 2009-12-18 08:19:51 +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
Dan Marsden
544bd6cd3b SCORM MDL-21024 missing field in restore. 2009-12-18 07:13:53 +00:00
Dan Marsden
15d0fae463 SCORM MDL-20588 workaround for IE 6 bug - turn zlib compression off if IE 6 is detected. 2009-12-18 06:40:59 +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
683c01d2c8 MDL-20787 removed mod_icon_url() completely 2009-12-16 20:30:24 +00:00
Petr Skoda
78946b9bdb MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +00:00
Dan Marsden
ad97538d8a SCORM MDL-20955 fix bad use of update_record - thanks Petr 2009-11-24 21:03:46 +00:00
Petr Skoda
0ac940b3bf MDL-20712 using just $capablities for capability definition array, all other files in db/* do not use component names in definition array; old capability array names are of course supported 2009-11-04 19:24:12 +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
Nicolas Connault
1a96363a9d MDL-15050 Grades entered/updated through grader report now get correctly displayed in course user activity reports (commenting on last commit). Merged from MOODLE_19_STABLE 2009-10-27 12:37:15 +00:00
skodak
d18e0fe646 MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
samhemelryk
5c508e3f0c mod-scorm MDL-19815 Added set_url calls, replaced deprecated functions 2009-09-24 08:28:51 +00:00
ashleyholman
58aaa8e97e MDL-15897: Changed admin_setting_configtext.validate() check to not treat all strings as custom regex's (since PARAM_* constants are now strings).
Instead require them to have '/' at the beginning and end of the pattern.

The only setting that appears to use a custom regex is scorm/apidebugmask - now updated to contain surrounding slashes.
2009-09-18 03:52:50 +00:00
samhemelryk
ac310b3a7e lib-cookies MDL-19737 Removed need to include cookies.js on every page
Is only been used by SCORM and the chameleon theme so they include it locally when required
2009-09-17 06:42:54 +00:00
samhemelryk
91152a3518 navigation MDL-20216 Refactored add arguments
Moved $action argument from arg5 to arg2
2009-09-04 03:12:01 +00:00