Register ext.uls.eventlogger conditionally
The ext.uls.eventlogger module is now registered depending on the configuration variable $wgULSEventLogging. This will prevent the Structuretest Resourcetest to fail, if EventLogging isn't installed on the test system (like on my jenkins environment :P). Change-Id: I1e2545492ec04fb043638765ac42f09da89813e9
This commit is contained in:
@@ -163,15 +163,6 @@
|
||||
"localBasePath": "resources",
|
||||
"remoteExtPath": "UniversalLanguageSelector/resources"
|
||||
},
|
||||
"ext.uls.eventlogger": {
|
||||
"scripts": "js/ext.uls.eventlogger.js",
|
||||
"dependencies": [
|
||||
"mediawiki.user",
|
||||
"schema.UniversalLanguageSelector"
|
||||
],
|
||||
"localBasePath": "resources",
|
||||
"remoteExtPath": "UniversalLanguageSelector/resources"
|
||||
},
|
||||
"ext.uls.i18n": {
|
||||
"scripts": "js/ext.uls.i18n.js",
|
||||
"dependencies": [
|
||||
|
||||
Reference in New Issue
Block a user