Petr Skoda
275cbac71a
MDL-29030 migrate outline report to new type
...
AMOS BEGIN
MOV [outline:view,coursereport_outline],[outline:view,report_outline]
MOV [pluginpagetype,coursereport_outline],[pluginpagetype,report_outline]
MOV [pluginname,coursereport_outline],[pluginname,report_outline]
AMOS END
2011-11-06 12:22:47 +01:00
Eloy Lafuente (stronk7)
8778398293
MDL-30057 plugins - glossary/data new filters made 1st-class citizens
2011-11-03 02:51:17 +01:00
David Mudrak
d6d341d09b
Merge remote branch 'origin/master' into rubric
...
Conflicts:
lib/db/upgrade.php
version.php
2011-11-02 23:17:08 +01:00
Aparup Banerjee
c84f4700ec
Merge branch 'w43_MDL-29921_m22_qti2' of git://github.com/skodak/moodle
2011-10-31 17:08:32 +08:00
Aparup Banerjee
046391ea11
Merge branch 'w43_MDL-29923_m22_removesearch' of git://github.com/skodak/moodle
2011-10-31 10:23:59 +08:00
Petr Skoda
2dc54611f2
MDL-29921 remove unmaintained qti_two export question type
...
It can be easily included in official distribution again if somebody fixes it because there are no stored data, capabilities or versions. This will finally allow us to drop the outdate Smarty library form distribution package.
2011-10-28 10:32:24 +02:00
Petr Skoda
f68cef22b9
MDL-29923 remove all traces of experimental global search
...
Hopefully it will be replaced by something fully functional soon, see http://moodle.org/mod/forum/discuss.php?d=189023
2011-10-28 10:20:00 +02:00
Eloy Lafuente (stronk7)
3f123d9227
MDL-29978 install - dependencies must be checked against disk (target) versions
2011-10-28 01:41:04 +02:00
David Mudrak
18dd4a69d0
Merge remote branch 'origin/master' into rubric
...
Conflicts:
lib/db/upgrade.php
2011-10-27 21:58:45 +02:00
Petr Skoda
f433088d5a
MDL-29474 fix regressions in CLI install
2011-10-27 13:55:41 +02:00
David Mudrak
01609c9ad9
Merge remote branch 'origin/master' into rubric
...
Conflicts:
lib/db/upgrade.php
version.php
2011-10-24 22:13:01 +02:00
Tim Hunt
777781d16e
MDL-29474 plugin dependencies: fix misspelling dependancies.
2011-10-20 11:13:45 +01:00
Tim Hunt
faadd32696
MDL-29474 prevent install/upgrade if plugin dependancies not met.
2011-10-20 11:13:41 +01:00
Tim Hunt
e61aaece64
MDL-29474 pluginlib: rename plugintype_interface to plugin_information.
...
So that the type acutally tells you what the thing is.
2011-10-20 11:13:31 +01:00
Tim Hunt
0242bdc759
MDL-29474 pluginlib.php: Code to load the dependancy information and make it available.
2011-10-20 11:13:29 +01:00
Tim Hunt
44a7f3840d
MDL-29474 fix qtype and qbehaviour plugins to use proper pluginname strings.
...
But maintain backwards-compatibility for now.
2011-10-20 11:13:27 +01:00
Tim Hunt
6740c6058e
MDL-29474 pluginlib.php: fix get_settings_url implimentation.
2011-10-20 11:13:25 +01:00
Tim Hunt
473289a097
MDL-29474 pluginlib.php: refactor the code to eliminate some duplication.
2011-10-20 11:13:23 +01:00
Tim Hunt
b8343e68f0
MDL-29474 lib/pluginlib.php improve method names.
...
I discussed this change with David Mudrak who originally wrote this code, and he agreed.
2011-10-20 11:13:21 +01:00
Tim Hunt
c999d841b4
MDL-29627 add quizaccess plugins to standard_plugins_list.
2011-10-13 11:13:26 +01:00
David Mudrak
f59f488a36
MDL-29480 Introducing new rubric plugin
2011-10-03 22:26:51 +02:00
Petr Skoda
fab6f7b78e
MDL-29509 migrate DB replace to admin tools
2011-09-27 00:39:21 +02:00
Petr Skoda
3cdfaeeff9
MDL-29509 new admin tool manager UI
2011-09-27 00:39:21 +02:00
Petr Skoda
9597e00b79
MDL-29509 move timezoneimport to admin tools
...
AMOS BEGIN
MOV [configintrotimezones,core_admin],[configintrotimezones,tool_timezoneimport]
MOV [importtimezones,core_admin],[importtimezones,tool_timezoneimport]
MOV [importtimezonescount,core_admin],[importtimezonescount,tool_timezoneimport]
MOV [importtimezonesfailed,core_admin],[importtimezonesfailed,tool_timezoneimport]
MOV [updatetimezones,core_admin],[updatetimezones,tool_timezoneimport]
AMOS END
2011-09-27 00:39:20 +02:00
Petr Skoda
17a14fbd01
MDL-29509 move spamcleaner to admin tools
...
Why? Because this tool does not support contexts, allows data modifications and is intended only for admins. It is still linked from admin reports for now, we will move it elsewhere once we know where to add general new reports.
AMOS BEGIN
MOV [pluginname,report_spamcleaner],[pluginname,tool_spamcleaner]
MOV [spamauto,report_spamcleaner],[spamauto,tool_spamcleaner]
MOV [spamcannotdelete,report_spamcleaner],[spamcannotdelete,tool_spamcleaner]
MOV [spamcannotfinduser,report_spamcleaner],[spamcannotfinduser,tool_spamcleaner]
MOV [spamcleanerintro,report_spamcleaner],[spamcleanerintro,tool_spamcleaner]
MOV [spamdeleteall,report_spamcleaner],[spamdeleteall,tool_spamcleaner]
MOV [spamdeleteallconfirm,report_spamcleaner],[spamdeleteallconfirm,tool_spamcleaner]
MOV [spamdeleteconfirm,report_spamcleaner],[spamdeleteconfirm,tool_spamcleaner]
MOV [spamdesc,report_spamcleaner],[spamdesc,tool_spamcleaner]
MOV [spameg,report_spamcleaner],[spameg,tool_spamcleaner]
MOV [spamfromblog,report_spamcleaner],[spamfromblog,tool_spamcleaner]
MOV [spaminvalidresult,report_spamcleaner],[spaminvalidresult,tool_spamcleaner]
MOV [spamoperation,report_spamcleaner],[spamoperation,tool_spamcleaner]
MOV [spamresult,report_spamcleaner],[spamresult,tool_spamcleaner]
MOV [spamsearch,report_spamcleaner],[spamsearch,tool_spamcleaner]
AMOS END
2011-09-27 00:39:20 +02:00
Petr Skoda
cff8fc8d5b
MDL-29509 move qeupgradehelper to admin tools
...
AMOS BEGIN
MOV [action,local_qeupgradehelper],[action,tool_qeupgradehelper]
MOV [alreadydone,local_qeupgradehelper],[alreadydone,tool_qeupgradehelper]
MOV [areyousure,local_qeupgradehelper],[areyousure,tool_qeupgradehelper]
MOV [areyousuremessage,local_qeupgradehelper],[areyousuremessage,tool_qeupgradehelper]
MOV [areyousureresetmessage,local_qeupgradehelper],[areyousureresetmessage,tool_qeupgradehelper]
MOV [attemptstoconvert,local_qeupgradehelper],[attemptstoconvert,tool_qeupgradehelper]
MOV [backtoindex,local_qeupgradehelper],[backtoindex,tool_qeupgradehelper]
MOV [conversioncomplete,local_qeupgradehelper],[conversioncomplete,tool_qeupgradehelper]
MOV [convertattempts,local_qeupgradehelper],[convertattempts,tool_qeupgradehelper]
MOV [convertquiz,local_qeupgradehelper],[convertquiz,tool_qeupgradehelper]
MOV [convertedattempts,local_qeupgradehelper],[convertedattempts,tool_qeupgradehelper]
MOV [cronenabled,local_qeupgradehelper],[cronenabled,tool_qeupgradehelper]
MOV [croninstructions,local_qeupgradehelper],[croninstructions,tool_qeupgradehelper]
MOV [cronprocesingtime,local_qeupgradehelper],[cronprocesingtime,tool_qeupgradehelper]
MOV [cronsetup,local_qeupgradehelper],[cronsetup,tool_qeupgradehelper]
MOV [cronsetup_desc,local_qeupgradehelper],[cronsetup_desc,tool_qeupgradehelper]
MOV [cronstarthour,local_qeupgradehelper],[cronstarthour,tool_qeupgradehelper]
MOV [cronstophour,local_qeupgradehelper],[cronstophour,tool_qeupgradehelper]
MOV [extracttestcase,local_qeupgradehelper],[extracttestcase,tool_qeupgradehelper]
MOV [extracttestcase_desc,local_qeupgradehelper],[extracttestcase_desc,tool_qeupgradehelper]
MOV [gotoindex,local_qeupgradehelper],[gotoindex,tool_qeupgradehelper]
MOV [gotoquizreport,local_qeupgradehelper],[gotoquizreport,tool_qeupgradehelper]
MOV [gotoresetlink,local_qeupgradehelper],[gotoresetlink,tool_qeupgradehelper]
MOV [includedintheupgrade,local_qeupgradehelper],[includedintheupgrade,tool_qeupgradehelper]
MOV [invalidquizid,local_qeupgradehelper],[invalidquizid,tool_qeupgradehelper]
MOV [listpreupgrade,local_qeupgradehelper],[listpreupgrade,tool_qeupgradehelper]
MOV [listpreupgrade_desc,local_qeupgradehelper],[listpreupgrade_desc,tool_qeupgradehelper]
MOV [listpreupgradeintro,local_qeupgradehelper],[listpreupgradeintro,tool_qeupgradehelper]
MOV [listtodo,local_qeupgradehelper],[listtodo,tool_qeupgradehelper]
MOV [listtodo_desc,local_qeupgradehelper],[listtodo_desc,tool_qeupgradehelper]
MOV [listtodointro,local_qeupgradehelper],[listtodointro,tool_qeupgradehelper]
MOV [listupgraded,local_qeupgradehelper],[listupgraded,tool_qeupgradehelper]
MOV [listupgraded_desc,local_qeupgradehelper],[listupgraded_desc,tool_qeupgradehelper]
MOV [listupgradedintro,local_qeupgradehelper],[listupgradedintro,tool_qeupgradehelper]
MOV [noquizattempts,local_qeupgradehelper],[noquizattempts,tool_qeupgradehelper]
MOV [nothingupgradedyet,local_qeupgradehelper],[nothingupgradedyet,tool_qeupgradehelper]
MOV [notupgradedsiterequired,local_qeupgradehelper],[notupgradedsiterequired,tool_qeupgradehelper]
MOV [numberofattempts,local_qeupgradehelper],[numberofattempts,tool_qeupgradehelper]
MOV [oldsitedetected,local_qeupgradehelper],[oldsitedetected,tool_qeupgradehelper]
MOV [outof,local_qeupgradehelper],[outof,tool_qeupgradehelper]
MOV [pluginname,local_qeupgradehelper],[pluginname,tool_qeupgradehelper]
MOV [pretendupgrade,local_qeupgradehelper],[pretendupgrade,tool_qeupgradehelper]
MOV [pretendupgrade_desc,local_qeupgradehelper],[pretendupgrade_desc,tool_qeupgradehelper]
MOV [questionsessions,local_qeupgradehelper],[questionsessions,tool_qeupgradehelper]
MOV [quizid,local_qeupgradehelper],[quizid,tool_qeupgradehelper]
MOV [quizupgrade,local_qeupgradehelper],[quizupgrade,tool_qeupgradehelper]
MOV [quizzesthatcanbereset,local_qeupgradehelper],[quizzesthatcanbereset,tool_qeupgradehelper]
MOV [quizzestobeupgraded,local_qeupgradehelper],[quizzestobeupgraded,tool_qeupgradehelper]
MOV [quizzeswithunconverted,local_qeupgradehelper],[quizzeswithunconverted,tool_qeupgradehelper]
MOV [resetquiz,local_qeupgradehelper],[resetquiz,tool_qeupgradehelper]
MOV [resetcomplete,local_qeupgradehelper],[resetcomplete,tool_qeupgradehelper]
MOV [resettingquizattempts,local_qeupgradehelper],[resettingquizattempts,tool_qeupgradehelper]
MOV [resettingquizattemptsprogress,local_qeupgradehelper],[resettingquizattemptsprogress,tool_qeupgradehelper]
MOV [upgradingquizattempts,local_qeupgradehelper],[upgradingquizattempts,tool_qeupgradehelper]
MOV [upgradedsitedetected,local_qeupgradehelper],[upgradedsitedetected,tool_qeupgradehelper]
MOV [upgradedsiterequired,local_qeupgradehelper],[upgradedsiterequired,tool_qeupgradehelper]
MOV [veryoldattemtps,local_qeupgradehelper],[veryoldattemtps,tool_qeupgradehelper]
AMOS END
2011-09-27 00:39:20 +02:00
Petr Skoda
b703861f49
MDL-29509 move customlang to admin tools
...
AMOS BEGIN
MOV [checkin,report_customlang],[checkin,tool_customlang]
MOV [checkout,report_customlang],[checkout,tool_customlang]
MOV [checkoutdone,report_customlang],[checkoutdone,tool_customlang]
MOV [checkoutinprogress,report_customlang],[checkoutinprogress,tool_customlang]
MOV [confirmcheckin,report_customlang],[confirmcheckin,tool_customlang]
MOV [customlang:edit,report_customlang],[customlang:edit,tool_customlang]
MOV [customlang:view,report_customlang],[customlang:view,tool_customlang]
MOV [filter,report_customlang],[filter,tool_customlang]
MOV [filtercomponent,report_customlang],[filtercomponent,tool_customlang]
MOV [filtercustomized,report_customlang],[filtercustomized,tool_customlang]
MOV [filtermodified,report_customlang],[filtermodified,tool_customlang]
MOV [filteronlyhelps,report_customlang],[filteronlyhelps,tool_customlang]
MOV [filtershowstrings,report_customlang],[filtershowstrings,tool_customlang]
MOV [filterstringid,report_customlang],[filterstringid,tool_customlang]
MOV [filtersubstring,report_customlang],[filtersubstring,tool_customlang]
MOV [headingcomponent,report_customlang],[headingcomponent,tool_customlang]
MOV [headinglocal,report_customlang],[headinglocal,tool_customlang]
MOV [headingstandard,report_customlang],[headingstandard,tool_customlang]
MOV [headingstringid,report_customlang],[headingstringid,tool_customlang]
MOV [markinguptodate,report_customlang],[markinguptodate,tool_customlang]
MOV [markinguptodate_help,report_customlang],[markinguptodate_help,tool_customlang]
MOV [markuptodate,report_customlang],[markuptodate,tool_customlang]
MOV [modifiedno,report_customlang],[modifiedno,tool_customlang]
MOV [modifiednum,report_customlang],[modifiednum,tool_customlang]
MOV [nostringsfound,report_customlang],[nostringsfound,tool_customlang]
MOV [placeholder,report_customlang],[placeholder,tool_customlang]
MOV [placeholder_help,report_customlang],[placeholder_help,tool_customlang]
MOV [placeholderwarning,report_customlang],[placeholderwarning,tool_customlang]
MOV [pluginname,report_customlang],[pluginname,tool_customlang]
MOV [savecheckin,report_customlang],[savecheckin,tool_customlang]
MOV [savecontinue,report_customlang],[savecontinue,tool_customlang]
AMOS END
2011-09-27 00:39:19 +02:00
Petr Skoda
ce15d56ddb
MDL-29029 move user upload to admin tools
...
AMOS BEGIN
MOV [uploadpictures,core_admin],[uploadpictures,tool_uploaduser]
MOV [uploadpictures_help,core_admin],[uploadpictures_help,tool_uploaduser]
MOV [uploadusers,core_admin],[uploadusers,tool_uploaduser]
MOV [uploadusers_help,core_admin],[uploadusers_help,tool_uploaduser]
MOV [uploaduserspreview,core_admin],[uploaduserspreview,tool_uploaduser]
MOV [uploadusersresult,core_admin],[uploadusersresult,tool_uploaduser]
MOV [uucsvline,core_admin],[uucsvline,tool_uploaduser]
MOV [userrenamed,core_admin],[userrenamed,tool_uploaduser]
MOV [useraccountupdated,core_admin],[useraccountupdated,tool_uploaduser]
MOV [useraccountuptodate,core_admin],[useraccountuptodate,tool_uploaduser]
MOV [userdeleted,core_admin],[userdeleted,tool_uploaduser]
MOV [uupasswordcron,core_admin],[uupasswordcron,tool_uploaduser]
MOV [userscreated,core_admin],[userscreated,tool_uploaduser]
MOV [usersupdated,core_admin],[usersupdated,tool_uploaduser]
MOV [usersdeleted,core_admin],[usersdeleted,tool_uploaduser]
MOV [deleteerrors,core_admin],[deleteerrors,tool_uploaduser]
MOV [usersrenamed,core_admin],[usersrenamed,tool_uploaduser]
MOV [renameerrors,core_admin],[renameerrors,tool_uploaduser]
MOV [usersskipped,core_admin],[usersskipped,tool_uploaduser]
MOV [usersweakpassword,core_admin],[usersweakpassword,tool_uploaduser]
MOV [errors,core_admin],[errors,tool_uploaduser]
MOV [csvdelimiter,core_admin],[csvdelimiter,tool_uploaduser]
MOV [encoding,core_admin],[encoding,tool_uploaduser]
MOV [rowpreviewnum,core_admin],[rowpreviewnum,tool_uploaduser]
MOV [uuoptype_addinc,core_admin],[uuoptype_addinc,tool_uploaduser]
MOV [uuoptype_addnew,core_admin],[uuoptype_addnew,tool_uploaduser]
MOV [uuoptype_addupdate,core_admin],[uuoptype_addupdate,tool_uploaduser]
MOV [uuoptype_update,core_admin],[uuoptype_update,tool_uploaduser]
MOV [uuoptype,core_admin],[uuoptype,tool_uploaduser]
MOV [uupasswordnew,core_admin],[uupasswordnew,tool_uploaduser]
MOV [uupasswordold,core_admin],[uupasswordold,tool_uploaduser]
MOV [nochanges,core_admin],[nochanges,tool_uploaduser]
MOV [uuupdateall,core_admin],[uuupdateall,tool_uploaduser]
MOV [uuupdatefromfile,core_admin],[uuupdatefromfile,tool_uploaduser]
MOV [uuupdatemissing,core_admin],[uuupdatemissing,tool_uploaduser]
MOV [uuupdatetype,core_admin],[uuupdatetype,tool_uploaduser]
MOV [allowrenames,core_admin],[allowrenames,tool_uploaduser]
MOV [allowdeletes,core_admin],[allowdeletes,tool_uploaduser]
MOV [uunoemailduplicates,core_admin],[uunoemailduplicates,tool_uploaduser]
MOV [uustandardusernames,core_admin],[uustandardusernames,tool_uploaduser]
MOV [uubulk,core_admin],[uubulk,tool_uploaduser]
MOV [uubulkall,core_admin],[uubulkall,tool_uploaduser]
MOV [uubulknew,core_admin],[uubulknew,tool_uploaduser]
MOV [uubulkupdated,core_admin],[uubulkupdated,tool_uploaduser]
MOV [uulegacy1role,core_admin],[uulegacy1role,tool_uploaduser]
MOV [uulegacy2role,core_admin],[uulegacy2role,tool_uploaduser]
MOV [uulegacy3role,core_admin],[uulegacy3role,tool_uploaduser]
MOV [defaultvalues,core_admin],[defaultvalues,tool_uploaduser]
MOV [uuusernametemplate,core_admin],[uuusernametemplate,tool_uploaduser]
MOV [requiredtemplate,core_admin],[requiredtemplate,tool_uploaduser]
MOV [uploadpicture_baduserfield,core_admin],[uploadpicture_baduserfield,tool_uploaduser]
MOV [uploadpicture_cannotmovezip,core_admin],[uploadpicture_cannotmovezip,tool_uploaduser]
MOV [uploadpicture_cannotprocessdir,core_admin],[uploadpicture_cannotprocessdir,tool_uploaduser]
MOV [uploadpicture_cannotsave,core_admin],[uploadpicture_cannotsave,tool_uploaduser]
MOV [uploadpicture_cannotunzip,core_admin],[uploadpicture_cannotunzip,tool_uploaduser]
MOV [uploadpicture_invalidfilename,core_admin],[uploadpicture_invalidfilename,tool_uploaduser]
MOV [uploadpicture_overwrite,core_admin],[uploadpicture_overwrite,tool_uploaduser]
MOV [uploadpicture_userfield,core_admin],[uploadpicture_userfield,tool_uploaduser]
MOV [uploadpicture_usernotfound,core_admin],[uploadpicture_usernotfound,tool_uploaduser]
MOV [uploadpicture_userskipped,core_admin],[uploadpicture_userskipped,tool_uploaduser]
MOV [uploadpicture_userupdated,core_admin],[uploadpicture_userupdated,tool_uploaduser]
AMOS END
2011-09-18 11:00:39 +02:00
Petr Skoda
0715e3d938
MDL-29029 move multilang upgrade to admin tools
...
AMOS BEGIN
MOV [multilangupgrade,core_admin],[pluginname,tool_ multilangupgrade]
MOV [multilangupgradeinfo,core_admin],[multilangupgradeinfo,tool_ multilangupgrade]
AMOS END
2011-09-18 09:44:39 +02:00
Petr Skoda
b007a5d041
MDL-29029 move xmldb-editor to admin tools
...
AMOS BEGIN
MOV [xmldbeditor,moodle],[pluginname,tool_xmldb]
MOV [actual,core_xmldb],[actual,tool_xmldb]
MOV [aftertable,core_xmldb],[aftertable,tool_xmldb]
MOV [back,core_xmldb],[back,tool_xmldb]
MOV [backtomainview,core_xmldb],[backtomainview,tool_xmldb]
MOV [binaryincorrectlength,core_xmldb],[binaryincorrectlength,tool_xmldb]
MOV [cannotuseidfield,core_xmldb],[cannotuseidfield,tool_xmldb]
MOV [completelogbelow,core_xmldb],[completelogbelow,tool_xmldb]
MOV [confirmdeletefield,core_xmldb],[confirmdeletefield,tool_xmldb]
MOV [confirmdeleteindex,core_xmldb],[confirmdeleteindex,tool_xmldb]
MOV [confirmdeletekey,core_xmldb],[confirmdeletekey,tool_xmldb]
MOV [confirmdeletetable,core_xmldb],[confirmdeletetable,tool_xmldb]
MOV [confirmdeletexmlfile,core_xmldb],[confirmdeletexmlfile,tool_xmldb]
MOV [confirmcheckbigints,core_xmldb],[confirmcheckbigints,tool_xmldb]
MOV [confirmcheckdefaults,core_xmldb],[confirmcheckdefaults,tool_xmldb]
MOV [confirmcheckforeignkeys,core_xmldb],[confirmcheckforeignkeys,tool_xmldb]
MOV [confirmcheckindexes,core_xmldb],[confirmcheckindexes,tool_xmldb]
MOV [confirmrevertchanges,core_xmldb],[confirmrevertchanges,tool_xmldb]
MOV [create,core_xmldb],[create,tool_xmldb]
MOV [createtable,core_xmldb],[createtable,tool_xmldb]
MOV [defaultincorrect,core_xmldb],[defaultincorrect,tool_xmldb]
MOV [delete,core_xmldb],[delete,tool_xmldb]
MOV [delete_field,core_xmldb],[delete_field,tool_xmldb]
MOV [delete_index,core_xmldb],[delete_index,tool_xmldb]
MOV [delete_key,core_xmldb],[delete_key,tool_xmldb]
MOV [delete_table,core_xmldb],[delete_table,tool_xmldb]
MOV [delete_xml_file,core_xmldb],[delete_xml_file,tool_xmldb]
MOV [doc,core_xmldb],[doc,tool_xmldb]
MOV [docindex,core_xmldb],[docindex,tool_xmldb]
MOV [documentationintro,core_xmldb],[documentationintro,tool_xmldb]
MOV [down,core_xmldb],[down,tool_xmldb]
MOV [duplicate,core_xmldb],[duplicate,tool_xmldb]
MOV [duplicatefieldname,core_xmldb],[duplicatefieldname,tool_xmldb]
MOV [duplicatekeyname,core_xmldb],[duplicatekeyname,tool_xmldb]
MOV [edit,core_xmldb],[edit,tool_xmldb]
MOV [edit_field,core_xmldb],[edit_field,tool_xmldb]
MOV [edit_field_save,core_xmldb],[edit_field_save,tool_xmldb]
MOV [edit_index,core_xmldb],[edit_index,tool_xmldb]
MOV [edit_index_save,core_xmldb],[edit_index_save,tool_xmldb]
MOV [edit_key,core_xmldb],[edit_key,tool_xmldb]
MOV [edit_key_save,core_xmldb],[edit_key_save,tool_xmldb]
MOV [edit_table,core_xmldb],[edit_table,tool_xmldb]
MOV [edit_table_save,core_xmldb],[edit_table_save,tool_xmldb]
MOV [edit_xml_file,core_xmldb],[edit_xml_file,tool_xmldb]
MOV [enumvaluesincorrect,core_xmldb],[enumvaluesincorrect,tool_xmldb]
MOV [expected,core_xmldb],[expected,tool_xmldb]
MOV [extensionrequired,core_xmldb],[extensionrequired,tool_xmldb]
MOV [field,core_xmldb],[field,tool_xmldb]
MOV [fieldnameempty,core_xmldb],[fieldnameempty,tool_xmldb]
MOV [fields,core_xmldb],[fields,tool_xmldb]
MOV [fieldsnotintable,core_xmldb],[fieldsnotintable,tool_xmldb]
MOV [fieldsusedinkey,core_xmldb],[fieldsusedinkey,tool_xmldb]
MOV [filenotwriteable,core_xmldb],[filenotwriteable,tool_xmldb]
MOV [fkviolationdetails,core_xmldb],[fkviolationdetails,tool_xmldb]
MOV [floatincorrectdecimals,core_xmldb],[floatincorrectdecimals,tool_xmldb]
MOV [floatincorrectlength,core_xmldb],[floatincorrectlength,tool_xmldb]
MOV [float2numbernote,core_xmldb],[float2numbernote,tool_xmldb]
MOV [generate_all_documentation,core_xmldb],[generate_all_documentation,tool_xmldb]
MOV [generate_documentation,core_xmldb],[generate_documentation,tool_xmldb]
MOV [gotolastused,core_xmldb],[gotolastused,tool_xmldb]
MOV [change,core_xmldb],[change,tool_xmldb]
MOV [charincorrectlength,core_xmldb],[charincorrectlength,tool_xmldb]
MOV [checkbigints,core_xmldb],[checkbigints,tool_xmldb]
MOV [check_bigints,core_xmldb],[check_bigints,tool_xmldb]
MOV [checkdefaults,core_xmldb],[checkdefaults,tool_xmldb]
MOV [check_defaults,core_xmldb],[check_defaults,tool_xmldb]
MOV [checkforeignkeys,core_xmldb],[checkforeignkeys,tool_xmldb]
MOV [check_foreign_keys,core_xmldb],[check_foreign_keys,tool_xmldb]
MOV [checkindexes,core_xmldb],[checkindexes,tool_xmldb]
MOV [check_indexes,core_xmldb],[check_indexes,tool_xmldb]
MOV [incorrectfieldname,core_xmldb],[incorrectfieldname,tool_xmldb]
MOV [index,core_xmldb],[index,tool_xmldb]
MOV [indexes,core_xmldb],[indexes,tool_xmldb]
MOV [integerincorrectlength,core_xmldb],[integerincorrectlength,tool_xmldb]
MOV [key,core_xmldb],[key,tool_xmldb]
MOV [keys,core_xmldb],[keys,tool_xmldb]
MOV [listreservedwords,core_xmldb],[listreservedwords,tool_xmldb]
MOV [load,core_xmldb],[load,tool_xmldb]
MOV [main_view,core_xmldb],[main_view,tool_xmldb]
MOV [masterprimaryuniqueordernomatch,core_xmldb],[masterprimaryuniqueordernomatch,tool_xmldb]
MOV [missing,core_xmldb],[missing,tool_xmldb]
MOV [missingindexes,core_xmldb],[missingindexes,tool_xmldb]
MOV [mustselectonefield,core_xmldb],[mustselectonefield,tool_xmldb]
MOV [mustselectoneindex,core_xmldb],[mustselectoneindex,tool_xmldb]
MOV [mustselectonekey,core_xmldb],[mustselectonekey,tool_xmldb]
MOV [mysqlextracheckbigints,core_xmldb],[mysqlextracheckbigints,tool_xmldb]
MOV [newfield,core_xmldb],[newfield,tool_xmldb]
MOV [newindex,core_xmldb],[newindex,tool_xmldb]
MOV [newkey,core_xmldb],[newkey,tool_xmldb]
MOV [newtable,core_xmldb],[newtable,tool_xmldb]
MOV [newtablefrommysql,core_xmldb],[newtablefrommysql,tool_xmldb]
MOV [new_table_from_mysql,core_xmldb],[new_table_from_mysql,tool_xmldb]
MOV [nomasterprimaryuniquefound,core_xmldb],[nomasterprimaryuniquefound,tool_xmldb]
MOV [nomissingindexesfound,core_xmldb],[nomissingindexesfound,tool_xmldb]
MOV [noviolatedforeignkeysfound,core_xmldb],[noviolatedforeignkeysfound,tool_xmldb]
MOV [nowrongdefaultsfound,core_xmldb],[nowrongdefaultsfound,tool_xmldb]
MOV [nowrongintsfound,core_xmldb],[nowrongintsfound,tool_xmldb]
MOV [numberincorrectdecimals,core_xmldb],[numberincorrectdecimals,tool_xmldb]
MOV [numberincorrectlength,core_xmldb],[numberincorrectlength,tool_xmldb]
MOV [pendingchanges,core_xmldb],[pendingchanges,tool_xmldb]
MOV [pendingchangescannotbesaved,core_xmldb],[pendingchangescannotbesaved,tool_xmldb]
MOV [pendingchangescannotbesavedreload,core_xmldb],[pendingchangescannotbesavedreload,tool_xmldb]
MOV [reserved,core_xmldb],[reserved,tool_xmldb]
MOV [reservedwords,core_xmldb],[reservedwords,tool_xmldb]
MOV [revert,core_xmldb],[revert,tool_xmldb]
MOV [revert_changes,core_xmldb],[revert_changes,tool_xmldb]
MOV [save,core_xmldb],[save,tool_xmldb]
MOV [searchresults,core_xmldb],[searchresults,tool_xmldb]
MOV [selectaction,core_xmldb],[selectaction,tool_xmldb]
MOV [selectdb,core_xmldb],[selectdb,tool_xmldb]
MOV [selectfieldkeyindex,core_xmldb],[selectfieldkeyindex,tool_xmldb]
MOV [selectonecommand,core_xmldb],[selectonecommand,tool_xmldb]
MOV [selectonefieldkeyindex,core_xmldb],[selectonefieldkeyindex,tool_xmldb]
MOV [selecttable,core_xmldb],[selecttable,tool_xmldb]
MOV [table,core_xmldb],[table,tool_xmldb]
MOV [tables,core_xmldb],[tables,tool_xmldb]
MOV [textincorrectlength,core_xmldb],[textincorrectlength,tool_xmldb]
MOV [unload,core_xmldb],[unload,tool_xmldb]
MOV [up,core_xmldb],[up,tool_xmldb]
MOV [view,core_xmldb],[view,tool_xmldb]
MOV [viewedited,core_xmldb],[viewedited,tool_xmldb]
MOV [vieworiginal,core_xmldb],[vieworiginal,tool_xmldb]
MOV [viewphpcode,core_xmldb],[viewphpcode,tool_xmldb]
MOV [view_reserved_words,core_xmldb],[view_reserved_words,tool_xmldb]
MOV [viewsqlcode,core_xmldb],[viewsqlcode,tool_xmldb]
MOV [view_structure_php,core_xmldb],[view_structure_php,tool_xmldb]
MOV [view_structure_sql,core_xmldb],[view_structure_sql,tool_xmldb]
MOV [view_table_php,core_xmldb],[view_table_php,tool_xmldb]
MOV [view_table_sql,core_xmldb],[view_table_sql,tool_xmldb]
MOV [viewxml,core_xmldb],[viewxml,tool_xmldb]
MOV [violatedforeignkeys,core_xmldb],[violatedforeignkeys,tool_xmldb]
MOV [violatedforeignkeysfound,core_xmldb],[violatedforeignkeysfound,tool_xmldb]
MOV [violations,core_xmldb],[violations,tool_xmldb]
MOV [wrong,core_xmldb],[wrong,tool_xmldb]
MOV [wrongdefaults,core_xmldb],[wrongdefaults,tool_xmldb]
MOV [wrongints,core_xmldb],[wrongints,tool_xmldb]
MOV [wronglengthforenum,core_xmldb],[wronglengthforenum,tool_xmldb]
MOV [wrongreservedwords,core_xmldb],[wrongreservedwords,tool_xmldb]
MOV [yesmissingindexesfound,core_xmldb],[yesmissingindexesfound,tool_xmldb]
MOV [yeswrongdefaultsfound,core_xmldb],[yeswrongdefaultsfound,tool_xmldb]
MOV [yeswrongintsfound,core_xmldb],[yeswrongintsfound,tool_xmldb]
AMOS END
2011-09-17 23:05:55 +02:00
Petr Skoda
cfe070b292
MDL-29029 move dbtransfer to admin tools
...
AMOS BEGIN
CPY [dbexport,core_dbtransfer],[pluginname,tool_dbtransfer]
MOV [dbexport,core_dbtransfer],[dbexport,tool_dbtransfer]
MOV [dbtransfer,core_dbtransfer],[dbtransfer,tool_dbtransfer]
MOV [exportdata,core_dbtransfer],[exportdata,tool_dbtransfer]
MOV [notargetconectexception,core_dbtransfer],[notargetconectexception,tool_dbtransfer]
MOV [pluginname,core_dbtransfer],[pluginname,tool_dbtransfer]
MOV [transferdata,core_dbtransfer],[transferdata,tool_dbtransfer]
MOV [transferdbintro,core_dbtransfer],[transferdbintro,tool_dbtransfer]
MOV [transferdbtoserver,core_dbtransfer],[transferdbtoserver,tool_dbtransfer]
MOV [transferringdbto,core_dbtransfer],[transferringdbto,tool_dbtransfer]
AMOS END
2011-09-17 22:24:12 +02:00
Petr Skoda
72941d564a
MDL-29029 move innodb conversion to admin tools
2011-09-17 21:19:31 +02:00
Petr Skoda
bd41bdd922
MDL-29029 move lang pack import to admin tools
...
Includes lang related language pack cleanup.
AMOS BEGIN
MOV [langpacks,core_admin],[pluginname,tool_langimport]
MOV [install,core_admin],[install,tool_langimport]
MOV [installedlangs,core_admin],[installedlangs,tool_langimport]
MOV [langimport,core_admin],[langimport,tool_langimport]
MOV [langimportdisabled,core_admin],[langimportdisabled,tool_langimport]
MOV [langpackinstalled,core_admin],[langpackinstalled,tool_langimport]
MOV [langpackremoved,core_admin],[langpackremoved,tool_langimport]
MOV [langpackupdateskipped,core_admin],[langpackupdateskipped,tool_langimport]
MOV [langpackuptodate,core_admin],[langpackuptodate,tool_langimport]
MOV [langupdatecomplete,core_admin],[langupdatecomplete,tool_langimport]
MOV [missinglangparent,core_admin],[missinglangparent,tool_langimport]
MOV [nolangupdateneeded,core_admin],[nolangupdateneeded,tool_langimport]
MOV [remotelangnotavailable,core_admin],[remotelangnotavailable,tool_langimport]
MOV [uninstall,core_admin],[uninstall,tool_langimport]
MOV [uninstallconfirm,core_admin],[uninstallconfirm,tool_langimport]
MOV [updatelangs,core_admin],[updatelangs,tool_langimport]
AMOS END
2011-09-17 20:58:26 +02:00
Petr Skoda
7f1d34f0eb
MDL-29029 move health center to admin tools
...
AMOS BEGIN
MOV [healthcenter,moodle],[pluginname,tool_health]
MOV [healthnoproblemsfound,moodle],[healthnoproblemsfound,tool_health]
MOV [healthproblemsdetected,moodle],[healthproblemsdetected,tool_health]
MOV [healthproblemsolution,moodle],[healthproblemsolution,tool_health]
MOV [healthreturntomain,moodle],[healthreturntomain,tool_health]
MOV [healthsolution,moodle],[healthsolution,tool_health]
AMOS END
2011-09-17 19:43:18 +02:00
Petr Skoda
8e4c1a80b4
MDL-29029 move blog upgrade to admin tools
...
AMOS BEGIN
MOV [bloglevelupgrade,core_admin],[pluginname,tool_bloglevelupgrade]
MOV [bloglevelupgradedescription,core_admin],[bloglevelupgradedescription,tool_bloglevelupgrade]
MOV [bloglevelupgradeinfo,core_admin],[bloglevelupgradeinfo,tool_bloglevelupgrade]
MOV [bloglevelupgradeprogress,core_admin],[bloglevelupgradeprogress,tool_bloglevelupgrade]
AMOS END
2011-09-17 19:43:18 +02:00
Petr Skoda
6c7365d98d
MDL-29029 move unmaintained generator to admin tools
...
Do NOT add link into settings tree, this is extremely dangerous and buggy. It is now usable only in DEBUG_DEVELOPER mode!
2011-09-17 19:43:17 +02:00
Petr Skoda
b412f9c4c9
MDL-29029 move all the simpletest bits into new tool unittest
...
AMOS BEGIN
MOV [pluginname,report_unittest],[pluginname,tool_unittest]
MOV [unittest:view,report_unittest],[unittest:execute,tool_unittest]
MOV [dbtest,core_admin],[dbtest,tool_unittest]
MOV [addconfigprefix,core_simpletest],[addconfigprefix,tool_unittest]
MOV [all,core_simpletest],[all,tool_unittest]
MOV [codecoverageanalysis,core_simpletest],[codecoverageanalysis,tool_unittest]
MOV [codecoveragecompletereport,core_simpletest],[codecoveragecompletereport,tool_unittest]
MOV [codecoveragedisabled,core_simpletest],[codecoveragedisabled,tool_unittest]
MOV [codecoveragelatestdetails,core_simpletest],[codecoveragelatestdetails,tool_unittest]
MOV [codecoveragelatestreport,core_simpletest],[codecoveragelatestreport,tool_unittest]
MOV [confignonwritable,core_simpletest],[confignonwritable,tool_unittest]
MOV [coveredlines,core_simpletest],[coveredlines,tool_unittest]
MOV [coveredpercentage,core_simpletest],[coveredpercentage,tool_unittest]
MOV [deletingnoninsertedrecord,core_simpletest],[deletingnoninsertedrecord,tool_unittest]
MOV [deletingnoninsertedrecords,core_simpletest],[deletingnoninsertedrecords,tool_unittest]
MOV [droptesttables,core_simpletest],[droptesttables,tool_unittest]
MOV [exception,core_simpletest],[exception,tool_unittest]
MOV [executablelines,core_simpletest],[executablelines,tool_unittest]
MOV [fail,core_simpletest],[fail,tool_unittest]
MOV [ignorefile,core_simpletest],[ignorefile,tool_unittest]
MOV [ignorethisfile,core_simpletest],[ignorethisfile,tool_unittest]
MOV [installtesttables,core_simpletest],[installtesttables,tool_unittest]
MOV [moodleunittests,core_simpletest],[moodleunittests,tool_unittest]
MOV [notice,core_simpletest],[notice,tool_unittest]
MOV [onlytest,core_simpletest],[onlytest,tool_unittest]
MOV [pass,core_simpletest],[pass,tool_unittest]
MOV [pathdoesnotexist,core_simpletest],[pathdoesnotexist,tool_unittest]
MOV [prefix,core_simpletest],[prefix,tool_unittest]
MOV [prefixnotset,core_simpletest],[prefixnotset,tool_unittest]
MOV [reinstalltesttables,core_simpletest],[reinstalltesttables,tool_unittest]
MOV [retest,core_simpletest],[retest,tool_unittest]
MOV [retestonlythisfile,core_simpletest],[retestonlythisfile,tool_unittest]
MOV [runall,core_simpletest],[runall,tool_unittest]
MOV [runat,core_simpletest],[runat,tool_unittest]
MOV [runonlyfile,core_simpletest],[runonlyfile,tool_unittest]
MOV [runonlyfolder,core_simpletest],[runonlyfolder,tool_unittest]
MOV [runtests,core_simpletest],[runtests,tool_unittest]
MOV [rununittests,core_simpletest],[rununittests,tool_unittest]
MOV [showpasses,core_simpletest],[showpasses,tool_unittest]
MOV [showsearch,core_simpletest],[showsearch,tool_unittest]
MOV [skip,core_simpletest],[skip,tool_unittest]
MOV [stacktrace,core_simpletest],[stacktrace,tool_unittest]
MOV [summary,core_simpletest],[summary,tool_unittest]
MOV [tablesnotsetup,core_simpletest],[tablesnotsetup,tool_unittest]
MOV [testdboperations,core_simpletest],[testdboperations,tool_unittest]
MOV [testtablescsvfileunwritable,core_simpletest],[testtablescsvfileunwritable,tool_unittest]
MOV [testtablesneedupgrade,core_simpletest],[testtablesneedupgrade,tool_unittest]
MOV [testtablesok,core_simpletest],[testtablesok,tool_unittest]
MOV [thorough,core_simpletest],[thorough,tool_unittest]
MOV [timetakes,core_simpletest],[timetakes,tool_unittest]
MOV [totallines,core_simpletest],[totallines,tool_unittest]
MOV [uncaughtexception,core_simpletest],[uncaughtexception,tool_unittest]
MOV [uncoveredlines,core_simpletest],[uncoveredlines,tool_unittest]
MOV [unittestprefixsetting,core_simpletest],[unittestprefixsetting,tool_unittest]
MOV [unittests,core_simpletest],[unittests,tool_unittest]
MOV [updatingnoninsertedrecord,core_simpletest],[updatingnoninsertedrecord,tool_unittest]
MOV [version,core_simpletest],[version,tool_unittest]
AMOS END
2011-09-17 19:43:00 +02:00
Petr Skoda
187536f6c4
MDL-29029 move profiling to admin tools
...
AMOS BEGIN
MOV [calls,report_profiling],[calls,tool_profiling]
MOV [cannotfindanyrunforurl,report_profiling],[cannotfindanyrunforurl,tool_profiling]
MOV [cannotfindanyrunforrunid,report_profiling],[cannotfindanyrunforrunid,tool_profiling]
MOV [comment,report_profiling],[comment,tool_profiling]
MOV [differencesbetween2runsof,report_profiling],[differencesbetween2runsof,tool_profiling]
MOV [executiontime,report_profiling],[executiontime,tool_profiling]
MOV [cputime,report_profiling],[cputime,tool_profiling]
MOV [lastrunof,report_profiling],[lastrunof,tool_profiling]
MOV [markreferencerun,report_profiling],[markreferencerun,tool_profiling]
MOV [memory,report_profiling],[memory,tool_profiling]
MOV [pluginname,report_profiling],[pluginname,tool_profiling]
MOV [profilingfocusscript,report_profiling],[profilingfocusscript,tool_profiling]
MOV [profilingruns,report_profiling],[profilingruns,tool_profiling]
MOV [profilingrunsfor,report_profiling],[profilingrunsfor,tool_profiling]
MOV [referencerun,report_profiling],[referencerun,tool_profiling]
MOV [runid,report_profiling],[runid,tool_profiling]
MOV [summaryof,report_profiling],[summaryof,tool_profiling]
MOV [viewdetails,report_profiling],[viewdetails,tool_profiling]
MOV [viewdiff,report_profiling],[viewdiff,tool_profiling]
MOV [viewdiffdetails,report_profiling],[viewdiffdetails,tool_profiling]
AMOS END
2011-09-17 10:20:51 +02:00
Petr Skoda
a3c0e9bbb0
MDL-29029 move unsuproles to admin tools
...
AMOS BEGIN
MOV [contextlevel,report_unsuproles],[contextlevel,tool_unsuproles]
MOV [count,report_unsuproles],[count,tool_unsuproles]
MOV [confirmdelete,report_unsuproles],[confirmdelete,tool_unsuproles]
MOV [noprolbems,report_unsuproles],[noprolbems,tool_unsuproles]
MOV [pluginname,report_unsuproles],[pluginname,tool_unsuproles]
AMOS END
2011-09-17 10:20:29 +02:00
Petr Skoda
4211dfa4b4
MDL-29029 move capability overview to tools
...
AMOS BEGIN
MOV [capabilitylabel,report_capability],[capabilitylabel,tool_capability]
MOV [capabilityreport,report_capability],[capabilityreport,tool_capability]
MOV [forroles,report_capability],[forroles,tool_capability]
MOV [getreport,report_capability],[getreport,tool_capability]
MOV [changeoverrides,report_capability],[changeoverrides,tool_capability]
MOV [changeroles,report_capability],[changeroles,tool_capability]
MOV [intro,report_capability],[intro,tool_capability]
MOV [pluginname,report_capability],[pluginname,tool_capability]
MOV [reportforcapability,report_capability],[reportforcapability,tool_capability]
MOV [reportsettings,report_capability],[reportsettings,tool_capability]
MOV [roleslabel,report_capability],[roleslabel,tool_capability]
AMOS END
2011-09-17 09:32:39 +02:00
Petr Skoda
11b24ce7b2
MDL-29029 add new "Admin tool" plugin type
2011-09-17 08:49:24 +02:00
Petr Skoda
99e8656170
MDL-28441 add scormreport_basic to the list of standard plugins
2011-07-23 13:04:23 +02:00
David Mudrak
d1c77ac372
MDL-27789 The new question plugins reported as standard ones
2011-06-09 14:29:27 +02:00
David Mudrak
bef9ad9540
MDL-27647 Added the afterburner theme to the whitelist of standard plugins
2011-05-26 21:51:01 +02:00
David Mudrak
7c9b837ea9
MDL-26784 Plugin manager: make sure that filter_active already exists
...
In case of upgrade from 1.9, the table filter_active does not exist yet.
There already was this checked at another place but it is needed to test
the table existence here as well.
2011-04-06 11:24:59 +02:00
David Mudrak
b9934a173a
MDL-26784 Improved plugins check screen and the new plugins management screen
...
This patch introduces new lib/pluginlib.php library that provides
unified access meta-information about all present plugin types. The
library defines plugin_manager singleton that in turn gathers
information about all present plugins and their status. The list of
plugins can be rendered either as plugins check table or plugins control
panel.
This makes print_plugins_table() function obsolete and because it is not
expected to be called by any contrib plugin, the function is removed.
CSS for the legacy table generated by print_plugins_table() is cleaned
up.
2011-03-31 13:59:05 +02:00