26695 Commits

Author SHA1 Message Date
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
tjhunt
d53587d822 MDL-10250 - Extend get_users_by_capability to have a $useviewallgroups parameter. 2007-06-26 16:16:46 +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
nicolasconnault
8178f34c56 MDL-10211 Added edit, show/hide and lock/unlock icons and links, with corresponding page-level actions to headers of grader report. 2007-06-26 09:59:18 +00:00
moodler
f9016aefca Fixed some notices when there are no activities 2007-06-26 09:21:52 +00:00
moodler
8ace2060a8 Fixing a few notices when there are no users 2007-06-26 09:18:50 +00:00
moodler
db48c57c3c Merged fix for MDL-10254, thanks Valery! 2007-06-26 09:09:39 +00:00
nicolasconnault
97d608ba05 Changed grade_item so that its grademax is count(scale_items) and grademin is 1, to be consistent with use of scales throughout Moodle. 2007-06-26 08:50:22 +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
nicolasconnault
8161dbb6fc MDL-10210 MDL-10207 Fixed small issues in tabs. Removed HTML-producing code from grade_tree and put it into category.php. 2007-06-26 07:45:40 +00:00
moodler
ec0fe8f30e Automatic installer.php lang files by installer_builder (20070626) 2007-06-26 07:42:51 +00:00
toyomoyo
9c8157b170 fixing typo 2007-06-26 07:35:30 +00:00
toyomoyo
7f331f8914 some fixes for grader report 2007-06-26 07:32:31 +00:00
toyomoyo
0e4743c847 adding include_once for gradelib public api function 2007-06-26 06:28:42 +00:00
nicolasconnault
3969778b76 MDL-10210 MDL-10207 Tabs implemented. 2007-06-26 06:19:45 +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
wildgirl
bd5e35c2f1 old help file removed 2007-06-25 21:15:44 +00:00
wildgirl
805962b122 typo fix 2007-06-25 21:06:00 +00:00
mchurch
12c1f0abea Fixing update_group_button and update_groups_button. They were no longer calling valid URL's. 2007-06-25 20:50:17 +00:00
tjhunt
d19bd4d042 Clean up whitespace. Merged from MOODLE_18_STABLE. 2007-06-25 17:13:52 +00:00
skodak
22e23c78a0 MDL-10251 finished hiding implementation for grades, items and categories + unit tests 2007-06-25 15:29:31 +00:00
sam_marshall
7470d6de7a MDL-10249 Created addonload JavaScript function that can be used to add onload handlers, instead of using <body onload> which breaks things. 2007-06-25 14:38:02 +00:00
urs_hunkler
50ebd1258e changed navmenuwidth to the standard value 2007-06-25 12:21:09 +00:00
nicolasconnault
b78bb4f7a0 MDL-10210 MDL-10207 Tabs implemented. 2007-06-25 09:37:26 +00:00
moodler
4bcd49bebd Patch from Chris Holmes for MDL-10027, merged from 1.8 2007-06-25 09:21:49 +00:00
skodak
79f2b1ef1c fixed locking problem in update_raw_grade() 2007-06-25 08:30:03 +00:00
skodak
f89526e044 fixed typo 2007-06-25 08:13:54 +00:00
skodak
93def7683e removing itemnumber generation for now 2007-06-25 08:01:04 +00:00
skodak
c4e4068fa2 moving event trigger from update_grade() to grade_item->update_raw_grade(); removing itemnumber generation for now 2007-06-25 07:56:25 +00:00
moodler
5ea976e455 Automatic installer.php lang files by installer_builder (20070625) 2007-06-25 06:34:18 +00:00
skodak
f92dcad81a MDL-10233 improved static factory methods of grade obejcts fetch() and fetch_all(); implemented default values of grade objects, fixed null values for some properties that are not required - unit tests included, tested with PHP4 and PHP5 2007-06-24 22:26:33 +00:00
tjhunt
11ac5c3ef7 MDL-10237 - Improve wording on true/false edit form. Merged from MOODLE_18_STABLE. 2007-06-24 11:53:07 +00:00
skodak
772ddfbfce trailing whitespace cleanup in new grade libraries 2007-06-23 16:51:09 +00:00
skodak
61c33818d5 MDL-10231 merge grade_calculations and grade_items table + calculation improvements
MDL-10233 fixed grade_*::fetch() - does not modify $this anymore, we can now use it from normal methods to fetch other objects of the same class.
2007-06-23 16:33:17 +00:00
urs_hunkler
d0c92410ef Add an option $CFG->CSSEdit or $THEME->CSSEdit to Moodle. If one of both is set to true, Moodle does not write all CSS code in one single CSS file but adds CSS @include to the theme CSS file to load all single CSS files. These single CSS files can then be interactively edited and saved with CSSEdit. It's like Firebug with direct saving your changes. 2007-06-23 12:21:59 +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
wildgirl
6be58b1c18 improved help file - MDL-7073 fix 2007-06-23 10:25:03 +00:00
moodler
3197cba210 Automatic installer.php lang files by installer_builder (20070623) 2007-06-23 05:51:34 +00:00
skodak
2e53372c37 MDL-10226 regrading of final grades improved, calculation cleanup before MDL-10231 2007-06-22 18:33:32 +00:00
nicolasconnault
5ff96295e6 MDL-10207 Tabs added to category admin page and grader report page. I also changed the id URL variable to courseid. This may cause some issues as long as the current grade/lib.php library is used, but I thought we should use courseid instead of id. 2007-06-22 17:34:14 +00:00
dwoolhead
91bfdd664c MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses 2007-06-22 15:20:20 +00:00
tjhunt
dc1fd03d6d MDL-10198 - Further refinements. 2007-06-22 15:05:42 +00:00
tjhunt
0ec4fb87e3 Improve and simplify question layout. 2007-06-22 14:07:35 +00:00
tjhunt
f9108f58de MDL-10213 - layuout problem for question in IE in Moodle 1.7. I'm taking the opportunity to clean up the CSS in 1.8 and HEAD to match what I did in 1.7. Merged from MOODLE_18_STABLE. 2007-06-22 13:46:00 +00:00
dwoolhead
54052a7ae1 MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses 2007-06-22 13:30:22 +00:00
dwoolhead
d3b265933a MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses 2007-06-22 13:20:06 +00:00
dwoolhead
b74be1a20a MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses 2007-06-22 12:45:20 +00:00
jamiesensei
16368d38a4 making environment colours css selector refer to table class instead of body id. So that colours show up on other pages besides admin page. 2007-06-22 11:02:45 +00:00