Commit graph

7659 commits

Author SHA1 Message Date
agrabs
fc9e2caac6 MDL-17239 - numeric item does not support 0-values and float-values 2008-11-14 16:51:03 +00:00
agrabs
445a25dd4b MDL-17238 - Multiple Choice -- Multiple Answer problem 2008-11-14 16:45:43 +00:00
sam_marshall
cad56b17dd MDL-15648: minor bug with earlier patch 2008-11-14 13:34:39 +00:00
stronk7
1639731bf8 MDL-17227 forum: add sesskey to post/discussion deletion. Merged from 19_STABLE 2008-11-14 08:52:35 +00:00
tjhunt
9101efd312 cleanup: MDL-17083 Remove the old teacher, teachers, student and students columns from the course table.
For something that has been deprecated for over two years, they were still used in a lot of places!
2008-11-13 08:40:57 +00:00
sam_marshall
9bef587a84 MDL-17164: Glossary autolinking doesn't work for entries similar to current entry 2008-11-12 17:00:04 +00:00
sam_marshall
4e489ae92e MDL-17164: Glossary autolinking doesn't work for entries similar to current entry 2008-11-12 17:00:04 +00:00
piers
9b426d0380 MDL-16810 - Allow site configuration of scorm settings. Bad array subscript. 2008-11-11 23:11:39 +00:00
mjollnir_
62e7195480 MDL-16587 portfolio export formats - support straight file export not just RICHHTML (html + attachments) , it doesn't make sense in things like box.net 2008-11-11 19:54:50 +00:00
piers
1adc77e6d2 MDL-16810 - Allow site configuration of scorm settings. Fixing grammar of texts, and default options values. Clean up $CFG values nolonger required. 2008-11-11 04:45:39 +00:00
piers
30fc6e2dac MDL-16810 - Allow site configuration of scorm settings. Thanks Jason Hardin. 2008-11-11 02:46:20 +00:00
piers
d6d1f9b3be MDL-16949 - fix wrong addition of times in SCORM API, thanks Xabi Martin. 2008-11-10 23:56:54 +00:00
jamiesensei
664bf34ff6 MDL-17190 "error in code for calculating discrimination index and efficiency for randomly selected questions" Fixed the code for item stats. 2008-11-10 14:42:21 +00:00
jamiesensei
746860479f MDL-17188 "effective question weight equation cannot cope with negative covariance of question grades" excluding such questions from equation 2008-11-10 11:56:37 +00:00
jamiesensei
af30cd8870 MDL-14209 "quiz stats report:Seperation of functionality and unit tests for calculations" forgot to remove this, now redundant, piece of code. 2008-11-10 08:12:28 +00:00
danmarsden
edf13ee87a scorm: MDL-16185 display warning when zlib_compression on - causes errors with certain browsers. 2008-11-10 07:43:24 +00:00
stronk7
80ddc208b7 MDL-17171 Glossary: Correct breadcrumb when exporting glossary. Merged from 19_STABLE 2008-11-09 22:57:59 +00:00
piers
7f7946fdd7 MDL-17178 - fix grade update so that it happens both when the lesson status, and the score changes. 2008-11-09 22:27:18 +00:00
gbateson
c0e8897d28 mod hotpot: fix undefined global variable $COURSE 2008-11-09 03:39:15 +00:00
tjhunt
339ef4c246 random questions: MDL-17160 Adding random questions, maximum option.
When counting how many options to put in the add NN random questions dropdown, we should only count questions of types that are usable by random.
2008-11-07 05:50:02 +00:00
agrabs
a627a9c17d MDL-17008 - added a function to access the _form member 2008-11-06 16:10:04 +00:00
fmarier
abf1c50ff6 mod/feedback: MDL-17142 Fix SQL statements incompatible with Oracle 2008-11-06 03:49:44 +00:00
skodak
cbc08f3bfc MDL-17130 dml: eliminated $CFG->dbfamily 2008-11-05 00:12:30 +00:00
danmarsden
54370d105b MDL-17128 SCORM backuplib generates invalid XML - causes backup to fail. thanks to Mark Nielsen for patch. 2008-11-04 20:33:03 +00:00
jerome
74b4fa56d0 MDL-10021: display iframe when the resource is on another domain, merged from 19 2008-11-04 05:19:01 +00:00
jerome
b54327f0b4 MDL-10021: fix xhtml/javascript + build_navigation(), merged from 1.9 2008-11-04 02:27:23 +00:00
stronk7
0e442226f3 MDL-14952 - roles: 'moodle/legacy:guest' was preventing admins to post
new discussions in fron page if $CFG->defaultfrontpageroleid = guest. Merged from 19_STABLE
2008-11-01 00:30:55 +00:00
stronk7
4436a63b64 MDL-14998 - roles: add mod/forum:viewdiscussion protection to forum_get_discussions() ; merged from 19_STABLE 2008-10-31 21:50:08 +00:00
nicolasconnault
ddaf465b57 MDL-16341 Fixed a missing $context in has_capability check for portfolio export, forum lib 2008-10-31 09:54:07 +00:00
jerome
bc0b96fc2d MDL-10021: change frame into object tag when display a Link Resource with navigation bar, merged from 19 2008-10-31 06:04:30 +00:00
danmarsden
aea6903315 MDL-17050 excorising $_POST - thanks to mikec for patch - also check groupmode before bothering to get groupstuff to save some trees. 2008-10-31 00:53:28 +00:00
gbateson
993dcb0524 MDL-16300: use cache to minimize the use of "get_users_by_capability()" 2008-10-30 07:40:00 +00:00
gbateson
2a5e1ba72f use "md5key" as secondary key on hotpot_strings table; allow for non-unique secondary keys on hotpot tables (can happen on hotpot_strings) 2008-10-30 06:25:45 +00:00
piers
83eceb6ca8 MDL-17052 - remove use of $_POST. 2008-10-29 16:10:38 +00:00
jamiesensei
2685ec17ea MDL-14209 "quiz stats report:Seperation of functionality and unit tests for calculations" Unit tests for the grade stats calculations. 2008-10-29 10:09:55 +00:00
jamiesensei
45cf6fd910 MDL-14209 "quiz stats report:Seperation of functionality and unit tests for calculations" Seperating out call for processing actual student responses from calculation of other grade stats as I want to unit test the grade stats calculations. 2008-10-29 10:00:44 +00:00
skodak
655bbf511d MDL-16669 dml: improved sql_substring(), added unit tests 2008-10-28 15:11:10 +00:00
fmarier
6a77823cb6 MDL-17037 Lossless optimization of all PNG and JPEG images 2008-10-28 01:50:10 +00:00
robertall
d53e5129f8 [MDL-15425] Search Filters are too persistant. Merged from MOODLE_19_STABLE. 2008-10-24 20:17:10 +00:00
jamiesensei
e815151ead MDL-17002 "unit test to test quiz_report_index_by_keys" 2008-10-24 15:34:19 +00:00
tjhunt
8e2d826b15 file/link resource: Fix notice. 2008-10-23 09:05:37 +00:00
mjollnir_
96a38422e1 MDL-16541 - text resource portfolio implementation - send as .html since we're formatting that way 2008-10-22 10:45:05 +00:00
tjhunt
921c07e5b1 quiz attempt javascript: MDL-16833 the javascript that stops enter from submitting the forum in quiz attempts was broken in HEAD. 2008-10-22 10:26:45 +00:00
jamiesensei
047c0f78aa MDL-16952 "after DB field type changes standard deviation and facility index show up as 0% instead of blank" Problem is that question->maxgrade is now 0.0000 and not 0 and $maxgrade now does not evaluate as false, need to use $maxgade!=0 which evaluates as before. 2008-10-21 09:32:24 +00:00
jamiesensei
67710da492 MDL-16951 "kurtosis and skewness equations were wrong" See changes to equations here : http://docs.moodle.org/en/index.php?title=Development%3AQuiz_item_analysis_calculations&diff=45585&oldid=39752 2008-10-21 09:25:02 +00:00
tjhunt
03043a3313 quiz timer: MDL-16490 stop the timer when a page is submitted, to avoid nasty double-submission problems. 2008-10-21 08:20:51 +00:00
tjhunt
78268862d3 quiz reports: MDL-16948 SQL does not work in Oracle - you are not allowed to refer to output column names in GROUP BY. Fix thanks to Francois Marier. 2008-10-21 05:45:39 +00:00
skodak
fa6081b3d0 MDL-16903 mod/forum: undefined course context when forum subscription not allowed; merged from MOODLE_19_STABLE 2008-10-16 20:46:45 +00:00
dongsheng
8eed94e2f0 "MDL-11371, The View past chat sessions should not appear if there haven't been any." 2008-10-15 09:03:30 +00:00
jamiesensei
0e13019dc4 MDL-16870 "ID is incorrectly labelled" 2008-10-14 15:19:25 +00:00