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 |
|
toyomoyo
|
d9a3e38b3a
|
bits of the grader report
|
2007-06-22 09:18:31 +00:00 |
|
toyomoyo
|
2f2d4fb53f
|
adding limits to get_role_users() to enable extracting specific users
|
2007-06-22 09:03:03 +00:00 |
|
skodak
|
2cc4b0f90d
|
MDL-10223 Implement locking of grades and grade items - cron support still not implemented;
this patch also contains improvements in handling of needsupdate, though it is not yet fully working for calculated grades
|
2007-06-22 08:57:39 +00:00 |
|
toyomoyo
|
b5fc272c3c
|
fixed a warning
|
2007-06-22 08:35:23 +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 |
|
dwoolhead
|
173a5dfa71
|
MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses
|
2007-06-21 15:58:00 +00:00 |
|
tjhunt
|
82f6168608
|
Improve CSS for question layout.
|
2007-06-21 15:53:00 +00:00 |
|
tjhunt
|
4a5b91b48f
|
Improved the HTML for essay questions.
|
2007-06-21 15:46:26 +00:00 |
|
dwoolhead
|
f21ed0f3fc
|
MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses
|
2007-06-21 15:46:04 +00:00 |
|
tjhunt
|
8356aa7af1
|
MDL-10198 - Further refinements to $forcedownload.
|
2007-06-21 15:43:29 +00:00 |
|
tjhunt
|
11d7a2ab81
|
Fix minor JavaScript error in the quiz.
|
2007-06-21 15:28:42 +00:00 |
|
tjhunt
|
91075d6894
|
MDL-10198 - Further refinements from Adriane Boyd.
|
2007-06-21 11:41:16 +00:00 |
|