Eloy Lafuente (stronk7)
e69ac1546b
Merge branch 'MDL-32192_rename_string' of git://github.com/andyjdavis/moodle
2012-04-25 13:07:48 +02:00
Petr Skoda
cdbea7eed1
MDL-31607 use full course object for require_login() if already available
...
This eliminates 1 db query.
2012-04-22 17:41:47 +02:00
Andrew Davis
af4f61720d
MDL-32191 grade:renamed a mis-spelled string name
...
AMOS BEGIN
MOV [invalidgradeitmeid,error],[invalidgradeitemid,error]
AMOS END
2012-04-20 12:03:34 +07:00
Andrew Davis
13aa8f0e09
MDL-30819 grade: fixed column highlighting on the grader report
2012-04-09 12:28:00 +07:00
Petr Skoda
54352ac979
MDL-32251 more E_STRICT fixes
2012-03-30 19:02:58 +02:00
Aparup Banerjee
7d2b2e808f
Merge branch 'MDL-31818_grader_paging' of git://github.com/andyjdavis/moodle
2012-03-20 13:20:03 +08:00
Petr Skoda
e2bb3c9275
MDL-32094 some more E_STRICT fixes
2012-03-18 20:40:20 +01:00
Andrew Davis
4a29d2912c
MDL-31818 grade: removed some broken code to do with overriding students per page, added a post variable so the page isnt lost when submitting grades
2012-03-17 09:51:21 +07:00
Sam Hemelryk
44f24f1351
Merge branch 'MDL-31841_feedback_align' of git://github.com/andyjdavis/moodle
2012-03-12 14:22:20 +13:00
Andrew Davis
62a966ada0
MDL-31841 grade: prevented the feedback column on the user report from being centered
2012-03-08 15:19:17 +07:00
Sam Hemelryk
06422b0a22
Merge branch 'MDL-31353_grader_io' of git://github.com/andyjdavis/moodle
2012-03-05 10:46:07 +13:00
Sam Hemelryk
887fd0e4c7
Merge branch 'MDL-31831' of git://github.com/stronk7/moodle
2012-03-01 14:34:09 +13:00
Eloy Lafuente (stronk7)
5dbfbacc49
MDL-31831 whitespace clean - take2
2012-03-01 02:20:35 +01:00
Petr Skoda
e67bc2a410
MDL-30964 fix phpdocs in access.php files in all plugins
2012-02-27 07:23:10 +01:00
Andrew Davis
227e9023e2
MDL-31353 grade: added a missing YUI requires
2012-02-23 10:20:11 +07:00
Eloy Lafuente (stronk7)
2a5fa9e64a
Merge branch 'MDL-30999_grade_phpdocs' of git://github.com/andyjdavis/moodle
2012-02-20 12:02:18 +01:00
Andrew Davis
a153c9f2fe
MDL-30999 grade: updated Grade API phpdocs
2012-02-14 14:04:19 +07:00
Sam Hemelryk
24768e4658
Merge branch 'm_MDL-31107_fixing_below_typos' of git://github.com/gerrywastaken/moodle
2012-02-14 15:07:57 +13:00
Gerard (Gerry) Caulfield
ce8df92df1
MDL-31107 Fixing instaces of below where it is written as bellow (two L's)
2012-02-10 15:40:04 +08:00
Andrew Davis
31eae0eb17
MDL-29892 grade: added a check to prevent hidden courses appearing on student overview reports
2012-02-03 08:46:54 +07:00
Andrew Robert Nicols
feaae39dfb
MDL-31018 Improve consistency of horizontal alignment across grade reports
2012-01-04 16:19:16 +00:00
Aparup Banerjee
e59a1dd670
MDL-25561 Gradebook : fixed whitespaces
2011-12-20 16:02:55 +08:00
Aparup Banerjee
8f43b3990d
Merge branch 'MDL-25561_user_report_name_clickable' of git://github.com/andyjdavis/moodle
2011-12-20 15:52:38 +08:00
Andrew Davis
5625d33d17
MDL-25561 grade: made the student names clickable on the user report
2011-12-12 15:57:04 +08:00
Tim Hunt
bea2086c95
MDL-30498 user name can overlap user report icon.
2011-12-09 18:36:56 +00:00
Andrew Davis
97451e029b
MDL-26522 grade: made the user selection drop down on the user report behave more sensibly
2011-12-02 09:48:36 +08:00
Petr Skoda
25a333877c
MDL-30007 standardise gradebook plugins version files
2011-11-29 21:20:13 +01:00
Sam Hemelryk
bada16d35c
Merged branch 'wip-MDL-30361-master-rtlpatches' of git://github.com/nadavkav/moodle.git with changes
2011-11-29 13:51:25 +13:00
Nadav Kavalerchik
f34f2891b8
MDL-29226 - right align grade category title, in course grade report (when in RTL mode)(cherry picked from commit 2f364ff)
2011-11-23 01:31:53 +02:00
andrew
d3e303470d
MDL-27703 gradebook: altered an sql query in the user report. join with no on clause causes an error in some DBs
2011-11-16 09:56:46 +08:00
Sam Hemelryk
1ae9aa2b8f
Merged MDL-29108 Advanced grading
2011-11-14 22:01:05 +13:00
Marina Glancy
c97933ffa3
MDL-30161: link from gradebook (grading analysis) only appears now in Grader report but for all items; in User report the link under activity name contains userid
2011-11-08 14:09:50 +08:00
sam marshall
e4aec5bed3
MDL-26647 (6) Support showuseridentity on grader report, quiz report, SCORM report
2011-11-04 13:57:17 +00:00
David Mudrak
0455c99864
MDL-29920 User report may display the grade analysis link, too
...
The original idea was to use the link in the row header (the activity
link). However, for both unified user experience and the overall patch
design reasons, I finally decided not to alter the activity link but to
append the analysis icon. The user experience should be the same as in
the grader report.
2011-11-03 13:51:45 +01:00
David Mudrak
f17bb885e9
MDL-29920 Grader report does not need to cache grade.php existence flags any more
...
This caching is now performed by the underlying methods.
2011-11-03 13:50:34 +01:00
David Mudrak
bb17ac1e32
MDL-29920 Gradebook grader report now supports grade analysis link
...
When grade analysis link is enabled, an icon is displayed next to each
grade of a module that supports grade.php file. The parameters needed to
identify the particular user and grade are passed to the grade.php
script.
2011-11-01 20:53:48 +01:00
M Kassaei
5cd7869883
MDL-29392 grade/report/index.php should use $CFG->grade_profilereport
2011-09-19 11:30:49 +01:00
Sam Hemelryk
8ebbb06adf
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:27 +12:00
Petr Skoda
0958759dc2
MDL-28554 workaround for http://yuilibrary.com/projects/yui3/ticket/2530999
...
Do not load io-xdr and io-upload-iframe on the same page.
2011-08-25 11:38:34 +02:00
Sam Hemelryk
d1d087991f
MDL-26835 Fixed up styles being used for suspended users in the grader report.
2011-04-19 10:42:49 +08:00
Andrew Davis (andyjdavis)
3aafffc043
MDL-26835 gradebook: grader report now marks suspended students
2011-04-18 14:29:13 +08:00
Andrew Davis (andyjdavis)
656d17c2c6
gradebook MDL-20946 fixed average calculation where users have multiple gradeable roles
2011-04-04 11:35:47 +02:00
David Mudrak
29cbe43189
MDL-13481 Strings fullname and shortname are now deprecated
...
This is a final cleanup commit of fullname and shortname issue. All
places where these strings were detected yet have been replaced with
proper fullnamecourse or fullnameuser or some other context specific
string.
AMOS BEGIN
CPY [fullname,core],[outcomefullname,core_grades]
CPY [shortname,core],[outcomeshortname,core_grades]
CPY [name,core],[rolefullname,core_role]
CPY [shortname,core],[roleshortname,core_role]
AMOS END
2011-02-28 09:42:50 +01:00
Eloy Lafuente (stronk7)
cc65dc366d
MDL-25708 recordsets - found one more recent use. fixed.
2011-01-30 13:43:06 +01:00
Sam Hemelryk
a1e26b5e46
gradebook MDL-20617 Fixed SQL formatting
2011-01-18 17:17:14 +08:00
andyjdavis
a071dbb66b
gradebook MDL-20617 added more control over what columns are displayed on the user report
2011-01-18 17:13:06 +08:00
Sam Hemelryk
25081b95f9
gradebook MDL-25769 Fixed SQL syntax formatting
2011-01-18 11:56:21 +08:00
andyjdavis
f2491a11a1
gradebook MDL-25769 switched a query over to use named params
2011-01-18 11:56:20 +08:00
andyjdavis
2dc5e58466
gradebook MDL-25769 fixed some problems identified by peer review
2011-01-18 11:56:06 +08:00
andyjdavis
387815db61
gradebook MDL-25769 fixed up the grader report
2011-01-18 11:49:46 +08:00