jenkins-bot has submitted this change and it was merged.
Change subject: Rename SMWUpdateJob to keep commit history
......................................................................
Rename SMWUpdateJob to keep commit history
Change-Id: I8af0b11336771706f93ee2fe89981e89cf28df68
---
M includes/Setup.php
R includes/jobs/UpdateJob.php
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
Mwjames: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/Setup.php b/includes/Setup.php
index c49793e..9a9ff03 100644
--- a/includes/Setup.php
+++ b/includes/Setup.php
@@ -418,8 +418,8 @@
// Jobs
$wgJobClasses['SMWUpdateJob'] = 'SMWUpdateJob';
- $wgAutoloadClasses['SMWUpdateJob'] = $smwgIP .
'includes/jobs/SMW_UpdateJob.php';
- $wgAutoloadClasses['SMW\UpdateJob'] = $smwgIP .
'includes/jobs/SMW_UpdateJob.php'; // 1.9
+ $wgAutoloadClasses['SMWUpdateJob'] = $smwgIP .
'includes/jobs/UpdateJob.php';
+ $wgAutoloadClasses['SMW\UpdateJob'] = $smwgIP .
'includes/jobs/UpdateJob.php'; // 1.9
$wgJobClasses['SMWRefreshJob'] = 'SMWRefreshJob';
$wgAutoloadClasses['SMWRefreshJob'] = $smwgIP .
'includes/jobs/SMW_RefreshJob.php';
diff --git a/includes/jobs/SMW_UpdateJob.php b/includes/jobs/UpdateJob.php
similarity index 100%
rename from includes/jobs/SMW_UpdateJob.php
rename to includes/jobs/UpdateJob.php
--
To view, visit https://gerrit.wikimedia.org/r/74841
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8af0b11336771706f93ee2fe89981e89cf28df68
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticMediaWiki
Gerrit-Branch: master
Gerrit-Owner: Mwjames <[email protected]>
Gerrit-Reviewer: Mwjames <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits