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 |
|
jamiesensei
|
ef27e74273
|
MDL-16869 "Exporting leaves <p> </p> in essay responses" added method to flexible_table class format_text that takes the same parameters as format_text the function in weblib. If the table is not in download mode then this formats the text as html. If it is then it strips the tags or does the right thing depending on the download type. Added methods to download classes to tell flexible_table class what should be done with html.
|
2008-10-14 15:00:26 +00:00 |
|
dongsheng
|
f298a6255c
|
"Chat Module, refreshing in safari fixed, merged from 1.9, MDL-16878"
|
2008-10-14 08:39:55 +00:00 |
|
piers
|
728d0599df
|
MDL-16810 - fix typo on function name. thanks to Jason Hardin.
|
2008-10-14 04:36:19 +00:00 |
|
mjollnir_
|
bd2109dfc3
|
MDL-15666: assignment portfolio unit tests should not try and use file-ish assignment types yet
|
2008-10-13 10:18:43 +00:00 |
|
mjollnir_
|
42579aeeb8
|
MDL-16587: mod/forum portfolio implementation: fixed warning.
|
2008-10-13 10:10:14 +00:00 |
|
mjollnir_
|
6be1dcae99
|
MDL-16587 bit of a large refactor of the portfolio formats. still more to come.
|
2008-10-11 17:33:20 +00:00 |
|
poltawski
|
26087ac5d2
|
MDL-16461 - default wasn't being set on send for marking due to
incorrect element name
thanks to Brian Gray
|
2008-10-09 11:24:11 +00:00 |
|
mudrd8mz
|
a51a5ee009
|
MDL-16506 Fixed error when deleting the only page in the Lesson. Credit goes to Chris Bertagne for the patch. Merged from 1.9
|
2008-10-09 11:07:34 +00:00 |
|
nicolasconnault
|
cc934d000b
|
MDL-15871 Merging from MOODLE_19_STABLE
|
2008-10-08 08:25:16 +00:00 |
|
dongsheng
|
c260ac7db6
|
"MDL-11371, The View past chat sessions should not appear if there haven't been any, merged from 1.9"
|
2008-10-08 07:55:42 +00:00 |
|
skodak
|
7f46236fcd
|
MDL-16765 - undoing MDL-14303 and adding different fix; merged from MOODLE_19_STABLE
|
2008-10-08 07:16:12 +00:00 |
|
dongsheng
|
1f8abb893b
|
MDL-15370, remove old html and javascript code, merged from 1.9
|
2008-10-08 06:48:57 +00:00 |
|
scyrma
|
de2047e7a9
|
Forum/MDL-14558: Prevent users from subscribing or getting subscribed to forums where subscriptions are not allowed. (merge)
|
2008-10-07 09:28:47 +00:00 |
|
jamiesensei
|
1f23bda7f9
|
MDL-16803 "Questions with score of 0 lead to division by zero warning"
|
2008-10-07 08:46:24 +00:00 |
|
scyrma
|
2e7938bb9f
|
Lesson/MDL-13311: make it possible to have a short answer question using 0 has answer. (merge)
|
2008-10-07 05:20:05 +00:00 |
|
piers
|
f7c9304b04
|
MDL-7068 - SCORM 2004 compliance - fix mod/scorm to handle core data elements correctly - now passes test DMI.
|
2008-10-05 22:35:46 +00:00 |
|
stronk7
|
a301c1e972
|
Reviewed breadcrumb in HEAD. Page name was missing. MDL-16331
|
2008-09-29 22:38:30 +00:00 |
|
piers
|
560417ffa2
|
MDL-16722 - Upload limit does not respect course upload limit in settings for mod/scorm.
|
2008-09-29 00:35:28 +00:00 |
|
tjhunt
|
2930500104
|
MDL-16706 - eliminate miscellaneous inine JavaScript
This does the quiz (apart from the bloody 'secure' window), the question bank and a couple of others.
|
2008-09-26 10:49:31 +00:00 |
|
stronk7
|
b09f731cd8
|
Cleaning wiki recent activity URLs. MDL-15896 ; merged from 19_STABLE
|
2008-09-26 09:35:53 +00:00 |
|
dongsheng
|
b149ffb421
|
MDL-14129, fixed hardcoded print_error for feedback module.
|
2008-09-26 06:01:22 +00:00 |
|
tjhunt
|
2ddba27f0a
|
Correct comment.
|
2008-09-26 05:57:55 +00:00 |
|