Commit graph

559 commits

Author SHA1 Message Date
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
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
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
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
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
a78890d593 MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE 2007-11-23 22:15:07 +00:00
toyomoyo
d2b8b98732 MDL-12309, gradebook can not sort by names while in group mode 2007-11-22 05:17:26 +00:00
toyomoyo
38c77dc617 taking out user class from firstname/lastname cell to remove image css 2007-11-22 01:37:59 +00:00
toyomoyo
4c68dbfe7f MDL-12187, fixing grader report style 2007-11-16 03:09:20 +00:00
toyomoyo
af781346e8 merged, adding vertical and horizontal highlight 2007-11-13 06:55:37 +00:00
toyomoyo
088860cad0 MDL-12124, fixing styles for grader report 2007-11-13 03:19:12 +00:00
toyomoyo
914ea0028a MDL-12104, gradebook is showing 2 scales together 2007-11-12 03:14:47 +00:00
toyomoyo
cc95d22fd8 MDL-12025, enable row markings via javascript to keep track of current row 2007-11-07 07:46:33 +00:00
skodak
6cc3e350d4 MDL-11966 fixed typo in grader report causing fatal errors
MDL-11993 refactored code for item headers and icons
2007-11-01 11:42:31 +00:00
skodak
ced5ee5921 MDL-11966 implemented dategraded and datesubmitted, tweaked altering of grades depending in hidden grades
MDL-11974 improved gradebook CSS
2007-11-01 08:25:05 +00:00
skodak
38cb33911b fixed numuser regression in overview 2007-10-31 08:59:25 +00:00
skodak
597f50e616 MDL-11973 Improved showing of hidden items in ouuser and user report 2007-10-30 21:25:50 +00:00
skodak
0f392ff4f0 MDL-11957 improving and cleanup in grade overriding 2007-10-30 11:40:50 +00:00
skodak
8f2ddadac4 MDL-11954 grader report links to profiles from the same course 2007-10-29 20:25:09 +00:00
skodak
80fb1cf9b7 MDL-11874 grader report now indicates hidden items (gray title + range) and hidden grades (except when editing) 2007-10-29 08:38:28 +00:00
skodak
0a78455120 MDL-11934 grade report in user profile now selectable 2007-10-28 17:15:00 +00:00
skodak
d121490949 MDL-11718 report styles moved to report/xx/styles.php - for better consistency with other plugins; other cleanup in user report css; fixed css in user profile 2007-10-28 12:51:16 +00:00
skodak
28bcbc3868 added groups param to get_numusers() - to be used in oureport; might be handy elsewhere too 2007-10-27 22:05:58 +00:00
skodak
cd52d90956 MDL-11718 fixed typos in prev commit 2007-10-27 20:37:22 +00:00
skodak
8aaa9d57be MDL-11718 minor cleanup 2007-10-27 20:16:51 +00:00
skodak
605740634a MDL-11718 partial cleanup in overview report - unfortunately the problems with hidden grades can not be solved here without db changes 2007-10-27 17:58:36 +00:00
skodak
26ed030543 MDL-11718 course settings for reports - for now only user report (rank and showing of hidden items) 2007-10-27 15:33:43 +00:00
skodak
57068674c6 MDL-11718 grader report now does not show column totals if user does not have view hidden grades capability because we can not calculate the totals depending on altered aggregates 2007-10-27 13:13:47 +00:00
skodak
4c8893ed88 MDL-11718 fixed altered aggregation of overridden and locked grades + some speedup and corrections 2007-10-21 13:22:07 +00:00
skodak
029735054a MDL-11859 student rank and showing of hidden grade items are now configurable + fixed some incorrect include_once 2007-10-21 12:56:19 +00:00
skodak
d297269d79 2007-10-19 08:51:52 +00:00
skodak
3b34f698b5 userid must be set in new grade too 2007-10-18 10:08:26 +00:00
toyomoyo
478f4322fa grade_grade does not have itemid initialized in grader report 2007-10-18 07:09:31 +00:00
skodak
b89a70ce8a MDL-11718 aggregated grades which depend on hidden grades are now hidden too + cleanup in grader report 2007-10-17 20:38:52 +00:00
skodak
6391ebe7da MDL-11718 aggregated grades which depend on hidden grades are now hidden too; cleanup in user report 2007-10-17 09:45:14 +00:00
toyomoyo
9a10e2d8e9 MDL-11679, merged fix grade overview report should only show 'mycourses' 2007-10-16 05:35:24 +00:00
toyomoyo
548bf94678 merged fix for MDL-11717, adding dimmed_text a, to dim links as well 2007-10-15 02:08:03 +00:00
toyomoyo
c1d0d07eff merged fix for MDL-11717, dimmed_text class for hidden grade items in grader report 2007-10-12 07:18:41 +00:00
skodak
f2e4a0818a preparation for 1.9 beta 2 - setting correct requires in mods and plugins 2007-10-10 16:09:17 +00:00