stronk7
97cc77e090
Initial revision
2006-04-29 12:22:58 +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
6cd88ca593
REMOVED: This feature is no longer in the lesson settings screen. This functionality has moved to report.php
2006-04-29 01:42:28 +00:00
mark-nielsen
fe9588b971
Deleted lang entry for Deleting student attempts in the lesson settings page. This functionality has been moved to report.php
2006-04-29 01:40:18 +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
062a84a62a
Columns cannot be null anymore. Bug 5343.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=5343 )
Please document it in coding guidelines!!!
2006-04-28 23:42:12 +00:00
stronk7
2ce22ad858
Bump to beta4! ;-)
2006-04-28 17:57:46 +00:00
stronk7
e857af01f8
No need to display the iframe because now it's never hidden.
2006-04-28 13:18:49 +00:00
gustav_delius
3f13e16094
Removed the answershuffle field from the random short answer question because in a random question this options is irrelevant.
2006-04-28 09:44:13 +00:00
gustav_delius
4ff35ad41e
Small improvement to help files
2006-04-28 09:43:19 +00:00
thepurpleblob
c515fcf73e
Removed mystery (probably diagnostic) message
2006-04-28 09:39:13 +00:00
thepurpleblob
a9b16aff8d
Now ignore hidden questions. Bug #4988
2006-04-28 09:36:17 +00:00
gustav_delius
b59126298d
Just a small comment to avoid problems in the future
2006-04-28 09:34:33 +00:00
ethem
0168503ab2
Direct access to this script is forbidden.
2006-04-28 07:20:25 +00:00
toyomoyo
993763bf17
1.6 Beta 4!
2006-04-28 05:54:27 +00:00
toyomoyo
0327c40abb
bug fix for 5303. hope i didn't break anything >_<
2006-04-28 03:18:56 +00:00
moodler
92718cce32
Make sure we can see all installed languages regardless of langlist
2006-04-28 02:29:36 +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
toyomoyo
008060c43e
fix for 5305
2006-04-28 01:55:12 +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
patrickslee
83e8edb463
Fixed wrong encoding detection logic in install.php
2006-04-27 23:17:25 +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
skodak
7d32e9ded0
fixed bug #5298 , missing string 'importfromothercourses'
2006-04-27 20:27:20 +00:00
skodak
b4a93f74bf
fixed marker handling, no sesskey error anymore - bug #5340
2006-04-27 20:06:41 +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
nfreear
b656d9226c
Subtle fix to style-selectors/ background colours
...
- Bug 5161 "Course format weekscss looks unfinished".
2006-04-27 16:03:24 +00:00
ethem
ee80cc094c
lib.php : restore & backup functions removed.
2006-04-27 15:48:55 +00:00
ethem
53bf37b4f6
Backup library.
2006-04-27 13:41:53 +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
vyshane
a42ca12218
Fix for Bug #5346 .
2006-04-27 07:52:40 +00:00
gustav_delius
125bb7003e
sortorder is now remembered between pages, fixing bug 5328
2006-04-27 07:46:34 +00:00
gustav_delius
239d373ff9
Had to change attribute of select tag from disabled to readonly in order to get the feedback popups to work, see bug 5338
2006-04-27 07:21:55 +00:00
gustav_delius
a60a7b0d21
Fixing filtering of category names, now using PARAM_NOTAGS. Fixing bug 5349
2006-04-27 06:55:38 +00:00
gustav_delius
dc454ef428
question category is not remembered correctly by import and export pages, fixing bug 5348
2006-04-27 06:42:10 +00:00
toyomoyo
7396321249
fix for 4976
2006-04-27 04:12:58 +00:00
vyshane
137624c78d
Fix for Bug #5022 - Hidden resource/activity modules still show up in jump
...
menu. Forced course catch rebuild if a module is hidden or shown.
2006-04-27 03:31:10 +00:00
toyomoyo
f69f1b498a
trying to fix bug 5266
2006-04-27 02:34:16 +00:00
stronk7
d8606dc543
Defining width and height seems to improve resizing
...
behaviour under some browsers (source: some blogs)
It also helps when resize doesn't work, defaulting
to a nice size.
2006-04-26 22:18:47 +00:00
skodak
eac8ac87c7
fixed notice and corrected the use of new s() and p()
2006-04-26 21:25:50 +00:00
skodak
3f73372fe5
fixed warning when no stats data yet
2006-04-26 21:13:45 +00:00