Tom Lanyon
7aa06e6ded
MDL-28701 Change all uses of $CFG->dataroot/temp to $CFG->tempdir
2011-09-10 10:35:39 +02:00
Sam Hemelryk
8ebbb06adf
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:27 +12:00
sam marshall
3e4c243500
MDL-27001 'Show description' feature part 3: Implementation for all modules
...
For modules that still used the 'old' generic object return from _get_coursemodule_info instead of returning a cached_cm_info object, I changed them to use the new format as part of this. This made a few areas of code regarding onclick links slightly nicer.
2011-09-06 11:03:06 +01:00
Eloy Lafuente (stronk7)
0a4ca115b2
Merge branch 'w33_MDL-26796_m22_arrayparams' of git://github.com/skodak/moodle
2011-08-24 14:06:22 +02:00
Eloy Lafuente (stronk7)
379771a723
Merge branch 'master_MDL-27624' of git://github.com/danmarsden/moodle
2011-08-23 19:04:44 +02:00
Ankit Kumar Agarwal
784967eab8
MDL-27624 SCORM formating codes
2011-08-19 11:17:19 +12:00
Ankit Kumar Agarwal
266a129c14
MDL-27624 Small structural changes
...
MDL-27624 SCORM adding definition to scrom elements
modified: mod/scorm/lang/en/scorm.php
modified: mod/scorm/userreport.php
2011-08-19 11:17:19 +12:00
Dan Marsden
3b71ce6a5c
MDL-28999 SCORM add missing yui2 require
2011-08-19 10:23:46 +12:00
Petr Skoda
18bd7573d6
MDL-26796 convert array parameter cleaning to new functions
2011-08-18 08:40:33 +02:00
Eloy Lafuente (stronk7)
f5cf69047d
Merge branch 'MDL27951' of git://github.com/ankitagarwal/moodle
2011-08-17 03:09:15 +02:00
Eloy Lafuente (stronk7)
eed08a1c25
Revert "MDL-25757 SCORM fix issue with duplicate cmi values being saved"
...
This reverts commit 7441c53cc1
.
2011-08-17 02:27:50 +02:00
Eloy Lafuente (stronk7)
b59545e6e5
Merge branch 'master_MDL-28649' of git://github.com/danmarsden/moodle
2011-08-17 00:32:23 +02:00
Eloy Lafuente (stronk7)
6d4f437640
Merge branch 'master_MDL-28721' of git://github.com/danmarsden/moodle
2011-08-16 23:42:59 +02:00
Eloy Lafuente (stronk7)
6ae8a01edb
Merge branch 'master_MDL-28739' of git://github.com/danmarsden/moodle
2011-08-16 03:02:29 +02:00
Eloy Lafuente (stronk7)
70fc3fb919
Merge branch 'master_MDL-28937' of git://github.com/danmarsden/moodle
2011-08-16 01:52:59 +02:00
Eloy Lafuente (stronk7)
485b56ee87
Merge branch 'master_MDL-28933' of git://github.com/danmarsden/moodle
...
Conflicts:
mod/scorm/api.php
2011-08-16 01:40:06 +02:00
Eloy Lafuente (stronk7)
21507599b1
Merge branch 'master_MDL-28541' of git://github.com/danmarsden/moodle
2011-08-16 01:26:34 +02:00
Eloy Lafuente (stronk7)
c380fbf4c9
Merge branch 'master_MDL-25757' of git://github.com/danmarsden/moodle
2011-08-16 00:37:23 +02:00
Dan Marsden
6917eee804
MDL-28937 SCORM 2004 ADL TEST CM-01 MDL-28740 first part of check for hidecontinue param in SCO - prevent next item in TOC from being selectable and disable buttons in navbar if links don't exist in TOC
2011-08-15 18:33:33 +12:00
Dan Marsden
e6402b54ad
MDL-28933 SCORM use a global function to check SCORM version to make sure all methods of storing SCORM version are checked.
2011-08-15 14:05:59 +12:00
Mayank Gupa
05c2b851c0
MDL-28541 SCORM ADL TEST CM-01 MDL-28740 fixing cmi.scaled_passing_score returning null
2011-08-15 13:47:40 +12:00
Mayank Gupa
6faea458ba
MDL-28541 SCORM ADL TEST CM-01 MDL-28740 fixing cmi.scaled_passing_score returning null
2011-08-15 10:26:18 +12:00
Dan Marsden
45999e7895
MDL-28739 SCORM trim minnormalizedmeasure before saving it
2011-08-13 19:03:53 +12:00
Dan Marsden
7441c53cc1
MDL-25757 SCORM fix issue with duplicate cmi values being saved
2011-08-13 13:22:58 +12:00
Ankit Kumar Agarwal
59666dae0e
MDL-27951 Balancing Div tags
2011-08-12 10:59:35 +05:30
Dan Marsden
f35b5884be
MDL-28603 - fix regression for SCORM 1.2 test
2011-08-12 17:15:18 +12:00
Dan Marsden
666efc149a
MDL-28649 SCORM fix force new attempt when skipview is used
2011-08-12 12:44:16 +12:00
Dan Marsden
93e46331fc
MDL-28721 SCORM - respect hide navigation buttons setting.
2011-08-12 11:06:58 +12:00
Eloy Lafuente (stronk7)
89c6def316
Merge branch 'master_MDL-28295' of git://github.com/danmarsden/moodle
2011-08-10 22:46:42 +02:00
Dan Marsden
6d954dd372
MDL-28295 SCORM change mangement of pop-up windows, load full SCORM API in existing window - this fixes an issue with IE 7 and httpreq communication
2011-08-10 12:19:49 +12:00
Eloy Lafuente (stronk7)
1cdb96319d
MDL-28493 scorm - fix whitespace
2011-08-08 18:15:42 +02:00
Petr Skoda
ca39e6d2fd
Merge branch 'master_MDL-28601'
2011-08-08 16:18:08 +02:00
Dan Marsden
02c1f7e253
MDL-28601 SCORM remove old js not used since MDL-22951
2011-08-05 00:41:09 +12:00
Dan Marsden
03c3488957
MDL-28311 SCORM tidy up php warnings and display warning message to teacher that their manifest is invalid
2011-08-04 11:08:42 +12:00
Petr Skoda
92f97e8253
Merge branch 'master_MDL-28493'
2011-08-03 08:27:52 +02:00
Dan Marsden
894dbd0420
MDL-28493 - fix version in upgrade - thanks Andrew
2011-08-03 15:36:52 +12:00
Petr Skoda
1f5be6fbcd
Merge branch 'master_MDL-10707'
2011-08-02 15:59:42 +02:00
Petr Skoda
82b8e88418
Merge branch 'master_MDL-28535'
2011-08-02 14:35:21 +02:00
Petr Skoda
c03b42f521
Merge branch 'master_MDL-28542'
2011-08-02 14:30:20 +02:00
unknown
16321a2bef
Merge branch 'master_MDL-27876' of git://github.com/danmarsden/moodle
2011-08-02 13:25:44 +08:00
Piers Harding
9597f85d44
MDL-27876 SCORM auto-adjust the stage height
2011-08-02 17:12:39 +12:00
Dan Marsden
4201a7464a
MDL-28542 SCORM tidy up code.
2011-08-02 17:00:01 +12:00
Mayank Gupa
07dbbdde39
MDL-10707 SCORM Fixing cmi.max_time_allowed returned null
2011-08-01 11:08:24 +12:00
Dan Marsden
aab23f98cd
MDL-28542 SCORM Course format should use skipview setting.
2011-07-31 18:51:39 +12:00
Mayank Gupa
45075df124
MDL-28493 SCORM Changed objectiveid field to char
2011-07-31 17:13:03 +12:00
Dan Marsden
04c99f8cdf
MDL-28535 SCORM remove old IE 6 related warning about zlib
2011-07-30 10:38:55 +12:00
Petr Skoda
99e8656170
MDL-28441 add scormreport_basic to the list of standard plugins
2011-07-23 13:04:23 +02:00
Petr Skoda
5e85f7b50b
MDL-27523 fix phpdocs packages
2011-07-18 16:03:15 +02:00
Petr Skoda
d6a1c91bee
Merge branch 'master_MDL-27523' of git://github.com/danmarsden/moodle
2011-07-18 15:58:59 +02:00
Sam Hemelryk
5f65d37cd2
Merged branch 'master_MDL-26482' of git://github.com/danmarsden/moodle.git
2011-07-19 00:25:13 +10:00