Commit graph

6298 commits

Author SHA1 Message Date
gbateson
6792aa17f6 MDL-15811 fix quotes: width=240" -> width="240" 2008-08-02 21:30:59 +00:00
piers
43d67c7d22 MDL-14902 Missing column 'whatgrade' in prefix_scorm table. Is a DB patch (thanks Hans de Zwart). backport 1.8. 2008-08-01 04:35:38 +00:00
piers
8fc7b48708 MDL-15899 JavaScript error In IE7 when opening SCORM content in a new window. Fix spaces in popup name for fussy IE. backported to 1.8. 2008-07-31 22:33:33 +00:00
mchurch
c03ace0bdb MDL-15896 - Clean 'page' and 'q' parameters to only allow normal page name characters. 2008-07-31 14:14:05 +00:00
piers
f02cc7bf03 MDL-9378 New visualisation for SCORM - modify CSS class names to make them more specific. sorry to commit so close to review day, just fixing a regression - 1.8. 2008-07-29 01:27:12 +00:00
piers
8e3391e166 MDL-11892 JavaScript error on SCORM tree list - bapckport to 1.8 for AICC. 2008-07-28 22:46:37 +00:00
piers
7527707dd5 MDL-9378 New visualisation for SCORM - back ported to 1.8. 2008-07-28 00:49:22 +00:00
piers
2eedb5babd MDL-11137 Unable to locate API error - add check for empty array from DB interface (ksort complains) - backport to 1.8. 2008-07-27 21:26:07 +00:00
danmarsden
fa31cbab04 MDL-15747 typo merged from HEAD 2008-07-27 20:22:59 +00:00
piers
8e3cb48829 MDL-11137 Unable to locate API error - remove comment code with bad characters. backport to 1.8. 2008-07-25 02:33:10 +00:00
piers
19161949aa MDL-11137 Unable to locate API error - force a sort order on the cmi elements, and ensure correct type comparison when determining whether we have seen this objective id before. affects aicc, 1.2 and 1.3. propagate to 1.8. 2008-07-25 01:58:44 +00:00
piers
39a3b2af0f MDL-9077 switch from client to server side validation for reference field as client side not supported for this type (file upload name) - propogate to 1.8. 2008-07-24 01:44:29 +00:00
piers
94446a8d68 MDL-7323 AICC Import does not handle Core_Vendor + remove tabs and ambiguous else - propogated to 1.8. 2008-07-24 01:30:26 +00:00
ericmerrill
5fa8b35428 MDL-15697 Added a check form rule limiting post subject and forum name to 255 characters, as limited by the DB 2008-07-18 13:27:04 +00:00
piers
b2c1183316 MDL-11892 Propogate Fixes for 'calls to expand javascript' to SCORM 1.2, and 1.3 code. 2008-07-18 06:28:41 +00:00
tjhunt
1be35acd87 MDL-15692 - Quiz attempt paging bar screws up in IE7 when you zoom the page. Normal Moodle paging bar doesn't, so I've changed the HTML the quiz generates to be closer the the output of weblib. Fortunately, this is irrelevant in 2.0. 2008-07-17 12:39:45 +00:00
gbateson
c251af9516 improvements to generation of html from xml:
JCloze: set textbox size allowing for minimum gap size setting and longest answer;
JMatch: allow for duplicates and distractors in RHS items;
JQuiz: set textbox size allowing for longest answer, and use textarea if answer longer than 29 chars;
2008-07-13 12:18:42 +00:00
mudrd8mz
db75ffa618 MDL-11911 Do not show posts from other separated groups in Full recent activity report 2008-07-07 15:38:21 +00:00
skodak
6e695a1f4e MDL-15516 prvent access to deleted profiles and other user areas; backported from HEAD 2008-07-05 14:57:22 +00:00
dongsheng
394cc4a484 "MDL-12843, add proper html id, thanks ken" 2008-07-02 07:29:32 +00:00
gbateson
b0e7781eb8 MDL-15184: fix sql injection vulnerability 2008-07-01 10:48:16 +00:00
Francois Marier
0d003551eb Fix drift between CVS and git 2008-06-25 01:54:21 +00:00
tjhunt
ce6d939f26 MDL-15315 / MDL-15332 merge problem. Sorry. 2008-06-24 16:24:21 +00:00
gbateson
986f2bc884 replace get_jmatch_items by set_jmatch_items 2008-06-20 22:27:40 +00:00
tjhunt
2054096041 MDL-15332 - Item analysis links to the question edit form even for users without an appropriate capability. 2008-06-20 16:30:35 +00:00
gbateson
d23e60ad43 removed get_jmatch_items_old 2008-06-19 05:49:45 +00:00
gbateson
3c6a14ee12 allow <img> and other tags in LHS of JMatch when outputformat is "v6" 2008-06-19 05:13:34 +00:00
dongsheng
71c3e668a5 "MDL-8642, setting of auto scrolling" 2008-06-18 03:45:26 +00:00
dongsheng
b678200478 "MDL-12304, fix double text" 2008-06-18 03:16:06 +00:00
jerome
31b8823ff3 MDL-11461 all ressource types are now displayed in the ressource help popup, merged from 1.9 2008-06-17 01:52:23 +00:00
dongsheng
74680e68ed "MDL-12304, fix double text" 2008-06-10 05:16:40 +00:00
gbateson
557ab204c0 fix conversion of relative URLs in Hot Potatoes "<=" and "=>" buttons on sites where slasharguments as disabled (Site Admin -> Server -> HTTP -> Use slash arguments) 2008-06-07 01:38:03 +00:00
mchurch
ca2b78b2d9 MDL-11892 Fixed calls to expand javascript to correctly use quoted strings in all necessary places. 2008-06-05 21:12:43 +00:00
mchurch
5b3a9f3add MDL-13860 - Fixed mistyped function call to 'scorm_seq_overall'. This was preventing some SCORM navigation from continuing in our tests - but only if debugging was turned off! 2008-05-21 16:34:04 +00:00
tjhunt
d54f58e745 MDL-14928 - Adding random questions from a category with an apostrophe in the name does not work. Stupid bloody addslashes. Roll on dmllib 2.0. 2008-05-20 17:09:39 +00:00
stronk7
c7642843ba Avoid $_REQUEST["id"] usage. MDL-14806 ; backported from 19_STABLE 2008-05-13 01:51:07 +00:00
poltawski
d21d4c769c MDL-13716 - When storing progress of scorm activity a 404 is
encountered and js failure on split. Cast to string to avoid this.

