Hashar has uploaded a new change for review. Change subject: job notif run now always return a boolean status ......................................................................
job notif run now always return a boolean status The job notification job would always return null that in turns make runJobs.php consider the job has failed and logged an error= message. * make the two publishers to always return a Status object * return boolean true whenever the returned Status is good... * ...else set job error message and return boolean false Change-Id: Iff34270faac964a773b0eb4eebc6e31e21113b43 --- M TranslationNotificationJob.php 1 file changed, 39 insertions(+), 10 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TranslationNotifications refs/changes/11/37211/1 -- To view, visit https://gerrit.wikimedia.org/r/37211 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iff34270faac964a773b0eb4eebc6e31e21113b43 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/TranslationNotifications Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
