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
samhemelryk
52869011ad
scorm MDL-19815 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
2009-09-04 01:41:51 +00:00
nicolasconnault
fcd1243be8
MDL-19815 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:46:03 +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
fd21e467e5
MDL-19815 Converted calls to popup_form()
2009-08-10 03:36:01 +00:00
nicolasconnault
670bc3e7ef
MDL-19815 Converted all print_footer() calls
2009-08-06 14:20:31 +00:00
nicolasconnault
465f165d10
MDL-19815 Migrated calls to print_heading
2009-08-06 08:21:24 +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
dc58020794
MDL-19756 Refactored JS code from SCORM and choice modules into the core function submit_form_by_id()
2009-07-28 11:24:57 +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