626 Commits

Author SHA1 Message Date
scyrma
a9372a3762 merge from 1.9 2008-02-12 08:01:00 +00:00
scyrma
20d61ce52b Merge from 19_STABLE (MDL-10639) 2008-02-11 02:22:48 +00:00
nicolasconnault
395a53aee5 MDL-12497 Disabled the "override site defaults" checkbox for admin page, and removed redundant help buttons, merging from 1.9 2008-02-05 10:26:57 +00:00
scyrma
ee285a20be Merge from 19_STABLE for MDL-10639. 2008-02-05 08:42:34 +00:00
nicolasconnault
80bddb7800 MDL-13087 merging from 1.9 2008-02-04 14:29:45 +00:00
skodak
d1556c0985 MDL-13147 fixing undefined ungraded array and its indexes; merged from MOODLE_19_STABLE 2008-02-02 21:23:41 +00:00
tjhunt
d343bd2114 MDL-13253 - Should use separate language strings for user and module idnumber. Merged from MOODLE_19_STABLE. 2008-01-30 16:34:04 +00:00
tjhunt
9d35e66ea8 MDL-13238 - Optionally show the user's idnumber in the grader report. Merged from MOODLE_19_STABLE. 2008-01-30 16:04:09 +00:00
poltawski
d20737e8bf MDL-12627 - when visiting the gradebook for the first time, we don't sort
by anything sensible. Default to surname
merged from MOODLE_19_STABLE
2008-01-24 20:12:35 +00:00
nicolasconnault
ab923b629f MDL-13103 merging from 1.9 2008-01-24 19:56:09 +00:00
nicolasconnault
55c9ebf068 Merging from 1.9 2008-01-24 14:08:34 +00:00
skodak
883187d0b7 MDL-13026 rewritten sql for calculation of averages on grader report, I hope it will be a bit faster now; merged from MOODLE_19_STABLE 2008-01-23 19:05:22 +00:00
skodak
d48ebf9769 MDL-11920 prevent db traffic caused by user images; merged from MOODLE_19_STABLE 2008-01-23 17:41:30 +00:00
skodak
85a0a69fa4 MDL-13081 add "long grade" formatted string "score / maxscore" into grade_get_grades() and friends; merged from MOODLE_19_STABLE 2008-01-21 07:19:19 +00:00
nicolasconnault
879c99bbd1 MDL-12122 Applied Petr's suggested capability fix 2008-01-17 16:25:48 +00:00
nicolasconnault
d08bba8354 MDL-12122 Completed the change to a more useful user report for the admin, with a few extra bits. 2008-01-17 15:08:09 +00:00
skodak
028553e774 MDL-12822 readding grade_get_course_grade(), alternative to grade_get_course_grades(); merged from MOODLE_19_STABLE 2008-01-14 23:29:00 +00:00
skodak
204175c5ce MDL-12912 module idnumber course unique only; merged from MOODLE_19_STABLE 2008-01-14 22:46:03 +00:00
tjhunt
18159e20db MDL-12913 - Error messages when doing an XML grade import are not very helpful, include the idnumber that is causing the problem in the error message. 2008-01-10 15:38:48 +00:00
tjhunt
77e2e3f2b8 Fix notice when you try to import an empty XML file. 2008-01-10 14:17:37 +00:00
skodak
b9f49659b6 MDL-12822 removing some unused grade functions (obsoleted by format grade function), renaming PUBLIC API to activity communication API and adding new querylib.php with useful functions (requested by other devs); merged from MOODLE_19_STABLE 2008-01-09 18:19:42 +00:00
poltawski
46decdf5d9 MDL-12840 - gradebook CSV import was failing due to newlines with nothing
on them
merged from MOODLE_19_STABLE
2008-01-08 22:25:07 +00:00
skodak
dde8e5488b MDL-12659 fixed warning; merged from MOODLE_19_STABLE 2007-12-20 09:01:44 +00:00
skodak
220a90c5a1 MDL-11561 admin tree improvements and bugfixing 2007-12-19 17:35:20 +00:00
tjhunt
c0e9f877b4 gradebook / graded_users_iterator - Typo in conditional. 2007-12-19 12:40:00 +00:00
skodak
23160003ae MDL-12496, MDL-11889 allow deleting of activities with disabled grading from gradebook; merged from MOODLE_19_STABLE 2007-12-18 17:38:22 +00:00
tjhunt
36ffa395f9 MDL-12517 - fix typo in the last commit. 2007-12-18 14:57:03 +00:00
skodak
7567447034 MDL-12517 reverting the moving of data processign, returning array of warnings instead from function; merged from MOODLE_19_STABLE 2007-12-18 13:53:18 +00:00
skodak
379ea94931 MDL-12517 null not treated properly, max instead of min typo and pretty please initialize all objects properly; merged from MOODLE_19_STABLE 2007-12-18 13:27:31 +00:00
skodak
6477f991e6 MDL-12628 acces typo fixed; merged from MOODLE_19_STABLE 2007-12-18 12:00:32 +00:00
tjhunt
baafcd2f06 Typo in redirect URL. 2007-12-17 14:11:55 +00:00
skodak
eecf76df42 MDL-12599 , MDL-12598 - fixed capability tests in user and overview reports; merged from MOODLE_19_STABLE 2007-12-16 10:54:45 +00:00
tjhunt
0cfabab671 MDL-12517 - Further refinement. Move the processing to after print_header, so any notices do not break XHTML strict. Merged from MOODLE_19_STABLE. 2007-12-13 14:26:14 +00:00
tjhunt
0a2c84851c MDL-12517 - Move checking code into the user interface layer where it belongs. Merged from MOODLE_19_STABLE. 2007-12-13 14:19:24 +00:00
toyomoyo
a4a15d26d4 MDL-12470, fixing broken span tag 2007-12-13 02:33:02 +00:00
toyomoyo
f7b3e5a50b MDL-12504, gradebook export does not respect course item position 2007-12-11 05:44:11 +00:00
toyomoyo
c9607072c1 MDL-12519. grader report row colors override highlighting 2007-12-11 02:04:36 +00:00
nicolasconnault
a47d38f294 MDL-11835 Alternating row colours for grader report 2007-12-07 09:47:10 +00:00
nicolasconnault
292e3e12ee MDL-11835 Alternating row colours for grader report 2007-12-07 09:47:10 +00:00
toyomoyo
94c68814ab MDL-12432, do not enable 'updated only' grades export for other plugins 2007-12-07 01:42:09 +00:00
nicolasconnault
f9124bd22f MDL-11835 Merging from 1.9 2007-12-06 09:45:58 +00:00
nicolasconnault
9ecd438653 MDL-11835 Implemented all the default settings suggested in the pdf report, and turned down the size of the report table fonts. 2007-12-06 09:17:28 +00:00
toyomoyo
bb9f1b4a85 MDL-12430, if new and regrade are chosen, then preview hides 'old' students 2007-12-05 07:49:56 +00:00
toyomoyo
26c355f874 MDL-12435, cancel in preferences form doesn't work 2007-12-05 02:59:44 +00:00
toyomoyo
086df9283f MDL-12437, sorting by names adds teacher to gradebook list 2007-12-05 01:13:29 +00:00
nicolasconnault
6073a598a7 MDL-12389 Removed the selectallornone element in favour of a more generic submitlink element. The checkbox controller is now added to a form using moodleform::add_checkbox_controller. 2007-12-04 10:35:25 +00:00
nicolasconnault
8f9607dbc8 MDL-12389 Added a new getElementsByClassName function in lib/javascript.php, added the selectallornone formslib element, modified the advcheckbox element to support the group variable, and implemented the new element in grade_export_form 2007-12-03 20:13:01 +00:00
toyomoyo
a80112f0b2 MDL-12397, gradebook sort by names should start with ASC 2007-12-03 02:03:38 +00:00
nicolasconnault
46e6df89ac MDL-12356 CSS classes implemented 2007-11-27 07:06:02 +00:00
skodak
c267a2886a MDL-12350 do not set parent cat when updating; merged from MOODLE_19_STABLE 2007-11-26 17:45:56 +00:00