631 Commits

Author SHA1 Message Date
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
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
Petr Skoda
ace9051cc1 MDL-24321 switching to stdClass in /g*/ 2010-09-21 08:16:49 +00:00
Petr Skoda
e1513ca905 initialized objects and code cleanup 2010-09-17 19:10:55 +00:00
Petr Skoda
913d9dc3aa fixed invalid json result 2010-09-17 18:59:45 +00:00
Petr Skoda
6ef4878b86 spelling fixes 2010-09-17 18:56:53 +00:00
Petr Skoda
46b7d289d0 coding style fix 2010-09-17 18:45:18 +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
Petr Skoda
b11681e036 MDL-23784 fixed more incorrect pix links 2010-08-12 18:38:56 +00:00
Andrew Davis
7bac377763 gradebook MDL-23543 made gradebook not display items with gradetype of no grade 2010-08-03 07:22:27 +00:00
Petr Skoda
dbf9e4bae3 MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins 2010-07-13 13:56:55 +00:00
Petr Skoda
3a11c09f5b MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support 2010-07-04 18:36:34 +00:00
Petr Skoda
b5e7b2bf2b MDL-23071 standardising gradebook plugin names
AMOS BEGIN
 MOV [modulename,gradeimport_csv],[pluginname,gradeimport_csv]
 MOV [modulename,gradeimport_xml],[pluginname,gradeimport_xml]
 MOV [modulename,gradeexport_ods],[pluginname,gradeexport_ods]
 MOV [modulename,gradeexport_txt],[pluginname,gradeexport_txt]
 MOV [modulename,gradeexport_xls],[pluginname,gradeexport_xls]
 MOV [modulename,gradeexport_xml],[pluginname,gradeexport_xml]
 MOV [modulename,gradereport_grader],[pluginname,gradereport_grader]
 MOV [modulename,gradereport_outcomes],[pluginname,gradereport_outcomes]
 MOV [modulename,gradereport_overview],[pluginname,gradereport_overview]
 MOV [modulename,gradereport_user],[pluginname,gradereport_user]
AMOS END
2010-07-04 13:08:11 +00:00
Andrew Davis
d5afd6c9b0 gradebook MDL-23033 made use of user_picture::fields() 2010-07-01 02:34:17 +00:00
Andrew Davis
abfe77eaef gradebook MDL-22820 grader report per row classes were missing a space 2010-07-01 01:35:33 +00:00
David Mudrak
5cf5cc9b41 MDL-21695 Removing obsolete strings and renaming legacy config* strings in gradebook
AMOS BEGIN
 MOV [configdisablegradehistory,core_grades],[disablegradehistory_help,core_grades]
 MOV [configenableoutcomes,core_grades],[enableoutcomes_help,core_grades]
 MOV [configfixedstudents,core_grades],[fixedstudents_help,core_grades]
 MOV [configgradehistorylifetime,core_grades],[gradehistorylifetime_help,core_grades]
 MOV [configgradeitemadvanced,core_grades],[gradeitemadvanced_help,core_grades]
 MOV [configgradepublishing,core_grades],[gradepublishing_help,core_grades]
 MOV [confighiddenasdate,core_grades],[hiddenasdate_help,core_grades]
 MOV [confighideforcedsettings,core_grades],[hideforcedsettings_help],[core_grades]
 MOV [configincludescalesinaggregation,core_grades],[includescalesinaggregation_help,core_grades]
 MOV [configprofilereport,core_grades],[profilereport_help,core_grades]
 MOV [configshowuserimage,core_grades],[showuserimage_help,core_grades]
 MOV [configunlimitedgrades,core_grades],[unlimitedgrades_help,core_grades]
AMOS END
2010-06-25 17:21:15 +00:00
David Mudrak
b1b84d503d MDL-21695 Replaced grade/studentsperpage.html
AMOS BEGIN
 MOV [configstudentsperpage,core_grades],[studentsperpage_help,core_grades]
 HLP grade/studentsperpage.html,[studentsperpage_help,core_grades]
AMOS END
2010-06-25 17:20:03 +00:00
David Mudrak
59a31596d4 MDL-21695 Replaced grade/showuseridnumber.html
AMOS BEGIN
 MOV [configshowuseridnumber,core_grades],[showuseridnumber_help,core_grades]
 HLP grade/showuseridnumber.html,[showuseridnumber_help,core_grades]
AMOS END
2010-06-25 17:19:49 +00:00
David Mudrak
a76982080e MDL-21695 Replaced grade/showranges.html
AMOS BEGIN
 MOV [configshowranges,core_grades],[showranges_help,core_grades]
 HLP grade/showranges.html,[showranges_help,core_grades]
