Petr Skoda
a3d5830a0a
MDL-32149 PHPUnit test support - part 2
...
Includes:
* constants refactoring
* reworked db table init
* support for $CFG->debug = -1
* functional DB tests
* fixed $DB->get_indexes() to not throw exceptions when table does not exist
* fix handling of user passwords in test db
* add debug info to exception messages
* removed unnecessary PHP debug errors from mathslib
* fixed @error suppression in get_string
* fixed PHPUnit error handler setup
* added timezone info to default install
2012-04-03 22:30:53 +02:00
Ankit Kumar Agarwal
e61a71379c
MDL-29745 SCORM Introducing new Graphs report for scorm module
2012-03-12 15:02:26 +08:00
Iñaki Arenaza
d5d181f5e9
MDL-29667 Plugins overview shows incorrect availability for auth & enrol plugins
...
We store the enabled plugins as array values but later look them up as array
keys. Just flip the array when we build it.
2012-02-14 15:47:39 +08:00
Petr Skoda
34c7280375
MDL-30786 no need for 1.9-2.2 upgrade info in 2.3
2011-12-23 10:35:32 +01:00
Petr Skoda
ec8935f576
MDL-30786 fix overview status of standard plugins to be deleted
2011-12-23 10:35:32 +01:00
Eloy Lafuente (stronk7)
98ca9e8480
MDL-27622 theme_mymobile: add it to core themes
2011-11-14 12:45:48 +01:00
Eloy Lafuente (stronk7)
8d78644bcc
Merge branch 'lti' of git://github.com/scriby/moodle
2011-11-14 12:37:43 +01:00
Sam Hemelryk
1ae9aa2b8f
Merged MDL-29108 Advanced grading
2011-11-14 22:01:05 +13:00
Eloy Lafuente (stronk7)
dddfaa73cb
Merge branch 'MDL-30057' of git://github.com/stronk7/moodle
2011-11-11 15:47:33 +01:00
Eloy Lafuente (stronk7)
d59df6582b
Merge branch 'MDL-29808' of git://github.com/timhunt/moodle
...
Conflicts:
question/type/upgrade.txt
There were already one just added upgrade.txt file so this ended
conflicting. Reviewed the contents, I've deleted the less detailed
note about pluginname, leaving the longer description added by Tim.
Ciao :-)
2011-11-10 21:54:36 +01:00
Eloy Lafuente (stronk7)
47c6991a8e
Merge branch 'MDL-29945' of git://github.com/timhunt/moodle
2011-11-10 21:47:22 +01:00
Tim Hunt
226b312472
MDL-29808 qtypes: use standard pluginname strings and update version.php
...
AMOS BEGIN
MOV [calculated,qtype_calculated],[pluginname,qtype_calculated]
MOV [calculated_help,qtype_calculated],[pluginname_help,qtype_calculated]
MOV [calculated_link,qtype_calculated],[pluginname_link,qtype_calculated]
MOV [addingcalculated,qtype_calculated],[pluginnameadding,qtype_calculated]
MOV [editingcalculated,qtype_calculated],[pluginnameediting,qtype_calculated]
MOV [calculatedsummary,qtype_calculated],[pluginnamesummary,qtype_calculated]
MOV [calculatedmulti,qtype_calculatedmulti],[pluginname,qtype_calculatedmulti]
MOV [calculatedmulti_help,qtype_calculatedmulti],[pluginname_help,qtype_calculatedmulti]
MOV [calculatedmulti_link,qtype_calculatedmulti],[pluginname_link,qtype_calculatedmulti]
MOV [addingcalculatedmulti,qtype_calculatedmulti],[pluginnameadding,qtype_calculatedmulti]
MOV [editingcalculatedmulti,qtype_calculatedmulti],[pluginnameediting,qtype_calculatedmulti]
MOV [calculatedmultisummary,qtype_calculatedmulti],[pluginnamesummary,qtype_calculatedmulti]
MOV [calculatedsimple,qtype_calculatedsimple],[pluginname,qtype_calculatedsimple]
MOV [calculatedsimple_help,qtype_calculatedsimple],[pluginname_help,qtype_calculatedsimple]
MOV [calculatedsimple_link,qtype_calculatedsimple],[pluginname_link,qtype_calculatedsimple]
MOV [addingcalculatedsimple,qtype_calculatedsimple],[pluginnameadding,qtype_calculatedsimple]
MOV [editingcalculatedsimple,qtype_calculatedsimple],[pluginnameediting,qtype_calculatedsimple]
MOV [calculatedsimplesummary,qtype_calculatedsimple],[pluginnamesummary,qtype_calculatedsimple]
MOV [description,qtype_description],[pluginname,qtype_description]
MOV [description_help,qtype_description],[pluginname_help,qtype_description]
MOV [addingdescription,qtype_description],[pluginnameadding,qtype_description]
MOV [editingdescription,qtype_description],[pluginnameediting,qtype_description]
MOV [descriptionsummary,qtype_description],[pluginnamesummary,qtype_description]
MOV [essay,qtype_essay],[pluginname,qtype_essay]
MOV [essay_help,qtype_essay],[pluginname_help,qtype_essay]
MOV [essay_link,qtype_essay],[pluginname_link,qtype_essay]
MOV [addingessay,qtype_essay],[pluginnameadding,qtype_essay]
MOV [editingessay,qtype_essay],[pluginnameediting,qtype_essay]
MOV [essaysummary,qtype_essay],[pluginnamesummary,qtype_essay]
MOV [match,qtype_match],[pluginname,qtype_match]
MOV [match_help,qtype_match],[pluginname_help,qtype_match]
MOV [match_link,qtype_match],[pluginname_link,qtype_match]
MOV [addingmatch,qtype_match],[pluginnameadding,qtype_match]
MOV [editingmatch,qtype_match],[pluginnameediting,qtype_match]
MOV [matchsummary,qtype_match],[pluginnamesummary,qtype_match]
MOV [missingtype,qtype_missingtype],[pluginname,qtype_missingtype]
MOV [addingmissingtype,qtype_missingtype],[pluginnameadding,qtype_missingtype]
MOV [editingmissingtype,qtype_missingtype],[pluginnameediting,qtype_missingtype]
MOV [multianswer,qtype_multianswer],[pluginname,qtype_multianswer]
MOV [multianswer_help,qtype_multianswer],[pluginname_help,qtype_multianswer]
MOV [multianswer_link,qtype_multianswer],[pluginname_link,qtype_multianswer]
MOV [addingmultianswer,qtype_multianswer],[pluginnameadding,qtype_multianswer]
MOV [editingmultianswer,qtype_multianswer],[pluginnameediting,qtype_multianswer]
MOV [multianswersummary,qtype_multianswer],[pluginnamesummary,qtype_multianswer]
MOV [multichoice,qtype_multichoice],[pluginname,qtype_multichoice]
MOV [multichoice_help,qtype_multichoice],[pluginname_help,qtype_multichoice]
MOV [multichoice_link,qtype_multichoice],[pluginname_link,qtype_multichoice]
MOV [addingmultichoice,qtype_multichoice],[pluginnameadding,qtype_multichoice]
MOV [editingmultichoice,qtype_multichoice],[pluginnameediting,qtype_multichoice]
MOV [multichoicesummary,qtype_multichoice],[pluginnamesummary,qtype_multichoice]
MOV [numerical,qtype_numerical],[pluginname,qtype_numerical]
MOV [numerical_help,qtype_numerical],[pluginname_help,qtype_numerical]
MOV [numerical_link,qtype_numerical],[pluginname_link,qtype_numerical]
MOV [addingnumerical,qtype_numerical],[pluginnameadding,qtype_numerical]
MOV [editingnumerical,qtype_numerical],[pluginnameediting,qtype_numerical]
MOV [numericalsummary,qtype_numerical],[pluginnamesummary,qtype_numerical]
MOV [random,qtype_random],[pluginname,qtype_random]
MOV [random_help,qtype_random],[pluginname_help,qtype_random]
MOV [editingrandom,qtype_random],[pluginnameediting,qtype_random]
MOV [shortanswer,qtype_shortanswer],[pluginname,qtype_shortanswer]
MOV [shortanswer_help,qtype_shortanswer],[pluginname_help,qtype_shortanswer]
MOV [shortanswer_link,qtype_shortanswer],[pluginname_link,qtype_shortanswer]
MOV [addingshortanswer,qtype_shortanswer],[pluginnameadding,qtype_shortanswer]
MOV [editingshortanswer,qtype_shortanswer],[pluginnameediting,qtype_shortanswer]
MOV [shortanswersummary,qtype_shortanswer],[pluginnamesummary,qtype_shortanswer]
MOV [truefalse,qtype_truefalse],[pluginname,qtype_truefalse]
MOV [truefalse_help,qtype_truefalse],[pluginname_help,qtype_truefalse]
MOV [truefalse_link,qtype_truefalse],[pluginname_link,qtype_truefalse]
MOV [addingtruefalse,qtype_truefalse],[pluginnameadding,qtype_truefalse]
MOV [editingtruefalse,qtype_truefalse],[pluginnameediting,qtype_truefalse]
MOV [truefalsesummary,qtype_truefalse],[pluginnamesummary,qtype_truefalse]
AMOS END
2011-11-10 19:12:30 +00:00
Tim Hunt
646791794d
MDL-29808 qformats: use standard pluginname string and add version.php
...
AMOS BEGIN
MOV [aiken,qformat_aiken],[pluginname,qformat_aiken]
MOV [aiken_help,qformat_aiken],[pluginname_help,qformat_aiken]
MOV [aiken_link,qformat_aiken],[pluginname_link,qformat_aiken]
MOV [blackboard,qformat_blackboard],[pluginname,qformat_blackboard]
MOV [blackboard_help,qformat_blackboard],[pluginname_help,qformat_blackboard]
MOV [blackboard_six,qformat_blackboard_six],[pluginname,qformat_blackboard_six]
MOV [blackboard_six_help,qformat_blackboard_six],[pluginname_help,qformat_blackboard_six]
MOV [examview,qformat_examview],[pluginname,qformat_examview]
MOV [examview_help,qformat_examview],[pluginname_help,qformat_examview]
MOV [gift_help,qformat_gift],[pluginname_help,qformat_gift]
MOV [gift_link,qformat_gift],[pluginname_link,qformat_gift]
MOV [learnwise,qformat_learnwise],[pluginname,qformat_learnwise]
MOV [learnwise_help,qformat_learnwise],[pluginname_help,qformat_learnwise]
MOV [missingword,qformat_missingword],[pluginname,qformat_missingword]
MOV [missingword_help,qformat_missingword],[pluginname_help,qformat_missingword]
MOV [missingword_link,qformat_missingword],[pluginname_link,qformat_missingword]
MOV [multianswer,qformat_multianswer],[pluginname,qformat_multianswer]
MOV [multianswer_help,qformat_multianswer],[pluginname_help,qformat_multianswer]
MOV [multianswer_link,qformat_multianswer],[pluginname_link,qformat_multianswer]
MOV [webct_help,qformat_webct],[pluginname_help,qformat_webct]
MOV [webct_link,qformat_webct],[pluginname_link,qformat_webct]
MOV [xhtml,qformat_xhtml],[pluginname,qformat_xhtml]
MOV [xhtml_help,qformat_xhtml],[pluginname_help,qformat_xhtml]
MOV [xhtml_link,qformat_xhtml],[pluginname_link,qformat_xhtml]
MOV [xml_help,qformat_xml],[pluginname_help,qformat_xml]
MOV [xml_link,qformat_xml],[pluginname_link,qformat_xml]
AMOS END
2011-11-10 19:12:28 +00:00
Tim Hunt
75a31c9039
MDL-29808 qbehaviours: update to use ->dependencies in version.php
2011-11-10 19:12:25 +00:00
Tim Hunt
828788f03b
MDL-29945 plugin management: don't show Uninstall links for required plugins.
2011-11-10 19:11:24 +00:00
Eloy Lafuente (stronk7)
8f1a0d21cb
MDL-28277 scorm report - set interaction as standard + version component
2011-11-10 16:55:54 +01:00
Eloy Lafuente (stronk7)
7fdee5b643
MDL-20534 lti: add component and set lti module as core one
2011-11-08 00:55:59 +01:00
Petr Skoda
4f6bba205d
MDL-29030 add report management UI
2011-11-06 12:51:48 +01:00
Petr Skoda
a2a444ab75
MDL-29030 migration and cleanup of stats report
...
AMOS BEGIN
MOV [pluginpagetype,coursereport_stats],[pluginpagetype,report_stats]
MOV [stats:view,coursereport_stats],[stats:view,report_stats]
AMOS END
2011-11-06 12:22:49 +01:00
Petr Skoda
8a8f29c2f5
MDL-29030 new loglive report plugin
...
AMOS BEGIN
CPY [log:viewlive,coursereport_log,[loglive:view,report_loglive]
MOV [livelogs,core],[livelogs,report_loglive]
CPY [loglive,coursereport_log],[pluginname,report_loglive]
AMOS END
2011-11-06 12:22:49 +01:00
Petr Skoda
3afce1a574
MDL-29030 convert participation report to new report type
...
AMOS BEGIN
MOV [participation:view,coursereport_participation],[participation:view,report_participation]
MOV [pluginpagetype,coursereport_participation],[pluginpagetype,report_participation]
MOV [pluginname,coursereport_participation],[pluginname,report_participation]
AMOS END
2011-11-06 12:22:48 +01:00
Petr Skoda
8619857d5f
MDL-29030 migrate progress report to new type
...
AMOS BEGIN
MOV [pluginname,coursereport_progress],[pluginname,report_progress]
MOV [pluginpagetype,coursereport_progress],[pluginpagetype,report_progress]
MOV [progress:view,coursereport_progress],[progress:view,report_progress]
AMOS END
2011-11-06 12:22:48 +01:00
Petr Skoda
13fdaaacc3
MDL-29030 migrate completion report to new report type
...
AMOS BEGIN
MOV [completion:view,coursereport_completion],[completion:view,report_completion]
MOV [completiondate,coursereport_completion],[completiondate,report_completion]
MOV [pluginpagetype,coursereport_completion],[pluginpagetype,report_completion]
MOV [pluginname,coursereport_completion],[pluginname,report_completion]
AMOS END
2011-11-06 12:22:47 +01:00
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