Raimond Spekking has uploaded a new change for review.

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


Change subject: Consistency tweaks in preparation for adding extension to 
translatewiki.net
......................................................................

Consistency tweaks in preparation for adding extension to translatewiki.net

* Add newline at end of i18n file to unbreak translatewiki.net scripts
* Change extension credit type. Extension does not create a special page
* Remove "description" key, redundant with "descriptionmsg"

Change-Id: I8cfa36f7d53c1efbcb27ed48106a337f44a68847
---
M PageDisqus.i18n.php
M PageDisqus.php
2 files changed, 3 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/PageDisqus 
refs/changes/22/89222/1

diff --git a/PageDisqus.i18n.php b/PageDisqus.i18n.php
index 7fb8430..e0f7bb2 100755
--- a/PageDisqus.i18n.php
+++ b/PageDisqus.i18n.php
@@ -11,7 +11,7 @@
        'pagedisqus-desc' => 'Integrates Disqus commenting service',
        'pagedisqus-title' => 'Share your opinion',
        'pagedisqus-noscript' => 'View the discussion thread.',
-       'pagedisqus-shortname' => 'Please set $wgPageDisqusShortname in 
LocalSettings.php',
+       'pagedisqus-shortname' => 'Please set 
<code>$wgPageDisqusShortname</code> in LocalSettings.php',
 );
 
 $messages['qqq'] = array(
@@ -39,4 +39,4 @@
 $messages['ru'] = array(
        'pagedisqus-desc' => 'Интеграция с сервисом комментариев Disqus',
        'pagedisqus-title' => 'Комментарии',
-);
\ No newline at end of file
+);
diff --git a/PageDisqus.php b/PageDisqus.php
index ac571fe..a49ad76 100755
--- a/PageDisqus.php
+++ b/PageDisqus.php
@@ -12,10 +12,9 @@
  * @version 0.2
  */
 
-$wgExtensionCredits['specialpage'][] = array(
+$wgExtensionCredits['other'][] = array(
        'path'           => __FILE__,
        'name'           => 'PageDisqus',
-       'description'    => 'Integrates Disqus commenting service',
        'descriptionmsg' => 'pagedisqus-desc',
        'version'        => 0.2,
        'author'         => array( 'Michael Platzer', 'Luis Felipe Schenone' ),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8cfa36f7d53c1efbcb27ed48106a337f44a68847
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/PageDisqus
Gerrit-Branch: master
Gerrit-Owner: Raimond Spekking <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to