Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/84848


Change subject: Update http to https where possible
......................................................................

Update http to https where possible

Also break some long lines in README.

Change-Id: I90b1c41fe7f8cecfce10043a8eeb75170c7cf96a
---
M TranslationNotifications.i18n.php
M composer.json
M scripts/README
3 files changed, 8 insertions(+), 5 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TranslationNotifications 
refs/changes/48/84848/1

diff --git a/TranslationNotifications.i18n.php 
b/TranslationNotifications.i18n.php
index 1efadbf..347f8da 100644
--- a/TranslationNotifications.i18n.php
+++ b/TranslationNotifications.i18n.php
@@ -144,7 +144,7 @@
 $messages['qqq'] = array(
        'translatorsignup' => '{{doc-special|TranslatorSignup}}',
        'translatorsignup-summary' => 'Text on top of 
Special:TranslatorSignup.',
-       'translationnotifications-desc' => '{{desc|name=Translation 
Notifications|url=http://www.mediawiki.org/wiki/Extension:TranslationNotifications}}',
+       'translationnotifications-desc' => '{{desc|name=Translation 
Notifications|url=https://www.mediawiki.org/wiki/Extension:TranslationNotifications}}',
        'translationnotifications-info' => 'Fieldset header',
        'translationnotifications-username' => 'Label followed by username.
 {{Identical|Username}}',
diff --git a/composer.json b/composer.json
index 0a295b4..e9722be 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
        "name": "mediawiki/translation-notifications",
        "type": "mediawiki-extension",
        "description": "Manage communication with translators",
-       "homepage": 
"http://www.mediawiki.org/wiki/Extension:TranslationNotifications";,
+       "homepage": 
"https://www.mediawiki.org/wiki/Extension:TranslationNotifications";,
        "license": "GPL-2.0+",
 
        "require": {
diff --git a/scripts/README b/scripts/README
index 16adb3f..1b1b541 100644
--- a/scripts/README
+++ b/scripts/README
@@ -1,9 +1,12 @@
 DigestEmailer
 =============
 The DigestEmailer script need to be configured using a cron job.
-For example, it can be scheduled to run on every Sunday 10AM using the 
following crontab entry.
+For example, it can be scheduled to run on every Sunday 10AM using the
+following crontab entry.
 
 0 10 * * 7 /usr/bin/php 
/www/wiki/extensions/TranslationNotifications/scripts/DigestEmailer.php 2>&1 > 
/var/log/digestEmail.log
 
-The script will not start sending emails immediately. It starts inserting 
email jobs to the MediaWiki job queue. Depending on the configured jobqueue 
scheduling the mails will be send out. You can read more about the MediaWiki 
Job Queue here: https://www.mediawiki.org/wiki/Job_queue
-
+The script will not start sending emails immediately. It starts inserting email
+jobs to the MediaWiki job queue. Depending on the configured jobqueue 
scheduling
+the mails will be send out. You can read more about the MediaWiki Job Queue
+here: https://www.mediawiki.org/wiki/Job_queue

-- 
To view, visit https://gerrit.wikimedia.org/r/84848
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I90b1c41fe7f8cecfce10043a8eeb75170c7cf96a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TranslationNotifications
Gerrit-Branch: master
Gerrit-Owner: Siebrand <siebr...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to