Skip to content

Commit

Permalink
MDL-24924 course/import - plugin not available anymore. Killed!
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Nov 11, 2010
1 parent dc2abd4 commit 96c726b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 286 deletions.
74 changes: 0 additions & 74 deletions course/import.php

This file was deleted.

106 changes: 0 additions & 106 deletions course/import/activities/index.php

This file was deleted.

100 changes: 0 additions & 100 deletions course/import/activities/mod.php

This file was deleted.

5 changes: 0 additions & 5 deletions lang/en/moodle.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@
$string['coursehelpnumberweeks'] = 'Number of weeks/topics displayed on the course main page.';
$string['coursehelpshowgrades'] = 'Enable the display of the gradebook. It does not prevent grades from being displayed within the individual activities.';
$string['coursehidden'] = 'This course is currently unavailable to students';
$string['courseimportnotaught'] = 'You don\'t seem to be an editing teacher in any other courses, there are no courses for you to import from.';
$string['courseinfo'] = 'Course info';
$string['coursemessage'] = 'Message course users';
$string['coursenotaccessible'] = 'This course does not allow public access';
Expand Down Expand Up @@ -341,13 +340,11 @@
$string['courserequestsupport'] = 'Supporting information to help the administrator evaluate this request';
$string['courserestore'] = 'Course restore';
$string['courses'] = 'Courses';
$string['coursescategory'] = 'Courses in the same category';
$string['coursesectionsummaries'] = 'Course section summaries';
$string['coursesettings'] = 'Course default settings';
$string['coursesmovedout'] = 'Courses moved out from {$a}';
$string['coursespending'] = 'Courses pending approval';
$string['coursestart'] = 'Course start';
$string['coursestaught'] = 'Courses I have taught';
$string['coursesummary'] = 'Course summary';
$string['coursesummary_help'] = 'The course summary is displayed in the list of courses. A course search searches course summary text in addition to course names.';
$string['courseupdates'] = 'Course updates';
Expand Down Expand Up @@ -860,7 +857,6 @@
$string['idnumbertaken'] = 'This ID number is already taken';
$string['imagealt'] = 'Picture description';
$string['import'] = 'Import';
$string['importactivities'] = 'Import activities from another course';
$string['importdata'] = 'Import course data';
$string['importdataexported'] = 'Exported data from \'from\' course successfully.<br /> Continue to import into your \'to\' course.';
$string['importdatafinished'] = 'Import complete! Continue to your course';
Expand Down Expand Up @@ -1726,7 +1722,6 @@
$string['useruploadtype'] = 'User upload type: {$a}';
$string['userviewingsettings'] = 'Profile settings for {$a}';
$string['userzones'] = 'User zones';
$string['usethiscourse'] = 'Use this course';
$string['usingexistingcourse'] = 'Using existing course';
$string['valuealreadyused'] = 'This value has already been used.';
$string['version'] = 'Version';
Expand Down
1 change: 0 additions & 1 deletion lib/moodlelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -7181,7 +7181,6 @@ function get_plugin_types($fullpaths=true) {
'filter' => 'filter',
'editor' => 'lib/editor',
'format' => 'course/format',
'import' => 'course/import',
'profilefield' => 'user/profile/field',
'report' => $CFG->admin.'/report',
'coursereport' => 'course/report', // must be after system reports
Expand Down

0 comments on commit 96c726b

Please sign in to comment.