Commit graph

5120 commits

Author SHA1 Message Date
urs_hunkler
df74830cfd cleaned and enhanced CSS for quiz 2006-04-30 17:39:58 +00:00
gustav_delius
28a8ec9148 Make sure that the newgraded field always points to a valid state. 2006-04-30 16:23:55 +00:00
stronk7
f84b602b44 Too much restrictive optional_param was producing
some undesired efects with formats. Bug 4858.
(http://moodle.org/bugs/bug.php?op=show&bugid=4858)

Merged from MOODLE_15_STABLE
2006-04-30 10:07:36 +00:00
stronk7
60b5242a53 entrylist format now show the 'send ratings' button. Bug 4915.
(http://moodle.org/bugs/bug.php?op=show&bugid=4915)
2006-04-30 09:41:19 +00:00
mark-nielsen
be1af5b770 Moved the require login and isteacher checks to infront of the form data processing 2006-04-29 07:37:52 +00:00
mark-nielsen
31eb5b5335 [Removed] the Delete user attempts option in the Lesson settings (changes to mod and lib)
[Added] new functionality to report.php to delete individual student attempts
[Fixed] High scores text in view.php when no high scores were recorded needed to be centered
2006-04-29 01:37:50 +00:00
stronk7
e857af01f8 No need to display the iframe because now it's never hidden. 2006-04-28 13:18:49 +00:00
toyomoyo
0327c40abb bug fix for 5303. hope i didn't break anything >_< 2006-04-28 03:18:56 +00:00
gbateson
e5d1941db7 set negative values to 0, on unsigned numeric fields 2006-04-28 02:11:52 +00:00
gbateson
c9441e34ca allow negative score and weighting in hotpot_responses table 2006-04-28 02:06:58 +00:00
gbateson
8955d22ac6 optimization fo the removal of orphan records 2006-04-28 01:37:17 +00:00
gbateson
9f02edcad8 small fix for the removal of orphan records 2006-04-28 01:20:05 +00:00
gbateson
340a5808e9 fix undefined variable $db 2006-04-28 00:59:57 +00:00
gbateson
192e8f6650 remove orphans records, if any, from hotpot tables, reduce size of "score" and "weighting" fields in "hotpot_responses" table, and set default value on ALL string fields in HotPot tables. New version number is 2006042800 (v2.1.18) 2006-04-28 00:56:14 +00:00
mjollnir_
88a6724534 Fixing missing global in quiz pg upgrade 2006-04-27 23:25:06 +00:00
stronk7
81c2aa8051 Checking one table and one column that, uder some servers didn't get
correctly upgraded. Bug 5321. PG need testing!
(http://moodle.org/bugs/bug.php?op=show&bugid=5321)
2006-04-27 22:56:25 +00:00
skodak
d154ed0cf4 fixed bug #4189 - visible not changed 2006-04-27 21:35:02 +00:00
skodak
8f414ab8aa fixed some long standing and some new problems and SC#249, please consider backporting into STABLE 2006-04-27 21:30:18 +00:00
gbateson
55b2126228 force remaining NULL fields into NOT NULL '0'/'' 2006-04-27 21:22:43 +00:00
stronk7
7071d6d908 Deleted a bunch of js code and trying another (the last) way
to resize the iframe properly. Tests at home 100% reliable.
I hope it'll work ok remotely... Depending of results  we'll
decide the final system.
2006-04-27 19:45:00 +00:00
mark-nielsen
718dbada67 [Fix] Notices were being printed in PHP5 for NULL objects. Checking for NULL now before using in multichoice and truefalse questions 2006-04-27 16:48:38 +00:00
mark-nielsen
066c0af9bf [Fix] Error with PHP5. Needed to clone the lesson object before saving the $default object 2006-04-27 16:20:55 +00:00
gbateson
530cd21dc2 Fix "data truncated errors" by setting set NULL values in int field to 0 before changing to NOT NULL DEFAULT 0 2006-04-27 08:45:34 +00:00
toyomoyo
7396321249 fix for 4976 2006-04-27 04:12:58 +00:00
gustav_delius
a2c0f03e5e I incorrectly had renamed quiz_ to question_ in some places. 2006-04-26 20:05:21 +00:00
toyomoyo
cb24115c8e trying to change all the default NULL fields to NOT NULL default '0'/'', hope i didn't mess up. Please report any bugs asap! 2006-04-26 05:48:04 +00:00
gbateson
2e2a27a9bc changed line 10 to: $index = "{$table}_{$field}_idx"; (bug 5315) 2006-04-26 03:26:12 +00:00
gbateson
4f6a57d173 change single quotes to double quotes. Probable fix for bug 5315 2006-04-26 03:07:38 +00:00
stronk7
81c7ef5ada Supresing footer() output in this page because it continues causing
important problems under Safari and I really think it isn't critical
to have it here at all costs.
2006-04-26 00:09:00 +00:00
stronk7
d860c55c84 Handle some debugs properly. 2006-04-25 23:52:42 +00:00
stronk7
d9f9d943b5 Now the deploy-all button works! 2006-04-25 23:47:46 +00:00
stronk7
5adb5b02db And the standard footer is back again. Andrew Walker, the
JavaScript Superman did the work! B-) Tested under FF, IE
and Safari.
2006-04-25 15:44:34 +00:00
stronk7
206548dc4b Apply latest changes from resource type to repository
(double head out, cool resize javascript, XHTML and
navigation menu)

TODO: Fix the 'deploy all' button
2006-04-24 23:55:29 +00:00
stronk7
dc04f6e346 Now navigation menu is properly created (XHTML + 508) 2006-04-24 22:17:10 +00:00
vyshane
5f672a4dd8 Fixed inserts for log_display. 2006-04-24 09:05:08 +00:00
vyshane
928a87338d Fixing inserts for log_display. 2006-04-24 09:00:42 +00:00
vyshane
fccaec1f5b Inserts for log_display. 2006-04-24 08:43:29 +00:00
vyshane
93642edd6a Fixed inserts for log_display. 2006-04-24 08:38:03 +00:00
vyshane
43e2425857 Fixed log_display inserts. 2006-04-24 08:28:21 +00:00
vyshane
670b1364a0 Fixed inserts for log_display. 2006-04-24 08:26:33 +00:00
vyshane
1b51a8ed9c Fixed inserts for log_display table. 2006-04-24 08:23:19 +00:00
vyshane
f53d75517e Fixed inserts for log_display table 2006-04-24 08:11:35 +00:00
toyomoyo
f21cc86bca changed formats for log_display table 2006-04-24 08:10:55 +00:00
vyshane
cf29432dcd Fixing inserts for log_display table. 2006-04-24 08:09:00 +00:00
toyomoyo
4dca83214b new format for log_display 2006-04-24 08:00:51 +00:00
toyomoyo
7e7d06f30b changing new format for log_display 2006-04-24 07:58:53 +00:00
gbateson
da6bacb7e2 fix bug 5304 2006-04-24 06:54:44 +00:00
bobopinna
bb3af8d431 Added memory to toc's collaps/expand mode 2006-04-24 06:42:45 +00:00
toyomoyo
4c3b42f7c5 just in case someone has the index elemeny and not element 2006-04-24 02:17:16 +00:00
gbateson
6774380b24 set default value for varchar 255 fields, to fix "truncated" errors in utf8 migration. Fields affected: hotpot.studentfeedbackurl, hotpot_responses.correct/wrong/ignored 2006-04-24 01:44:08 +00:00