Commit Graph

73 Commits

Author SHA1 Message Date
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 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
tjhunt d436d197d1 MDL-19690 - the last lot of $CFG->pixpath to $OUTPUT->old_icon_url
Including MDL-19693

RIP $CFG->pixpath
2009-07-03 07:55:30 +00:00
samhemelryk 9f3193726c javascript MDL-16706 Removed inline script call in mod choice and scorm 2009-06-23 01:18:22 +00:00
danmarsden 66c7d3731f SCORM MDL-18626 - fix SCORM navigation breadcrumbs 2009-03-27 01:46:39 +00:00
danmarsden f13ffcd556 MDL-18460 - SCORM Report - remove duplicated header - thanks Vlas Voloshin for the report. 2009-03-10 01:17:42 +00:00
piers 898b282355 MDL-18212 - switch to addslashes_js - thanks Tim. 2009-02-25 22:56:59 +00:00
skodak 11e7b506ce MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support 2009-01-05 21:37:20 +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
dongsheng 85db96c5b4 "MDL-17570, cleanup align property in div, merged from 1.9" 2008-12-10 06:48:54 +00:00
piers 7554f67190 MDL-16651 - add in delete attempt capability - thanks Dan/Tim. 2008-11-29 17:51:47 +00:00
tjhunt 43ba8d1c31 SCORM module XHTML strict fixes. 2008-08-19 06:59:17 +00:00
piers 5b89dfbb74 MDL-15950 MDL-15640 - SCORM player.php not inserting footer, Showing SCORM participation report. (thanks Urs Hunkler and Mitsuhiro Yoshida). 2008-08-05 22:58:32 +00:00
dongsheng 08b56f936d "MDL-14129, fix print_error" 2008-06-15 11:00:30 +00:00
skodak bf34704184 MDL-15115 scorm dml covnersion 2008-06-05 10:02:26 +00:00
dongsheng 5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
bobopinna 48466ed9a7 MDL-12118 Fixed learner_response report. It was changed by SCORM2004 3rd Ed. specification 2007-11-14 13:10:34 +00:00
mchurch 232f2c1d35 MDL-12114 Fixed typo in elements array. 2007-11-13 16:01:44 +00:00
tjhunt 38e179a4ed MDL-11741 - Convert core modules to take advantage of recent improvements to build_navigation.
This check-in removes about 400 lines of code. I hope I have not screwed anything up. I would be grateful if people could review this change, and keep an eye on the navigation bar in modules.

Any navigation bar bugs you find in the near future, feel free to file them in the tracker and assign them to me. Thanks.

If not to many problems are found, I think I would like to backport this to 1.9 stable, but I am not sure that is a good idea. Opinions to the General Developer Forum please. I am about to start a thread there.
2007-10-12 15:55:49 +00:00
mattc-catalyst d8c9d8a150 MDL-10888: - groupings - mod/scorm - updated to support groupings 2007-08-28 02:54:37 +00:00
mattc-catalyst 01e3838853 MDL-9473: Initialise navlinks array before use
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:55:24 +00:00
mattc-catalyst 3b27b0fe21 MDL-9615: Correct incorrect use of term breadcrumbs
- $crumbs -> $navlinks


Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:40:48 +00:00
mattc-catalyst 70c6c0ad70 MDL-9474: Updated build_navigation() to use global $COURSE
- Removed $course parameter from build_navigation()
- Updated all calls to build_navigation()


Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-23 21:11:10 +00:00
mattc-catalyst afd97d1c9d Breadcrumbs: mod/scorm changes
- Modified to use build_navigation() for breadcrumb generation.


Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:27:08 +00:00
moodler 6ba65fa08d Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +00:00
skodak 9467ab7ddf MDL-8161 fixed displaying of submitted values in SCORM reports 2007-01-19 21:20:00 +00:00
bobopinna a119ff9ce3 Fixed an error in $score initialization 2007-01-18 20:33:59 +00:00
bobopinna b3659259fd Splitted scoes optional data in a new table 2006-11-21 16:12:19 +00:00
skodak 1936c10e54 fixed obsoleted use of course->category to find site course - now used SITEID instead MDL-1899 2006-11-12 08:55:13 +00:00
bobopinna 23fee00632 Added link in sco title for launch the sco in browse mode 2006-10-26 11:18:00 +00:00
bobopinna a30b6819fc Fixed some problems with reporting and multiattempts 2006-09-26 07:56:07 +00:00
bobopinna 773534f4a2 Added multi-attemps support 2006-09-01 10:17:01 +00:00
bobopinna 77bf0c292d Fixed a typo 2006-08-31 10:37:33 +00:00
bobopinna 0d699c2449 Fixed context selection 2006-08-31 10:29:16 +00:00
bobopinna 2b3447c38a Added capability support 2006-08-31 08:34:13 +00:00
moodler dabfd0ed85 Removed tabs 2006-08-09 13:45:49 +00:00
skodak f9d5371b28 new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283 2006-08-08 22:09:55 +00:00
bobopinna 3eabd4cf97 Cleaned some unused include 2006-05-29 07:07:48 +00:00
bobopinna 1a50a1f91e New version with SCORM 2004 sequencing done by Pham Minh Duc 2006-05-25 10:20:45 +00:00
bobopinna 0f995ab206 Fixed some bugs and typos 2006-02-03 08:04:57 +00:00
bobopinna 810390bcf2 Fixed some theme skinning bugs.
Now every theme can modify scorm's icons.
2006-01-12 11:29:16 +00:00
bobopinna 47de120cbf Added multiple attempts support 2005-11-29 14:54:39 +00:00