Raimond Spekking has uploaded a new change for review.

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


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

Consistency tweaks in preparation for adding extension to translatewiki.net

* Fix type of extension. It is not a special pahe
* Fix extension name in qqq section
* Remove full stop at end of description message

Change-Id: Iaab4609a9210c4ad4d95ec1c0a72c7ab7d37d06e
---
M SectionDisqus.i18n.php
M SectionDisqus.php
2 files changed, 5 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SectionDisqus 
refs/changes/80/79980/1

diff --git a/SectionDisqus.i18n.php b/SectionDisqus.i18n.php
index 509e78f..9ec33a1 100644
--- a/SectionDisqus.i18n.php
+++ b/SectionDisqus.i18n.php
@@ -12,15 +12,15 @@
  * @author Luis Felipe Schenone
  */
 $messages['en'] = array(
-       'sectiondisqus-desc' => 'Adds a "Discuss" button next to the "Edit" 
button of every section, that when clicked, opens a Disqus lightbox for that 
section.',
+       'sectiondisqus-desc' => 'Adds a "Discuss" button next to the "Edit" 
button of every section, that when clicked, opens a Disqus lightbox for that 
section',
 );
 
 /** Message documentation (Message documentation)
+ * @author Luis Felipe Schenone
  * @author Raimond Spekking
- * @author Shirayuki
  */
 $messages['qqq'] = array(
-       'sectiondisqus-desc' => 
'{{desc|name=SectionDisqus|url=http://www.mediawiki.org/wiki/Extension:HoverGallery}}',
+       'sectiondisqus-desc' => 
'{{desc|name=SectionDisqus|url=https://www.mediawiki.org/wiki/Extension:SectionDisqus}}',
 );
 
 /** Spanish (espaƱol)
diff --git a/SectionDisqus.php b/SectionDisqus.php
index ff28796..a1261ce 100644
--- a/SectionDisqus.php
+++ b/SectionDisqus.php
@@ -10,14 +10,13 @@
  * @version 0.1
  */
 
-$wgExtensionCredits['specialpage'][] = array(
+$wgExtensionCredits['other'][] = array(
        'path'           => __FILE__,
        'name'           => 'SectionDisqus',
-       'description'    => 'Adds a "disqus" button next to the "edit" button 
of every section, that when clicked, opens a Disqus dialog for that section.',
        'descriptionmsg' => 'sectiondisqus-desc',
        'version'        => '0.1',
        'author'         => 'Luis Felipe Schenone',
-       'url'            => 
'http://www.mediawiki.org/wiki/Extension:SectionDisqus'
+       'url'            => 
'https://www.mediawiki.org/wiki/Extension:SectionDisqus'
 );
 
 $wgResourceModules['ext.SectionDisqus'] = array(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaab4609a9210c4ad4d95ec1c0a72c7ab7d37d06e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SectionDisqus
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