Issue Details (XML | Word | Printable)

Key: MDL-16407
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Tim Hunt
Reporter: Tim Hunt
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-6751

Add to admin/settings/plugins.php to link to the new manage page, and pull in any qtype settings pages

Created: 09/Sep/08 04:22 PM   Updated: 09/Sep/08 04:42 PM
Return to search
Component/s: Administration, Questions
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Tim Hunt
Security Level: None
Resolved date: 09/Sep/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
tjhunt committed 17 files to 'Moodle CVS' - 09/Sep/08 04:43 PM
MDL-6751 Admin page for question types. This does the bulk of the work:

MDL-16407 Add to admin/settings/plugins.php to link to the new manage page, and pull in any qtype settings pages
MDL-16408 Write the manage question types page, to display the table of installed types
MODIFY admin/settings/plugins.php   Rev. 1.24    (+19 -2 lines)
MODIFY theme/standard/styles_color.css   Rev. 1.179    (+3 -1 lines)
MODIFY lang/en_utf8/qtype_multichoice.php   Rev. 1.10    (+5 -4 lines)
MODIFY question/type/questiontype.php   Rev. 1.101    (+29 -5 lines)
ADD lang/en_utf8/qtype_missingtype.php   Rev. 1.1    (+0 -0 lines)
MODIFY lib/adminlib.php   Rev. 1.262    (+37 -2 lines)
MODIFY lang/en_utf8/qtype_multianswer.php   Rev. 1.5    (+4 -1 lines)
MODIFY question/type/multianswer/questiontype.php   Rev. 1.64    (+5 -1 lines)
MODIFY lang/en_utf8/qtype_randomsamatch.php   Rev. 1.2    (+4 -1 lines)
MODIFY question/type/numerical/questiontype.php   Rev. 1.28    (+5 -1 lines)
MODIFY lang/en_utf8/admin.php   Rev. 1.226    (+11 -0 lines)
MODIFY lib/questionlib.php   Rev. 1.166    (+2 -2 lines)
ADD admin/qtypes.php   Rev. 1.1    (+0 -0 lines)
MODIFY question/type/missingtype/questiontype.php   Rev. 1.8    (+2 -2 lines)
MODIFY lang/en_utf8/qtype_shortanswer.php   Rev. 1.3    (+4 -1 lines)
MODIFY question/type/calculated/questiontype.php   Rev. 1.44    (+5 -1 lines)
MODIFY question/type/randomsamatch/questiontype.php   Rev. 1.11    (+5 -1 lines)
Mitsuhiro Yoshida committed 12 files to 'Lang CVS' - 10/Sep/08 01:20 AM
MDL-16088 - Translated new strings for SCORM.
MDL-6751,MDL-16407 - Translated new strings for admin.
MDL-16408 - Translated new strings for question types pages.
MDL-15833 - Translated new strings for portfolio.
MDL-15362 - Translated new strings for Mahara ePortfolio.
MDL-13766 - Translated new strings for repository.
MDL-16409 - Translated new strings for question instance report.
MODIFY ja_utf8/repository.php   Rev. 1.23    (+2 -1 lines)
ADD ja_utf8/qtype_missingtype.php   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/portfolio.php   Rev. 1.18    (+11 -1 lines)
ADD ja_utf8/report_questioninstances.php   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/qtype_shortanswer.php   Rev. 1.4    (+4 -1 lines)
MODIFY ja_utf8/qtype_multichoice.php   Rev. 1.14    (+3 -2 lines)
MODIFY ja_utf8/scorm.php   Rev. 1.34    (+14 -1 lines)
MODIFY ja_utf8/admin.php   Rev. 1.300    (+12 -1 lines)
MODIFY ja_utf8/qtype_randomsamatch.php   Rev. 1.2    (+4 -1 lines)
MODIFY ja_utf8/README   Rev. 1.809    (+1 -1 lines)
MODIFY ja_utf8/portfolio_mahara.php   Rev. 1.6    (+6 -1 lines)
MODIFY ja_utf8/qtype_multianswer.php   Rev. 1.4    (+4 -1 lines)
tjhunt committed 2 files to 'Moodle CVS' - 25/Feb/09 04:01 PM
question types: API cleanup.

MDL-18350 remove backwards compatibility support for question types having their lang strings in the quiz language module.
MDL-16407 settings.php support for question types. Remove the old get_config_options from question types. I don't think anyone was using it.
MODIFY question/type/questiontype.php   Rev. 1.121    (+16 -65 lines)
MODIFY question/type/random/questiontype.php   Rev. 1.30    (+2 -2 lines)