1166 Commits

Author SHA1 Message Date
Andrew Davis (andyjdavis)
656d17c2c6 gradebook MDL-20946 fixed average calculation where users have multiple gradeable roles 2011-04-04 11:35:47 +02:00
Petr Skoda
431ac39634 MDL-26623 fix file permissions
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01: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
andyjdavis
b61e4f4624 gradebook MDL-25769 fixed grade/import/lib.php get_unenrolled_users_in_import() 2011-01-18 11:49:46 +08:00
andyjdavis
ef8f084cc6 gradebook MDL-25769 fixed the loading of users in the grader report 2011-01-18 11:49:40 +08:00
Sam Hemelryk
e8aad16f7e gradebook MDL-25887 Fixed whitespace 2011-01-18 10:55:36 +08:00
andyjdavis
99c228aa11 gradebook MDL-25887 closed a file handle that was being left open and added more descriptive grade item titles 2011-01-11 16:11:02 +08:00
andyjdavis
83e364c465 gradebook MDL-25887 removed some commented out code 2011-01-11 11:58:02 +08:00
andyjdavis
df2f526877 gradebook MDL-25887 fixed a problem with grade import user mapping 2011-01-11 11:50:04 +08:00
Petr Skoda
0667103514 MDL-25611 browser detection cleanup and improvements 2010-12-08 06:51:54 +00:00
Andrew Davis
0077f57198 gradebook MDL-16103 prevented outcomes in gradebook showing the same icon as the activity they are attached to as it makes them hard to find. 2010-11-30 09:03:43 +00:00
Andrew Davis
d2e66a60a0 gradebook MDL-25358 improved validation of scales 2010-11-22 05:52:13 +00:00
Andrew Davis
112fdf4792 gradebook MDL-25171 made it possible to deselect all grade items when exporting grades 2010-11-15 09:03:32 +00:00
Andrew Davis
6431268854 gradebook MDL-25112 made /grade/edit/outcome/edit.php set page context before trying to initialize an mform 2010-11-09 03:24:09 +00:00
Andrew Davis
f7fcf4cd47 gradebook MDL-24867 now hiding some items from the gradebook nav box if youre not within a course 2010-11-08 08:23:24 +00:00
Andrew Davis
82ec58ff41 gradebook MDL-25083 contents of user idnumber column wasnt being set correctly 2010-11-08 05:45:21 +00:00
Sam Hemelryk
367a75fae4 themes lib MDL-24895 Multiple fixes to better handle overflow.
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Inaki
d09cad434b grade/report: MDL-21001 Gradebook shows ranges always
We unconditionnally set them to visible, ignoring configured settings.
Fix it.
2010-11-01 10:24:21 +00:00
Petr Skoda
346c5887b1 MDL-24751 using new memory constants 2010-10-19 10:13:15 +00:00
Petr Skoda
c22473a214 MDL-24751 fixed default memory limit when deciding to use apache_child_terminate(), apache_child_terminate() is now called from one place only 2010-10-19 10:00:29 +00:00
Andrew Davis
cc31da2af7 gradebook MDL-24717 adding a div with a class so that the overlay on the grader report can have a background added by css 2010-10-19 02:39:37 +00:00
Andrew Davis
d13c358a79 gradebook MDL-24682 corrected a capability check that was incorrectly allowing some users to make a course scale a standard scale 2010-10-15 02:56:28 +00:00
Andrew Davis
76ea4e1f67 gradebook MDL-24455 moved printing of page header until after all of the potential redirect points to avoid a warning being printed before redirecting. 2010-10-01 03:54:59 +00:00
Petr Skoda
ace9051cc1 MDL-24321 switching to stdClass in /g*/ 2010-09-21 08:16:49 +00:00
Petr Skoda
4cc977a64d fixing messed up property_exists() regression - sorrrry 2010-09-17 20:36:49 +00:00
Petr Skoda
653f91f948 switch to property_exists() which is required in PHP 5.3 2010-09-17 19:14:41 +00:00
Petr Skoda
182a8a83c4 initialized objects 2010-09-17 19:11:24 +00:00
Petr Skoda
e1513ca905 initialized objects and code cleanup 2010-09-17 19:10:55 +00:00
Petr Skoda
f951066758 missing global $USER 2010-09-17 19:07:00 +00:00
Petr Skoda
52f1a9ff91 fixed param typo 2010-09-17 19:06:24 +00:00
Petr Skoda
4d27bc7929 fixed phpdocs and using property_exists() which is required by PHP 5.3 2010-09-17 19:05:23 +00:00
Petr Skoda
913d9dc3aa fixed invalid json result 2010-09-17 18:59:45 +00:00
Petr Skoda
4fbaa77652 removing invalid test code 2010-09-17 18:58:58 +00:00
Petr Skoda
6ef4878b86 spelling fixes 2010-09-17 18:56:53 +00:00
Petr Skoda
6d8c8aaab7 fixed wrong break 2010-09-17 18:47:04 +00:00
Petr Skoda
46b7d289d0 coding style fix 2010-09-17 18:45:18 +00:00
Andrew Davis
8eabc1d8ef gradebook MDL-22841 fixed a bug where the user report when viewing multiple students would misreport student's course totals 2010-09-14 08:43:50 +00:00
Rossiani Wijaya
b285c5aa42 MDL-20138 - convert &amp to ampersand symbol in Grades tooltip (for simple and full view). 2010-09-13 09:58:41 +00:00
Petr Skoda
ef14c1e724 MDL-24090 new detection of plugins that were not upgraded to work with Moodle 2.x (uses $plugin->requires) + bumping ancient versions of plugins 2010-09-05 20:36:18 +00:00
Petr Skoda
e6fec85d61 MDL-24058 removing forgotten stripslashes from gradebook, no magic quotes used any more 2010-09-02 12:44:58 +00:00
Andrew Davis
b593bf4d2e gradebook MDL-24021 filter out deleted users from the user selector that is used in the user and overview report 2010-09-02 04:17:56 +00:00
Andrew Davis
f914e8d3cf gradebook MDL-24021 re-added all users option to user report 2010-09-02 04:09:31 +00:00
Petr Skoda
71904f4d2b MDL-23984 make_upload_directory() cleanup - we now throw exceptions by default which should prevent a lot of strange problems 2010-08-29 14:59:14 +00:00