26711 Commits

Author SHA1 Message Date
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
toyomoyo
16501647cd some grader report code 2007-06-21 09:23:57 +00:00
skodak
578075c615 MDL-10202 fixed locktime trouble 2007-06-21 07:30:30 +00:00
toyomoyo
e41c30a25e fixing export to use get_final 2007-06-21 02:45:04 +00:00
skodak
ac9b080524 MDL-10202 merge raw and final grade tables 2007-06-20 23:06:29 +00:00
nicolasconnault
0936f59b63 MDL-9629 Added student names at left of grades table. 2007-06-20 20:10:19 +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
nicolasconnault
6500f2807f First draft of the grader report 2007-06-20 11:56:51 +00:00
moodler
412dd995c8 Automatic installer.php lang files by installer_builder (20070620) 2007-06-20 09:14:52 +00:00
bobopinna
adb2030a16 Fixed a problem with utf8 strings bug MDL-10101 2007-06-20 08:51:22 +00:00
jamiesensei
53a0367d10 added styles to install.php for colours for environment table 2007-06-20 06:32:26 +00:00
nicolasconnault
561d406ba7 Started adding PHPDoc to flexible_table 2007-06-20 03:52:59 +00:00
tjhunt
7a6f4066ce MDL-6043 - Implement course reset function for quizzes. 2007-06-19 22:17:47 +00:00
mchurch
b069fbd9b3 MDL-10161 - Since get_course_... (users, students, teachers) is still being used by a number of functions (such as groups), trying to make them work with the SITE course the way they did pre-1.7, with $CFG->allusersarestudents set to TRUE. This will also have a configuration option that can be used to disable returning large amounts of users for the site course, if a site happens to be using this functionality and they have a large number of users. 2007-06-19 20:38:27 +00:00
stronk7
cba168a679 Now calendar export have some correct defaults. MDL-10175
Merged from MOODLE_18_STABLE
2007-06-19 17:54:30 +00:00
skodak
af2fc69db2 (MDL-10155) detect failed regexes duing multilang upgrade (it was causing data loss on some sites) 2007-06-19 17:24:33 +00:00
tjhunt
38dbf2c4ed Notices from T/F question is you submit without answering in adaptive mode. Merged from OU Moodle. 2007-06-19 16:35:54 +00:00
moodler
3f59a54e0c Added support for xxxxx_install() hooks for generic plugins too 2007-06-19 16:35:41 +00:00
tjhunt
ca9000df6f Fix typo in a comment. 2007-06-19 16:33:16 +00:00
moodler
05f167f421 Only print notice when debugging MDL-10170 2007-06-19 16:27:04 +00:00
moodler
f11b9a9ed4 Fix for plugin directories with no plugins MDL-10170 2007-06-19 16:18:35 +00:00