AMOS END
2010-06-21 09:07:45 +00:00
David Mudrak
9b600fd247 MDL-21695 Replaced grade/showquickfeedback.html
AMOS BEGIN
 MOV [configshowquickfeedback,core_grades],[showquickfeedback_help,core_grades]
 HLP grade/showquickfeedback.html,[[showquickfeedback_help,core_grades]
AMOS END
2010-06-21 08:43:28 +00:00
David Mudrak
69558ec30c MDL-21695 Replaced grade/shownumberofgrades.html
AMOS BEGIN
 MOV [configshownumberofgrades,core_grades],[shownumberofgrades_help,core_grades]
 HLP grade/shownumberofgrades.html,[shownumberofgrades_help,core_grades]
AMOS END
2010-06-21 08:31:39 +00:00
David Mudrak
a78f1e295b MDL-21695 Replaced grade/showlocks.html
AMOS BEGIN
 MOV [configshowlocks,core_grades],[showlocks_help,core_grades]
 HLP grade/showlocks.html,[showlocks_help,core_grades]
AMOS END
2010-06-21 08:28:09 +00:00
David Mudrak
20c35d89ff MDL-21695 Replaced grade/showeyecons.html
AMOS BEGIN
 MOV [configshoweyecons,core_grades],[showeyecons_help,core_grades]
 HLP grade/showeyecons.html,[showeyecons_help,core_grades]
AMOS END
2010-06-18 16:32:56 +00:00
David Mudrak
82d382805f MDL-21695 Replaced grade/showcalculations.html
AMOS BEGIN
 MOV [configshowcalculations,core_grades],[showcalculations_help,core_grades]
 HLP grade/showcalculations.html,[showcalculations_help,core_grades]
AMOS END
2010-06-18 16:28:17 +00:00
David Mudrak
f4d1f97ddb MDL-21695 Replaced grade/showaverages.html
AMOS BEGIN
 MOV [configshowaverages,core_grades],[showaverages_help,core_grades]
 HLP grade/showaverages.html,[showaverages_help,core_grades]
AMOS END
2010-06-18 16:24:14 +00:00
David Mudrak
c3af84eb88 MDL-21695 Replaced grade/showactivityicons.html
AMOS BEGIN
 HLP grade/showactivityicons.html,[showactivityicons_help,core_grades]
 MOV [configshowactivityicons,core_grades],[showactivityicons_help,core_grades]
AMOS END
2010-06-18 16:17:30 +00:00
David Mudrak
39017135d9 MDL-21695 Replaced grade/rangesdisplaytype.html
AMOS BEGIN
 HLP grade/rangesdisplaytype.html,[rangesdisplaytype_help,core_grades]
AMOS END
2010-06-18 15:58:39 +00:00
David Mudrak
b339c45d25 MDL-21695 Replaced grade/rangesdecimalpoints.html
AMOS BEGIN
 HLP grade/rangesdecimalpoints.html,[rangesdecimalpoints_help,core_grades]
 MOV [configrangesdecimalpoints,core_grades],[rangesdecimalpoints_help,core_grades]
AMOS END
2010-06-18 15:56:12 +00:00
David Mudrak
98462a9009 MDL-21695 Replaced grade/quickgrading.html
AMOS BEGIN
 HLP grade/quickgrading.html,[quickgrading_help,core_grades]
AMOS END
2010-06-18 15:49:25 +00:00
David Mudrak
ad01096c16 MDL-21695 Replaced grade/meanselection.html
AMOS BEGIN
 MOV [configmeanselection,core_grades],[meanselection_help,core_grades]
 HLP grade/meanselection.html,[meanselection_help,core_grades]
AMOS END
2010-06-18 13:56:19 +00:00
Sam Hemelryk
d32f6eaba8 gradebook MDL-22820 Fixed some more naughty CSS selectors 2010-06-17 06:42:38 +00:00
Sam Hemelryk
d52e4aabed gradebook MDL-22820 Fixed some very naughty CSS selectors 2010-06-17 06:40:38 +00:00
Andrew Davis
4d13065fad gradebook MDL-22820 fixed grade/report/grader/styles.css It was referencing an incorrect file a bunch of times 2010-06-17 04:17:55 +00:00
Andrew Davis
b0ed4c4085 gradebook MDL-22820 fixed grade/report/grader/styles.css It was referencing an incorrect file a bunch of times 2010-06-17 03:11:47 +00:00
Andrew Davis
6712973f27 gradebook MDL-22587 made grader report change the mouse pointer to indicate that clickable table cells are clickable 2010-06-02 02:30:50 +00:00
David Mudrak
4d73fde141 MDL-21695 Replaced grade/gradeboundary.html
AMOS BEGIN
 HLP grade/gradeboundary.html,[gradeboundary_help,core_grades]
AMOS END
2010-05-27 20:54:47 +00:00
Andrew Davis
92ff62362c gradebook MDL-21562 removed a bunch of redundant code 2010-05-27 08:53:46 +00:00
Andrew Davis
25755917b8 gradebook MDL-21562 Commented out a probably unnecessary variable definition 2010-05-26 09:04:00 +00:00
Andrew Davis
08ab3b09bf gradebook MDL-21562 Removed a bunch of unused code and commented out a bunch more Im pretty sure can go as well 2010-05-26 09:00:44 +00:00
Andrew Davis
33b950093d gradebook MDL-21562 Improved a comment 2010-05-26 08:59:40 +00:00
Andrew Davis
bab41ab7b6 gradebook MDL-21562 commented out a bunch of code that should be ok to be deleted. 2010-05-26 08:58:53 +00:00
David Mudrak
b47566d9c1 MDL-21695 Enable AJAX in gradebook: help string name fixed
AMOS BEGIN
 MOV [configenableajax,core_grades],[enableajax_help,core_grades]
AMOS END
2010-05-24 15:22:28 +00:00
David Mudrak
775fa8c29b MDL-21695 grade/averagesdisplaytype.html
AMOS BEGIN
 HLP grade/averagesdisplaytype.html,[averagesdisplaytype_help,core_grades]
AMOS END
2010-05-24 12:00:43 +00:00
David Mudrak
92dc9e7f9c MDL-21695 grade/averagesdecimalpoints.html
AMOS BEGIN
 HLP grade/averagesdecimalpoints.html,[averagesdecimalpoints_help,core_grades]
AMOS END
2010-05-24 10:19:44 +00:00
David Mudrak
caf698c89d MDL-21695 Grader preferences form uses help strings 2010-05-24 10:17:48 +00:00
Sam Marshall
31c9330392 accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php 2010-05-21 11:51:23 +00:00
Andrew Davis
870e279510 gradebook MDL-22443 fixed scroll problem with the grader report 2010-05-14 07:16:29 +00:00
Martin Dougiamas
bfebaf64d8 MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script. 2010-05-13 02:02:05 +00:00