@@ -50,6 +50,7 @@ class PluginManager(object):
50
50
'cache' : '/cache' ,
51
51
'calendar' : '/calendar' ,
52
52
'cohort' : '/cohort' ,
53
+ 'competency' : '/competency' ,
53
54
'course' : '/course' ,
54
55
'editor' : '/lib/editor' ,
55
56
'enrol' : '/enrol' ,
@@ -71,15 +72,18 @@ class PluginManager(object):
71
72
'repository' : '/repository' ,
72
73
'rss' : '/rss' ,
73
74
'role' : '/{admin}/roles' ,
75
+ 'search' : '/search' ,
74
76
'tag' : '/tag' ,
75
77
'user' : '/user' ,
76
78
'webservice' : '/webservice'
77
79
}
78
80
79
81
_pluginTypesPath = {
82
+ 'antivirus' : '/lib/antivirus' ,
83
+ 'availability' : '/availability/condition' ,
84
+ 'qtype' : '/question/type' ,
80
85
'mod' : '/mod' ,
81
86
'auth' : '/auth' ,
82
- 'availability' : '/availability/condition' ,
83
87
'calendartype' : '/calendar/type' ,
84
88
'enrol' : '/enrol' ,
85
89
'message' : '/message/output' ,
@@ -98,13 +102,14 @@ class PluginManager(object):
98
102
'webservice' : '/webservice' ,
99
103
'repository' : '/repository' ,
100
104
'portfolio' : '/portfolio' ,
105
+ 'search' : '/search/engine' ,
101
106
'qbehaviour' : '/question/behaviour' ,
102
107
'qformat' : '/question/format' ,
103
- 'qtype' : '/question/type' ,
104
108
'plagiarism' : '/plagiarism' ,
105
109
'tool' : '/{admin}/tool' ,
106
110
'cachestore' : '/cache/stores' ,
107
111
'cachelock' : '/cache/locks' ,
112
+
108
113
'theme' : '/theme' ,
109
114
'local' : '/local'
110
115
}
0 commit comments