Commit graph

6383 commits

Author SHA1 Message Date
bobopinna
4e204f8956 Fixed bug MDL-9236 2007-07-03 09:38:56 +00:00
bobopinna
43e892c93b Fixed bug MDL-9776 2007-07-03 09:19:05 +00:00
bobopinna
d3e4854956 Fixed update.php
Bug MDL-10318
2007-07-03 07:53:47 +00:00
bobopinna
7d97f6f87b Fixed a problem with memory use and big data tracks MDL-10318 2007-07-03 07:52:22 +00:00
stronk7
7934f019af XHTML compliance
Merged from MOODLE_18_STABLE
2007-07-02 17:03:12 +00:00
stronk7
f4a51541ad Using the new "choose" parameter to navigate/preview/choose
IMS-CP resource packages. MDL-10036

Merged from MOODLE_18_STABLE
2007-07-02 16:57:50 +00:00
stronk7
66524dae2e Using the new choosecoursefileorimsrepo form element. MDL-10036
Merged from MOODLE_18_STABLE
2007-07-02 16:54:38 +00:00
tjhunt
bb4598fcf7 Quiz time limit field: Store it in the DB as an int(10), like the other time-related columns. Also, include the unit (minutes) in the forum label. 2007-07-02 06:48:50 +00:00
skodak
026eada789 MDL-9599 Glossary terms revert back to 'Not categorized' when using categories, patch by Alexander Pavlyutin; merged from MOODLE_18_STABLE 2007-07-01 15:48:50 +00:00
tjhunt
ac48e43a89 MDL-648 - Email notification and confirmation when quizzes are submitted. Thanks to Graham Miller for implementing this to my design. 2007-06-26 16:34:05 +00:00
skodak
92382b6d02 fixed typo 2007-06-26 13:03:18 +00:00
gbateson
7048c71984 make sure $hotpot->id is set when adding calendar events for new HotPot 2007-06-26 12:10:12 +00:00
toyomoyo
e352359420 merged fix for MDL-9051, apply supplied patch to fix $CFG->forum_enabletimedposts 2007-06-26 08:33:03 +00:00
toyomoyo
0e4743c847 adding include_once for gradelib public api function 2007-06-26 06:28:42 +00:00
gbateson
bb7c8ac797 in XML source files of HP quizzes, convert relative URLs to absolute URLs in links using window.open(...) 2007-06-26 05:05:06 +00:00
gbateson
53b733c427 change relative URLs to absolute URLs in window.open(...) 2007-06-26 02:48:19 +00:00
moodler
4bcd49bebd Patch from Chris Holmes for MDL-10027, merged from 1.8 2007-06-25 09:21:49 +00:00
tjhunt
ccac7305ea Make a library function for deleting quiz attempts, rather than having duplicated code - Followup: make sure we only delete preview attempts. Merged from OU Moodle. 2007-06-23 10:39:28 +00:00
moodler
3b631edabe Merged string fixes from stable 2007-06-22 05:48:24 +00:00
tjhunt
96f3629bd5 MDL-7772 - improve the SQL for showing users without attemtps. Merged from MOODLE_18_STABLE. 2007-06-21 16:21:47 +00:00
tjhunt
11d7a2ab81 Fix minor JavaScript error in the quiz. 2007-06-21 15:28:42 +00:00
skodak
ac9b080524 MDL-10202 merge raw and final grade tables 2007-06-20 23:06:29 +00:00
tjhunt
8165523992 Put information about which quiz and page in the URL for attempt.php, instead of in hidden form fields. Merged from OU Moodle.This makes things a little more robust in some situations, for example you can bookmark a page half way through a quiz attempt to make it easier to get back later. 2007-06-20 16:18:37 +00:00
tjhunt
14e6dc791a MDL-10198 - New code to allow files from quiestion attempts to be stored in moodledata and later downloaded. Code thanks to Adriane Boyd, but checked and modified by me, so we share the blame;-) 2007-06-20 15:12:36 +00:00
bobopinna
adb2030a16 Fixed a problem with utf8 strings bug MDL-10101 2007-06-20 08:51:22 +00:00
tjhunt
7a6f4066ce MDL-6043 - Implement course reset function for quizzes. 2007-06-19 22:17:47 +00:00
csantossaenz
090be7435c Fixed a problem with true-false type for correct responses 2007-06-19 14:56:36 +00:00
tjhunt
ff51d64621 Make a library function for deleting quiz attempts, rather than having duplicated code. Merged from OU Moodle. 2007-06-18 16:19:00 +00:00
bobopinna
75bca47db0 Fixed a typo added during last update 2007-06-18 11:58:57 +00:00
moodler
3628d16093 Merged fix for MDL-10154 from 1.8 2007-06-18 06:34:54 +00:00
bobopinna
7e17f5a241 First step in correct_resposes element debug 2007-06-17 20:36:08 +00:00
tjhunt
294e63eadd Make it possible for question types to do file uploads. 2007-06-15 11:02:47 +00:00
tjhunt
c746ce0d03 Fix whitespace. 2007-06-15 10:42:11 +00:00
tjhunt
bc301dc93a Remove unused variable. 2007-06-15 10:42:02 +00:00
csantossaenz
eaa15ed1ad Fixed bug mdl-7516 2007-06-15 09:26:17 +00:00
csantossaenz
50ccd872cb Fixed some bugs with duplicated elements and undefined elements for correct_responses type 2007-06-14 12:41:41 +00:00
skodak
d55930f153 MDL-9516 removing include of gradelib.php - now included only when needed 2007-06-11 11:28:42 +00:00
skodak
92bcca38cd MDL-9550 Implement calls of grade_update() function in Lesson 2007-06-11 11:25:24 +00:00
skodak
83d606dd74 MDL-9551 fixed magic quotes when changing grade_item settings 2007-06-11 09:12:14 +00:00
skodak
23a7718bd1 MDL-9696 used absolute path include in mod_forms 2007-06-10 23:20:45 +00:00
skodak
d6dd21084b MDL-9551 Implemented calls of grade_update() function in Quiz 2007-06-10 22:52:41 +00:00
skodak
34e67f76a8 MDL-10076 finalize grade_is_locked() and implement grade item locking in assignment 2007-06-10 20:34:07 +00:00
skodak
19be539627 MDL-10066 move testmodforumlib.php into mod/forum/simpletest/ 2007-06-09 16:55:31 +00:00
skodak
cdbbd26f80 MDL-10064 global $CFG in unit test files is non standard, it is recommended to use MOODLE_INTERNAL test in all library files 2007-06-09 16:32:36 +00:00
skodak
52f81103d3 MDL-10063 simpletestlib.php included from majority of unit tests - let's include it once from the test runner itself 2007-06-09 16:17:33 +00:00
skodak
09c442620d MDL-9536 assignment now reacts to external updates 2007-06-09 14:56:22 +00:00
sam_marshall
c2a95d4db6 MDL-7541 Fixed wiki html diff 2007-06-08 13:45:10 +00:00
moodler
80974e6a12 Teacher forums are now displayed to admins correctly MDL-9590
Merged from 1.8
2007-06-07 02:45:45 +00:00
skodak
b67ec72f57 MDL-9516 update_grade(); now required $source of grading to allow modification of original grades in activities through grade_updated event 2007-06-06 23:04:24 +00:00
bobopinna
9a71cd85d8 MDL-9206 Readded unlimited attempts option (Sorry I miss it) 2007-06-06 21:36:50 +00:00