thanks to Peter Chamberlin of LJCreate
backported from MOODLE_19_STABLE
2008-05-02 10:45:05 +00:00
scyrma
9ebf1ff327 MDL-11342: Urlencode the filepath in directory resource 2008-05-02 08:13:49 +00:00
dongsheng
61b8c43f38 "MDL-7362, allow_call_time_pass_reference setting may cause bug, see tracker, thanks James" 2008-05-01 08:33:42 +00:00
dongsheng
f1be9a633d "MDL-10944, fix undefined property in chatd.php" 2008-05-01 06:56:26 +00:00
poltawski
aa2b1ba10d MDL-12614 - Bad regular expression matching was causing syntactically
invalid js when returning to previously attempted SCORM package.

merged from MOODLE_19_STABLE
2008-04-30 11:54:39 +00:00
dongsheng
acbbc1e3d3 "MDL-14262, fix optional_param, backported from MOODLE_19_STABLE" 2008-04-30 01:53:17 +00:00
dongsheng
325d9bd4d6 "MDL-14262, fix wrong logged link, see tracker" 2008-04-30 01:09:34 +00:00
stronk7
85b22635ac Fixed old-glorious typo in wiki backup. MDL-10811 2008-04-28 23:08:02 +00:00
skodak
f07e806dd8 MDL-14564 fixed whitespace 2008-04-27 22:41:36 +00:00
skodak
556e66c964 MDL-14564 pg null trouble fixed by David Mudrak 2008-04-27 22:35:39 +00:00
dongsheng
0cc7163e28 MDL-14262, fix incorrect link, see tracker, merged from MOODLE_19_STABLE 2008-04-27 17:09:22 +00:00
skodak
71b860de73 MDL-14499 backporting fix for missing data:uploadentries 2008-04-25 14:19:36 +00:00
dongsheng
00611f4a3e MDL-14292, fix html, see tracker, thanks Chris 2008-04-24 04:15:02 +00:00
tjhunt
80f7917245 MDL-14063 - Backport notice fix and whitespace cleanups from 1.9. 2008-04-23 10:57:52 +00:00