1121 Commits

Author SHA1 Message Date
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
David Mudrak
cb616be854 MDL-21695 Making old_help_icon() deprecated
Some of the callers have never been fully implemented (help file never existed)
so I just dropped the help icon. In other cases, new help_icon() is
used. The help icons support in the messaging must be reviewed by the
subsystem maintainer.
2010-08-16 15:29:46 +00:00
Petr Skoda
b11681e036 MDL-23784 fixed more incorrect pix links 2010-08-12 18:38:56 +00:00
Andrew Davis
e2a8447777 gradebook MDL-19070 Added a guard to protect against a potential error 2010-08-11 07:28:57 +00:00
Andrew Davis
5174f3c5c4 gradebook MDL-23750 category and item page had extra cells due to partial refactoring 2010-08-11 06:54:40 +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
Andrew Davis
df227facba gradebook MDL-23354 added blocks to some pages that were missing them 2010-07-23 08:03:30 +00:00
Andrew Davis
51512508d1 gradebook MDL-23354 now saves scale description format when you create a new scale 2010-07-23 07:35:26 +00:00
Sam Hemelryk
1f3e25963a grade-outcomes MDL-23354 Fixed up navigation problems and added courseid to links where required to maintain that 2010-07-21 06:51:12 +00:00
Jonathan Harker
c71f326514 MDL-20876 Fix remaining split() calls. 2010-07-20 03:27:36 +00:00
Jonathan Harker
d5b36b401c grade/import/csv: MDL-20876 Fix split() call and remove redundant escaping. 2010-07-20 03:23:20 +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
Andrew Davis
2821c4955b gradebook MDL-22931 made some of the setting labels more specific and made blocks show on category setting screen 2010-07-08 07:09:10 +00:00
Andrew Davis
4a15febe7c gradebook MDL-23054 Added a link to "manage outcomes" from the "add outcomes to course" screen 2010-07-08 01:42:57 +00:00
Eloy Lafuente
ffe5025874 NOBUG DB syntax - fix/improve some uses. I haven't tested completion, have you? 2010-07-05 22:48:07 +00:00
Martin Dougiamas
45a639d54c MDL-23076 Revert gradebook to get module string name from modulename, not pluginname (for now) 2010-07-05 05:29:07 +00:00
Andrew Davis
3f781a221c gradebook MDL-23042 missing help topic being reported due to incorrect component name 2010-07-05 03:29:35 +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
Petr Skoda
64f93798d4 MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
David Mudrak
995f2d51d7 MDL-12192 Language specific label separator instead of hardcoded ': '
New string is available. Use get_string('labelsep', 'langconfig') to be used
as a separator between a label and the labelled text. If you want to
produce <label> HTML element, you may be interested in the new
html_writer::label() method. Simple selects and URL selects now use it.

There are bambillion places where ': ' is hardcoded as a separator. I do
not think we have to fix them manually now (and mass search and replace
would be tricky) but everybody should stop adding new.

Do not abuse 'labelsep' for any other purposes. Note that it may not be
colon in some languages or sites.
2010-07-02 12:15:36 +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
fffc7ddf5a MDL-21695 Gradebook help conversion finished 2010-06-27 21:30:44 +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
bf03b43f8c MDL-21695 Fixed help string component 2010-06-25 17:20:59 +00:00
David Mudrak
2e98f5ac66 MDL-21695 User key related help
AMOS BEGIN
 MOV [userkeyhelp,core_grades],[userkey_help,core_userkey]
 HLP grade/userkey.html,[userkey_help,core_userkey]
 HLP userkey/keyiprestriction.html,[keyiprestriction_help,core_userkey]
 HLP userkey/keyvaliduntil.html,[keyvaliduntil_help,core_userkey]
AMOS END
2010-06-25 17:20:46 +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
1cc3165e18 MDL-21695 Replaced grade/showrank.html
AMOS BEGIN
 MOV [configshowrank,core_grades],[showrank_help,core_grades]
 HLP grade/showrank.html,[showrank_help,core_grades]
AMOS END
2010-06-25 17:19:34 +00:00
Andrew Davis
4592df46cb gradebook MDL-22670 Altered grade_edit_tree::format_number() to trim to a minimum of 1 decimal place. Longer numbers are limited to 4 decimal places. 2010-06-23 05:11:12 +00:00
Andrew Davis
73185e826c gradebook MDL-22670 Added some unit tests for grade_edit_tree::format_number() 2010-06-23 05:09:24 +00:00
Petr Skoda
df997f841f MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
    MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
    MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
    MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
    MOV [enrolenddate,core],[enrolenddate,enrol_self]
    CPY [welcometocourse,core],[welcometocourse,enrol_self]
    CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
    MOV [notenrollable,core],[notenrollable,core_enrol]
    MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
    MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
    MOV [coursemanager,core_admin],[coursecontact,core_admin]
    MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
    MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
    MOV [enrolme,core],[enrolme,core_enrol]
    MOV [unenrol,core],[unenrol,core_enrol]
    MOV [unenrolme,core],[unenrolme,core_enrol]
    MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
    MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
    MOV [enrolments,core],[enrolments,core_enrol]
    MOV [enrolperiod,core],[enrolperiod,core_enrol]
    MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30: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
ff268dcb28 MDL-21695 Replaced grade/showpercentage.html
AMOS BEGIN
 MOV [configshowpercentage,core_grades],[showpercentage_help,core_grades]
 HLP grade/showpercentage.html,[showpercentage_help,core_grades]
AMOS END
2010-06-21 08:39:27 +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
69e3e962b1 MDL-21695 Replaced grade/showhiddenitems.html
AMOS BEGIN
 MOV [configshowhiddenitems,core_grades],[showhiddenitems_help,core_grades]
 HLP grade/showhiddenitems.html,[showhiddenitems_help,core_grades]
AMOS END
2010-06-21 06:57:46 +00:00
David Mudrak
81ff6f1c3a MDL-21695 Replaced grade/overridden.html
AMOS BEGIN
 HLP grade/overridden.html,[overridden_help,core_grades]
AMOS END
2010-06-21 06:50:24 +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
bd77df31dd MDL-21695 Replaced grade/scalestandard.html
AMOS BEGIN
 HLP grade/scalestandard.html,[scalestandard_help,core]
AMOS END
2010-06-18 16:13:20 +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